Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 24fe4be10d7a1552c86e1c1b8276c694f532d3a6+d08647e33299f35346a0c0e1b5c282da7a73a79b (574d6dae6f025271312daba51982a550eefd8ec2) 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-5066 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 Merge succeeded, producing 2b9c6640c81b043464e1ee92cbecf7e2135bc5ba Checking out Revision 2b9c6640c81b043464e1ee92cbecf7e2135bc5ba (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # 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/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # 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 d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b9c6640c81b043464e1ee92cbecf7e2135bc5ba # timeout=10 Commit message: "Merge commit 'd08647e33299f35346a0c0e1b5c282da7a73a79b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 22248189b6583018dc17ba4597a37528b9fca023 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-13T04:30:04.910Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-13T04:30:05.140Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-13T04:30:05.221Z] ========================================================= [2020-08-13T04:30:05.221Z] EdgeX Global Pipelines Version Info [2020-08-13T04:30:05.221Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-13T04:30:06.629Z] ------------------- [2020-08-13T04:30:06.630Z] stable info: [2020-08-13T04:30:06.630Z] ------------------- [2020-08-13T04:30:06.630Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-13T04:30:06.630Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-13T04:30:06.630Z] Message: update stable to v1.0.106 [2020-08-13T04:30:07.572Z] ------------------- [2020-08-13T04:30:07.572Z] experimental info: [2020-08-13T04:30:07.572Z] ------------------- [2020-08-13T04:30:07.572Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-13T04:30:07.572Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-13T04:30:07.572Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-13T04:30:09.075Z] ++ 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-13T04:30:09.075Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:30:09.075Z] ++ dirname cmd/core-command/Dockerfile [2020-08-13T04:30:09.075Z] ++ cut -d/ -f2 [2020-08-13T04:30:09.075Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-13T04:30:09.075Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:30:09.075Z] ++ dirname cmd/core-data/Dockerfile [2020-08-13T04:30:09.075Z] ++ cut -d/ -f2 [2020-08-13T04:30:09.075Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-13T04:30:09.075Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:30:09.075Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-13T04:30:09.075Z] ++ cut -d/ -f2 [2020-08-13T04:30:09.075Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-13T04:30:09.075Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:30:09.075Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-13T04:30:09.075Z] ++ cut -d/ -f2 [2020-08-13T04:30:09.075Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-13T04:30:09.075Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:30:09.075Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-13T04:30:09.075Z] ++ cut -d/ -f2 [2020-08-13T04:30:09.075Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-13T04:30:09.075Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:30:09.075Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-13T04:30:09.075Z] ++ cut -d/ -f2 [2020-08-13T04:30:09.075Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-13T04:30:09.075Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:30:09.075Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-13T04:30:09.075Z] ++ cut -d/ -f2 [2020-08-13T04:30:09.075Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-13T04:30:09.075Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:30:09.075Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-13T04:30:09.075Z] ++ cut -d/ -f2 [2020-08-13T04:30:09.075Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-13T04:30:09.075Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:30:09.075Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-13T04:30:09.075Z] ++ cut -d/ -f2 [2020-08-13T04:30:09.075Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-13T04:30:09.075Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-13T04:30:09.075Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-13T04:30:09.075Z] ++ cut -d/ -f2 [2020-08-13T04:30:09.075Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-13T04:30:09.137Z] 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-13T04:30:10.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T04:30:10.084Z] [2020-08-13T04:30:10.084Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:30:10.700Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T04:30:10.700Z] latest: Pulling from edgex-devops/git-semver [2020-08-13T04:30:10.700Z] 31603596830f: Pulling fs layer [2020-08-13T04:30:10.700Z] 2a8b12db71e7: Pulling fs layer [2020-08-13T04:30:10.700Z] 6ca5941a6612: Pulling fs layer [2020-08-13T04:30:10.700Z] ecc8261a40a4: Pulling fs layer [2020-08-13T04:30:10.700Z] ecc8261a40a4: Waiting [2020-08-13T04:30:10.700Z] 2a8b12db71e7: Verifying Checksum [2020-08-13T04:30:10.700Z] 2a8b12db71e7: Download complete [2020-08-13T04:30:10.961Z] 31603596830f: Verifying Checksum [2020-08-13T04:30:10.961Z] 31603596830f: Download complete [2020-08-13T04:30:10.961Z] ecc8261a40a4: Verifying Checksum [2020-08-13T04:30:10.961Z] ecc8261a40a4: Download complete [2020-08-13T04:30:10.961Z] 6ca5941a6612: Verifying Checksum [2020-08-13T04:30:10.961Z] 6ca5941a6612: Download complete [2020-08-13T04:30:11.224Z] 31603596830f: Pull complete [2020-08-13T04:30:11.487Z] 2a8b12db71e7: Pull complete [2020-08-13T04:30:12.064Z] 6ca5941a6612: Pull complete [2020-08-13T04:30:12.325Z] ecc8261a40a4: Pull complete [2020-08-13T04:30:12.325Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-13T04:30:12.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-13T04:30:12.325Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-13T04:30:12.421Z] prd-centos7-docker-4c-2g-5066 does not seem to be running inside a container [2020-08-13T04:30:12.466Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:10004/edgex-devops/git-semver:latest cat [2020-08-13T04:30:14.619Z] $ docker top 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-13T04:30:14.938Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-13T04:30:14.938Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-13T04:30:15.142Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-13T04:30:15.142Z] $ docker exec 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 ssh-agent [2020-08-13T04:30:15.304Z] SSH_AUTH_SOCK=/tmp/ssh-ujyQtzcTdg9S/agent.11 [2020-08-13T04:30:15.304Z] SSH_AGENT_PID=16 [2020-08-13T04:30:15.317Z] Running ssh-add (command line suppressed) [2020-08-13T04:30:15.427Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_3554655514647623815.key (/w/workspace/edgex-go/14@tmp/private_key_3554655514647623815.key) [2020-08-13T04:30:15.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-13T04:30:15.808Z] + git describe --exact-match --tags HEAD [2020-08-13T04:30:15.808Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-13T04:30:15.827Z] $ docker exec --env ******** --env ******** 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 ssh-agent -k [2020-08-13T04:30:15.940Z] unset SSH_AUTH_SOCK; [2020-08-13T04:30:15.941Z] unset SSH_AGENT_PID; [2020-08-13T04:30:15.941Z] echo Agent pid 16 killed; [2020-08-13T04:30:15.993Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-13T04:30:16.070Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-13T04:30:16.070Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-13T04:30:16.151Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-13T04:30:16.152Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-13T04:30:16.314Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-13T04:30:16.314Z] $ docker exec 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 ssh-agent [2020-08-13T04:30:16.476Z] SSH_AUTH_SOCK=/tmp/ssh-zFOsA7HW35gZ/agent.44 [2020-08-13T04:30:16.477Z] SSH_AGENT_PID=50 [2020-08-13T04:30:16.483Z] Running ssh-add (command line suppressed) [2020-08-13T04:30:16.595Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_823367559522511052.key (/w/workspace/edgex-go/14@tmp/private_key_823367559522511052.key) [2020-08-13T04:30:16.647Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-13T04:30:16.973Z] + git semver init [2020-08-13T04:30:16.973Z] # -> Open(): unable to determine branch for HEAD [2020-08-13T04:30:16.973Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2020-08-13T04:30:16.973Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2020-08-13T04:30:16.973Z] # $SEMVER_REMOTE_NAME = origin [2020-08-13T04:30:16.973Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-13T04:30:16.973Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-13T04:30:16.973Z] # $SEMVER_BRANCH = PR-2625 [2020-08-13T04:30:16.973Z] # $SEMVER_TEMP = /tmp/semver-233111057 [2020-08-13T04:30:16.973Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-13T04:30:35.171Z] # '/tmp/semver-233111057' -> '/w/workspace/edgex-go/14/.semver' [2020-08-13T04:30:35.171Z] # -> Force: false [2020-08-13T04:30:35.172Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2020-08-13T04:30:35.179Z] $ docker exec --env ******** --env ******** 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 ssh-agent -k [2020-08-13T04:30:35.360Z] unset SSH_AUTH_SOCK; [2020-08-13T04:30:35.362Z] unset SSH_AGENT_PID; [2020-08-13T04:30:35.362Z] echo Agent pid 50 killed; [2020-08-13T04:30:35.414Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-13T04:30:35.853Z] + git semver [Pipeline] } [2020-08-13T04:30:35.865Z] $ docker stop --time=1 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 [2020-08-13T04:30:37.478Z] $ docker rm -f 223ff71ed98130246502c2b5c02cb34109fcfef89d1743da7604b9e1ebd35d07 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-13T04:30:50.118Z] Stashed 32 file(s) [Pipeline] echo [2020-08-13T04:30:50.120Z] [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-13T04:30:50.722Z] ========================================================= [2020-08-13T04:30:50.722Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-13T04:30:50.722Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:30:51.050Z] + 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-13T04:30:53.611Z] Sending build context to Docker daemon 323MB [2020-08-13T04:30:53.611Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-13T04:30:53.611Z] Step 2/7 : FROM ${BASE} [2020-08-13T04:30:53.890Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-13T04:30:53.890Z] df20fa9351a1: Pulling fs layer [2020-08-13T04:30:53.890Z] ed8968b2872e: Pulling fs layer [2020-08-13T04:30:53.890Z] a92cc7c5fd73: Pulling fs layer [2020-08-13T04:30:53.890Z] 2dd03ba5bac4: Pulling fs layer [2020-08-13T04:30:53.890Z] 1e091d79d1de: Pulling fs layer [2020-08-13T04:30:53.890Z] 481702a1767f: Pulling fs layer [2020-08-13T04:30:53.890Z] f64a6f60c768: Pulling fs layer [2020-08-13T04:30:53.890Z] e78d2573fc39: Pulling fs layer [2020-08-13T04:30:53.890Z] e876d2f968b6: Pulling fs layer [2020-08-13T04:30:53.890Z] ce8a83651883: Pulling fs layer [2020-08-13T04:30:53.890Z] 07967f4d0e4b: Pulling fs layer [2020-08-13T04:30:53.890Z] f64a6f60c768: Waiting [2020-08-13T04:30:53.890Z] e78d2573fc39: Waiting [2020-08-13T04:30:53.890Z] e876d2f968b6: Waiting [2020-08-13T04:30:53.890Z] ce8a83651883: Waiting [2020-08-13T04:30:53.890Z] 07967f4d0e4b: Waiting [2020-08-13T04:30:53.890Z] 1e091d79d1de: Waiting [2020-08-13T04:30:53.890Z] 2dd03ba5bac4: Waiting [2020-08-13T04:30:53.890Z] a92cc7c5fd73: Download complete [2020-08-13T04:30:53.890Z] ed8968b2872e: Download complete [2020-08-13T04:30:53.890Z] 1e091d79d1de: Verifying Checksum [2020-08-13T04:30:53.890Z] 1e091d79d1de: Download complete [2020-08-13T04:30:53.890Z] 481702a1767f: Verifying Checksum [2020-08-13T04:30:53.890Z] 481702a1767f: Download complete [2020-08-13T04:30:53.890Z] df20fa9351a1: Verifying Checksum [2020-08-13T04:30:53.890Z] df20fa9351a1: Download complete [2020-08-13T04:30:54.879Z] f64a6f60c768: Verifying Checksum [2020-08-13T04:30:54.879Z] f64a6f60c768: Download complete [2020-08-13T04:30:54.879Z] e876d2f968b6: Verifying Checksum [2020-08-13T04:30:54.879Z] e876d2f968b6: Download complete [2020-08-13T04:30:55.168Z] e78d2573fc39: Download complete [2020-08-13T04:30:55.430Z] 2dd03ba5bac4: Verifying Checksum [2020-08-13T04:30:55.430Z] 2dd03ba5bac4: Download complete [2020-08-13T04:30:55.430Z] 07967f4d0e4b: Verifying Checksum [2020-08-13T04:30:55.430Z] 07967f4d0e4b: Download complete [2020-08-13T04:30:55.430Z] ce8a83651883: Download complete [2020-08-13T04:30:56.379Z] df20fa9351a1: Pull complete [2020-08-13T04:30:56.641Z] ed8968b2872e: Pull complete [2020-08-13T04:30:56.903Z] a92cc7c5fd73: Pull complete [2020-08-13T04:31:02.212Z] 2dd03ba5bac4: Pull complete [2020-08-13T04:31:02.212Z] 1e091d79d1de: Pull complete [2020-08-13T04:31:02.212Z] 481702a1767f: Pull complete [2020-08-13T04:31:05.387Z] Still waiting to schedule task [2020-08-13T04:31:05.387Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-13T04:31:08.806Z] f64a6f60c768: Pull complete [2020-08-13T04:31:12.117Z] e78d2573fc39: Pull complete [2020-08-13T04:31:12.117Z] e876d2f968b6: Pull complete [2020-08-13T04:31:13.066Z] ce8a83651883: Pull complete [2020-08-13T04:31:13.331Z] 07967f4d0e4b: Pull complete [2020-08-13T04:31:13.331Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-13T04:31:13.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-13T04:31:13.331Z] ---> 5d7c900382c6 [2020-08-13T04:31:13.331Z] 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-13T04:31:14.277Z] ---> Running in 76e2b88018c2 [2020-08-13T04:31:14.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:31:15.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:31:16.005Z] (1/12) Installing libmagic (5.38-r0) [2020-08-13T04:31:16.005Z] (2/12) Installing file (5.38-r0) [2020-08-13T04:31:16.005Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-13T04:31:16.267Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-13T04:31:18.825Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-13T04:31:18.825Z] (6/12) Installing patch (2.7.6-r6) [2020-08-13T04:31:19.088Z] (7/12) Installing build-base (0.5-r2) [2020-08-13T04:31:19.088Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-13T04:31:19.088Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-13T04:31:19.349Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-13T04:31:19.349Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-13T04:31:19.611Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-13T04:31:19.611Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:31:19.611Z] OK: 233 MiB in 51 packages [2020-08-13T04:31:22.919Z] Removing intermediate container 76e2b88018c2 [2020-08-13T04:31:22.919Z] ---> 1a7daa0f7ff4 [2020-08-13T04:31:22.919Z] Step 4/7 : WORKDIR /edgex-go [2020-08-13T04:31:22.919Z] ---> Running in 4bdbe03ea952 [2020-08-13T04:31:23.180Z] Removing intermediate container 4bdbe03ea952 [2020-08-13T04:31:23.180Z] ---> 833afce5375e [2020-08-13T04:31:23.180Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-13T04:31:23.442Z] latest: Pulling from library/docker [2020-08-13T04:31:23.442Z] df20fa9351a1: Already exists [2020-08-13T04:31:23.442Z] 25ad7478873d: Pulling fs layer [2020-08-13T04:31:23.442Z] 4684f6177b5d: Pulling fs layer [2020-08-13T04:31:23.442Z] 46e300cec669: Pulling fs layer [2020-08-13T04:31:23.442Z] 63038576ad94: Pulling fs layer [2020-08-13T04:31:23.442Z] 0fdb76c4706c: Pulling fs layer [2020-08-13T04:31:23.442Z] cb7edeffdfd5: Pulling fs layer [2020-08-13T04:31:23.442Z] 63038576ad94: Waiting [2020-08-13T04:31:23.442Z] 0fdb76c4706c: Waiting [2020-08-13T04:31:23.442Z] cb7edeffdfd5: Waiting [2020-08-13T04:31:23.703Z] 4684f6177b5d: Verifying Checksum [2020-08-13T04:31:23.703Z] 4684f6177b5d: Download complete [2020-08-13T04:31:23.703Z] 25ad7478873d: Download complete [2020-08-13T04:31:23.964Z] 0fdb76c4706c: Verifying Checksum [2020-08-13T04:31:23.964Z] 0fdb76c4706c: Download complete [2020-08-13T04:31:23.964Z] 25ad7478873d: Pull complete [2020-08-13T04:31:23.964Z] 63038576ad94: Verifying Checksum [2020-08-13T04:31:23.964Z] 63038576ad94: Download complete [2020-08-13T04:31:23.964Z] cb7edeffdfd5: Verifying Checksum [2020-08-13T04:31:23.964Z] cb7edeffdfd5: Download complete [2020-08-13T04:31:24.235Z] 4684f6177b5d: Pull complete [2020-08-13T04:31:24.824Z] 46e300cec669: Verifying Checksum [2020-08-13T04:31:24.824Z] 46e300cec669: Download complete [2020-08-13T04:31:26.745Z] 46e300cec669: Pull complete [2020-08-13T04:31:27.005Z] 63038576ad94: Pull complete [2020-08-13T04:31:27.005Z] 0fdb76c4706c: Pull complete [2020-08-13T04:31:27.266Z] cb7edeffdfd5: Pull complete [2020-08-13T04:31:27.266Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-13T04:31:27.266Z] Status: Downloaded newer image for docker:latest [2020-08-13T04:31:29.816Z] ---> 513a01a46b22 [2020-08-13T04:31:29.816Z] Step 6/7 : COPY go.mod . [2020-08-13T04:31:29.816Z] ---> 3d467a777e9b [2020-08-13T04:31:29.816Z] Step 7/7 : RUN go mod download [2020-08-13T04:31:29.816Z] ---> Running in d85a115f2e61 [2020-08-13T04:31:32.364Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-13T04:31:32.364Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-13T04:31:32.364Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-13T04:31:32.364Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-13T04:31:32.364Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-13T04:31:32.364Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-13T04:31:32.364Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-13T04:31:32.364Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-13T04:31:32.364Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-13T04:31:32.364Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-13T04:31:32.364Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-13T04:31:32.364Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-13T04:31:32.364Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-13T04:31:32.624Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-13T04:31:32.624Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-13T04:31:32.624Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-13T04:31:32.624Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-13T04:31:32.624Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-13T04:31:32.624Z] go: finding github.com/fatih/color v1.7.0 [2020-08-13T04:31:32.625Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-13T04:31:32.886Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-13T04:31:32.886Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-13T04:31:32.886Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-13T04:31:32.886Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-13T04:31:32.886Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-13T04:31:32.886Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-13T04:31:32.886Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-13T04:31:32.886Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-13T04:31:32.886Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-13T04:31:32.886Z] go: finding github.com/google/uuid v1.1.0 [2020-08-13T04:31:33.147Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-13T04:31:33.147Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-13T04:31:33.147Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-13T04:31:33.147Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-13T04:31:33.147Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-13T04:31:33.147Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-13T04:31:33.147Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-13T04:31:33.147Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-13T04:31:33.147Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-13T04:31:33.147Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-13T04:31:33.147Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-13T04:31:33.408Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-13T04:31:33.408Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-13T04:31:33.408Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-13T04:31:33.408Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-13T04:31:33.408Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-13T04:31:33.408Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-13T04:31:33.408Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-13T04:31:33.408Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-13T04:31:33.408Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-13T04:31:33.408Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-13T04:31:33.408Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-13T04:31:33.670Z] go: finding github.com/kr/pty v1.1.1 [2020-08-13T04:31:33.670Z] go: finding github.com/kr/text v0.1.0 [2020-08-13T04:31:33.670Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-13T04:31:33.670Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-13T04:31:33.670Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-13T04:31:33.670Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-13T04:31:33.670Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-13T04:31:33.670Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-13T04:31:33.670Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-13T04:31:33.670Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-13T04:31:33.670Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-13T04:31:33.930Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-13T04:31:33.930Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-13T04:31:33.930Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-13T04:31:33.930Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-13T04:31:33.930Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-13T04:31:33.930Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-13T04:31:33.930Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-13T04:31:33.930Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-13T04:31:33.930Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-13T04:31:33.930Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-13T04:31:34.190Z] go: finding github.com/posener/complete v1.1.1 [2020-08-13T04:31:34.190Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-13T04:31:34.190Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-13T04:31:34.190Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-13T04:31:34.191Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-13T04:31:34.191Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-13T04:31:34.191Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-13T04:31:34.191Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-13T04:31:34.191Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-13T04:31:34.191Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-13T04:31:34.450Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-13T04:31:34.450Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-13T04:31:34.450Z] go: finding golang.org/x/text v0.3.2 [2020-08-13T04:31:34.450Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-13T04:31:34.450Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-13T04:31:34.450Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-13T04:31:34.450Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-13T04:31:34.450Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-13T04:31:34.450Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-13T04:31:46.718Z] Removing intermediate container d85a115f2e61 [2020-08-13T04:31:46.718Z] ---> ff2c1f3be451 [2020-08-13T04:31:46.719Z] Successfully built ff2c1f3be451 [2020-08-13T04:31:46.719Z] 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-13T04:31:47.279Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-13T04:31:47.279Z] . [Pipeline] withDockerContainer [2020-08-13T04:31:47.373Z] prd-centos7-docker-4c-2g-5066 does not seem to be running inside a container [2020-08-13T04:31:47.415Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-13T04:31:48.084Z] $ docker top f65a1980d0340b8d1b80a0f231c1840b5e5e6274ce3334d07632237dff4c504f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T04:31:48.570Z] + go version [2020-08-13T04:31:48.570Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-13T04:31:48.582Z] ========================================================= [2020-08-13T04:31:48.582Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-13T04:31:48.582Z] ========================================================= [Pipeline] sh [2020-08-13T04:31:48.869Z] + make test [2020-08-13T04:31:48.869Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-13T04:31:51.428Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-13T04:32:01.563Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-13T04:32:04.157Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-13T04:32:04.157Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-13T04:32:04.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-13T04:32:04.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-13T04:32:05.574Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.015s [2020-08-13T04:32:05.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-13T04:32:05.574Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-13T04:32:05.574Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-13T04:32:05.574Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-13T04:32:06.172Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-13T04:32:06.445Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-13T04:32:06.445Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-13T04:32:06.445Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-13T04:32:13.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements [2020-08-13T04:32:13.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-13T04:32:13.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-13T04:32:13.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-13T04:32:13.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-13T04:32:13.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-13T04:32:15.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.163s coverage: 27.3% of statements [2020-08-13T04:32:15.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-13T04:32:15.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-13T04:32:15.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-13T04:32:15.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-13T04:32:15.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-13T04:32:15.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-13T04:32:15.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.008s coverage: 100.0% of statements [2020-08-13T04:32:15.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-13T04:32:15.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.013s coverage: 100.0% of statements [2020-08-13T04:32:15.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-13T04:32:15.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.097s coverage: 28.6% of statements [2020-08-13T04:32:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-13T04:32:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-13T04:32:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-13T04:32:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-13T04:32:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-13T04:32:15.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements [2020-08-13T04:32:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-13T04:32:15.331Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.006s coverage: 100.0% of statements [2020-08-13T04:32:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-13T04:32:15.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.031s coverage: 89.8% of statements [2020-08-13T04:32:15.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-13T04:32:16.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.018s coverage: 97.5% of statements [2020-08-13T04:32:16.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-13T04:32:16.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.043s coverage: 100.0% of statements [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-13T04:32:16.458Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-13T04:32:16.458Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2020-08-13T04:32:17.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.054s coverage: 63.5% of statements [2020-08-13T04:32:17.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-13T04:32:17.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-13T04:32:17.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.021s coverage: 100.0% of statements [2020-08-13T04:32:17.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.090s coverage: 55.9% of statements [2020-08-13T04:32:17.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-13T04:32:17.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-13T04:32:17.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-13T04:32:17.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-13T04:32:24.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.928s coverage: 86.3% of statements [2020-08-13T04:32:24.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-13T04:32:24.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.243s coverage: 72.2% of statements [2020-08-13T04:32:24.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.122s coverage: 72.1% of statements [2020-08-13T04:32:24.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements [2020-08-13T04:32:24.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements [2020-08-13T04:32:24.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-13T04:32:24.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-13T04:32:24.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-13T04:32:24.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements [2020-08-13T04:32:24.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-13T04:32:24.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.010s coverage: 96.8% of statements [2020-08-13T04:32:24.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-13T04:32:24.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.034s coverage: 26.9% of statements [2020-08-13T04:32:24.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-13T04:32:24.580Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-13T04:32:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.082s coverage: 84.1% of statements [2020-08-13T04:32:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.012s coverage: 100.0% of statements [2020-08-13T04:32:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.009s coverage: 42.9% of statements [2020-08-13T04:32:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-13T04:32:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-13T04:32:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-08-13T04:32:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-13T04:32:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements [2020-08-13T04:32:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-13T04:32:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 46.1% of statements [2020-08-13T04:32:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-13T04:32:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-13T04:32:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.002s coverage: 100.0% of statements [2020-08-13T04:32:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-13T04:32:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-13T04:32:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-13T04:32:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.025s coverage: 100.0% of statements [2020-08-13T04:32:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-13T04:32:24.581Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements [2020-08-13T04:32:24.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-13T04:32:26.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.093s coverage: 29.1% of statements [2020-08-13T04:32:26.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-13T04:32:26.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-13T04:32:26.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-13T04:32:26.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-13T04:32:26.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-13T04:32:26.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements [2020-08-13T04:32:26.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-13T04:32:26.717Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.012s coverage: 100.0% of statements [2020-08-13T04:32:26.717Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-13T04:32:26.717Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.002s coverage: 0.0% of statements [2020-08-13T04:32:26.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-13T04:32:26.717Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.089s coverage: 100.0% of statements [2020-08-13T04:32:26.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-13T04:32:26.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-13T04:32:26.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-13T04:32:26.717Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-13T04:32:27.091Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements [2020-08-13T04:32:27.091Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-13T04:32:27.091Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-13T04:32:27.091Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-08-13T04:32:27.439Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-08-13T04:32:27.730Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-08-13T04:32:27.996Z] GO111MODULE=on go vet ./... [2020-08-13T04:32:33.320Z] gofmt -l . [2020-08-13T04:32:33.889Z] [ "`gofmt -l .`" = "" ] [2020-08-13T04:32:34.458Z] ./bin/test-go-mod-tidy.sh [2020-08-13T04:32:35.030Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-08-13T04:32:36.725Z] + ls -al . [2020-08-13T04:32:36.725Z] total 556 [2020-08-13T04:32:36.725Z] drwxrwxr-x 10 1001 1001 4096 Aug 13 04:32 . [2020-08-13T04:32:36.725Z] drwxr-xr-x 4 root root 30 Aug 13 04:31 .. [2020-08-13T04:32:36.725Z] -rw-rw-r-- 1 1001 1001 11 Aug 13 04:30 .dockerignore [2020-08-13T04:32:36.725Z] drwxrwxr-x 8 1001 1001 179 Aug 13 04:30 .git [2020-08-13T04:32:36.725Z] drwxrwxr-x 3 1001 1001 60 Aug 13 04:30 .github [2020-08-13T04:32:36.725Z] -rw-rw-r-- 1 1001 1001 932 Aug 13 04:30 .gitignore [2020-08-13T04:32:36.725Z] drwx------ 3 1001 1001 47 Aug 13 04:30 .semver [2020-08-13T04:32:36.725Z] -rw-rw-r-- 1 1001 1001 166 Aug 13 04:30 .sonarcloud.properties [2020-08-13T04:32:36.725Z] -rw-rw-r-- 1 1001 1001 3804 Aug 13 04:30 CONTRIBUTING.md [2020-08-13T04:32:36.725Z] -rw-rw-r-- 1 1001 1001 1035 Aug 13 04:30 Dockerfile.build [2020-08-13T04:32:36.725Z] -rw-rw-r-- 1 1001 1001 865 Aug 13 04:30 Jenkinsfile [2020-08-13T04:32:36.725Z] -rw-rw-r-- 1 1001 1001 10775 Aug 13 04:30 LICENSE [2020-08-13T04:32:36.725Z] -rw-rw-r-- 1 1001 1001 6237 Aug 13 04:30 Makefile [2020-08-13T04:32:36.725Z] -rw-rw-r-- 1 1001 1001 5652 Aug 13 04:30 README.md [2020-08-13T04:32:36.725Z] -rw-rw-r-- 1 1001 1001 7111 Aug 13 04:30 SECURITY.md [2020-08-13T04:32:36.725Z] -rw-rw-r-- 1 1001 1001 5 Aug 13 04:30 VERSION [2020-08-13T04:32:36.725Z] -rw-rw-r-- 1 1001 1001 4131 Aug 13 04:30 ZMQWindows.md [2020-08-13T04:32:36.726Z] drwxrwxr-x 2 1001 1001 117 Aug 13 04:30 bin [2020-08-13T04:32:36.726Z] drwxrwxr-x 15 1001 1001 4096 Aug 13 04:30 cmd [2020-08-13T04:32:36.726Z] -rw-r--r-- 1 root root 455803 Aug 13 04:32 coverage.out [2020-08-13T04:32:36.726Z] -rw-r--r-- 1 root root 1019 Aug 13 04:32 go.mod [2020-08-13T04:32:36.726Z] -rw-r--r-- 1 root root 18146 Aug 13 04:32 go.sum [2020-08-13T04:32:36.726Z] drwxrwxr-x 8 1001 1001 127 Aug 13 04:30 internal [2020-08-13T04:32:36.726Z] drwxrwxr-x 4 1001 1001 26 Aug 13 04:30 openapi [2020-08-13T04:32:36.726Z] drwxrwxr-x 4 1001 1001 71 Aug 13 04:30 snap [2020-08-13T04:32:36.726Z] -rw-rw-r-- 1 1001 1001 168 Aug 13 04:30 version.go [Pipeline] sh [2020-08-13T04:32:37.045Z] + '[' -e coverage.out ] [2020-08-13T04:32:37.045Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-13T04:32:37.141Z] Stashed 1 file(s) [Pipeline] sh [2020-08-13T04:32:37.480Z] + make build [2020-08-13T04:32:37.480Z] 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-13T04:32:42.875Z] 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-13T04:32:46.175Z] 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-13T04:32:47.559Z] 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-13T04:32:48.947Z] 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-13T04:32:50.868Z] 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-13T04:32:51.130Z] 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-13T04:32:53.679Z] 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-13T04:32:55.068Z] 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-13T04:32:56.456Z] 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-13T04:32:57.843Z] 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-13T04:33:00.391Z] 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-13T04:33:01.337Z] 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-13T04:33:02.742Z] $ docker stop --time=1 f65a1980d0340b8d1b80a0f231c1840b5e5e6274ce3334d07632237dff4c504f [2020-08-13T04:33:04.308Z] $ docker rm -f f65a1980d0340b8d1b80a0f231c1840b5e5e6274ce3334d07632237dff4c504f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:33:07.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-13T04:33:07.355Z] [2020-08-13T04:33:07.355Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:33:07.799Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-13T04:33:07.799Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-13T04:33:07.799Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-13T04:33:07.799Z] ca9280d653b3: Pulling fs layer [2020-08-13T04:33:07.799Z] 7e9c9ca2126c: Pulling fs layer [2020-08-13T04:33:07.799Z] cbdbe7a5bc2a: Download complete [2020-08-13T04:33:08.114Z] ca9280d653b3: Verifying Checksum [2020-08-13T04:33:08.114Z] ca9280d653b3: Download complete [2020-08-13T04:33:08.114Z] cbdbe7a5bc2a: Pull complete [2020-08-13T04:33:08.698Z] 7e9c9ca2126c: Download complete [2020-08-13T04:33:08.960Z] ca9280d653b3: Pull complete [2020-08-13T04:33:12.039Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5070 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws [2020-08-13T04:33:12.081Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2020-08-13T04:33:14.285Z] 7e9c9ca2126c: Pull complete [2020-08-13T04:33:14.285Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-13T04:33:14.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-13T04:33:14.285Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-13T04:33:14.424Z] prd-centos7-docker-4c-2g-5066 does not seem to be running inside a container [2020-08-13T04:33:14.472Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-13T04:33:17.432Z] using credential edgex-jenkins-ssh [2020-08-13T04:33:17.482Z] Cloning the remote Git repository [2020-08-13T04:33:17.483Z] Cloning with configured refspecs honoured and without tags [2020-08-13T04:33:17.625Z] $ docker top 71096e432221937bfec5435e9cba1141c3ec60c77f0db86b58b7496af9ad7c9d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T04:33:18.117Z] + docker-compose build --help [2020-08-13T04:33:18.117Z] + grep parallel [2020-08-13T04:33:17.538Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-13T04:33:17.658Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2020-08-13T04:33:17.727Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-13T04:33:17.728Z] > git --version # timeout=10 [2020-08-13T04:33:17.749Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T04:33:17.829Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-13T04:33:19.058Z] --parallel Build images in parallel. [Pipeline] } [2020-08-13T04:33:19.066Z] $ docker stop --time=1 71096e432221937bfec5435e9cba1141c3ec60c77f0db86b58b7496af9ad7c9d [2020-08-13T04:33:20.406Z] $ docker rm -f 71096e432221937bfec5435e9cba1141c3ec60c77f0db86b58b7496af9ad7c9d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:33:20.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-13T04:33:20.979Z] . [Pipeline] withDockerContainer [2020-08-13T04:33:21.067Z] prd-centos7-docker-4c-2g-5066 does not seem to be running inside a container [2020-08-13T04:33:21.107Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-13T04:33:21.666Z] $ docker top 6661950feef015a1110eed703fd64d468fad5a29ade673908d770c9968b4ada6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T04:33:22.122Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-13T04:33:23.065Z] Building docker-core-command-go ... [2020-08-13T04:33:23.065Z] Building docker-core-data-go ... [2020-08-13T04:33:23.065Z] Building docker-core-metadata-go ... [2020-08-13T04:33:23.065Z] Building docker-security-proxy-setup-go ... [2020-08-13T04:33:23.065Z] Building docker-security-secrets-setup-go ... [2020-08-13T04:33:23.065Z] Building docker-security-secretstore-setup-go ... [2020-08-13T04:33:23.065Z] Building docker-support-logging-go ... [2020-08-13T04:33:23.065Z] Building docker-support-notifications-go ... [2020-08-13T04:33:23.065Z] Building docker-support-scheduler-go ... [2020-08-13T04:33:23.065Z] Building docker-sys-mgmt-agent-go ... [2020-08-13T04:33:23.065Z] Building docker-sys-mgmt-agent-go [2020-08-13T04:33:23.065Z] Building docker-core-data-go [2020-08-13T04:33:23.065Z] Building docker-security-secretstore-setup-go [2020-08-13T04:33:23.065Z] Building docker-support-notifications-go [2020-08-13T04:33:23.065Z] Building docker-security-secrets-setup-go [2020-08-13T04:33:33.223Z] Fetching without tags [2020-08-13T04:33:33.722Z] Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 [2020-08-13T04:33:34.341Z] Merge succeeded, producing 3897ccdaaacc8783583f67bfc8ba2b3b5bb72ae9 [2020-08-13T04:33:34.342Z] Checking out Revision 3897ccdaaacc8783583f67bfc8ba2b3b5bb72ae9 (PR-2625) [2020-08-13T04:33:33.116Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-13T04:33:33.133Z] > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 [2020-08-13T04:33:33.153Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-13T04:33:33.189Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-13T04:33:33.237Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-13T04:33:33.238Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T04:33:33.258Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-13T04:33:33.743Z] > git config core.sparsecheckout # timeout=10 [2020-08-13T04:33:33.770Z] > git checkout -f 24fe4be10d7a1552c86e1c1b8276c694f532d3a6 # timeout=10 [2020-08-13T04:33:34.075Z] > git remote # timeout=10 [2020-08-13T04:33:34.100Z] > git config --get remote.origin.url # timeout=10 [2020-08-13T04:33:34.116Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-13T04:33:34.128Z] > git merge d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 [2020-08-13T04:33:34.324Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-13T04:33:34.348Z] > git config core.sparsecheckout # timeout=10 [2020-08-13T04:33:34.403Z] > git checkout -f 3897ccdaaacc8783583f67bfc8ba2b3b5bb72ae9 # timeout=10 [2020-08-13T04:33:38.827Z] Commit message: "Merge commit 'd08647e33299f35346a0c0e1b5c282da7a73a79b' into HEAD" [2020-08-13T04:33:38.852Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-13T04:33:38.835Z] > git rev-list --no-walk 22248189b6583018dc17ba4597a37528b9fca023 # timeout=10 [2020-08-13T04:33:49.753Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:33:49.753Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-13T04:33:49.753Z] ---> ff2c1f3be451 [2020-08-13T04:33:49.753Z] Step 3/29 : WORKDIR /edgex-go [2020-08-13T04:33:50.028Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:33:50.028Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:33:50.028Z] ---> ff2c1f3be451 [2020-08-13T04:33:50.028Z] Step 3/22 : WORKDIR /edgex-go [2020-08-13T04:33:50.028Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:33:50.028Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:33:50.028Z] ---> ff2c1f3be451 [2020-08-13T04:33:50.028Z] Step 3/26 : WORKDIR /edgex-go [2020-08-13T04:33:50.028Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:33:50.028Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:33:50.028Z] ---> ff2c1f3be451 [2020-08-13T04:33:50.028Z] Step 3/26 : WORKDIR /edgex-go [2020-08-13T04:33:50.289Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:33:50.289Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:33:50.289Z] ---> ff2c1f3be451 [2020-08-13T04:33:50.289Z] Step 3/23 : WORKDIR /edgex-go [2020-08-13T04:33:51.236Z] ---> Running in 04e0f69e10e3 [2020-08-13T04:33:51.236Z] ---> Running in 724a82b8006e [2020-08-13T04:33:51.236Z] ---> Running in 39494e2df73e [2020-08-13T04:33:51.505Z] ---> Running in 0fd86f5fc825 [2020-08-13T04:33:51.505Z] ---> Running in 7f3a7beb2033 [2020-08-13T04:33:51.770Z] Removing intermediate container 7f3a7beb2033 [2020-08-13T04:33:51.770Z] ---> 713c583211e4 [2020-08-13T04:33:51.770Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:33:51.770Z] Removing intermediate container 0fd86f5fc825 [2020-08-13T04:33:51.770Z] ---> 1f10bc57d4fb [2020-08-13T04:33:51.770Z] Step 4/29 : RUN apk update && apk add make git [2020-08-13T04:33:51.770Z] Removing intermediate container 04e0f69e10e3 [2020-08-13T04:33:51.770Z] ---> f75459e93361 [2020-08-13T04:33:51.770Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:33:51.770Z] Removing intermediate container 39494e2df73e [2020-08-13T04:33:51.770Z] ---> ee49d1362be0 [2020-08-13T04:33:51.770Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:33:52.032Z] Removing intermediate container 724a82b8006e [2020-08-13T04:33:52.032Z] ---> 8398485495e0 [2020-08-13T04:33:52.032Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:33:52.032Z] ---> Running in 271178f500d9 [2020-08-13T04:33:52.032Z] ---> Running in 939299aa36ef [2020-08-13T04:33:52.032Z] ---> Running in 64a84fd6b744 [2020-08-13T04:33:52.032Z] ---> Running in 8a1358c1807a [2020-08-13T04:33:52.032Z] ---> Running in 9f53c93430d0 [Pipeline] echo [2020-08-13T04:33:52.389Z] ========================================================= [2020-08-13T04:33:52.389Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-13T04:33:52.389Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:33:53.324Z] + 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-13T04:33:53.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:33:54.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:33:54.019Z] Removing intermediate container 939299aa36ef [2020-08-13T04:33:54.019Z] ---> 3dd21464142e [2020-08-13T04:33:54.019Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-13T04:33:54.019Z] Removing intermediate container 64a84fd6b744 [2020-08-13T04:33:54.019Z] ---> ae98f510a1bb [2020-08-13T04:33:54.019Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-13T04:33:54.019Z] ---> Running in 18be194f9530 [2020-08-13T04:33:54.019Z] ---> Running in 01147b2bec9e [2020-08-13T04:33:54.302Z] Removing intermediate container 9f53c93430d0 [2020-08-13T04:33:54.302Z] ---> b18aefff51b8 [2020-08-13T04:33:54.302Z] Step 5/26 : RUN apk update && apk add make git [2020-08-13T04:33:54.302Z] Removing intermediate container 8a1358c1807a [2020-08-13T04:33:54.302Z] ---> b2a2173e7bf0 [2020-08-13T04:33:54.302Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-13T04:33:54.302Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:33:54.302Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:33:54.302Z] OK: 12749 distinct packages available [2020-08-13T04:33:54.302Z] ---> Running in 3d9254509241 [2020-08-13T04:33:54.578Z] ---> Running in f35a64a86ce7 [2020-08-13T04:33:54.578Z] OK: 233 MiB in 51 packages [2020-08-13T04:33:55.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:33:55.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:33:55.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:33:55.165Z] Removing intermediate container 271178f500d9 [2020-08-13T04:33:55.165Z] ---> c5e53385e25b [2020-08-13T04:33:55.165Z] Step 5/29 : COPY go.mod . [2020-08-13T04:33:55.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:33:55.427Z] ---> e573f75f6054 [2020-08-13T04:33:55.427Z] Step 6/29 : RUN go mod download [2020-08-13T04:33:55.717Z] ---> Running in 0e87a2d5ddfd [2020-08-13T04:33:55.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:33:55.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:33:55.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:33:55.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:33:56.626Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:33:56.626Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:33:56.626Z] OK: 12749 distinct packages available [2020-08-13T04:33:56.626Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:33:56.626Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:33:56.626Z] OK: 12749 distinct packages available [2020-08-13T04:33:56.626Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:33:56.626Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:33:56.626Z] OK: 12749 distinct packages available [2020-08-13T04:33:56.626Z] OK: 233 MiB in 51 packages [2020-08-13T04:33:56.924Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:33:56.924Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:33:56.924Z] OK: 12749 distinct packages available [2020-08-13T04:33:56.924Z] OK: 233 MiB in 51 packages [2020-08-13T04:33:56.924Z] OK: 233 MiB in 51 packages [2020-08-13T04:33:57.189Z] OK: 233 MiB in 51 packages [2020-08-13T04:33:57.455Z] Removing intermediate container 0e87a2d5ddfd [2020-08-13T04:33:57.455Z] ---> f7500de8edaf [2020-08-13T04:33:57.455Z] Step 7/29 : COPY . . [2020-08-13T04:33:57.661Z] Sending build context to Docker daemon 323MB [2020-08-13T04:33:57.661Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-13T04:33:57.661Z] Step 2/7 : FROM ${BASE} [2020-08-13T04:33:57.661Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-13T04:33:57.661Z] b538f80385f9: Pulling fs layer [2020-08-13T04:33:57.661Z] 74f711af9a0d: Pulling fs layer [2020-08-13T04:33:57.661Z] 99f96fe45779: Pulling fs layer [2020-08-13T04:33:57.661Z] fd7a069fd194: Pulling fs layer [2020-08-13T04:33:57.661Z] 66aa3694b03b: Pulling fs layer [2020-08-13T04:33:57.661Z] 170f70906a0f: Pulling fs layer [2020-08-13T04:33:57.661Z] ad7c5574e4b9: Pulling fs layer [2020-08-13T04:33:57.661Z] e772456be8f7: Pulling fs layer [2020-08-13T04:33:57.661Z] c890913d741a: Pulling fs layer [2020-08-13T04:33:57.661Z] 2480fcc9aa5a: Pulling fs layer [2020-08-13T04:33:57.661Z] 09adf4765672: Pulling fs layer [2020-08-13T04:33:57.661Z] fd7a069fd194: Waiting [2020-08-13T04:33:57.661Z] 66aa3694b03b: Waiting [2020-08-13T04:33:57.661Z] 170f70906a0f: Waiting [2020-08-13T04:33:57.661Z] ad7c5574e4b9: Waiting [2020-08-13T04:33:57.661Z] e772456be8f7: Waiting [2020-08-13T04:33:57.661Z] c890913d741a: Waiting [2020-08-13T04:33:57.661Z] 2480fcc9aa5a: Waiting [2020-08-13T04:33:57.661Z] 09adf4765672: Waiting [2020-08-13T04:33:57.940Z] 99f96fe45779: Download complete [2020-08-13T04:33:57.940Z] 74f711af9a0d: Download complete [2020-08-13T04:33:57.940Z] 66aa3694b03b: Verifying Checksum [2020-08-13T04:33:57.940Z] 66aa3694b03b: Download complete [2020-08-13T04:33:58.221Z] 170f70906a0f: Verifying Checksum [2020-08-13T04:33:58.221Z] 170f70906a0f: Download complete [2020-08-13T04:33:58.221Z] b538f80385f9: Download complete [2020-08-13T04:33:58.825Z] b538f80385f9: Pull complete [2020-08-13T04:33:59.425Z] Removing intermediate container 18be194f9530 [2020-08-13T04:33:59.425Z] ---> 73d32ec6e42f [2020-08-13T04:33:59.425Z] Step 6/23 : COPY go.mod . [2020-08-13T04:33:59.425Z] Removing intermediate container f35a64a86ce7 [2020-08-13T04:33:59.425Z] ---> cea2e20f7b76 [2020-08-13T04:33:59.425Z] Step 6/22 : COPY go.mod . [2020-08-13T04:33:59.429Z] 74f711af9a0d: Pull complete [2020-08-13T04:33:59.686Z] Removing intermediate container 01147b2bec9e [2020-08-13T04:33:59.686Z] ---> d0b29d15ad44 [2020-08-13T04:33:59.686Z] Step 6/26 : COPY go.mod . [2020-08-13T04:33:59.704Z] 99f96fe45779: Pull complete [2020-08-13T04:34:01.083Z] Removing intermediate container 3d9254509241 [2020-08-13T04:34:01.083Z] ---> 69b7655382e6 [2020-08-13T04:34:01.083Z] Step 6/26 : COPY go.mod . [2020-08-13T04:34:01.656Z] ---> ac04fa875c01 [2020-08-13T04:34:01.656Z] Step 7/22 : RUN go mod download [2020-08-13T04:34:01.656Z] ---> d482c68182f2 [2020-08-13T04:34:01.656Z] Step 7/23 : RUN go mod download [2020-08-13T04:34:02.232Z] ---> 2c494f483dd0 [2020-08-13T04:34:02.232Z] Step 7/26 : RUN go mod download [2020-08-13T04:34:02.496Z] ---> Running in 33e1db4c5ec6 [2020-08-13T04:34:02.496Z] ---> 22719a2b4f50 [2020-08-13T04:34:02.496Z] Step 7/26 : RUN go mod download [2020-08-13T04:34:02.496Z] ---> Running in b36982ce6f02 [2020-08-13T04:34:02.496Z] ---> Running in b73c52f01c03 [2020-08-13T04:34:02.756Z] ---> Running in 5fb5bd430547 [2020-08-13T04:34:03.110Z] ad7c5574e4b9: Verifying Checksum [2020-08-13T04:34:03.110Z] ad7c5574e4b9: Download complete [2020-08-13T04:34:03.110Z] c890913d741a: Verifying Checksum [2020-08-13T04:34:03.110Z] c890913d741a: Download complete [2020-08-13T04:34:04.563Z] e772456be8f7: Verifying Checksum [2020-08-13T04:34:04.563Z] e772456be8f7: Download complete [2020-08-13T04:34:04.563Z] 09adf4765672: Download complete [2020-08-13T04:34:04.849Z] 2480fcc9aa5a: Verifying Checksum [2020-08-13T04:34:04.849Z] 2480fcc9aa5a: Download complete [2020-08-13T04:34:05.850Z] fd7a069fd194: Download complete [2020-08-13T04:34:09.428Z] Removing intermediate container b36982ce6f02 [2020-08-13T04:34:09.428Z] ---> 1d4f84fee309 [2020-08-13T04:34:09.428Z] Step 8/23 : COPY . . [2020-08-13T04:34:09.428Z] Removing intermediate container b73c52f01c03 [2020-08-13T04:34:09.428Z] ---> 146eac863937 [2020-08-13T04:34:09.428Z] Step 8/26 : COPY . . [2020-08-13T04:34:10.385Z] Removing intermediate container 33e1db4c5ec6 [2020-08-13T04:34:10.385Z] ---> ee576a904a30 [2020-08-13T04:34:10.385Z] Step 8/22 : COPY . . [2020-08-13T04:34:18.331Z] fd7a069fd194: Pull complete [2020-08-13T04:34:18.331Z] 66aa3694b03b: Pull complete [2020-08-13T04:34:18.331Z] 170f70906a0f: Pull complete [2020-08-13T04:34:20.868Z] Removing intermediate container 5fb5bd430547 [2020-08-13T04:34:20.868Z] ---> 58502172e0b9 [2020-08-13T04:34:20.868Z] Step 8/26 : COPY . . [2020-08-13T04:34:21.739Z] ad7c5574e4b9: Pull complete [2020-08-13T04:34:26.068Z] e772456be8f7: Pull complete [2020-08-13T04:34:26.068Z] c890913d741a: Pull complete [2020-08-13T04:34:27.631Z] ---> 6bc5d7fcce31 [2020-08-13T04:34:27.631Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-13T04:34:30.202Z] ---> Running in 8bd5e78b3419 [2020-08-13T04:34:30.382Z] 2480fcc9aa5a: Pull complete [2020-08-13T04:34:30.382Z] 09adf4765672: Pull complete [2020-08-13T04:34:30.382Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-13T04:34:30.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-13T04:34:30.382Z] ---> 2248a725d1cf [2020-08-13T04:34:30.382Z] 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-13T04:34:34.435Z] 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-13T04:34:35.789Z] ---> Running in 9b45afc3863a [2020-08-13T04:34:36.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:34:37.039Z] ---> 19153245aae6 [2020-08-13T04:34:37.039Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-13T04:34:37.039Z] ---> d4389abcc7f8 [2020-08-13T04:34:37.039Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-13T04:34:37.634Z] ---> Running in 97df746bf12c [2020-08-13T04:34:37.634Z] ---> Running in fe01ae98fe82 [2020-08-13T04:34:37.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:34:37.908Z] ---> abc2c3933e38 [2020-08-13T04:34:37.908Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-13T04:34:38.527Z] ---> Running in 4a269be8a689 [2020-08-13T04:34:38.715Z] (1/12) Installing libmagic (5.38-r0) [2020-08-13T04:34:38.987Z] (2/12) Installing file (5.38-r0) [2020-08-13T04:34:38.987Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-13T04:34:38.987Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-13T04:34:39.501Z] 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-13T04:34:39.501Z] 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-13T04:34:40.081Z] 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-13T04:34:41.496Z] ---> e4b2c2cadfb4 [2020-08-13T04:34:41.496Z] 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-13T04:34:41.764Z] ---> Running in bab2d1548fb0 [2020-08-13T04:34:42.360Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-13T04:34:42.360Z] (6/12) Installing patch (2.7.6-r6) [2020-08-13T04:34:42.360Z] (7/12) Installing build-base (0.5-r2) [2020-08-13T04:34:42.360Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-13T04:34:42.631Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-13T04:34:42.631Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-13T04:34:42.732Z] 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-13T04:34:42.905Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-13T04:34:42.905Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-13T04:34:42.905Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:34:42.905Z] OK: 217 MiB in 51 packages [2020-08-13T04:34:48.309Z] Removing intermediate container 9b45afc3863a [2020-08-13T04:34:48.309Z] ---> afdaafba35c9 [2020-08-13T04:34:48.309Z] Step 4/7 : WORKDIR /edgex-go [2020-08-13T04:34:48.309Z] ---> Running in d38f5353d7d3 [2020-08-13T04:34:48.309Z] Removing intermediate container d38f5353d7d3 [2020-08-13T04:34:48.309Z] ---> d3d1ec09b7bc [2020-08-13T04:34:48.309Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-13T04:34:48.581Z] latest: Pulling from library/docker [2020-08-13T04:34:48.581Z] b538f80385f9: Already exists [2020-08-13T04:34:48.875Z] 259a493cd78d: Pulling fs layer [2020-08-13T04:34:48.875Z] b8e66b5100f5: Pulling fs layer [2020-08-13T04:34:48.875Z] 39dc9c94d07c: Pulling fs layer [2020-08-13T04:34:48.875Z] 551b823b3b82: Pulling fs layer [2020-08-13T04:34:48.875Z] 3c52a74df98c: Pulling fs layer [2020-08-13T04:34:48.875Z] 6c9b121b6998: Pulling fs layer [2020-08-13T04:34:48.875Z] 551b823b3b82: Waiting [2020-08-13T04:34:48.875Z] 3c52a74df98c: Waiting [2020-08-13T04:34:48.875Z] 6c9b121b6998: Waiting [2020-08-13T04:34:48.875Z] b8e66b5100f5: Verifying Checksum [2020-08-13T04:34:48.875Z] b8e66b5100f5: Download complete [2020-08-13T04:34:49.154Z] 259a493cd78d: Verifying Checksum [2020-08-13T04:34:49.154Z] 259a493cd78d: Download complete [2020-08-13T04:34:49.438Z] 3c52a74df98c: Verifying Checksum [2020-08-13T04:34:49.438Z] 3c52a74df98c: Download complete [2020-08-13T04:34:49.716Z] 6c9b121b6998: Verifying Checksum [2020-08-13T04:34:49.716Z] 6c9b121b6998: Download complete [2020-08-13T04:34:49.991Z] 259a493cd78d: Pull complete [2020-08-13T04:34:50.264Z] 551b823b3b82: Verifying Checksum [2020-08-13T04:34:50.264Z] 551b823b3b82: Download complete [2020-08-13T04:34:50.264Z] b8e66b5100f5: Pull complete [2020-08-13T04:34:50.264Z] 39dc9c94d07c: Verifying Checksum [2020-08-13T04:34:50.264Z] 39dc9c94d07c: Download complete [2020-08-13T04:34:53.644Z] 39dc9c94d07c: Pull complete [2020-08-13T04:34:53.644Z] 551b823b3b82: Pull complete [2020-08-13T04:34:53.917Z] 3c52a74df98c: Pull complete [2020-08-13T04:34:54.193Z] 6c9b121b6998: Pull complete [2020-08-13T04:34:54.193Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-13T04:34:54.193Z] Status: Downloaded newer image for docker:latest [2020-08-13T04:34:57.597Z] ---> 004f53e37837 [2020-08-13T04:34:57.597Z] Step 6/7 : COPY go.mod . [2020-08-13T04:34:58.578Z] ---> 382971a646b9 [2020-08-13T04:34:58.578Z] Step 7/7 : RUN go mod download [2020-08-13T04:34:58.578Z] ---> Running in a8e0fb51152b [2020-08-13T04:35:01.012Z] Removing intermediate container 8bd5e78b3419 [2020-08-13T04:35:01.012Z] ---> 10ff83c395b5 [2020-08-13T04:35:01.012Z] [2020-08-13T04:35:01.012Z] Step 9/29 : FROM alpine:latest [2020-08-13T04:35:01.012Z] latest: Pulling from library/alpine [2020-08-13T04:35:01.012Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-13T04:35:01.012Z] Status: Downloaded newer image for alpine:latest [2020-08-13T04:35:01.012Z] ---> a24bb4013296 [2020-08-13T04:35:01.012Z] 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-13T04:35:01.012Z] ---> Running in 5fdee5ea2fb4 [2020-08-13T04:35:01.280Z] Removing intermediate container 5fdee5ea2fb4 [2020-08-13T04:35:01.280Z] ---> 4df8ba2638a2 [2020-08-13T04:35:01.280Z] Step 11/29 : USER root [2020-08-13T04:35:01.554Z] ---> Running in 927ba6f1101a [2020-08-13T04:35:01.827Z] Removing intermediate container 927ba6f1101a [2020-08-13T04:35:01.827Z] ---> f022022fb149 [2020-08-13T04:35:01.827Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-13T04:35:01.968Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-13T04:35:01.968Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-13T04:35:01.968Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-13T04:35:01.968Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-13T04:35:01.968Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-13T04:35:01.968Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-13T04:35:01.968Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-13T04:35:01.968Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-13T04:35:01.968Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-13T04:35:01.968Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-13T04:35:01.968Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-13T04:35:01.968Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-13T04:35:01.968Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-13T04:35:02.091Z] ---> Running in e25141029a7b [2020-08-13T04:35:02.238Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-13T04:35:02.238Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-13T04:35:02.238Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-13T04:35:02.238Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-13T04:35:02.238Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-13T04:35:02.238Z] go: finding github.com/fatih/color v1.7.0 [2020-08-13T04:35:02.238Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-13T04:35:02.238Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-13T04:35:02.238Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-13T04:35:02.238Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-13T04:35:02.239Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-13T04:35:02.513Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-13T04:35:02.514Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-13T04:35:02.514Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-13T04:35:02.514Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-13T04:35:02.514Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-13T04:35:02.514Z] go: finding github.com/google/uuid v1.1.0 [2020-08-13T04:35:02.514Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-13T04:35:02.514Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-13T04:35:02.514Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-13T04:35:02.514Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-13T04:35:02.785Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-13T04:35:02.785Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-13T04:35:02.785Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-13T04:35:02.785Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-13T04:35:02.785Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-13T04:35:02.785Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-13T04:35:02.785Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-13T04:35:02.785Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-13T04:35:02.785Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-13T04:35:02.785Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-13T04:35:02.785Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-13T04:35:03.057Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-13T04:35:03.057Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-13T04:35:03.057Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-13T04:35:03.057Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-13T04:35:03.057Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-13T04:35:03.057Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-13T04:35:03.057Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-13T04:35:03.057Z] go: finding github.com/kr/pty v1.1.1 [2020-08-13T04:35:03.057Z] go: finding github.com/kr/text v0.1.0 [2020-08-13T04:35:03.057Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-13T04:35:03.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:35:03.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:35:03.332Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-13T04:35:03.332Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-13T04:35:03.332Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-13T04:35:03.332Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-13T04:35:03.332Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-13T04:35:03.332Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-13T04:35:03.332Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-13T04:35:03.332Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-13T04:35:03.332Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-13T04:35:03.332Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-13T04:35:03.332Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-13T04:35:03.599Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:35:03.599Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:35:03.599Z] OK: 12749 distinct packages available [2020-08-13T04:35:03.606Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-13T04:35:03.606Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-13T04:35:03.606Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-13T04:35:03.606Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-13T04:35:03.606Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-13T04:35:03.606Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-13T04:35:03.606Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-13T04:35:03.606Z] go: finding github.com/posener/complete v1.1.1 [2020-08-13T04:35:03.606Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-13T04:35:03.878Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-13T04:35:03.878Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-13T04:35:03.878Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:35:03.878Z] Executing ca-certificates-20191127-r4.trigger [2020-08-13T04:35:03.879Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-13T04:35:03.879Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-13T04:35:03.879Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-13T04:35:03.879Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-13T04:35:03.879Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-13T04:35:03.879Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-13T04:35:03.879Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-13T04:35:03.879Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-13T04:35:03.879Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-13T04:35:03.879Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-13T04:35:04.152Z] go: finding golang.org/x/text v0.3.2 [2020-08-13T04:35:04.152Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-13T04:35:04.152Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-13T04:35:04.152Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-13T04:35:04.152Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-13T04:35:04.152Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-13T04:35:04.152Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-13T04:35:04.167Z] OK: 6 MiB in 16 packages [2020-08-13T04:35:05.576Z] 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-13T04:35:06.977Z] Removing intermediate container e25141029a7b [2020-08-13T04:35:06.977Z] ---> 45131009fa58 [2020-08-13T04:35:06.977Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-13T04:35:07.265Z] ---> Running in 5ad7db9ca663 [2020-08-13T04:35:07.547Z] Removing intermediate container 5ad7db9ca663 [2020-08-13T04:35:07.547Z] ---> f79f50a3bddd [2020-08-13T04:35:07.547Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-13T04:35:07.547Z] ---> Running in 703358736d88 [2020-08-13T04:35:11.783Z] Removing intermediate container 703358736d88 [2020-08-13T04:35:11.783Z] ---> 9f7318d700b8 [2020-08-13T04:35:11.783Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-13T04:35:12.047Z] 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-13T04:35:12.047Z] ---> Running in ccc8f6e22d73 [2020-08-13T04:35:12.047Z] Removing intermediate container fe01ae98fe82 [2020-08-13T04:35:12.047Z] ---> b8232320ae0a [2020-08-13T04:35:12.047Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-13T04:35:12.311Z] ---> Running in d6108c58d529 [2020-08-13T04:35:13.268Z] 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-13T04:35:14.678Z] Removing intermediate container ccc8f6e22d73 [2020-08-13T04:35:14.678Z] ---> 1979bece0338 [2020-08-13T04:35:14.678Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-13T04:35:14.942Z] Removing intermediate container 97df746bf12c [2020-08-13T04:35:14.942Z] ---> 34a78b80a311 [2020-08-13T04:35:14.942Z] [2020-08-13T04:35:14.942Z] Step 10/23 : FROM scratch [2020-08-13T04:35:14.942Z] ---> [2020-08-13T04:35:14.942Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-13T04:35:15.520Z] ---> Running in 627649352e22 [2020-08-13T04:35:18.829Z] ---> 8b62a52c3608 [2020-08-13T04:35:18.829Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-13T04:35:18.829Z] Removing intermediate container 627649352e22 [2020-08-13T04:35:18.829Z] ---> 5aa9710e857b [2020-08-13T04:35:18.829Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-13T04:35:19.770Z] Removing intermediate container bab2d1548fb0 [2020-08-13T04:35:19.771Z] ---> 20603413634b [2020-08-13T04:35:19.771Z] [2020-08-13T04:35:19.771Z] Step 10/26 : FROM alpine:3.10 [2020-08-13T04:35:20.034Z] ---> Running in 25d1ad3796bc [2020-08-13T04:35:20.034Z] Removing intermediate container 4a269be8a689 [2020-08-13T04:35:20.034Z] ---> e0a2e4a9e8cd [2020-08-13T04:35:20.034Z] [2020-08-13T04:35:20.034Z] Step 10/22 : FROM alpine [2020-08-13T04:35:20.034Z] Removing intermediate container d6108c58d529 [2020-08-13T04:35:20.034Z] ---> ef81f0933ed9 [2020-08-13T04:35:20.034Z] [2020-08-13T04:35:20.034Z] Step 11/26 : FROM docker:latest [2020-08-13T04:35:20.034Z] ---> 81f5749c9058 [2020-08-13T04:35:20.034Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-13T04:35:20.034Z] ---> a24bb4013296 [2020-08-13T04:35:20.034Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:35:20.034Z] ---> 44610fc4b0ad [2020-08-13T04:35:20.034Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-13T04:35:20.034Z] 3.10: Pulling from library/alpine [2020-08-13T04:35:20.034Z] ---> Running in 34f331fe21e6 [2020-08-13T04:35:20.034Z] ---> Running in 1c52df98d35a [2020-08-13T04:35:20.302Z] Removing intermediate container 25d1ad3796bc [2020-08-13T04:35:20.302Z] ---> 7b50c2b668cb [2020-08-13T04:35:20.302Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-13T04:35:20.574Z] ---> Running in 1ba10e2429f7 [2020-08-13T04:35:20.574Z] Removing intermediate container 1c52df98d35a [2020-08-13T04:35:20.574Z] ---> 07a4b6952a5c [2020-08-13T04:35:20.574Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-13T04:35:20.574Z] ---> 20368d8a0f4d [2020-08-13T04:35:20.574Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-13T04:35:20.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:35:20.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:35:20.838Z] ---> Running in 85868ee4a298 [2020-08-13T04:35:20.838Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-13T04:35:21.100Z] Removing intermediate container 1ba10e2429f7 [2020-08-13T04:35:21.100Z] ---> 5a4a381e1ba3 [2020-08-13T04:35:21.100Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-13T04:35:21.100Z] Status: Downloaded newer image for alpine:3.10 [2020-08-13T04:35:21.100Z] ---> be4e4bea2c2e [2020-08-13T04:35:21.100Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-13T04:35:21.100Z] ---> c73140b168fc [2020-08-13T04:35:21.100Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-13T04:35:21.100Z] (1/2) Installing readline (8.0.4-r0) [2020-08-13T04:35:21.100Z] (2/2) Installing bash (5.0.17-r0) [2020-08-13T04:35:21.100Z] Executing bash-5.0.17-r0.post-install [2020-08-13T04:35:21.100Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:35:21.100Z] ---> Running in e96e698198c9 [2020-08-13T04:35:21.100Z] OK: 12 MiB in 22 packages [2020-08-13T04:35:21.360Z] Removing intermediate container 85868ee4a298 [2020-08-13T04:35:21.360Z] ---> 10cf94d4c041 [2020-08-13T04:35:21.360Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-13T04:35:21.633Z] ---> 37fc0a5eb3d2 [2020-08-13T04:35:21.633Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-13T04:35:21.633Z] ---> Running in 0bc981751d75 [2020-08-13T04:35:21.633Z] ---> 498ea9409b3f [2020-08-13T04:35:21.633Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-13T04:35:21.901Z] ---> Running in da2fac69387a [2020-08-13T04:35:22.471Z] Removing intermediate container a8e0fb51152b [2020-08-13T04:35:22.471Z] ---> f6dc2821fa4d [2020-08-13T04:35:22.471Z] Successfully built f6dc2821fa4d [2020-08-13T04:35:22.471Z] 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-13T04:35:23.277Z] + docker inspect -f . ci-base-image-arm64 [2020-08-13T04:35:23.277Z] . [Pipeline] withDockerContainer [2020-08-13T04:35:23.560Z] prd-ubuntu18.04-docker-arm64-4c-16g-5070 does not seem to be running inside a container [2020-08-13T04:35:23.642Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-13T04:35:23.828Z] Removing intermediate container 0bc981751d75 [2020-08-13T04:35:23.828Z] ---> e77f2bdd2475 [2020-08-13T04:35:23.828Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:35:23.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:35:23.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:35:23.828Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-13T04:35:23.828Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-13T04:35:23.828Z] OK: 10346 distinct packages available [2020-08-13T04:35:23.828Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-13T04:35:24.091Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-13T04:35:24.092Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-13T04:35:24.092Z] (4/5) Installing curl (7.66.0-r0) [2020-08-13T04:35:24.092Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-13T04:35:24.092Z] Executing busybox-1.30.1-r3.trigger [2020-08-13T04:35:24.092Z] Executing ca-certificates-20191127-r2.trigger [2020-08-13T04:35:24.357Z] OK: 7 MiB in 19 packages [2020-08-13T04:35:24.630Z] ---> Running in 340a014d9cb5 [2020-08-13T04:35:24.630Z] Removing intermediate container 34f331fe21e6 [2020-08-13T04:35:24.630Z] ---> 8641e0b11211 [2020-08-13T04:35:24.630Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-13T04:35:24.630Z] ---> 57d7dd10b0e9 [2020-08-13T04:35:24.630Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-13T04:35:24.630Z] ---> Running in 8fc562859af4 [2020-08-13T04:35:25.171Z] $ docker top 225d616e5f31f66ff79724d147bf3adfac0344f1aeadd8e19d9a494413b59cf2 -eo pid,comm [2020-08-13T04:35:25.208Z] ---> 3d87f5838fd1 [2020-08-13T04:35:25.208Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [Pipeline] { [Pipeline] sh [2020-08-13T04:35:26.157Z] ---> 2120ab5a172d [2020-08-13T04:35:26.157Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-13T04:35:26.157Z] Removing intermediate container e96e698198c9 [2020-08-13T04:35:26.157Z] ---> d31fb0df555a [2020-08-13T04:35:26.157Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-13T04:35:26.209Z] + go version [2020-08-13T04:35:26.209Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-13T04:35:26.228Z] ========================================================= [2020-08-13T04:35:26.228Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-13T04:35:26.228Z] ========================================================= [Pipeline] sh [2020-08-13T04:35:26.730Z] ---> Running in f2f4f8eb5286 [2020-08-13T04:35:26.730Z] Removing intermediate container da2fac69387a [2020-08-13T04:35:26.730Z] ---> 780327cf01f0 [2020-08-13T04:35:26.730Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-13T04:35:26.730Z] ---> 3399f5e0378f [2020-08-13T04:35:26.730Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-13T04:35:26.895Z] + make test [2020-08-13T04:35:26.895Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-13T04:35:26.991Z] Removing intermediate container 340a014d9cb5 [2020-08-13T04:35:26.991Z] ---> 30a93672404c [2020-08-13T04:35:26.991Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-13T04:35:27.253Z] ---> Running in 3a77c2a6a69b [2020-08-13T04:35:27.253Z] Removing intermediate container 8fc562859af4 [2020-08-13T04:35:27.253Z] ---> 5f3af27d1be2 [2020-08-13T04:35:27.253Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-13T04:35:27.253Z] Removing intermediate container f2f4f8eb5286 [2020-08-13T04:35:27.253Z] ---> ef4a29a578e7 [2020-08-13T04:35:27.253Z] Step 13/26 : WORKDIR / [2020-08-13T04:35:27.253Z] ---> 304235090700 [2020-08-13T04:35:27.253Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:35:27.253Z] ---> a06a42fb46e7 [2020-08-13T04:35:27.253Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-13T04:35:27.536Z] ---> Running in 4bc9b587025f [2020-08-13T04:35:27.536Z] ---> Running in 8927dc5d8700 [2020-08-13T04:35:27.536Z] ---> Running in 8896a2f2cc15 [2020-08-13T04:35:27.536Z] ---> Running in cc375b0ed7cf [2020-08-13T04:35:28.252Z] Removing intermediate container 8927dc5d8700 [2020-08-13T04:35:28.252Z] ---> ef6b0f97d455 [2020-08-13T04:35:28.252Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-13T04:35:28.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:35:28.252Z] Removing intermediate container cc375b0ed7cf [2020-08-13T04:35:28.252Z] ---> 048bed214936 [2020-08-13T04:35:28.252Z] Step 21/23 : LABEL arch=x86_64 [2020-08-13T04:35:28.252Z] Removing intermediate container 4bc9b587025f [2020-08-13T04:35:28.252Z] ---> 420a8287a099 [2020-08-13T04:35:28.252Z] 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-13T04:35:28.252Z] ---> Running in 76d0280b501d [2020-08-13T04:35:28.252Z] ---> Running in 1e6005f82807 [2020-08-13T04:35:28.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:35:29.096Z] Removing intermediate container 76d0280b501d [2020-08-13T04:35:29.096Z] ---> 7d0b05aa63f1 [2020-08-13T04:35:29.096Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-13T04:35:29.096Z] ---> 055d082402ac [2020-08-13T04:35:29.096Z] 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-13T04:35:29.096Z] Removing intermediate container 1e6005f82807 [2020-08-13T04:35:29.097Z] ---> 1f361fbc65fb [2020-08-13T04:35:29.097Z] Step 22/23 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:35:29.367Z] ---> Running in 35bd271b30b1 [2020-08-13T04:35:29.367Z] ---> Running in 137ea65b6193 [2020-08-13T04:35:29.515Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-13T04:35:29.635Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-13T04:35:29.635Z] ---> c40a19cb9ef2 [2020-08-13T04:35:29.635Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-13T04:35:29.635Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-13T04:35:29.635Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-13T04:35:29.635Z] Removing intermediate container 35bd271b30b1 [2020-08-13T04:35:29.635Z] ---> bf1a6efc0b3d [2020-08-13T04:35:29.635Z] Step 23/23 : LABEL version=0.0.0 [2020-08-13T04:35:29.903Z] Removing intermediate container 137ea65b6193 [2020-08-13T04:35:29.903Z] ---> 5602479a53b9 [2020-08-13T04:35:29.903Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-13T04:35:29.903Z] Removing intermediate container 8896a2f2cc15 [2020-08-13T04:35:29.903Z] ---> fb676aa4de14 [2020-08-13T04:35:29.903Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-13T04:35:29.903Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-13T04:35:29.903Z] ---> Running in 90714e5acade [2020-08-13T04:35:29.903Z] ---> 6c3ad084a1a1 [2020-08-13T04:35:29.903Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-13T04:35:30.167Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-13T04:35:30.167Z] ---> Running in 2f8fcb5c074c [2020-08-13T04:35:30.167Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:35:30.167Z] OK: 8 MiB in 19 packages [2020-08-13T04:35:30.434Z] Removing intermediate container 90714e5acade [2020-08-13T04:35:30.434Z] ---> 224f89547136 [2020-08-13T04:35:30.434Z] [2020-08-13T04:35:30.434Z] ---> eda3b0f2276a [2020-08-13T04:35:30.434Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-13T04:35:30.703Z] ---> e15022a04342 [2020-08-13T04:35:30.703Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-13T04:35:30.703Z] Successfully built 224f89547136 [2020-08-13T04:35:30.703Z] Successfully tagged docker-support-notifications-go:latest [2020-08-13T04:35:30.703Z] Building docker-security-proxy-setup-go [2020-08-13T04:35:31.288Z]  Building docker-support-notifications-go ... done Removing intermediate container 3a77c2a6a69b [2020-08-13T04:35:31.288Z] ---> b0248d8f259c [2020-08-13T04:35:31.288Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-13T04:35:31.288Z] ---> 17e01b51256f [2020-08-13T04:35:31.288Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-13T04:35:31.288Z] ---> a0c1d82ce281 [2020-08-13T04:35:31.288Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-13T04:35:31.863Z] ---> 0df343620fc4 [2020-08-13T04:35:31.863Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-13T04:35:32.126Z] ---> 41d702febf5a [2020-08-13T04:35:32.126Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-13T04:35:34.689Z] ---> 654c907465a4 [2020-08-13T04:35:34.689Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-13T04:35:34.689Z] Removing intermediate container 2f8fcb5c074c [2020-08-13T04:35:34.689Z] ---> c3b3a6740291 [2020-08-13T04:35:34.689Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-13T04:35:34.689Z] ---> Running in e4abfe960bee [2020-08-13T04:35:34.689Z] ---> Running in 16cb2e21ed33 [2020-08-13T04:35:34.689Z] ---> b20c01bf6864 [2020-08-13T04:35:34.689Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-13T04:35:36.084Z] ---> 570e937828d9 [2020-08-13T04:35:36.084Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:35:36.084Z] ---> 7c4960a477ec [2020-08-13T04:35:36.084Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-13T04:35:36.084Z] Removing intermediate container 16cb2e21ed33 [2020-08-13T04:35:36.084Z] ---> 69b33ec27ced [2020-08-13T04:35:36.084Z] Step 26/29 : CMD [ "generate" ] [2020-08-13T04:35:36.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:35:36.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:35:36.924Z] ---> Running in 750e201fe164 [2020-08-13T04:35:36.924Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-13T04:35:36.924Z] (2/33) Installing expat (2.2.9-r1) [2020-08-13T04:35:36.924Z] (3/33) Installing libffi (3.3-r2) [2020-08-13T04:35:36.924Z] (4/33) Installing gdbm (1.13-r1) [2020-08-13T04:35:37.194Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-13T04:35:37.194Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-13T04:35:37.194Z] ---> Running in 46923da63d57 [2020-08-13T04:35:37.194Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-13T04:35:41.404Z] ---> ebddb19dd1f1 [2020-08-13T04:35:41.404Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-13T04:35:42.353Z] Removing intermediate container 46923da63d57 [2020-08-13T04:35:42.353Z] ---> 5080e16852f5 [2020-08-13T04:35:42.353Z] Step 20/22 : LABEL arch=x86_64 [2020-08-13T04:35:42.353Z] Removing intermediate container 750e201fe164 [2020-08-13T04:35:42.353Z] ---> 895273e6eceb [2020-08-13T04:35:42.353Z] Step 27/29 : LABEL arch=x86_64 [2020-08-13T04:35:42.924Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-13T04:35:43.186Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-13T04:35:43.186Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-13T04:35:43.186Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-13T04:35:43.446Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-13T04:35:43.446Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-13T04:35:43.446Z] ---> Running in f5b83ebdbe6e [2020-08-13T04:35:43.446Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-13T04:35:44.017Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-13T04:35:44.017Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-13T04:35:44.017Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:35:44.017Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:35:44.017Z] ---> ff2c1f3be451 [2020-08-13T04:35:44.017Z] Step 3/20 : WORKDIR /edgex-go [2020-08-13T04:35:44.017Z] ---> Using cache [2020-08-13T04:35:44.017Z] ---> 8398485495e0 [2020-08-13T04:35:44.017Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:35:44.017Z] ---> Using cache [2020-08-13T04:35:44.017Z] ---> b18aefff51b8 [2020-08-13T04:35:44.017Z] Step 5/20 : RUN apk update && apk add make git [2020-08-13T04:35:44.018Z] ---> Using cache [2020-08-13T04:35:44.018Z] ---> 69b7655382e6 [2020-08-13T04:35:44.018Z] Step 6/20 : COPY go.mod . [2020-08-13T04:35:44.018Z] ---> Using cache [2020-08-13T04:35:44.018Z] ---> 22719a2b4f50 [2020-08-13T04:35:44.018Z] Step 7/20 : RUN go mod download [2020-08-13T04:35:44.018Z] ---> Using cache [2020-08-13T04:35:44.018Z] ---> 58502172e0b9 [2020-08-13T04:35:44.018Z] Step 8/20 : COPY . . [2020-08-13T04:35:44.018Z] ---> Using cache [2020-08-13T04:35:44.018Z] ---> e4b2c2cadfb4 [2020-08-13T04:35:44.018Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-13T04:35:44.959Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-13T04:35:44.960Z] ---> Running in 90978d0fb7b9 [2020-08-13T04:35:44.960Z] ---> Running in bb4d77283e8e [2020-08-13T04:35:44.960Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-13T04:35:44.960Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-13T04:35:44.960Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-13T04:35:45.531Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-13T04:35:45.531Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-13T04:35:45.531Z] ---> Running in b973e91c189f [2020-08-13T04:35:45.531Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-13T04:35:45.531Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-13T04:35:45.803Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-13T04:35:45.803Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-13T04:35:46.388Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-13T04:35:46.388Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-13T04:35:46.388Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-13T04:35:46.388Z] Removing intermediate container 90978d0fb7b9 [2020-08-13T04:35:46.388Z] ---> a1050d80489a [2020-08-13T04:35:46.388Z] Step 28/29 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:35:46.388Z] Removing intermediate container bb4d77283e8e [2020-08-13T04:35:46.388Z] ---> cdfb4c7d208d [2020-08-13T04:35:46.388Z] Step 21/22 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:35:46.388Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-13T04:35:46.388Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-13T04:35:46.388Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-13T04:35:46.388Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-13T04:35:47.830Z] ---> Running in 36dd431adcd1 [2020-08-13T04:35:47.830Z] ---> Running in 9c928c2a0ee5 [2020-08-13T04:35:47.830Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:35:47.830Z] OK: 71 MiB in 55 packages [2020-08-13T04:35:48.096Z] 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-13T04:35:48.096Z] Removing intermediate container 36dd431adcd1 [2020-08-13T04:35:48.096Z] ---> f5c153d02d3b [2020-08-13T04:35:48.096Z] Step 29/29 : LABEL version=0.0.0 [2020-08-13T04:35:48.096Z] Removing intermediate container 9c928c2a0ee5 [2020-08-13T04:35:48.096Z] ---> fd1525a49008 [2020-08-13T04:35:48.096Z] Step 22/22 : LABEL version=0.0.0 [2020-08-13T04:35:48.367Z] ---> Running in 17ae65545bf9 [2020-08-13T04:35:48.367Z] Removing intermediate container f5b83ebdbe6e [2020-08-13T04:35:48.367Z] ---> d1efc46c00d0 [2020-08-13T04:35:48.367Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-13T04:35:48.367Z] ---> Running in f78e2d8458c5 [2020-08-13T04:35:48.629Z] ---> Running in 64028c299f9e [2020-08-13T04:35:48.629Z] Removing intermediate container 17ae65545bf9 [2020-08-13T04:35:48.629Z] ---> 34764e67b727 [2020-08-13T04:35:48.629Z] [2020-08-13T04:35:48.901Z] Successfully built 34764e67b727 [2020-08-13T04:35:48.901Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-13T04:35:48.901Z] Building docker-support-scheduler-go [2020-08-13T04:35:48.901Z] Removing intermediate container f78e2d8458c5 [2020-08-13T04:35:48.901Z] ---> 817640d2c3e7 [2020-08-13T04:35:48.901Z] [2020-08-13T04:35:49.170Z]  Building docker-security-secrets-setup-go ... done Successfully built 817640d2c3e7 [2020-08-13T04:35:49.440Z] Successfully tagged docker-core-data-go:latest [2020-08-13T04:35:49.440Z] Building docker-core-command-go [2020-08-13T04:35:49.440Z] Removing intermediate container 64028c299f9e [2020-08-13T04:35:49.440Z] ---> 74dc580f9a37 [2020-08-13T04:35:49.440Z] Step 24/26 : LABEL arch=x86_64 [2020-08-13T04:35:57.667Z]  Building docker-core-data-go ... done  ---> Running in 7ac3a0781617 [2020-08-13T04:36:01.899Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-13T04:36:03.013Z] Removing intermediate container 7ac3a0781617 [2020-08-13T04:36:03.013Z] ---> 482283717d59 [2020-08-13T04:36:03.013Z] Step 25/26 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:36:05.026Z] ---> Running in ceeeec371175 [2020-08-13T04:36:06.992Z] Removing intermediate container ceeeec371175 [2020-08-13T04:36:06.992Z] ---> 7193ed966f9c [2020-08-13T04:36:06.992Z] Step 26/26 : LABEL version=0.0.0 [2020-08-13T04:36:09.558Z] ---> Running in 3ac61f166b2e [2020-08-13T04:36:09.821Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:36:09.821Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:36:10.101Z] ---> ff2c1f3be451 [2020-08-13T04:36:10.101Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T04:36:10.101Z] ---> Using cache [2020-08-13T04:36:10.101Z] ---> 8398485495e0 [2020-08-13T04:36:10.101Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:36:10.101Z] ---> Using cache [2020-08-13T04:36:10.101Z] ---> b18aefff51b8 [2020-08-13T04:36:10.101Z] Step 5/21 : RUN apk update && apk add make git [2020-08-13T04:36:10.101Z] ---> Using cache [2020-08-13T04:36:10.101Z] ---> 69b7655382e6 [2020-08-13T04:36:10.101Z] Step 6/21 : COPY go.mod . [2020-08-13T04:36:10.101Z] ---> Using cache [2020-08-13T04:36:10.101Z] ---> 22719a2b4f50 [2020-08-13T04:36:10.101Z] Step 7/21 : RUN go mod download [2020-08-13T04:36:10.101Z] ---> Using cache [2020-08-13T04:36:10.101Z] ---> 58502172e0b9 [2020-08-13T04:36:10.101Z] Step 8/21 : COPY . . [2020-08-13T04:36:10.101Z] ---> Using cache [2020-08-13T04:36:10.101Z] ---> e4b2c2cadfb4 [2020-08-13T04:36:10.101Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-13T04:36:10.688Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:36:10.688Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:36:10.688Z] ---> ff2c1f3be451 [2020-08-13T04:36:10.688Z] Step 3/20 : WORKDIR /edgex-go [2020-08-13T04:36:10.688Z] ---> Using cache [2020-08-13T04:36:10.688Z] ---> 8398485495e0 [2020-08-13T04:36:10.688Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:36:10.688Z] ---> Using cache [2020-08-13T04:36:10.688Z] ---> b18aefff51b8 [2020-08-13T04:36:10.688Z] Step 5/20 : RUN apk update && apk add make git [2020-08-13T04:36:10.688Z] ---> Using cache [2020-08-13T04:36:10.688Z] ---> 69b7655382e6 [2020-08-13T04:36:10.688Z] Step 6/20 : COPY go.mod . [2020-08-13T04:36:10.688Z] ---> Using cache [2020-08-13T04:36:10.688Z] ---> 22719a2b4f50 [2020-08-13T04:36:10.688Z] Step 7/20 : RUN go mod download [2020-08-13T04:36:10.688Z] ---> Using cache [2020-08-13T04:36:10.688Z] ---> 58502172e0b9 [2020-08-13T04:36:10.688Z] Step 8/20 : COPY . . [2020-08-13T04:36:10.688Z] ---> Using cache [2020-08-13T04:36:10.688Z] ---> e4b2c2cadfb4 [2020-08-13T04:36:10.688Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-13T04:36:12.611Z] ---> Running in 13a0afae5910 [2020-08-13T04:36:12.611Z] ---> Running in 0a5a18d45665 [2020-08-13T04:36:12.611Z] Removing intermediate container 3ac61f166b2e [2020-08-13T04:36:12.611Z] ---> 92efb39e4f10 [2020-08-13T04:36:12.611Z] [2020-08-13T04:36:12.611Z] Successfully built 92efb39e4f10 [2020-08-13T04:36:12.880Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-13T04:36:12.880Z] Building docker-support-logging-go [2020-08-13T04:36:14.312Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-13T04:36:14.312Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-13T04:36:14.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-13T04:36:14.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-13T04:36:14.312Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.060s [2020-08-13T04:36:14.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-13T04:36:14.312Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-13T04:36:14.922Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-13T04:36:16.225Z]  Building docker-security-secretstore-setup-go ... done 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-13T04:36:16.225Z] 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-13T04:36:16.376Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-13T04:36:17.372Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-13T04:36:17.372Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-13T04:36:17.372Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-13T04:36:17.372Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-13T04:36:21.574Z] Removing intermediate container e4abfe960bee [2020-08-13T04:36:21.574Z] ---> 1864202b8353 [2020-08-13T04:36:21.574Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-13T04:36:23.229Z] ---> Running in f319c9c252de [2020-08-13T04:36:27.552Z] Removing intermediate container b973e91c189f [2020-08-13T04:36:27.552Z] ---> be9277f526ec [2020-08-13T04:36:27.552Z] [2020-08-13T04:36:27.552Z] Step 10/20 : FROM alpine [2020-08-13T04:36:27.552Z] ---> a24bb4013296 [2020-08-13T04:36:27.552Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-13T04:36:27.552Z] ---> Running in 7d0a5b2d2747 [2020-08-13T04:36:27.585Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements [2020-08-13T04:36:27.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-13T04:36:27.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-13T04:36:27.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-13T04:36:27.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-13T04:36:27.585Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-13T04:36:29.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:29.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:29.829Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:36:29.829Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:36:29.829Z] OK: 12749 distinct packages available [2020-08-13T04:36:30.427Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-13T04:36:30.427Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-13T04:36:30.427Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-13T04:36:30.427Z] (4/4) Installing curl (7.69.1-r0) [2020-08-13T04:36:30.427Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:36:30.694Z] Executing ca-certificates-20191127-r4.trigger [2020-08-13T04:36:30.694Z] OK: 7 MiB in 18 packages [2020-08-13T04:36:33.297Z] Removing intermediate container 7d0a5b2d2747 [2020-08-13T04:36:33.297Z] ---> 05ff0ad079ec [2020-08-13T04:36:33.297Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-13T04:36:33.297Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:36:33.297Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:36:33.297Z] ---> ff2c1f3be451 [2020-08-13T04:36:33.297Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T04:36:33.297Z] ---> Using cache [2020-08-13T04:36:33.297Z] ---> 8398485495e0 [2020-08-13T04:36:33.297Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:36:33.297Z] ---> Using cache [2020-08-13T04:36:33.297Z] ---> b18aefff51b8 [2020-08-13T04:36:33.297Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-13T04:36:33.898Z] Collecting docker-compose==1.23.2 [2020-08-13T04:36:33.898Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-13T04:36:34.493Z] ---> Running in 730a2e48d35d [2020-08-13T04:36:34.493Z] ---> Running in 67c1c115f3ca [2020-08-13T04:36:34.760Z] Collecting PyYAML<4,>=3.10 [2020-08-13T04:36:34.760Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-13T04:36:35.342Z] Removing intermediate container 730a2e48d35d [2020-08-13T04:36:35.342Z] ---> 8120cc102bbe [2020-08-13T04:36:35.342Z] Step 13/20 : WORKDIR /edgex [2020-08-13T04:36:35.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.137s coverage: 27.3% of statements [2020-08-13T04:36:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-13T04:36:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-13T04:36:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-13T04:36:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-13T04:36:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-13T04:36:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-13T04:36:35.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.024s coverage: 100.0% of statements [2020-08-13T04:36:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-13T04:36:35.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.058s coverage: 100.0% of statements [2020-08-13T04:36:35.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-13T04:36:36.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:36.302Z] ---> Running in ed658596ac6a [2020-08-13T04:36:36.565Z] Collecting docker<4.0,>=3.6.0 [2020-08-13T04:36:36.565Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-13T04:36:36.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:36:36.831Z] Removing intermediate container ed658596ac6a [2020-08-13T04:36:36.831Z] ---> 3a6f014f25e3 [2020-08-13T04:36:36.831Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-13T04:36:36.831Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-13T04:36:36.831Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-13T04:36:37.102Z] Collecting docopt<0.7,>=0.6.1 [2020-08-13T04:36:37.102Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-13T04:36:37.102Z] ---> 4c218e4f4086 [2020-08-13T04:36:37.102Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-13T04:36:37.371Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:36:37.371Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:36:37.371Z] OK: 12749 distinct packages available [2020-08-13T04:36:37.644Z] Collecting texttable<0.10,>=0.9.0 [2020-08-13T04:36:37.644Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-13T04:36:37.644Z] OK: 233 MiB in 51 packages [2020-08-13T04:36:37.938Z] OK: 233 MiB in 51 packages [2020-08-13T04:36:37.938Z] ---> b467f182fe28 [2020-08-13T04:36:37.938Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-13T04:36:37.938Z] ---> Running in 8dd916362f00 [2020-08-13T04:36:37.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.398s coverage: 28.6% of statements [2020-08-13T04:36:37.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-13T04:36:37.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-13T04:36:37.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-13T04:36:37.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-13T04:36:37.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-13T04:36:37.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.042s coverage: 100.0% of statements [2020-08-13T04:36:37.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-13T04:36:37.950Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements [2020-08-13T04:36:37.950Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-13T04:36:38.216Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-13T04:36:38.216Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-13T04:36:38.217Z] Removing intermediate container 8dd916362f00 [2020-08-13T04:36:38.217Z] ---> cb813d2af02f [2020-08-13T04:36:38.217Z] Step 17/20 : CMD ["--init=true"] [2020-08-13T04:36:38.490Z] ---> Running in 3d0871a989d1 [2020-08-13T04:36:38.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.176s coverage: 89.8% of statements [2020-08-13T04:36:38.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-13T04:36:38.753Z] 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-13T04:36:40.145Z] Collecting cached-property<2,>=1.2.0 [2020-08-13T04:36:40.145Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-13T04:36:40.408Z] Removing intermediate container 67c1c115f3ca [2020-08-13T04:36:40.408Z] ---> cbffce4d3905 [2020-08-13T04:36:40.408Z] Step 6/21 : COPY go.mod . [2020-08-13T04:36:40.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.207s coverage: 97.5% of statements [2020-08-13T04:36:40.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-13T04:36:40.672Z] Collecting jsonschema<3,>=2.5.1 [2020-08-13T04:36:40.672Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-13T04:36:40.672Z] Removing intermediate container 3d0871a989d1 [2020-08-13T04:36:40.672Z] ---> 1208af9f089b [2020-08-13T04:36:40.672Z] Step 18/20 : LABEL arch=x86_64 [2020-08-13T04:36:40.672Z] ---> 46ab2ae99658 [2020-08-13T04:36:40.672Z] Step 7/21 : RUN go mod download [2020-08-13T04:36:40.936Z] ---> Running in 2fb009d4d6d9 [2020-08-13T04:36:40.936Z] ---> Running in 7aee73a27540 [2020-08-13T04:36:40.936Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-13T04:36:40.936Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-13T04:36:40.936Z] Collecting docker-pycreds>=0.4.0 [2020-08-13T04:36:40.936Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-13T04:36:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 100.0% of statements [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-13T04:36:41.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-13T04:36:41.172Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2020-08-13T04:36:41.198Z] Removing intermediate container 2fb009d4d6d9 [2020-08-13T04:36:41.198Z] ---> 8bb2354edffe [2020-08-13T04:36:41.198Z] Step 19/20 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:36:41.198Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-13T04:36:41.198Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-13T04:36:41.464Z] Collecting idna<2.8,>=2.5 [2020-08-13T04:36:41.464Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-13T04:36:41.464Z] ---> Running in 62628889ab1c [2020-08-13T04:36:41.464Z] 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-13T04:36:41.464Z] 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-13T04:36:41.464Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-13T04:36:41.464Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-13T04:36:41.464Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-13T04:36:41.464Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-13T04:36:41.731Z] Installing collected packages: PyYAML, docker-pycreds, urllib3, idna, requests, websocket-client, docker, docopt, texttable, dockerpty, cached-property, jsonschema, docker-compose [2020-08-13T04:36:41.731Z] Running setup.py install for PyYAML: started [2020-08-13T04:36:41.731Z] Removing intermediate container 62628889ab1c [2020-08-13T04:36:41.731Z] ---> 82127695848a [2020-08-13T04:36:41.731Z] Step 20/20 : LABEL version=0.0.0 [2020-08-13T04:36:41.999Z] ---> Running in da67efa25ce8 [2020-08-13T04:36:42.585Z] Removing intermediate container da67efa25ce8 [2020-08-13T04:36:42.585Z] ---> 061142382685 [2020-08-13T04:36:42.585Z] [2020-08-13T04:36:42.851Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-13T04:36:42.851Z] Successfully built 061142382685 [2020-08-13T04:36:43.439Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-13T04:36:43.439Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-08-13T04:36:43.439Z] Attempting uninstall: urllib3 [2020-08-13T04:36:43.439Z] Found existing installation: urllib3 1.25.9 [2020-08-13T04:36:43.439Z] Uninstalling urllib3-1.25.9: [2020-08-13T04:36:43.705Z] Successfully uninstalled urllib3-1.25.9 [2020-08-13T04:36:45.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements [2020-08-13T04:36:45.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-13T04:36:45.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-13T04:36:45.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.108s coverage: 100.0% of statements [2020-08-13T04:36:45.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.309s coverage: 55.9% of statements [2020-08-13T04:36:45.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-13T04:36:45.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-13T04:36:45.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-13T04:36:45.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-13T04:36:50.322Z] Attempting uninstall: idna [2020-08-13T04:36:50.322Z] Found existing installation: idna 2.9 [2020-08-13T04:36:50.322Z] Uninstalling idna-2.9: [2020-08-13T04:36:51.720Z] Removing intermediate container 7aee73a27540 [2020-08-13T04:36:51.720Z] ---> 366a90a847b9 [2020-08-13T04:36:51.720Z] Step 8/21 : COPY . . [2020-08-13T04:36:51.720Z] Removing intermediate container 13a0afae5910 [2020-08-13T04:36:51.720Z] ---> fa1fe36121ce [2020-08-13T04:36:51.720Z] [2020-08-13T04:36:51.720Z] Step 10/20 : FROM scratch [2020-08-13T04:36:51.720Z] ---> [2020-08-13T04:36:51.720Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:36:51.720Z] Successfully uninstalled idna-2.9 [2020-08-13T04:36:51.720Z] Attempting uninstall: requests [2020-08-13T04:36:51.720Z] Found existing installation: requests 2.23.0 [2020-08-13T04:36:51.720Z] Uninstalling requests-2.23.0: [2020-08-13T04:36:51.720Z] Successfully uninstalled requests-2.23.0 [2020-08-13T04:36:53.652Z] ---> Running in e662188cb10f [2020-08-13T04:36:54.606Z] Removing intermediate container 0a5a18d45665 [2020-08-13T04:36:54.606Z] ---> 05ce7bbd01e2 [2020-08-13T04:36:54.606Z] [2020-08-13T04:36:54.606Z] Step 10/21 : FROM scratch [2020-08-13T04:36:54.606Z] ---> [2020-08-13T04:36:54.606Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:36:54.606Z] Running setup.py install for docopt: started [2020-08-13T04:36:56.012Z] Running setup.py install for docopt: finished with status 'done' [2020-08-13T04:36:56.012Z] Running setup.py install for texttable: started [2020-08-13T04:36:56.964Z] Running setup.py install for texttable: finished with status 'done' [2020-08-13T04:36:56.964Z] Running setup.py install for dockerpty: started [2020-08-13T04:36:57.923Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-13T04:36:57.923Z] ---> Running in 181c2c82771c [2020-08-13T04:37:02.173Z] Removing intermediate container e662188cb10f [2020-08-13T04:37:02.173Z] ---> ffa5bc4d1d34 [2020-08-13T04:37:02.173Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-13T04:37:02.173Z] Removing intermediate container 181c2c82771c [2020-08-13T04:37:02.173Z] ---> 743c12b2aeb0 [2020-08-13T04:37:02.173Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-13T04:37:03.601Z] 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-13T04:37:05.586Z] ---> Running in 6b6634ea9db8 [2020-08-13T04:37:05.586Z] ---> Running in 10838abccb0f [2020-08-13T04:37:05.867Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:37:05.867Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:37:05.867Z] ---> ff2c1f3be451 [2020-08-13T04:37:05.867Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T04:37:05.867Z] ---> Using cache [2020-08-13T04:37:05.867Z] ---> 8398485495e0 [2020-08-13T04:37:05.867Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:37:05.867Z] ---> Using cache [2020-08-13T04:37:05.867Z] ---> b18aefff51b8 [2020-08-13T04:37:05.867Z] Step 5/21 : RUN apk update && apk add make git [2020-08-13T04:37:05.867Z] ---> Using cache [2020-08-13T04:37:05.867Z] ---> 69b7655382e6 [2020-08-13T04:37:05.867Z] Step 6/21 : COPY go.mod . [2020-08-13T04:37:05.867Z] ---> Using cache [2020-08-13T04:37:05.867Z] ---> 22719a2b4f50 [2020-08-13T04:37:05.867Z] Step 7/21 : RUN go mod download [2020-08-13T04:37:05.867Z] ---> Using cache [2020-08-13T04:37:05.867Z] ---> 58502172e0b9 [2020-08-13T04:37:05.867Z] Step 8/21 : COPY . . [2020-08-13T04:37:05.867Z] ---> Using cache [2020-08-13T04:37:05.867Z] ---> e4b2c2cadfb4 [2020-08-13T04:37:05.867Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-13T04:37:09.241Z] Removing intermediate container 10838abccb0f [2020-08-13T04:37:09.241Z] ---> 6cb49094b892 [2020-08-13T04:37:09.241Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T04:37:09.241Z] ---> Running in c4a3cf6388aa [2020-08-13T04:37:09.241Z] Removing intermediate container 6b6634ea9db8 [2020-08-13T04:37:09.241Z] ---> 6282dff70059 [2020-08-13T04:37:09.241Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-13T04:37:11.172Z] ---> Running in bae362a73ac3 [2020-08-13T04:37:11.751Z] ---> Running in 49d18ec82568 [2020-08-13T04:37:13.812Z] Removing intermediate container bae362a73ac3 [2020-08-13T04:37:13.812Z] ---> ee2678240f62 [2020-08-13T04:37:13.812Z] Step 14/21 : WORKDIR / [2020-08-13T04:37:15.302Z] Removing intermediate container 49d18ec82568 [2020-08-13T04:37:15.302Z] ---> bb39e937ade9 [2020-08-13T04:37:15.302Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-13T04:37:15.302Z] 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-13T04:37:15.302Z] ---> Running in a25115ac9eed [2020-08-13T04:37:15.886Z] Removing intermediate container f319c9c252de [2020-08-13T04:37:15.886Z] ---> a316fe3959de [2020-08-13T04:37:15.886Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-13T04:37:17.835Z] ---> 7c6d46069a4f [2020-08-13T04:37:17.835Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-13T04:37:17.938Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 27.840s coverage: 86.3% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.071s coverage: 72.2% of statements [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.377s coverage: 72.1% of statements [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.019s coverage: 48.4% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.031s coverage: 28.8% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.075s coverage: 96.8% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 26.9% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.313s coverage: 84.1% of statements [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.023s coverage: 100.0% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.049s coverage: 83.8% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.120s coverage: 46.1% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.111s coverage: 100.0% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.042s coverage: 100.0% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.310s coverage: 29.1% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-13T04:37:17.939Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-13T04:37:17.939Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements [2020-08-13T04:37:18.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.018s coverage: 32.1% of statements [2020-08-13T04:37:18.816Z] ---> Running in 1492a009466b [2020-08-13T04:37:18.816Z] Removing intermediate container a25115ac9eed [2020-08-13T04:37:18.816Z] ---> 2ceebf99bbcb [2020-08-13T04:37:18.816Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-13T04:37:19.094Z] ---> e8061fdb0484 [2020-08-13T04:37:19.094Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-13T04:37:19.363Z] ---> b7f2bb97626b [2020-08-13T04:37:19.363Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-13T04:37:19.363Z] ---> f8f679c8bc8c [2020-08-13T04:37:19.363Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-13T04:37:19.637Z] ---> Running in c47bedc380ca [2020-08-13T04:37:19.637Z] ---> 4b4f98bc1cfb [2020-08-13T04:37:19.637Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:37:19.916Z] ---> Running in c55b466588c5 [2020-08-13T04:37:20.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements [2020-08-13T04:37:20.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-13T04:37:20.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-13T04:37:20.196Z] Removing intermediate container c55b466588c5 [2020-08-13T04:37:20.196Z] ---> 25cf210a8b2d [2020-08-13T04:37:20.196Z] Step 18/20 : LABEL arch=x86_64 [2020-08-13T04:37:20.465Z] ---> Running in 75c4d05b5be8 [2020-08-13T04:37:20.465Z] ---> 411860599f84 [2020-08-13T04:37:20.465Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-13T04:37:20.465Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-13T04:37:20.465Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-13T04:37:20.465Z] (3/3) Installing curl (7.69.1-r0) [2020-08-13T04:37:20.465Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:37:20.465Z] 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-13T04:37:20.730Z] OK: 72 MiB in 58 packages [2020-08-13T04:37:20.730Z] Removing intermediate container 75c4d05b5be8 [2020-08-13T04:37:20.730Z] ---> 8c09c3e70303 [2020-08-13T04:37:20.730Z] Step 19/20 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:37:20.730Z] ---> Running in 0b94873dabc1 [2020-08-13T04:37:20.794Z] GO111MODULE=on go vet ./... [2020-08-13T04:37:20.994Z] ---> fc5a9759777a [2020-08-13T04:37:20.994Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:37:21.265Z] ---> Running in 78e70b9ada94 [2020-08-13T04:37:21.265Z] Removing intermediate container 0b94873dabc1 [2020-08-13T04:37:21.265Z] ---> 18647373e320 [2020-08-13T04:37:21.265Z] Step 20/20 : LABEL version=0.0.0 [2020-08-13T04:37:21.265Z] ---> Running in f497191e36b8 [2020-08-13T04:37:21.534Z] Removing intermediate container 78e70b9ada94 [2020-08-13T04:37:21.534Z] ---> 06a44c2ae696 [2020-08-13T04:37:21.534Z] Step 19/21 : LABEL arch=x86_64 [2020-08-13T04:37:21.815Z] Removing intermediate container 1492a009466b [2020-08-13T04:37:21.815Z] ---> de794e513d5d [2020-08-13T04:37:21.815Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:37:21.815Z] ---> Running in 01ac00326d0b [2020-08-13T04:37:21.815Z] Removing intermediate container f497191e36b8 [2020-08-13T04:37:21.815Z] ---> 3b6867c4aad0 [2020-08-13T04:37:21.815Z] [2020-08-13T04:37:22.090Z] ---> Running in d4a72b1b11ab [2020-08-13T04:37:22.090Z] Successfully built 3b6867c4aad0 [2020-08-13T04:37:22.365Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-13T04:37:22.365Z]  Building docker-support-scheduler-go ... done Removing intermediate container 01ac00326d0b [2020-08-13T04:37:22.365Z] ---> 5aa5cc42f20e [2020-08-13T04:37:22.365Z] Step 20/21 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:37:22.365Z] Removing intermediate container d4a72b1b11ab [2020-08-13T04:37:22.365Z] ---> e1f081b8bc4b [2020-08-13T04:37:22.365Z] Step 24/26 : LABEL arch=x86_64 [2020-08-13T04:37:22.643Z] ---> Running in 3f6a89e64f91 [2020-08-13T04:37:22.643Z] ---> Running in 94e0286e93c3 [2020-08-13T04:37:22.922Z] Removing intermediate container 3f6a89e64f91 [2020-08-13T04:37:22.922Z] ---> 83b04825ff5f [2020-08-13T04:37:22.922Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T04:37:22.922Z] Removing intermediate container 94e0286e93c3 [2020-08-13T04:37:22.922Z] ---> 13fbc95f5ae9 [2020-08-13T04:37:22.922Z] Step 25/26 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:37:22.922Z] ---> Running in e2ee390a1dfd [2020-08-13T04:37:23.203Z] ---> Running in e6c2e513d3e9 [2020-08-13T04:37:23.482Z] Removing intermediate container e2ee390a1dfd [2020-08-13T04:37:23.482Z] ---> a5f038fc89cb [2020-08-13T04:37:23.482Z] [2020-08-13T04:37:23.482Z] Removing intermediate container e6c2e513d3e9 [2020-08-13T04:37:23.482Z] ---> ca8988f0291a [2020-08-13T04:37:23.482Z] Step 26/26 : LABEL version=0.0.0 [2020-08-13T04:37:24.102Z] Successfully built a5f038fc89cb [2020-08-13T04:37:24.102Z] Successfully tagged docker-core-command-go:latest [2020-08-13T04:37:24.102Z]  Building docker-core-command-go ... done  ---> Running in 9558c3d1b4d2 [2020-08-13T04:37:24.377Z] Removing intermediate container 9558c3d1b4d2 [2020-08-13T04:37:24.377Z] ---> 5237658719e5 [2020-08-13T04:37:24.377Z] [2020-08-13T04:37:24.654Z] Successfully built 5237658719e5 [2020-08-13T04:37:24.654Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-13T04:37:34.752Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c4a3cf6388aa [2020-08-13T04:37:34.752Z] ---> e0373093a857 [2020-08-13T04:37:34.752Z] [2020-08-13T04:37:34.752Z] Step 10/21 : FROM scratch [2020-08-13T04:37:34.752Z] ---> [2020-08-13T04:37:34.752Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:37:34.752Z] ---> Using cache [2020-08-13T04:37:34.752Z] ---> 743c12b2aeb0 [2020-08-13T04:37:34.752Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-13T04:37:34.752Z] ---> Running in 869f4b4fdcf0 [2020-08-13T04:37:35.015Z] Removing intermediate container c47bedc380ca [2020-08-13T04:37:35.015Z] ---> 90a846033e38 [2020-08-13T04:37:35.015Z] [2020-08-13T04:37:35.015Z] Step 10/21 : FROM scratch [2020-08-13T04:37:35.015Z] ---> [2020-08-13T04:37:35.015Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-13T04:37:35.277Z] Removing intermediate container 869f4b4fdcf0 [2020-08-13T04:37:35.277Z] ---> be345a016777 [2020-08-13T04:37:35.277Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T04:37:35.277Z] ---> Using cache [2020-08-13T04:37:35.277Z] ---> 5aa9710e857b [2020-08-13T04:37:35.277Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-13T04:37:35.277Z] ---> Running in c7360996ef17 [2020-08-13T04:37:35.277Z] ---> Running in 44016c1c28f4 [2020-08-13T04:37:35.277Z] Removing intermediate container c7360996ef17 [2020-08-13T04:37:35.277Z] ---> 8e98361df876 [2020-08-13T04:37:35.277Z] Step 14/21 : WORKDIR / [2020-08-13T04:37:35.538Z] Removing intermediate container 44016c1c28f4 [2020-08-13T04:37:35.538Z] ---> f20d991341bf [2020-08-13T04:37:35.538Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T04:37:35.538Z] ---> Running in a2e3f3a61ea0 [2020-08-13T04:37:35.538Z] ---> Running in da3832de6a5a [2020-08-13T04:37:35.538Z] Removing intermediate container a2e3f3a61ea0 [2020-08-13T04:37:35.538Z] ---> b148a446351e [2020-08-13T04:37:35.538Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-13T04:37:35.800Z] Removing intermediate container da3832de6a5a [2020-08-13T04:37:35.801Z] ---> f5acef7c436a [2020-08-13T04:37:35.801Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-13T04:37:35.801Z] ---> 86c3b4d054e1 [2020-08-13T04:37:35.801Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-13T04:37:36.082Z] ---> 34f61b43575c [2020-08-13T04:37:36.082Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-13T04:37:36.345Z] ---> 633d59ec51ae [2020-08-13T04:37:36.345Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-13T04:37:36.607Z] ---> 3948f9ca9183 [2020-08-13T04:37:36.607Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-13T04:37:36.870Z] ---> 1ec65a87904b [2020-08-13T04:37:36.870Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-13T04:37:36.870Z] ---> 146464d3775f [2020-08-13T04:37:36.870Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:37:36.870Z] ---> Running in 75e27fae3a0a [2020-08-13T04:37:37.133Z] ---> 1f97f5f99885 [2020-08-13T04:37:37.133Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:37:37.133Z] Removing intermediate container 75e27fae3a0a [2020-08-13T04:37:37.133Z] ---> 7e590111ae44 [2020-08-13T04:37:37.133Z] Step 19/21 : LABEL arch=x86_64 [2020-08-13T04:37:38.081Z] ---> Running in adf9fd1aae4e [2020-08-13T04:37:38.081Z] ---> Running in 7e79ec6ad546 [2020-08-13T04:37:38.347Z] Removing intermediate container 7e79ec6ad546 [2020-08-13T04:37:38.347Z] ---> 86da357bb802 [2020-08-13T04:37:38.347Z] Step 19/21 : LABEL arch=x86_64 [2020-08-13T04:37:38.347Z] Removing intermediate container adf9fd1aae4e [2020-08-13T04:37:38.347Z] ---> bb620b1c2f90 [2020-08-13T04:37:38.347Z] Step 20/21 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:37:38.347Z] ---> Running in 3013e787ed40 [2020-08-13T04:37:38.347Z] ---> Running in cb683ace5f12 [2020-08-13T04:37:38.615Z] Removing intermediate container 3013e787ed40 [2020-08-13T04:37:38.615Z] ---> 04ee92266067 [2020-08-13T04:37:38.615Z] Step 20/21 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:37:38.615Z] Removing intermediate container cb683ace5f12 [2020-08-13T04:37:38.615Z] ---> 9e18a0d214ed [2020-08-13T04:37:38.615Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T04:37:38.615Z] ---> Running in 69fa98c39482 [2020-08-13T04:37:38.615Z] ---> Running in 04cac87809a5 [2020-08-13T04:37:38.880Z] Removing intermediate container 04cac87809a5 [2020-08-13T04:37:38.880Z] ---> ea78f4082731 [2020-08-13T04:37:38.880Z] [2020-08-13T04:37:38.880Z] Removing intermediate container 69fa98c39482 [2020-08-13T04:37:38.880Z] ---> f8bfc0143e51 [2020-08-13T04:37:38.880Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T04:37:38.880Z] Successfully built ea78f4082731 [2020-08-13T04:37:38.880Z] Successfully tagged docker-core-metadata-go:latest [2020-08-13T04:37:38.880Z]  Building docker-core-metadata-go ... done  ---> Running in 84db76c07075 [2020-08-13T04:37:39.097Z] gofmt -l . [2020-08-13T04:37:39.097Z] [ "`gofmt -l .`" = "" ] [2020-08-13T04:37:39.143Z] Removing intermediate container 84db76c07075 [2020-08-13T04:37:39.143Z] ---> e9628f443079 [2020-08-13T04:37:39.143Z] [2020-08-13T04:37:39.143Z] Successfully built e9628f443079 [2020-08-13T04:37:39.406Z] Successfully tagged docker-support-logging-go:latest [2020-08-13T04:37:40.010Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-08-13T04:37:40.074Z] $ docker stop --time=1 6661950feef015a1110eed703fd64d468fad5a29ade673908d770c9968b4ada6 [2020-08-13T04:37:41.702Z] ./bin/test-go-mod-tidy.sh [2020-08-13T04:37:41.829Z] $ docker rm -f 6661950feef015a1110eed703fd64d468fad5a29ade673908d770c9968b4ada6 [2020-08-13T04:37:41.974Z] ./bin/test-attribution-txt.sh [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-13T04:37:42.390Z] + docker images [2020-08-13T04:37:42.390Z] + grep docker [2020-08-13T04:37:42.390Z] docker-support-logging-go latest e9628f443079 4 seconds ago 11.8MB [2020-08-13T04:37:42.390Z] docker-core-metadata-go latest ea78f4082731 4 seconds ago 14.4MB [2020-08-13T04:37:42.390Z] docker-sys-mgmt-agent-go latest 5237658719e5 18 seconds ago 284MB [2020-08-13T04:37:42.390Z] docker-core-command-go latest a5f038fc89cb 19 seconds ago 13MB [2020-08-13T04:37:42.390Z] docker-support-scheduler-go latest 3b6867c4aad0 21 seconds ago 13.1MB [2020-08-13T04:37:42.390Z] docker-security-proxy-setup-go latest 061142382685 About a minute ago 16.4MB [2020-08-13T04:37:42.390Z] docker-security-secretstore-setup-go latest 92efb39e4f10 About a minute ago 33.9MB [2020-08-13T04:37:42.390Z] docker-security-secrets-setup-go latest 34764e67b727 About a minute ago 25.1MB [2020-08-13T04:37:42.390Z] docker-core-data-go latest 817640d2c3e7 About a minute ago 23.8MB [2020-08-13T04:37:42.390Z] docker-support-notifications-go latest 224f89547136 2 minutes ago 14.4MB [2020-08-13T04:37:42.390Z] 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] } [Pipeline] sh [2020-08-13T04:37:46.005Z] + ls -al . [2020-08-13T04:37:46.005Z] total 588 [2020-08-13T04:37:46.005Z] drwxrwxr-x 10 1001 1001 4096 Aug 13 04:37 . [2020-08-13T04:37:46.005Z] drwxr-xr-x 4 root root 4096 Aug 13 04:35 .. [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 11 Aug 13 04:33 .dockerignore [2020-08-13T04:37:46.005Z] drwxrwxr-x 8 1001 1001 4096 Aug 13 04:33 .git [2020-08-13T04:37:46.005Z] drwxrwxr-x 3 1001 1001 4096 Aug 13 04:33 .github [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 932 Aug 13 04:33 .gitignore [2020-08-13T04:37:46.005Z] drwxrwxr-x 3 1001 1001 4096 Aug 13 04:33 .semver [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 166 Aug 13 04:33 .sonarcloud.properties [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 3804 Aug 13 04:33 CONTRIBUTING.md [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 1035 Aug 13 04:33 Dockerfile.build [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 865 Aug 13 04:33 Jenkinsfile [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 10775 Aug 13 04:33 LICENSE [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 6237 Aug 13 04:33 Makefile [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 5652 Aug 13 04:33 README.md [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 7111 Aug 13 04:33 SECURITY.md [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 5 Aug 13 04:30 VERSION [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 4131 Aug 13 04:33 ZMQWindows.md [2020-08-13T04:37:46.005Z] drwxrwxr-x 2 1001 1001 4096 Aug 13 04:33 bin [2020-08-13T04:37:46.005Z] drwxrwxr-x 15 1001 1001 4096 Aug 13 04:33 cmd [2020-08-13T04:37:46.005Z] -rw-r--r-- 1 root root 455803 Aug 13 04:37 coverage.out [2020-08-13T04:37:46.005Z] -rw-r--r-- 1 root root 1019 Aug 13 04:37 go.mod [2020-08-13T04:37:46.005Z] -rw-r--r-- 1 root root 18146 Aug 13 04:37 go.sum [2020-08-13T04:37:46.005Z] drwxrwxr-x 8 1001 1001 4096 Aug 13 04:33 internal [2020-08-13T04:37:46.005Z] drwxrwxr-x 4 1001 1001 4096 Aug 13 04:33 openapi [2020-08-13T04:37:46.005Z] drwxrwxr-x 4 1001 1001 4096 Aug 13 04:33 snap [2020-08-13T04:37:46.005Z] -rw-rw-r-- 1 1001 1001 168 Aug 13 04:33 version.go [Pipeline] sh [2020-08-13T04:37:46.657Z] + '[' -e coverage.out ] [2020-08-13T04:37:46.658Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-08-13T04:37:46.711Z] Warning: overwriting stash ‘coverage-report’ [2020-08-13T04:37:47.831Z] Stashed 1 file(s) [Pipeline] sh [2020-08-13T04:37:48.526Z] + make build [2020-08-13T04:37:48.526Z] 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-13T04:38:06.988Z] 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-13T04:38:17.123Z] 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-13T04:38:22.522Z] 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-13T04:38:27.909Z] 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-13T04:38:34.611Z] 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-13T04:38:36.038Z] 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-13T04:38:41.434Z] 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-13T04:38:46.814Z] 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-13T04:38:51.103Z] 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-13T04:38:56.492Z] 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-13T04:39:01.884Z] 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-13T04:39:06.190Z] 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-13T04:39:10.510Z] $ docker stop --time=1 225d616e5f31f66ff79724d147bf3adfac0344f1aeadd8e19d9a494413b59cf2 [2020-08-13T04:39:12.964Z] $ docker rm -f 225d616e5f31f66ff79724d147bf3adfac0344f1aeadd8e19d9a494413b59cf2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:39:14.451Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-13T04:39:14.451Z] [2020-08-13T04:39:14.451Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:39:15.098Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-13T04:39:15.379Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-13T04:39:15.379Z] 29e5d40040c1: Pulling fs layer [2020-08-13T04:39:15.379Z] 1ce36da41761: Pulling fs layer [2020-08-13T04:39:15.379Z] 25b303627fd3: Pulling fs layer [2020-08-13T04:39:15.379Z] 29e5d40040c1: Verifying Checksum [2020-08-13T04:39:15.379Z] 29e5d40040c1: Download complete [2020-08-13T04:39:15.984Z] 1ce36da41761: Verifying Checksum [2020-08-13T04:39:15.984Z] 1ce36da41761: Download complete [2020-08-13T04:39:15.984Z] 29e5d40040c1: Pull complete [2020-08-13T04:39:17.420Z] 1ce36da41761: Pull complete [2020-08-13T04:39:17.692Z] 25b303627fd3: Verifying Checksum [2020-08-13T04:39:17.692Z] 25b303627fd3: Download complete [2020-08-13T04:39:27.839Z] 25b303627fd3: Pull complete [2020-08-13T04:39:27.839Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-13T04:39:27.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-13T04:39:27.839Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-13T04:39:28.117Z] prd-ubuntu18.04-docker-arm64-4c-16g-5070 does not seem to be running inside a container [2020-08-13T04:39:28.198Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-13T04:39:31.805Z] $ docker top 132a5c816e35dcbdf8036efd10eaf95ad135ec13c5db4ab21ed6e1f6baf4468e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T04:39:33.203Z] + docker-compose build --help [2020-08-13T04:39:33.203Z] + grep parallel [2020-08-13T04:39:36.573Z] --parallel Build images in parallel. [Pipeline] } [2020-08-13T04:39:36.865Z] $ docker stop --time=1 132a5c816e35dcbdf8036efd10eaf95ad135ec13c5db4ab21ed6e1f6baf4468e [2020-08-13T04:39:38.857Z] $ docker rm -f 132a5c816e35dcbdf8036efd10eaf95ad135ec13c5db4ab21ed6e1f6baf4468e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:39:39.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-13T04:39:39.647Z] . [Pipeline] withDockerContainer [2020-08-13T04:39:39.916Z] prd-ubuntu18.04-docker-arm64-4c-16g-5070 does not seem to be running inside a container [2020-08-13T04:39:39.995Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-13T04:39:41.391Z] $ docker top 5c20657c97d02f83d85b26c5d7ab6906352e523d896dd5389bac0ca6e43d14cd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-13T04:39:42.416Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-13T04:39:46.693Z] Building docker-core-command-go ... [2020-08-13T04:39:46.693Z] Building docker-core-data-go ... [2020-08-13T04:39:46.693Z] Building docker-core-metadata-go ... [2020-08-13T04:39:46.693Z] Building docker-security-proxy-setup-go ... [2020-08-13T04:39:46.693Z] Building docker-security-secrets-setup-go ... [2020-08-13T04:39:46.693Z] Building docker-security-secretstore-setup-go ... [2020-08-13T04:39:46.693Z] Building docker-support-logging-go ... [2020-08-13T04:39:46.693Z] Building docker-support-notifications-go ... [2020-08-13T04:39:46.693Z] Building docker-support-scheduler-go ... [2020-08-13T04:39:46.693Z] Building docker-sys-mgmt-agent-go ... [2020-08-13T04:39:46.693Z] Building docker-core-data-go [2020-08-13T04:39:46.693Z] Building docker-security-secretstore-setup-go [2020-08-13T04:39:46.693Z] Building docker-sys-mgmt-agent-go [2020-08-13T04:39:46.693Z] Building docker-security-proxy-setup-go [2020-08-13T04:39:46.693Z] Building docker-security-secrets-setup-go [2020-08-13T04:41:38.580Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:41:38.580Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:41:38.580Z] ---> f6dc2821fa4d [2020-08-13T04:41:38.580Z] Step 3/22 : WORKDIR /edgex-go [2020-08-13T04:41:38.580Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:41:38.580Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:41:38.580Z] ---> f6dc2821fa4d [2020-08-13T04:41:38.580Z] Step 3/26 : WORKDIR /edgex-go [2020-08-13T04:41:38.580Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:41:38.580Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:41:38.580Z] ---> f6dc2821fa4d [2020-08-13T04:41:38.580Z] Step 3/20 : WORKDIR /edgex-go [2020-08-13T04:41:38.580Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:41:38.581Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-13T04:41:38.581Z] ---> f6dc2821fa4d [2020-08-13T04:41:38.581Z] Step 3/29 : WORKDIR /edgex-go [2020-08-13T04:41:38.581Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:41:38.581Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:41:38.581Z] ---> f6dc2821fa4d [2020-08-13T04:41:38.581Z] Step 3/26 : WORKDIR /edgex-go [2020-08-13T04:41:40.014Z] ---> Running in f22826482ef9 [2020-08-13T04:41:40.014Z] ---> Running in 712ce69628b0 [2020-08-13T04:41:40.014Z] ---> Running in 31095578a09e [2020-08-13T04:41:40.014Z] ---> Running in 36fac7399675 [2020-08-13T04:41:40.014Z] ---> Running in c8c97fc7d775 [2020-08-13T04:41:40.608Z] Removing intermediate container c8c97fc7d775 [2020-08-13T04:41:40.608Z] ---> 95bab5a1a7c9 [2020-08-13T04:41:40.608Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:41:40.608Z] Removing intermediate container f22826482ef9 [2020-08-13T04:41:40.608Z] ---> 462a1e0fd6e4 [2020-08-13T04:41:40.608Z] Step 4/29 : RUN apk update && apk add make git [2020-08-13T04:41:40.608Z] Removing intermediate container 31095578a09e [2020-08-13T04:41:40.608Z] ---> f71afc6752e3 [2020-08-13T04:41:40.608Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:41:40.608Z] Removing intermediate container 712ce69628b0 [2020-08-13T04:41:40.608Z] ---> 2837af593318 [2020-08-13T04:41:40.608Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:41:40.608Z] Removing intermediate container 36fac7399675 [2020-08-13T04:41:40.608Z] ---> d8c486d1cc2c [2020-08-13T04:41:40.608Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:41:40.878Z] ---> Running in 0ce9928d387f [2020-08-13T04:41:40.878Z] ---> Running in bd999dffaefc [2020-08-13T04:41:40.878Z] ---> Running in adc7c9d28a61 [2020-08-13T04:41:40.878Z] ---> Running in f5456986109d [2020-08-13T04:41:41.152Z] ---> Running in 146734c12b9e [2020-08-13T04:41:43.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:41:44.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:41:45.408Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:41:45.408Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:41:45.408Z] OK: 12620 distinct packages available [2020-08-13T04:41:45.682Z] Removing intermediate container 0ce9928d387f [2020-08-13T04:41:45.682Z] ---> eaf206a8f535 [2020-08-13T04:41:45.682Z] Step 5/20 : RUN apk update && apk add make git [2020-08-13T04:41:45.682Z] Removing intermediate container adc7c9d28a61 [2020-08-13T04:41:45.682Z] ---> 238a0d9cddc9 [2020-08-13T04:41:45.682Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-13T04:41:45.973Z] ---> Running in 6299c394d645 [2020-08-13T04:41:45.973Z] ---> Running in 70c94962aca0 [2020-08-13T04:41:46.250Z] Removing intermediate container f5456986109d [2020-08-13T04:41:46.250Z] ---> 434bba628169 [2020-08-13T04:41:46.250Z] Step 5/26 : RUN apk update && apk add make git [2020-08-13T04:41:46.527Z] Removing intermediate container 146734c12b9e [2020-08-13T04:41:46.527Z] ---> 90556186b457 [2020-08-13T04:41:46.527Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-13T04:41:46.527Z] OK: 217 MiB in 51 packages [2020-08-13T04:41:46.527Z] ---> Running in f52347ec96fd [2020-08-13T04:41:46.804Z] ---> Running in c3fa372d45a4 [2020-08-13T04:41:48.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:41:48.807Z] Removing intermediate container bd999dffaefc [2020-08-13T04:41:48.807Z] ---> 89902f3a3fae [2020-08-13T04:41:48.807Z] Step 5/29 : COPY go.mod . [2020-08-13T04:41:48.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:41:49.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:41:49.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:41:49.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:41:49.360Z] ---> 0236e99d1b25 [2020-08-13T04:41:49.360Z] Step 6/29 : RUN go mod download [2020-08-13T04:41:49.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:41:49.633Z] ---> Running in dc3ca5884ab7 [2020-08-13T04:41:49.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:41:50.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:41:50.464Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:41:50.464Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:41:50.464Z] OK: 12620 distinct packages available [2020-08-13T04:41:50.752Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:41:50.752Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:41:50.752Z] OK: 12620 distinct packages available [2020-08-13T04:41:51.030Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:41:51.030Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:41:51.030Z] OK: 12620 distinct packages available [2020-08-13T04:41:51.307Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:41:51.307Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:41:51.307Z] OK: 12620 distinct packages available [2020-08-13T04:41:51.583Z] OK: 217 MiB in 51 packages [2020-08-13T04:41:51.873Z] OK: 217 MiB in 51 packages [2020-08-13T04:41:52.153Z] OK: 217 MiB in 51 packages [2020-08-13T04:41:52.431Z] OK: 217 MiB in 51 packages [2020-08-13T04:41:53.872Z] Removing intermediate container 6299c394d645 [2020-08-13T04:41:53.872Z] ---> bfdd928d6c71 [2020-08-13T04:41:53.872Z] Step 6/20 : COPY go.mod . [2020-08-13T04:41:53.872Z] Removing intermediate container 70c94962aca0 [2020-08-13T04:41:53.872Z] ---> c5b403682e5f [2020-08-13T04:41:53.872Z] Step 6/26 : COPY go.mod . [2020-08-13T04:41:54.470Z] Removing intermediate container c3fa372d45a4 [2020-08-13T04:41:54.470Z] ---> 5067068474e8 [2020-08-13T04:41:54.470Z] Step 6/22 : COPY go.mod . [2020-08-13T04:41:54.470Z] Removing intermediate container dc3ca5884ab7 [2020-08-13T04:41:54.470Z] ---> 7ee7e1508da6 [2020-08-13T04:41:54.470Z] Step 7/29 : COPY . . [2020-08-13T04:41:54.764Z] Removing intermediate container f52347ec96fd [2020-08-13T04:41:54.764Z] ---> 89238a87173f [2020-08-13T04:41:54.764Z] Step 6/26 : COPY go.mod . [2020-08-13T04:41:54.764Z] ---> 281ace698d88 [2020-08-13T04:41:54.764Z] Step 7/20 : RUN go mod download [2020-08-13T04:41:55.039Z] ---> Running in 17416ab9ee1b [2020-08-13T04:41:55.312Z] ---> 9f0eed68176c [2020-08-13T04:41:55.312Z] Step 7/26 : RUN go mod download [2020-08-13T04:41:55.904Z] ---> Running in 3c7d18d33190 [2020-08-13T04:41:56.500Z] ---> ce86a7ea5d5c [2020-08-13T04:41:56.500Z] Step 7/22 : RUN go mod download [2020-08-13T04:41:56.500Z] ---> ae8ac23435ef [2020-08-13T04:41:56.500Z] Step 7/26 : RUN go mod download [2020-08-13T04:41:56.775Z] ---> Running in ff26a36a70f7 [2020-08-13T04:41:57.055Z] ---> Running in a894b4498b51 [2020-08-13T04:42:01.458Z] Removing intermediate container 17416ab9ee1b [2020-08-13T04:42:01.458Z] ---> f2fb00dd4350 [2020-08-13T04:42:01.458Z] Step 8/20 : COPY . . [2020-08-13T04:42:02.058Z] Removing intermediate container 3c7d18d33190 [2020-08-13T04:42:02.058Z] ---> 1f1ba4d828da [2020-08-13T04:42:02.058Z] Step 8/26 : COPY . . [2020-08-13T04:42:02.333Z] Removing intermediate container ff26a36a70f7 [2020-08-13T04:42:02.333Z] ---> b3750ec90d7d [2020-08-13T04:42:02.333Z] Step 8/22 : COPY . . [2020-08-13T04:42:02.604Z] Removing intermediate container a894b4498b51 [2020-08-13T04:42:02.604Z] ---> 3a65581bf3d3 [2020-08-13T04:42:02.604Z] Step 8/26 : COPY . . [2020-08-13T04:42:29.429Z] ---> e0c0bc333a42 [2020-08-13T04:42:29.429Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-13T04:42:29.429Z] ---> Running in 14239bbabb11 [2020-08-13T04:42:29.429Z] ---> 40dd2b1f6270 [2020-08-13T04:42:29.429Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-13T04:42:29.429Z] ---> 5aa01a6a57db [2020-08-13T04:42:29.429Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-13T04:42:29.429Z] ---> b46803b3ad69 [2020-08-13T04:42:29.429Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-13T04:42:29.429Z] ---> 89da319aae51 [2020-08-13T04:42:29.429Z] 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-13T04:42:29.429Z] ---> Running in 77768fd289a6 [2020-08-13T04:42:29.429Z] ---> Running in 6505d1f20281 [2020-08-13T04:42:29.429Z] ---> Running in c8b7bff57747 [2020-08-13T04:42:29.429Z] ---> Running in 26d4bb3babdc [2020-08-13T04:42:29.703Z] 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-13T04:42:30.704Z] 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-13T04:42:30.982Z] 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-13T04:42:31.263Z] 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-13T04:42:31.571Z] 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-13T04:43:53.399Z] 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-13T04:43:53.399Z] Removing intermediate container 14239bbabb11 [2020-08-13T04:43:53.399Z] ---> ddc027bf8685 [2020-08-13T04:43:53.399Z] [2020-08-13T04:43:53.399Z] Step 9/29 : FROM alpine:latest [2020-08-13T04:43:53.687Z] Removing intermediate container 77768fd289a6 [2020-08-13T04:43:53.687Z] ---> 9e6d7dd489dc [2020-08-13T04:43:53.687Z] [2020-08-13T04:43:53.687Z] Step 10/20 : FROM alpine [2020-08-13T04:43:53.687Z] latest: Pulling from library/alpine [2020-08-13T04:43:53.970Z] latest: Pulling from library/alpine [2020-08-13T04:43:53.970Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-13T04:43:54.266Z] Status: Downloaded newer image for alpine:latest [2020-08-13T04:43:54.266Z] ---> 62ee0e9f8440 [2020-08-13T04:43:54.266Z] 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-13T04:43:54.266Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-13T04:43:54.266Z] Status: Image is up to date for alpine:latest [2020-08-13T04:43:54.266Z] ---> 62ee0e9f8440 [2020-08-13T04:43:54.266Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-13T04:43:54.266Z] ---> Running in 55e77b2c20e0 [2020-08-13T04:43:54.544Z] ---> Running in bfd4dd3e9967 [2020-08-13T04:43:55.538Z] Removing intermediate container 55e77b2c20e0 [2020-08-13T04:43:55.538Z] ---> a5091432cef7 [2020-08-13T04:43:55.538Z] Step 11/29 : USER root [2020-08-13T04:43:55.538Z] ---> Running in 208e64c6a812 [2020-08-13T04:43:56.149Z] Removing intermediate container 208e64c6a812 [2020-08-13T04:43:56.149Z] ---> ad3f2b7a8b3d [2020-08-13T04:43:56.149Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-13T04:43:56.748Z] ---> Running in 775a64cccc7e [2020-08-13T04:43:57.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:43:57.317Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:43:58.323Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:43:58.323Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:43:58.323Z] OK: 12620 distinct packages available [2020-08-13T04:43:59.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:43:59.325Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-13T04:43:59.325Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-13T04:43:59.325Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-13T04:43:59.325Z] (4/4) Installing curl (7.69.1-r0) [2020-08-13T04:43:59.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:43:59.601Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:43:59.601Z] Executing ca-certificates-20191127-r4.trigger [2020-08-13T04:43:59.878Z] OK: 7 MiB in 18 packages [2020-08-13T04:44:00.154Z] v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:44:00.154Z] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:44:00.154Z] OK: 12620 distinct packages available [2020-08-13T04:44:01.151Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-13T04:44:01.151Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-13T04:44:01.151Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:44:01.151Z] Executing ca-certificates-20191127-r4.trigger [2020-08-13T04:44:01.428Z] 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-13T04:44:01.705Z] OK: 6 MiB in 16 packages [2020-08-13T04:44:03.708Z] Removing intermediate container 6505d1f20281 [2020-08-13T04:44:03.708Z] ---> f15bb349e78b [2020-08-13T04:44:03.708Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-13T04:44:03.982Z] Removing intermediate container bfd4dd3e9967 [2020-08-13T04:44:03.982Z] ---> 93e3ee732990 [2020-08-13T04:44:03.982Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-13T04:44:03.982Z] ---> Running in 6929ec6986bb [2020-08-13T04:44:04.261Z] ---> Running in 82b17e5e0387 [2020-08-13T04:44:04.865Z] Removing intermediate container 775a64cccc7e [2020-08-13T04:44:04.865Z] ---> 188a430702f1 [2020-08-13T04:44:04.865Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-13T04:44:05.469Z] ---> Running in b9cececec6e7 [2020-08-13T04:44:05.469Z] Removing intermediate container 82b17e5e0387 [2020-08-13T04:44:05.469Z] ---> 042dec0ddbf9 [2020-08-13T04:44:05.469Z] Step 13/20 : WORKDIR /edgex [2020-08-13T04:44:05.751Z] ---> Running in 444329c6446a [2020-08-13T04:44:06.353Z] Removing intermediate container b9cececec6e7 [2020-08-13T04:44:06.353Z] ---> 48d993129725 [2020-08-13T04:44:06.353Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-13T04:44:06.353Z] ---> Running in a4640c3c9dce [2020-08-13T04:44:06.645Z] Removing intermediate container 444329c6446a [2020-08-13T04:44:06.645Z] ---> 23f3023cd8b6 [2020-08-13T04:44:06.645Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-13T04:44:06.645Z] 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-13T04:44:07.654Z] Removing intermediate container a4640c3c9dce [2020-08-13T04:44:07.654Z] ---> c3e81735ae65 [2020-08-13T04:44:07.654Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-13T04:44:07.654Z] ---> Running in de81bbbe6ab1 [2020-08-13T04:44:08.281Z] ---> 374cfc019f43 [2020-08-13T04:44:08.281Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-13T04:44:10.312Z] ---> faffa9e198aa [2020-08-13T04:44:10.312Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-13T04:44:10.594Z] ---> Running in 7fb18643a35d [2020-08-13T04:44:12.062Z] Removing intermediate container 7fb18643a35d [2020-08-13T04:44:12.062Z] ---> 1942f94d9f6a [2020-08-13T04:44:12.062Z] Step 17/20 : CMD ["--init=true"] [2020-08-13T04:44:12.062Z] ---> Running in 102ff1ca55a0 [2020-08-13T04:44:12.674Z] Removing intermediate container de81bbbe6ab1 [2020-08-13T04:44:12.674Z] ---> cf5a5d69020c [2020-08-13T04:44:12.674Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-13T04:44:13.283Z] Removing intermediate container 102ff1ca55a0 [2020-08-13T04:44:13.283Z] ---> 4bfc8db2188c [2020-08-13T04:44:13.283Z] Step 18/20 : LABEL arch=arm64 [2020-08-13T04:44:13.562Z] Removing intermediate container 6929ec6986bb [2020-08-13T04:44:13.562Z] ---> 1e6c2121b002 [2020-08-13T04:44:13.562Z] [2020-08-13T04:44:13.562Z] Step 11/26 : FROM docker:latest [2020-08-13T04:44:13.562Z] ---> ce9d55ae87f1 [2020-08-13T04:44:13.562Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-13T04:44:14.175Z] ---> Running in 7e79dcd4a5e5 [2020-08-13T04:44:14.452Z] ---> Running in 68b237d5f4dc [2020-08-13T04:44:14.731Z] ---> 393efd81f951 [2020-08-13T04:44:14.731Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-13T04:44:15.018Z] Removing intermediate container 7e79dcd4a5e5 [2020-08-13T04:44:15.018Z] ---> d7864f4ce037 [2020-08-13T04:44:15.018Z] Step 19/20 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:44:15.632Z] ---> Running in 14accae9bb57 [2020-08-13T04:44:15.911Z] Removing intermediate container 26d4bb3babdc [2020-08-13T04:44:15.911Z] ---> e1d56acf51f5 [2020-08-13T04:44:15.911Z] [2020-08-13T04:44:15.911Z] Step 10/26 : FROM alpine:3.10 [2020-08-13T04:44:16.187Z] Removing intermediate container 14accae9bb57 [2020-08-13T04:44:16.187Z] ---> a3bb7bd6a0ef [2020-08-13T04:44:16.187Z] Step 20/20 : LABEL version=0.0.0 [2020-08-13T04:44:16.187Z] 3.10: Pulling from library/alpine [2020-08-13T04:44:16.187Z] ---> 51e63611d42d [2020-08-13T04:44:16.187Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-13T04:44:16.473Z] ---> Running in 846d12aa739c [2020-08-13T04:44:17.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:44:17.361Z] Removing intermediate container 846d12aa739c [2020-08-13T04:44:17.361Z] ---> 528148aee39c [2020-08-13T04:44:17.362Z] [2020-08-13T04:44:17.362Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:44:17.642Z] ---> 230da3e32ef4 [2020-08-13T04:44:17.642Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-13T04:44:17.918Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-13T04:44:17.918Z] Status: Downloaded newer image for alpine:3.10 [2020-08-13T04:44:17.918Z] ---> 536a684cf733 [2020-08-13T04:44:17.918Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-13T04:44:17.918Z] (1/2) Installing readline (8.0.4-r0) [2020-08-13T04:44:17.918Z] (2/2) Installing bash (5.0.17-r0) [2020-08-13T04:44:18.197Z] Executing bash-5.0.17-r0.post-install [2020-08-13T04:44:18.197Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:44:18.197Z] Successfully built 528148aee39c [2020-08-13T04:44:18.197Z] OK: 12 MiB in 22 packages [2020-08-13T04:44:18.197Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-13T04:44:18.197Z] Building docker-support-logging-go [2020-08-13T04:44:18.475Z]  Building docker-security-proxy-setup-go ... done  ---> Running in bcd7e1e7981f [2020-08-13T04:44:18.757Z] ---> 684fdc542ed1 [2020-08-13T04:44:18.757Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-13T04:44:20.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:44:21.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:44:21.682Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-13T04:44:21.682Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-13T04:44:21.682Z] OK: 10167 distinct packages available [2020-08-13T04:44:21.976Z] Removing intermediate container 68b237d5f4dc [2020-08-13T04:44:21.976Z] ---> 45b6523c8523 [2020-08-13T04:44:21.976Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-13T04:44:22.260Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-13T04:44:22.260Z] ---> 5d331022dd18 [2020-08-13T04:44:22.260Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-13T04:44:22.260Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-13T04:44:22.260Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-13T04:44:22.539Z] (4/5) Installing curl (7.66.0-r0) [2020-08-13T04:44:22.539Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-13T04:44:22.539Z] Executing busybox-1.30.1-r3.trigger [2020-08-13T04:44:22.539Z] Executing ca-certificates-20191127-r2.trigger [2020-08-13T04:44:22.818Z] OK: 7 MiB in 19 packages [2020-08-13T04:44:22.818Z] ---> Running in b5d15cac689f [2020-08-13T04:44:23.832Z] ---> Running in de0b5a1587ce [2020-08-13T04:44:27.264Z] Removing intermediate container bcd7e1e7981f [2020-08-13T04:44:27.264Z] ---> abc22e59003e [2020-08-13T04:44:27.264Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-13T04:44:27.555Z] ---> Running in b2e5c1e34b6a [2020-08-13T04:44:28.556Z] Removing intermediate container b2e5c1e34b6a [2020-08-13T04:44:28.556Z] ---> e9163a50d003 [2020-08-13T04:44:28.556Z] Step 13/26 : WORKDIR / [2020-08-13T04:44:28.556Z] Removing intermediate container b5d15cac689f [2020-08-13T04:44:28.556Z] ---> 9579688971ce [2020-08-13T04:44:28.556Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-13T04:44:30.552Z] ---> Running in b6f2cd5677cf [2020-08-13T04:44:30.552Z] ---> Running in 434b0f071082 [2020-08-13T04:44:30.552Z] Removing intermediate container de0b5a1587ce [2020-08-13T04:44:30.552Z] ---> 17962e0621eb [2020-08-13T04:44:30.552Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-13T04:44:31.551Z] Removing intermediate container 434b0f071082 [2020-08-13T04:44:31.551Z] ---> cc55959ccd1a [2020-08-13T04:44:31.551Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-13T04:44:31.829Z] Removing intermediate container c8b7bff57747 [2020-08-13T04:44:31.829Z] ---> fbcd32c03fdb [2020-08-13T04:44:31.829Z] [2020-08-13T04:44:31.829Z] Step 10/22 : FROM alpine [2020-08-13T04:44:32.104Z] ---> 62ee0e9f8440 [2020-08-13T04:44:32.104Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:44:32.707Z] Removing intermediate container b6f2cd5677cf [2020-08-13T04:44:32.707Z] ---> c10111f69c40 [2020-08-13T04:44:32.707Z] 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-13T04:44:32.988Z] ---> 8b07179ff26e [2020-08-13T04:44:32.988Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-13T04:44:33.264Z] ---> Running in 5e7d61e8db0b [2020-08-13T04:44:33.548Z] ---> Running in 68f8ae4c4c5f [2020-08-13T04:44:33.825Z] ---> Running in d2d7ae5de080 [2020-08-13T04:44:34.818Z] ---> 6e3d0843d875 [2020-08-13T04:44:34.818Z] 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-13T04:44:35.096Z] Removing intermediate container 5e7d61e8db0b [2020-08-13T04:44:35.096Z] ---> c5c805514201 [2020-08-13T04:44:35.096Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-13T04:44:35.096Z] Removing intermediate container 68f8ae4c4c5f [2020-08-13T04:44:35.096Z] ---> c240a421d1aa [2020-08-13T04:44:35.096Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-13T04:44:35.721Z] ---> Running in 4649731d17df [2020-08-13T04:44:35.721Z] ---> Running in a0cf13576c97 [2020-08-13T04:44:36.328Z] ---> 226688eecca8 [2020-08-13T04:44:36.328Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-13T04:44:36.610Z] Removing intermediate container a0cf13576c97 [2020-08-13T04:44:36.610Z] ---> b7a6f127cb67 [2020-08-13T04:44:36.610Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-13T04:44:36.610Z] Removing intermediate container 4649731d17df [2020-08-13T04:44:36.610Z] ---> e99064eb1ada [2020-08-13T04:44:36.610Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-13T04:44:37.230Z] ---> Running in 94bc4ee74023 [2020-08-13T04:44:37.513Z] ---> ee8dc37a26a2 [2020-08-13T04:44:37.513Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-13T04:44:38.132Z] Removing intermediate container 94bc4ee74023 [2020-08-13T04:44:38.132Z] ---> 3ca7ebca29c4 [2020-08-13T04:44:38.132Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:44:39.123Z] ---> Running in 6448e3f52a19 [2020-08-13T04:44:39.123Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:44:39.123Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:44:39.123Z] ---> f6dc2821fa4d [2020-08-13T04:44:39.123Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T04:44:39.123Z] ---> Using cache [2020-08-13T04:44:39.123Z] ---> d8c486d1cc2c [2020-08-13T04:44:39.123Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:44:39.123Z] ---> Using cache [2020-08-13T04:44:39.123Z] ---> 90556186b457 [2020-08-13T04:44:39.123Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-13T04:44:39.123Z] Removing intermediate container d2d7ae5de080 [2020-08-13T04:44:39.123Z] ---> 641db724a7f7 [2020-08-13T04:44:39.123Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-13T04:44:39.123Z] ---> 8ee7f1b67bbf [2020-08-13T04:44:39.123Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-13T04:44:39.123Z] ---> 7417cf6f9469 [2020-08-13T04:44:39.123Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-13T04:44:39.123Z] ---> Running in eb6fec02524e [2020-08-13T04:44:39.403Z] ---> Running in 23905bd43c7f [2020-08-13T04:44:41.068Z] ---> 0359573e546c [2020-08-13T04:44:41.068Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-13T04:44:41.347Z] ---> d0ed1d370337 [2020-08-13T04:44:41.347Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-13T04:44:41.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:44:42.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:44:43.235Z] ---> c4dd381fac9c [2020-08-13T04:44:43.235Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-13T04:44:43.235Z] ---> 16fe9bf57d66 [2020-08-13T04:44:43.235Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-13T04:44:43.235Z] ---> Running in 400b499e3d64 [2020-08-13T04:44:43.235Z] Removing intermediate container 6448e3f52a19 [2020-08-13T04:44:43.235Z] ---> 79f26b61b8e1 [2020-08-13T04:44:43.235Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-13T04:44:43.517Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:44:43.517Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:44:43.517Z] OK: 12620 distinct packages available [2020-08-13T04:44:43.517Z] ---> Running in c6befc4d281f [2020-08-13T04:44:44.129Z] OK: 217 MiB in 51 packages [2020-08-13T04:44:45.155Z] Removing intermediate container 23905bd43c7f [2020-08-13T04:44:45.155Z] ---> d63fb1fdcaa1 [2020-08-13T04:44:45.155Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-13T04:44:45.155Z] OK: 217 MiB in 51 packages [2020-08-13T04:44:45.436Z] ---> fff371ac223c [2020-08-13T04:44:45.436Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-13T04:44:45.436Z] ---> Running in 791475573fe8 [2020-08-13T04:44:45.717Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:44:45.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:44:45.992Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:44:46.267Z] Removing intermediate container 791475573fe8 [2020-08-13T04:44:46.267Z] ---> 031289807740 [2020-08-13T04:44:46.267Z] Step 26/29 : CMD [ "generate" ] [2020-08-13T04:44:46.267Z] ---> Running in 745946285bb6 [2020-08-13T04:44:46.545Z] ---> ebaeb04e1efc [2020-08-13T04:44:46.546Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-13T04:44:46.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:44:46.546Z] Removing intermediate container eb6fec02524e [2020-08-13T04:44:46.546Z] ---> 7562d1c55373 [2020-08-13T04:44:46.546Z] Step 6/21 : COPY go.mod . [2020-08-13T04:44:46.546Z] ---> Running in 20411f018068 [2020-08-13T04:44:46.546Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-13T04:44:46.546Z] (2/33) Installing expat (2.2.9-r1) [2020-08-13T04:44:46.822Z] (3/33) Installing libffi (3.3-r2) [2020-08-13T04:44:46.822Z] (4/33) Installing gdbm (1.13-r1) [2020-08-13T04:44:46.822Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-13T04:44:46.822Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-13T04:44:46.822Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-13T04:44:47.435Z] Removing intermediate container 745946285bb6 [2020-08-13T04:44:47.435Z] ---> 981bf80acd43 [2020-08-13T04:44:47.436Z] Step 27/29 : LABEL arch=arm64 [2020-08-13T04:44:47.436Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-13T04:44:47.723Z] ---> 70606d675ad2 [2020-08-13T04:44:47.723Z] Step 7/21 : RUN go mod download [2020-08-13T04:44:47.723Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-13T04:44:47.723Z] ---> Running in adf102863fe3 [2020-08-13T04:44:47.723Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-13T04:44:48.000Z] ---> Running in 7c0fc82adc27 [2020-08-13T04:44:48.000Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-13T04:44:48.274Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-13T04:44:48.274Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:44:48.561Z] OK: 8 MiB in 19 packages [2020-08-13T04:44:48.561Z] Removing intermediate container adf102863fe3 [2020-08-13T04:44:48.561Z] ---> 41920502936a [2020-08-13T04:44:48.561Z] Step 28/29 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:44:48.842Z] ---> Running in 1777fae63be8 [2020-08-13T04:44:49.130Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-13T04:44:49.130Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-13T04:44:49.130Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-13T04:44:49.130Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-13T04:44:49.130Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-13T04:44:49.130Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-13T04:44:49.130Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-13T04:44:49.409Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-13T04:44:49.409Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-13T04:44:49.409Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-13T04:44:49.409Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-13T04:44:49.409Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-13T04:44:49.409Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-13T04:44:49.409Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-13T04:44:49.409Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-13T04:44:49.409Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-13T04:44:49.409Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-13T04:44:49.409Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-13T04:44:49.685Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-13T04:44:49.685Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-13T04:44:49.685Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-13T04:44:49.685Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-13T04:44:49.685Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-13T04:44:49.685Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-13T04:44:49.685Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-13T04:44:49.685Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-13T04:44:49.963Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:44:49.963Z] OK: 71 MiB in 55 packages [2020-08-13T04:44:49.963Z] Removing intermediate container 1777fae63be8 [2020-08-13T04:44:49.963Z] ---> 78d702ff3fcb [2020-08-13T04:44:49.963Z] Step 29/29 : LABEL version=0.0.0 [2020-08-13T04:44:50.242Z] ---> Running in 28c1a1e1fa15 [2020-08-13T04:44:50.843Z] Removing intermediate container c6befc4d281f [2020-08-13T04:44:50.843Z] ---> f4eac0ef9acb [2020-08-13T04:44:50.843Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-13T04:44:50.843Z] Removing intermediate container 20411f018068 [2020-08-13T04:44:50.843Z] ---> 01e9aa68fdb0 [2020-08-13T04:44:50.843Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-13T04:44:51.121Z] Removing intermediate container 28c1a1e1fa15 [2020-08-13T04:44:51.121Z] ---> 0c3fc3ba8a10 [2020-08-13T04:44:51.121Z] [2020-08-13T04:44:51.121Z] ---> Running in d92d23bb0dab [2020-08-13T04:44:52.112Z] Successfully built 0c3fc3ba8a10 [2020-08-13T04:44:52.112Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-13T04:44:52.112Z] Building docker-support-scheduler-go [2020-08-13T04:44:52.112Z]  Building docker-security-secrets-setup-go ... done  ---> 17d9b0d37a0f [2020-08-13T04:44:52.112Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-13T04:44:52.112Z] Removing intermediate container d92d23bb0dab [2020-08-13T04:44:52.112Z] ---> c45ff927c343 [2020-08-13T04:44:52.112Z] Step 24/26 : LABEL arch=arm64 [2020-08-13T04:44:52.384Z] ---> Running in 862767be733c [2020-08-13T04:44:52.384Z] Removing intermediate container 7c0fc82adc27 [2020-08-13T04:44:52.384Z] ---> 6c5a3cbb3303 [2020-08-13T04:44:52.384Z] Step 8/21 : COPY . . [2020-08-13T04:44:53.881Z] Removing intermediate container 862767be733c [2020-08-13T04:44:53.881Z] ---> 39d06ffa638b [2020-08-13T04:44:53.881Z] Step 25/26 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:44:58.206Z] ---> Running in da8188b36598 [2020-08-13T04:44:58.206Z] ---> 317abc6b6ae6 [2020-08-13T04:44:58.206Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-13T04:44:59.201Z] Removing intermediate container da8188b36598 [2020-08-13T04:44:59.201Z] ---> 5dfb8ad52ffd [2020-08-13T04:44:59.201Z] Step 26/26 : LABEL version=0.0.0 [2020-08-13T04:44:59.490Z] Removing intermediate container 400b499e3d64 [2020-08-13T04:44:59.490Z] ---> f56369e106ed [2020-08-13T04:44:59.490Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-13T04:44:59.490Z] ---> 6b20b0ad1edd [2020-08-13T04:44:59.490Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:44:59.777Z] ---> Running in ab5959782606 [2020-08-13T04:44:59.777Z] ---> Running in ab16fa590ee3 [2020-08-13T04:45:00.055Z] ---> Running in 88841eac7a4b [2020-08-13T04:45:00.336Z] Removing intermediate container ab5959782606 [2020-08-13T04:45:00.336Z] ---> cdfb98d45eed [2020-08-13T04:45:00.336Z] [2020-08-13T04:45:00.934Z] Removing intermediate container 88841eac7a4b [2020-08-13T04:45:00.934Z] ---> 4e53dd801265 [2020-08-13T04:45:00.934Z] Step 20/22 : LABEL arch=arm64 [2020-08-13T04:45:01.210Z] Successfully built cdfb98d45eed [2020-08-13T04:45:01.210Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-13T04:45:01.210Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-08-13T04:45:01.210Z] ---> Running in 789d5f014974 [2020-08-13T04:45:02.194Z] Removing intermediate container 789d5f014974 [2020-08-13T04:45:02.194Z] ---> 13570662f34d [2020-08-13T04:45:02.194Z] Step 21/22 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:45:02.788Z] ---> Running in 47773bab67f2 [2020-08-13T04:45:03.769Z] Removing intermediate container 47773bab67f2 [2020-08-13T04:45:03.769Z] ---> 90f36a24fa3e [2020-08-13T04:45:04.063Z] Step 22/22 : LABEL version=0.0.0 [2020-08-13T04:45:04.656Z] ---> Running in db8c7f95cf3e [2020-08-13T04:45:05.649Z] Removing intermediate container db8c7f95cf3e [2020-08-13T04:45:05.649Z] ---> f099e5ec7b97 [2020-08-13T04:45:05.649Z] [2020-08-13T04:45:05.649Z] Collecting docker-compose==1.23.2 [2020-08-13T04:45:05.649Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-13T04:45:05.925Z] Successfully built f099e5ec7b97 [2020-08-13T04:45:06.199Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-13T04:45:06.199Z] Building docker-support-notifications-go [2020-08-13T04:45:06.470Z]  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 [2020-08-13T04:45:06.470Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-13T04:45:09.078Z] Collecting jsonschema<3,>=2.5.1 [2020-08-13T04:45:09.078Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-13T04:45:09.349Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-13T04:45:09.349Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-13T04:45:09.942Z] Collecting texttable<0.10,>=0.9.0 [2020-08-13T04:45:09.942Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-13T04:45:13.354Z] Collecting docopt<0.7,>=0.6.1 [2020-08-13T04:45:13.354Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-13T04:45:14.335Z] ---> cf4bf9ada970 [2020-08-13T04:45:14.335Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-13T04:45:14.646Z] ---> Running in 10858cdade79 [2020-08-13T04:45:16.100Z] Collecting docker<4.0,>=3.6.0 [2020-08-13T04:45:16.100Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-13T04:45:16.377Z] 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-13T04:45:17.373Z] Collecting PyYAML<4,>=3.10 [2020-08-13T04:45:17.373Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-13T04:45:21.793Z] Collecting cached-property<2,>=1.2.0 [2020-08-13T04:45:21.793Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-13T04:45:22.795Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-13T04:45:22.795Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-13T04:45:23.074Z] 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-13T04:45:23.351Z] Collecting docker-pycreds>=0.4.0 [2020-08-13T04:45:23.351Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-13T04:45:23.351Z] 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-13T04:45:24.360Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-13T04:45:24.360Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-13T04:45:24.974Z] Collecting idna<2.8,>=2.5 [2020-08-13T04:45:24.974Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-13T04:45:24.974Z] 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-13T04:45:24.974Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-13T04:45:24.974Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-13T04:45:24.974Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-13T04:45:24.974Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-13T04:45:26.434Z] Installing collected packages: dockerpty, jsonschema, websocket-client, texttable, docopt, urllib3, idna, requests, docker-pycreds, docker, PyYAML, cached-property, docker-compose [2020-08-13T04:45:26.434Z] Running setup.py install for dockerpty: started [2020-08-13T04:45:28.437Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-13T04:45:29.428Z] Running setup.py install for texttable: started [2020-08-13T04:45:30.884Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:45:30.884Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:45:30.884Z] ---> f6dc2821fa4d [2020-08-13T04:45:30.884Z] Step 3/20 : WORKDIR /edgex-go [2020-08-13T04:45:30.884Z] ---> Using cache [2020-08-13T04:45:30.884Z] ---> d8c486d1cc2c [2020-08-13T04:45:30.884Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:45:30.884Z] ---> Using cache [2020-08-13T04:45:30.884Z] ---> 90556186b457 [2020-08-13T04:45:30.884Z] Step 5/20 : RUN apk update && apk add make git [2020-08-13T04:45:32.348Z] Running setup.py install for texttable: finished with status 'done' [2020-08-13T04:45:32.348Z] Running setup.py install for docopt: started [2020-08-13T04:45:33.806Z] ---> Running in e222bd5d58c8 [2020-08-13T04:45:34.415Z] Running setup.py install for docopt: finished with status 'done' [2020-08-13T04:45:34.415Z] Attempting uninstall: urllib3 [2020-08-13T04:45:34.415Z] Found existing installation: urllib3 1.25.9 [2020-08-13T04:45:34.695Z] Uninstalling urllib3-1.25.9: [2020-08-13T04:45:34.972Z] Successfully uninstalled urllib3-1.25.9 [2020-08-13T04:45:35.573Z] Attempting uninstall: idna [2020-08-13T04:45:35.573Z] Found existing installation: idna 2.9 [2020-08-13T04:45:35.573Z] Uninstalling idna-2.9: [2020-08-13T04:45:35.849Z] Successfully uninstalled idna-2.9 [2020-08-13T04:45:36.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:36.449Z] Attempting uninstall: requests [2020-08-13T04:45:36.727Z] Found existing installation: requests 2.23.0 [2020-08-13T04:45:36.727Z] Uninstalling requests-2.23.0: [2020-08-13T04:45:36.727Z] Successfully uninstalled requests-2.23.0 [2020-08-13T04:45:37.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:37.936Z] Running setup.py install for PyYAML: started [2020-08-13T04:45:38.926Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:45:38.926Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:45:38.926Z] OK: 12620 distinct packages available [2020-08-13T04:45:39.925Z] OK: 217 MiB in 51 packages [2020-08-13T04:45:41.417Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-13T04:45:42.893Z] 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-13T04:45:43.178Z] Removing intermediate container e222bd5d58c8 [2020-08-13T04:45:43.178Z] ---> 1597f2f26dcc [2020-08-13T04:45:43.178Z] Step 6/20 : COPY go.mod . [2020-08-13T04:45:44.639Z] ---> c96de1145567 [2020-08-13T04:45:44.639Z] Step 7/20 : RUN go mod download [2020-08-13T04:45:45.260Z] ---> Running in c23c536f0d36 [2020-08-13T04:45:50.771Z] Removing intermediate container ab16fa590ee3 [2020-08-13T04:45:50.771Z] ---> 033d3fb73839 [2020-08-13T04:45:50.771Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-13T04:45:50.771Z] ---> Running in 44384a68e0e8 [2020-08-13T04:45:50.771Z] Removing intermediate container c23c536f0d36 [2020-08-13T04:45:50.771Z] ---> b666ab4d45d1 [2020-08-13T04:45:50.771Z] Step 8/20 : COPY . . [2020-08-13T04:45:52.774Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:45:52.774Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:45:52.774Z] ---> f6dc2821fa4d [2020-08-13T04:45:52.774Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T04:45:52.774Z] ---> Using cache [2020-08-13T04:45:52.774Z] ---> d8c486d1cc2c [2020-08-13T04:45:52.774Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:45:52.774Z] ---> Using cache [2020-08-13T04:45:52.774Z] ---> 90556186b457 [2020-08-13T04:45:52.774Z] Step 5/21 : RUN apk update && apk add make git [2020-08-13T04:45:52.774Z] ---> Using cache [2020-08-13T04:45:52.774Z] ---> 1597f2f26dcc [2020-08-13T04:45:52.774Z] Step 6/21 : COPY go.mod . [2020-08-13T04:45:52.774Z] ---> Using cache [2020-08-13T04:45:52.774Z] ---> c96de1145567 [2020-08-13T04:45:52.774Z] Step 7/21 : RUN go mod download [2020-08-13T04:45:52.774Z] ---> Using cache [2020-08-13T04:45:52.774Z] ---> b666ab4d45d1 [2020-08-13T04:45:52.774Z] Step 8/21 : COPY . . [2020-08-13T04:45:53.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:53.658Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:45:54.267Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-13T04:45:54.267Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-13T04:45:54.267Z] (3/3) Installing curl (7.69.1-r0) [2020-08-13T04:45:54.267Z] Executing busybox-1.31.1-r16.trigger [2020-08-13T04:45:54.267Z] OK: 71 MiB in 58 packages [2020-08-13T04:45:57.710Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:45:57.710Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:45:57.710Z] ---> f6dc2821fa4d [2020-08-13T04:45:57.710Z] Step 3/23 : WORKDIR /edgex-go [2020-08-13T04:45:57.710Z] ---> Using cache [2020-08-13T04:45:57.710Z] ---> d8c486d1cc2c [2020-08-13T04:45:57.710Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:45:57.710Z] ---> Using cache [2020-08-13T04:45:57.710Z] ---> 90556186b457 [2020-08-13T04:45:57.710Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-13T04:45:58.320Z] ---> Running in 2813560d90a2 [2020-08-13T04:45:58.926Z] Removing intermediate container 44384a68e0e8 [2020-08-13T04:45:58.926Z] ---> 7ec7e1285252 [2020-08-13T04:45:58.926Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:45:59.199Z] ---> Running in 125464a6f17b [2020-08-13T04:46:01.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-13T04:46:01.189Z] Removing intermediate container 125464a6f17b [2020-08-13T04:46:01.189Z] ---> baaf06667dff [2020-08-13T04:46:01.189Z] Step 24/26 : LABEL arch=arm64 [2020-08-13T04:46:01.471Z] ---> Running in 4d0bb200b70f [2020-08-13T04:46:02.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-13T04:46:02.689Z] Removing intermediate container 4d0bb200b70f [2020-08-13T04:46:02.689Z] ---> 837bbb4f7e4b [2020-08-13T04:46:02.689Z] Step 25/26 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:46:03.290Z] ---> Running in 928d02d3028c [2020-08-13T04:46:03.564Z] v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-13T04:46:03.564Z] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-13T04:46:03.564Z] OK: 12620 distinct packages available [2020-08-13T04:46:04.564Z] OK: 217 MiB in 51 packages [2020-08-13T04:46:04.564Z] Removing intermediate container 928d02d3028c [2020-08-13T04:46:04.564Z] ---> cb0475b46cb7 [2020-08-13T04:46:04.564Z] Step 26/26 : LABEL version=0.0.0 [2020-08-13T04:46:04.837Z] ---> Running in 441ed9b0970a [2020-08-13T04:46:05.434Z] Removing intermediate container 441ed9b0970a [2020-08-13T04:46:05.434Z] ---> ac0f667f12c7 [2020-08-13T04:46:05.434Z] [2020-08-13T04:46:06.411Z] Removing intermediate container 2813560d90a2 [2020-08-13T04:46:06.411Z] ---> ac669147cf6b [2020-08-13T04:46:06.411Z] Step 6/23 : COPY go.mod . [2020-08-13T04:46:06.684Z] Successfully built ac0f667f12c7 [2020-08-13T04:46:06.684Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-13T04:46:06.684Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-08-13T04:46:08.147Z] ---> 39305c1aed91 [2020-08-13T04:46:08.147Z] Step 7/23 : RUN go mod download [2020-08-13T04:46:09.159Z] ---> Running in 8b61458c00a1 [2020-08-13T04:46:17.480Z] Removing intermediate container 8b61458c00a1 [2020-08-13T04:46:17.481Z] ---> 84e770fcb66a [2020-08-13T04:46:17.481Z] Step 8/23 : COPY . . [2020-08-13T04:46:18.083Z] Removing intermediate container 10858cdade79 [2020-08-13T04:46:18.083Z] ---> 786aba582cf7 [2020-08-13T04:46:18.083Z] [2020-08-13T04:46:18.083Z] Step 10/21 : FROM scratch [2020-08-13T04:46:18.083Z] ---> [2020-08-13T04:46:18.083Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-13T04:46:20.132Z] ---> Running in 728e0206ce62 [2020-08-13T04:46:23.528Z] Removing intermediate container 728e0206ce62 [2020-08-13T04:46:23.528Z] ---> a829bbce0f5b [2020-08-13T04:46:23.528Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-13T04:46:23.528Z] ---> 8056d38e0ce7 [2020-08-13T04:46:23.528Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-13T04:46:24.130Z] ---> 78cf624cd49b [2020-08-13T04:46:24.130Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-13T04:46:24.730Z] ---> Running in e73fa4f06f55 [2020-08-13T04:46:25.352Z] ---> Running in 954c346b92d1 [2020-08-13T04:46:25.352Z] ---> Running in d8ad8bf28f66 [2020-08-13T04:46:25.947Z] Removing intermediate container e73fa4f06f55 [2020-08-13T04:46:25.947Z] ---> def6fbaa4728 [2020-08-13T04:46:25.947Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T04:46:26.225Z] ---> Running in 8517899399da [2020-08-13T04:46:27.213Z] Removing intermediate container 8517899399da [2020-08-13T04:46:27.213Z] ---> a1ed950da1df [2020-08-13T04:46:27.213Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-13T04:46:27.487Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-13T04:46:27.487Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-13T04:46:27.487Z] ---> f6dc2821fa4d [2020-08-13T04:46:27.487Z] Step 3/21 : WORKDIR /edgex-go [2020-08-13T04:46:27.487Z] ---> Using cache [2020-08-13T04:46:27.487Z] ---> d8c486d1cc2c [2020-08-13T04:46:27.487Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-13T04:46:27.487Z] ---> Using cache [2020-08-13T04:46:27.487Z] ---> 90556186b457 [2020-08-13T04:46:27.487Z] Step 5/21 : RUN apk update && apk add make git [2020-08-13T04:46:27.487Z] ---> Using cache [2020-08-13T04:46:27.487Z] ---> 1597f2f26dcc [2020-08-13T04:46:27.487Z] Step 6/21 : COPY go.mod . [2020-08-13T04:46:27.487Z] ---> Using cache [2020-08-13T04:46:27.487Z] ---> c96de1145567 [2020-08-13T04:46:27.487Z] Step 7/21 : RUN go mod download [2020-08-13T04:46:27.487Z] ---> Using cache [2020-08-13T04:46:27.487Z] ---> b666ab4d45d1 [2020-08-13T04:46:27.487Z] Step 8/21 : COPY . . [2020-08-13T04:46:27.487Z] ---> Using cache [2020-08-13T04:46:27.487Z] ---> 78cf624cd49b [2020-08-13T04:46:27.487Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-13T04:46:28.088Z] ---> Running in b7b6eed42a21 [2020-08-13T04:46:28.367Z] 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-13T04:46:28.367Z] 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-13T04:46:28.367Z] ---> 1e7ae1bc242f [2020-08-13T04:46:28.367Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-13T04:46:31.003Z] ---> f9aa0f97628e [2020-08-13T04:46:31.003Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-13T04:46:31.003Z] 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-13T04:46:34.415Z] ---> 8e1b11a40627 [2020-08-13T04:46:34.415Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-13T04:46:35.868Z] ---> 863d6116aa3a [2020-08-13T04:46:35.868Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:46:36.151Z] ---> Running in 3b69bfcb24fd [2020-08-13T04:46:37.597Z] Removing intermediate container 3b69bfcb24fd [2020-08-13T04:46:37.597Z] ---> e37795576869 [2020-08-13T04:46:37.597Z] Step 19/21 : LABEL arch=arm64 [2020-08-13T04:46:37.872Z] ---> Running in 11c9bb388b72 [2020-08-13T04:46:38.851Z] Removing intermediate container 11c9bb388b72 [2020-08-13T04:46:38.851Z] ---> f14f879657c3 [2020-08-13T04:46:38.851Z] Step 20/21 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:46:39.122Z] ---> Running in a1802610407d [2020-08-13T04:46:40.101Z] Removing intermediate container a1802610407d [2020-08-13T04:46:40.101Z] ---> 73878b77c76f [2020-08-13T04:46:40.101Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T04:46:40.706Z] ---> Running in 0fb194bcfef0 [2020-08-13T04:46:41.692Z] Removing intermediate container 0fb194bcfef0 [2020-08-13T04:46:41.692Z] ---> 5a218f33a411 [2020-08-13T04:46:41.692Z] [2020-08-13T04:46:42.313Z] Successfully built 5a218f33a411 [2020-08-13T04:46:42.313Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-13T04:46:42.910Z]  Building docker-support-logging-go ... done  ---> ae8ac58454cf [2020-08-13T04:46:42.910Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-13T04:46:43.193Z] ---> Running in 8ba5388323b1 [2020-08-13T04:46:45.843Z] 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-13T04:48:07.611Z] Removing intermediate container d8ad8bf28f66 [2020-08-13T04:48:07.611Z] ---> c6ec196cd5a4 [2020-08-13T04:48:07.611Z] [2020-08-13T04:48:07.611Z] Step 10/20 : FROM scratch [2020-08-13T04:48:07.611Z] ---> [2020-08-13T04:48:07.611Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:48:07.611Z] ---> Running in 6ebfa00e3a01 [2020-08-13T04:48:07.611Z] Removing intermediate container 954c346b92d1 [2020-08-13T04:48:07.611Z] ---> 68e0246e6dd5 [2020-08-13T04:48:07.611Z] [2020-08-13T04:48:07.611Z] Step 10/21 : FROM scratch [2020-08-13T04:48:07.611Z] ---> [2020-08-13T04:48:07.611Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:48:07.611Z] Removing intermediate container 6ebfa00e3a01 [2020-08-13T04:48:07.611Z] ---> aa35f5281ffd [2020-08-13T04:48:07.611Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-13T04:48:07.611Z] ---> Running in 8980977a6bf3 [2020-08-13T04:48:07.611Z] ---> Running in da99c415eb5d [2020-08-13T04:48:07.611Z] Removing intermediate container 8980977a6bf3 [2020-08-13T04:48:07.611Z] ---> 98e39d258148 [2020-08-13T04:48:07.611Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-13T04:48:07.611Z] ---> Running in a38c8593b744 [2020-08-13T04:48:07.611Z] Removing intermediate container da99c415eb5d [2020-08-13T04:48:07.611Z] ---> 7401e9ec4891 [2020-08-13T04:48:07.611Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-13T04:48:07.611Z] ---> Running in 15619742dc51 [2020-08-13T04:48:07.611Z] Removing intermediate container a38c8593b744 [2020-08-13T04:48:07.611Z] ---> d1bd00c68708 [2020-08-13T04:48:07.611Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T04:48:07.611Z] ---> Running in 97447c09a049 [2020-08-13T04:48:07.611Z] Removing intermediate container 15619742dc51 [2020-08-13T04:48:07.611Z] ---> 88fa8f18c38a [2020-08-13T04:48:07.611Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-13T04:48:07.611Z] Removing intermediate container 97447c09a049 [2020-08-13T04:48:07.611Z] ---> 93db735bff3c [2020-08-13T04:48:07.611Z] Step 14/21 : WORKDIR / [2020-08-13T04:48:07.611Z] ---> Running in cdc098d4ca8e [2020-08-13T04:48:08.209Z] ---> 063e70899a16 [2020-08-13T04:48:08.209Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-13T04:48:08.209Z] Removing intermediate container cdc098d4ca8e [2020-08-13T04:48:08.209Z] ---> de21ef37e8e5 [2020-08-13T04:48:08.209Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-13T04:48:09.647Z] ---> cb7e6bad8a12 [2020-08-13T04:48:09.647Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-13T04:48:09.923Z] ---> 83edf9f3385f [2020-08-13T04:48:09.923Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-13T04:48:11.362Z] ---> 572c13f3c820 [2020-08-13T04:48:11.362Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:48:11.957Z] ---> a1804fac1109 [2020-08-13T04:48:11.957Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-13T04:48:11.957Z] ---> Running in 8acf3baf8336 [2020-08-13T04:48:12.948Z] Removing intermediate container 8acf3baf8336 [2020-08-13T04:48:12.948Z] ---> d93f44a555ff [2020-08-13T04:48:12.948Z] Step 18/20 : LABEL arch=arm64 [2020-08-13T04:48:12.948Z] ---> b503d299ec0b [2020-08-13T04:48:12.948Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:48:13.228Z] ---> Running in b6438c45c564 [2020-08-13T04:48:13.510Z] ---> Running in 19fa359224ec [2020-08-13T04:48:13.510Z] Removing intermediate container 8ba5388323b1 [2020-08-13T04:48:13.510Z] ---> bc393ba6008e [2020-08-13T04:48:13.510Z] [2020-08-13T04:48:13.510Z] Step 10/23 : FROM scratch [2020-08-13T04:48:13.510Z] ---> [2020-08-13T04:48:13.510Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-13T04:48:13.510Z] Removing intermediate container b7b6eed42a21 [2020-08-13T04:48:13.510Z] ---> bfeed04973f7 [2020-08-13T04:48:13.510Z] [2020-08-13T04:48:13.510Z] Step 10/21 : FROM scratch [2020-08-13T04:48:13.510Z] ---> [2020-08-13T04:48:13.510Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-13T04:48:13.785Z] ---> Using cache [2020-08-13T04:48:13.785Z] ---> a829bbce0f5b [2020-08-13T04:48:13.785Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-13T04:48:13.785Z] ---> Using cache [2020-08-13T04:48:13.785Z] ---> 98e39d258148 [2020-08-13T04:48:13.785Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-13T04:48:13.785Z] Removing intermediate container b6438c45c564 [2020-08-13T04:48:13.785Z] ---> a9376a4ab6a6 [2020-08-13T04:48:13.785Z] Step 19/20 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:48:13.785Z] ---> Running in 42858df3f533 [2020-08-13T04:48:14.056Z] ---> Running in 785bf6408e8a [2020-08-13T04:48:14.056Z] ---> Running in 17ef61c66984 [2020-08-13T04:48:14.056Z] Removing intermediate container 19fa359224ec [2020-08-13T04:48:14.056Z] ---> f63f74a27a93 [2020-08-13T04:48:14.056Z] Step 19/21 : LABEL arch=arm64 [2020-08-13T04:48:14.329Z] ---> Running in 3d7dc9dd61b1 [2020-08-13T04:48:14.329Z] Removing intermediate container 42858df3f533 [2020-08-13T04:48:14.329Z] ---> 4e225b941c35 [2020-08-13T04:48:14.329Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-13T04:48:14.603Z] Removing intermediate container 785bf6408e8a [2020-08-13T04:48:14.603Z] ---> 592fdb69cc90 [2020-08-13T04:48:14.604Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-13T04:48:14.604Z] ---> Running in a7fac03010fd [2020-08-13T04:48:14.604Z] ---> Running in 63350641e248 [2020-08-13T04:48:14.604Z] Removing intermediate container 17ef61c66984 [2020-08-13T04:48:14.604Z] ---> 43c2a85d525c [2020-08-13T04:48:14.604Z] Step 20/20 : LABEL version=0.0.0 [2020-08-13T04:48:14.879Z] ---> Running in ac88b70a4798 [2020-08-13T04:48:14.879Z] Removing intermediate container 3d7dc9dd61b1 [2020-08-13T04:48:14.879Z] ---> afc01cbf93b1 [2020-08-13T04:48:14.879Z] Step 20/21 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:48:15.156Z] ---> Running in f7761ccc58fc [2020-08-13T04:48:15.156Z] Removing intermediate container a7fac03010fd [2020-08-13T04:48:15.156Z] ---> 07e2bbcd853b [2020-08-13T04:48:15.156Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-13T04:48:15.156Z] Removing intermediate container 63350641e248 [2020-08-13T04:48:15.156Z] ---> e34340c94140 [2020-08-13T04:48:15.156Z] Step 14/21 : WORKDIR / [2020-08-13T04:48:15.433Z] ---> Running in 3b6fe5c67849 [2020-08-13T04:48:15.433Z] Removing intermediate container ac88b70a4798 [2020-08-13T04:48:15.433Z] ---> 701fed4d5300 [2020-08-13T04:48:15.433Z] [2020-08-13T04:48:15.704Z] Removing intermediate container f7761ccc58fc [2020-08-13T04:48:15.704Z] ---> f10888e49bd2 [2020-08-13T04:48:15.704Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T04:48:15.975Z] Successfully built 701fed4d5300 [2020-08-13T04:48:15.975Z] ---> Running in c61110ed4f51 [2020-08-13T04:48:15.975Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-13T04:48:16.248Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3b6fe5c67849 [2020-08-13T04:48:16.248Z] ---> edc98f9db4e2 [2020-08-13T04:48:16.248Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-13T04:48:16.248Z] ---> 54513777cff1 [2020-08-13T04:48:16.248Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-13T04:48:16.522Z] Removing intermediate container c61110ed4f51 [2020-08-13T04:48:16.522Z] ---> 5f5bfebc2e0c [2020-08-13T04:48:16.522Z] [2020-08-13T04:48:17.119Z] Successfully built 5f5bfebc2e0c [2020-08-13T04:48:17.119Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-13T04:48:17.119Z]  Building docker-core-command-go ... done  ---> c86f16571f9c [2020-08-13T04:48:17.119Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-13T04:48:17.393Z] ---> 9b178411f46f [2020-08-13T04:48:17.393Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-13T04:48:18.977Z] ---> 40f62f28582a [2020-08-13T04:48:18.977Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-13T04:48:19.256Z] ---> 9b3db77ecd08 [2020-08-13T04:48:19.256Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-13T04:48:20.273Z] ---> 8160769bdf3c [2020-08-13T04:48:20.273Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-13T04:48:20.273Z] ---> 4f6e884dcdba [2020-08-13T04:48:20.273Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:48:20.273Z] ---> Running in e43fdc2b0d34 [2020-08-13T04:48:20.886Z] Removing intermediate container e43fdc2b0d34 [2020-08-13T04:48:20.886Z] ---> fa2602178250 [2020-08-13T04:48:20.886Z] Step 19/21 : LABEL arch=arm64 [2020-08-13T04:48:21.171Z] ---> Running in 0535d560ffd4 [2020-08-13T04:48:21.459Z] ---> c055b38d70a0 [2020-08-13T04:48:21.459Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-13T04:48:21.739Z] Removing intermediate container 0535d560ffd4 [2020-08-13T04:48:21.739Z] ---> 0cd7d43211d9 [2020-08-13T04:48:21.739Z] Step 20/21 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:48:22.021Z] ---> Running in 1124bd08ccef [2020-08-13T04:48:22.300Z] ---> 2b923b81d053 [2020-08-13T04:48:22.300Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-13T04:48:22.579Z] Removing intermediate container 1124bd08ccef [2020-08-13T04:48:22.579Z] ---> d62643b31baa [2020-08-13T04:48:22.579Z] Step 21/21 : LABEL version=0.0.0 [2020-08-13T04:48:22.579Z] ---> Running in 461b5c6a898f [2020-08-13T04:48:22.579Z] ---> Running in aba03e68a8bb [2020-08-13T04:48:23.191Z] Removing intermediate container 461b5c6a898f [2020-08-13T04:48:23.191Z] ---> 3c8cfcff4271 [2020-08-13T04:48:23.191Z] Step 21/23 : LABEL arch=arm64 [2020-08-13T04:48:23.191Z] Removing intermediate container aba03e68a8bb [2020-08-13T04:48:23.191Z] ---> 500608a1474d [2020-08-13T04:48:23.191Z] [2020-08-13T04:48:23.495Z] ---> Running in 67e3607aed4c [2020-08-13T04:48:23.817Z] Successfully built 500608a1474d [2020-08-13T04:48:23.817Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-13T04:48:23.817Z]  Building docker-core-metadata-go ... done Removing intermediate container 67e3607aed4c [2020-08-13T04:48:24.095Z] ---> b9a6661589db [2020-08-13T04:48:24.095Z] Step 22/23 : LABEL git_sha=2b9c6640c81b043464e1ee92cbecf7e2135bc5ba [2020-08-13T04:48:24.095Z] ---> Running in 1798eafd36af [2020-08-13T04:48:24.693Z] Removing intermediate container 1798eafd36af [2020-08-13T04:48:24.693Z] ---> 782ecc9a707c [2020-08-13T04:48:24.693Z] Step 23/23 : LABEL version=0.0.0 [2020-08-13T04:48:24.693Z] ---> Running in 2990ad3bf2aa [2020-08-13T04:48:25.296Z] Removing intermediate container 2990ad3bf2aa [2020-08-13T04:48:25.296Z] ---> 2618aa51acd1 [2020-08-13T04:48:25.296Z] [2020-08-13T04:48:25.580Z] Successfully built 2618aa51acd1 [2020-08-13T04:48:25.580Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-13T04:48:26.203Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-08-13T04:48:26.211Z] $ docker stop --time=1 5c20657c97d02f83d85b26c5d7ab6906352e523d896dd5389bac0ca6e43d14cd [2020-08-13T04:48:28.102Z] $ docker rm -f 5c20657c97d02f83d85b26c5d7ab6906352e523d896dd5389bac0ca6e43d14cd [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-13T04:48:28.808Z] + docker images [2020-08-13T04:48:28.808Z] + grep docker [2020-08-13T04:48:29.085Z] docker-support-notifications-go-arm64 latest 2618aa51acd1 4 seconds ago 13.9MB [2020-08-13T04:48:29.085Z] docker-core-metadata-go-arm64 latest 500608a1474d 6 seconds ago 13.8MB [2020-08-13T04:48:29.085Z] docker-core-command-go-arm64 latest 5f5bfebc2e0c 12 seconds ago 12.4MB [2020-08-13T04:48:29.085Z] docker-support-scheduler-go-arm64 latest 701fed4d5300 13 seconds ago 12.6MB [2020-08-13T04:48:29.085Z] docker-support-logging-go-arm64 latest 5a218f33a411 About a minute ago 11.4MB [2020-08-13T04:48:29.085Z] docker-sys-mgmt-agent-go-arm64 latest ac0f667f12c7 2 minutes ago 266MB [2020-08-13T04:48:29.085Z] docker-core-data-go-arm64 latest f099e5ec7b97 3 minutes ago 22.6MB [2020-08-13T04:48:29.085Z] docker-security-secretstore-setup-go-arm64 latest cdfb98d45eed 3 minutes ago 32.6MB [2020-08-13T04:48:29.085Z] docker-security-secrets-setup-go-arm64 latest 0c3fc3ba8a10 3 minutes ago 24.2MB [2020-08-13T04:48:29.085Z] docker-security-proxy-setup-go-arm64 latest 528148aee39c 4 minutes ago 15.8MB [2020-08-13T04:48:29.085Z] 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-13T04:48:30.769Z] provisioning config files... [2020-08-13T04:48:30.786Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config9120423798404683802tmp [Pipeline] { [Pipeline] sh [2020-08-13T04:48:31.173Z] + curl -s https://codecov.io/bash [2020-08-13T04:48:31.174Z] + bash -s - -t @/w/workspace/edgex-go/14@tmp/config9120423798404683802tmp [Pipeline] } [2020-08-13T04:48:31.449Z] 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-13T04:48:32.898Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T04:48:33.782Z] ---> package-listing.sh [2020-08-13T04:48:33.782Z] ++ facter osfamily [2020-08-13T04:48:33.782Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-13T04:48:33.782Z] + OS_FAMILY=redhat [2020-08-13T04:48:33.782Z] + workspace=/w/workspace/edgex-go/14 [2020-08-13T04:48:33.782Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-13T04:48:33.782Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-13T04:48:33.782Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-13T04:48:33.782Z] + PACKAGES=/tmp/packages_start.txt [2020-08-13T04:48:33.782Z] + '[' /w/workspace/edgex-go/14 ']' [2020-08-13T04:48:33.782Z] + PACKAGES=/tmp/packages_end.txt [2020-08-13T04:48:33.782Z] + case "${OS_FAMILY}" in [2020-08-13T04:48:33.782Z] + rpm -qa [2020-08-13T04:48:33.782Z] + sort [2020-08-13T04:48:37.986Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-13T04:48:37.986Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-13T04:48:37.986Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-13T04:48:37.986Z] + '[' /w/workspace/edgex-go/14 ']' [2020-08-13T04:48:37.986Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2020-08-13T04:48:37.986Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:48:38.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-13T04:48:38.555Z] [2020-08-13T04:48:38.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-13T04:48:38.972Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-13T04:48:38.972Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-13T04:48:38.972Z] c9b1b535fdd9: Pulling fs layer [2020-08-13T04:48:38.972Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-13T04:48:38.972Z] 756a868c4378: Pulling fs layer [2020-08-13T04:48:38.972Z] 444b2fc9a129: Pulling fs layer [2020-08-13T04:48:38.972Z] ea15f1150254: Pulling fs layer [2020-08-13T04:48:38.972Z] 41b27a9f41bf: Pulling fs layer [2020-08-13T04:48:38.972Z] 28c525ee5125: Pulling fs layer [2020-08-13T04:48:38.972Z] 094b1ea09ed8: Pulling fs layer [2020-08-13T04:48:38.972Z] 138eaada9080: Pulling fs layer [2020-08-13T04:48:38.972Z] 0622d0fa9048: Pulling fs layer [2020-08-13T04:48:38.972Z] 28c525ee5125: Waiting [2020-08-13T04:48:38.972Z] 094b1ea09ed8: Waiting [2020-08-13T04:48:38.972Z] 444b2fc9a129: Waiting [2020-08-13T04:48:38.972Z] 138eaada9080: Waiting [2020-08-13T04:48:38.972Z] ea15f1150254: Waiting [2020-08-13T04:48:38.972Z] 41b27a9f41bf: Waiting [2020-08-13T04:48:38.972Z] 0622d0fa9048: Waiting [2020-08-13T04:48:38.972Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-13T04:48:38.972Z] 2cc5ad85d9ab: Download complete [2020-08-13T04:48:38.972Z] 444b2fc9a129: Verifying Checksum [2020-08-13T04:48:38.972Z] 444b2fc9a129: Download complete [2020-08-13T04:48:38.972Z] c9b1b535fdd9: Verifying Checksum [2020-08-13T04:48:39.232Z] ea15f1150254: Download complete [2020-08-13T04:48:39.232Z] 28c525ee5125: Verifying Checksum [2020-08-13T04:48:39.232Z] 28c525ee5125: Download complete [2020-08-13T04:48:39.496Z] c9b1b535fdd9: Pull complete [2020-08-13T04:48:39.496Z] 756a868c4378: Verifying Checksum [2020-08-13T04:48:39.496Z] 756a868c4378: Download complete [2020-08-13T04:48:39.774Z] 2cc5ad85d9ab: Pull complete [2020-08-13T04:48:39.774Z] 138eaada9080: Verifying Checksum [2020-08-13T04:48:39.774Z] 138eaada9080: Download complete [2020-08-13T04:48:39.774Z] 0622d0fa9048: Verifying Checksum [2020-08-13T04:48:39.774Z] 0622d0fa9048: Download complete [2020-08-13T04:48:39.774Z] 094b1ea09ed8: Verifying Checksum [2020-08-13T04:48:39.774Z] 094b1ea09ed8: Download complete [2020-08-13T04:48:40.354Z] 41b27a9f41bf: Verifying Checksum [2020-08-13T04:48:40.354Z] 41b27a9f41bf: Download complete [2020-08-13T04:48:41.740Z] 756a868c4378: Pull complete [2020-08-13T04:48:41.740Z] 444b2fc9a129: Pull complete [2020-08-13T04:48:42.001Z] ea15f1150254: Pull complete [2020-08-13T04:48:47.306Z] 41b27a9f41bf: Pull complete [2020-08-13T04:48:47.569Z] 28c525ee5125: Pull complete [2020-08-13T04:48:50.125Z] 094b1ea09ed8: Pull complete [2020-08-13T04:48:50.125Z] 138eaada9080: Pull complete [2020-08-13T04:48:50.386Z] 0622d0fa9048: Pull complete [2020-08-13T04:48:50.386Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-13T04:48:50.386Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-13T04:48:50.648Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-13T04:48:50.816Z] prd-centos7-docker-4c-2g-5066 does not seem to be running inside a container [2020-08-13T04:48:50.859Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-lftools-log-publisher:alpine cat [2020-08-13T04:48:55.202Z] $ docker top b7fd218fe60064c56693076603f70fa049d70632a6b9a2ae33245a3036f859c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-13T04:48:55.508Z] provisioning config files... [2020-08-13T04:48:55.523Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config8523826932509093471tmp [Pipeline] { [Pipeline] echo [2020-08-13T04:48:55.586Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T04:48:55.884Z] ---> create-netrc.sh [Pipeline] echo [2020-08-13T04:48:55.894Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-13T04:48:56.186Z] ---> logs-deploy.sh [2020-08-13T04:48:56.186Z] + ARCHIVE_ARTIFACTS= [2020-08-13T04:48:56.186Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-13T04:48:56.186Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-13T04:48:56.186Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-13T04:48:56.186Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/14 [2020-08-13T04:48:56.186Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/14/ [2020-08-13T04:48:56.186Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/14 /w/workspace/edgex-go/14 [2020-08-13T04:48:57.129Z] Archives upload complete. [2020-08-13T04:48:57.391Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/14 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/14/