Pull request #2597 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4e0bf0319480625e5379d8d5fd7b212abf0b0714 rather than e1636ee666927bf907ae8a90ae400f4a5855a520 Obtained Jenkinsfile from 4e0bf0319480625e5379d8d5fd7b212abf0b0714 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:false, 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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Running on prd-centos7-docker-4c-2g-1337 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # 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/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit e1636ee666927bf907ae8a90ae400f4a5855a520 Merge succeeded, producing e1636ee666927bf907ae8a90ae400f4a5855a520 Checking out Revision e1636ee666927bf907ae8a90ae400f4a5855a520 (PR-2597) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # 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/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1636ee666927bf907ae8a90ae400f4a5855a520 # 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 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1636ee666927bf907ae8a90ae400f4a5855a520 # timeout=10 Commit message: "fix(metadata): Refactor deviceProfile JSON and YAML POST API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-29T02:40:03.116Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-29T02:40:03.366Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-29T02:40:03.462Z] ========================================================= [2020-07-29T02:40:03.462Z] EdgeX Global Pipelines Version Info [2020-07-29T02:40:03.463Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 99930eaf02f5bc0ae639f7713b87cc3a27038f99 # timeout=10 [2020-07-29T02:40:05.310Z] ------------------- [2020-07-29T02:40:05.310Z] stable info: [2020-07-29T02:40:05.310Z] ------------------- [2020-07-29T02:40:05.310Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-29T02:40:05.310Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-29T02:40:05.310Z] Message: update stable to v1.0.106 [2020-07-29T02:40:05.882Z] ------------------- [2020-07-29T02:40:05.882Z] experimental info: [2020-07-29T02:40:05.882Z] ------------------- [2020-07-29T02:40:05.882Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-29T02:40:05.882Z] Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b [2020-07-29T02:40:05.882Z] Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-29T02:40:07.381Z] ++ 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-07-29T02:40:07.381Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T02:40:07.381Z] ++ dirname cmd/core-command/Dockerfile [2020-07-29T02:40:07.381Z] ++ cut -d/ -f2 [2020-07-29T02:40:07.381Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-29T02:40:07.381Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T02:40:07.381Z] ++ dirname cmd/core-data/Dockerfile [2020-07-29T02:40:07.381Z] ++ cut -d/ -f2 [2020-07-29T02:40:07.381Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-29T02:40:07.381Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T02:40:07.381Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-29T02:40:07.381Z] ++ cut -d/ -f2 [2020-07-29T02:40:07.381Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-29T02:40:07.381Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T02:40:07.381Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-29T02:40:07.381Z] ++ cut -d/ -f2 [2020-07-29T02:40:07.381Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-29T02:40:07.381Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T02:40:07.381Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-29T02:40:07.381Z] ++ cut -d/ -f2 [2020-07-29T02:40:07.381Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-29T02:40:07.381Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T02:40:07.381Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-29T02:40:07.381Z] ++ cut -d/ -f2 [2020-07-29T02:40:07.381Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-29T02:40:07.381Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T02:40:07.381Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-29T02:40:07.381Z] ++ cut -d/ -f2 [2020-07-29T02:40:07.381Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-29T02:40:07.381Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T02:40:07.381Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-29T02:40:07.381Z] ++ cut -d/ -f2 [2020-07-29T02:40:07.381Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-29T02:40:07.381Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T02:40:07.381Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-29T02:40:07.381Z] ++ cut -d/ -f2 [2020-07-29T02:40:07.381Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-29T02:40:07.381Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T02:40:07.381Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-29T02:40:07.381Z] ++ cut -d/ -f2 [2020-07-29T02:40:07.381Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-29T02:40:07.447Z] 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-07-29T02:40:08.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T02:40:08.763Z] [2020-07-29T02:40:08.763Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T02:40:09.101Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T02:40:09.101Z] latest: Pulling from edgex-devops/git-semver [2020-07-29T02:40:09.101Z] 31603596830f: Pulling fs layer [2020-07-29T02:40:09.101Z] 2a8b12db71e7: Pulling fs layer [2020-07-29T02:40:09.101Z] 6ca5941a6612: Pulling fs layer [2020-07-29T02:40:09.101Z] ecc8261a40a4: Pulling fs layer [2020-07-29T02:40:09.101Z] ecc8261a40a4: Waiting [2020-07-29T02:40:09.101Z] 2a8b12db71e7: Verifying Checksum [2020-07-29T02:40:09.101Z] 2a8b12db71e7: Download complete [2020-07-29T02:40:09.363Z] 31603596830f: Verifying Checksum [2020-07-29T02:40:09.363Z] 31603596830f: Download complete [2020-07-29T02:40:09.363Z] ecc8261a40a4: Verifying Checksum [2020-07-29T02:40:09.363Z] ecc8261a40a4: Download complete [2020-07-29T02:40:09.363Z] 6ca5941a6612: Verifying Checksum [2020-07-29T02:40:09.363Z] 6ca5941a6612: Download complete [2020-07-29T02:40:09.625Z] 31603596830f: Pull complete [2020-07-29T02:40:09.625Z] 2a8b12db71e7: Pull complete [2020-07-29T02:40:10.608Z] 6ca5941a6612: Pull complete [2020-07-29T02:40:10.608Z] ecc8261a40a4: Pull complete [2020-07-29T02:40:10.869Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-29T02:40:10.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T02:40:10.869Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-29T02:40:10.980Z] prd-centos7-docker-4c-2g-1337 does not seem to be running inside a container [2020-07-29T02:40:11.025Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-29T02:40:13.513Z] $ docker top 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-29T02:40:13.785Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T02:40:13.785Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T02:40:13.986Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T02:40:13.986Z] $ docker exec 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 ssh-agent [2020-07-29T02:40:14.146Z] SSH_AUTH_SOCK=/tmp/ssh-Td8UZUBmH1YR/agent.12 [2020-07-29T02:40:14.146Z] SSH_AGENT_PID=18 [2020-07-29T02:40:14.156Z] Running ssh-add (command line suppressed) [2020-07-29T02:40:14.276Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_2514870527411555292.key (/w/workspace/edgex-go/20@tmp/private_key_2514870527411555292.key) [2020-07-29T02:40:14.331Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T02:40:14.668Z] + git describe --exact-match --tags HEAD [2020-07-29T02:40:14.669Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-29T02:40:14.684Z] $ docker exec --env ******** --env ******** 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 ssh-agent -k [2020-07-29T02:40:14.800Z] unset SSH_AUTH_SOCK; [2020-07-29T02:40:14.800Z] unset SSH_AGENT_PID; [2020-07-29T02:40:14.800Z] echo Agent pid 18 killed; [2020-07-29T02:40:14.849Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-29T02:40:14.922Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-29T02:40:14.922Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-29T02:40:15.002Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T02:40:15.002Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T02:40:15.166Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T02:40:15.164Z] $ docker exec 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 ssh-agent [2020-07-29T02:40:15.327Z] SSH_AUTH_SOCK=/tmp/ssh-4jPSAVo0y5CJ/agent.46 [2020-07-29T02:40:15.327Z] SSH_AGENT_PID=51 [2020-07-29T02:40:15.334Z] Running ssh-add (command line suppressed) [2020-07-29T02:40:15.441Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_7989682219124666535.key (/w/workspace/edgex-go/20@tmp/private_key_7989682219124666535.key) [2020-07-29T02:40:15.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T02:40:15.814Z] + git semver init [2020-07-29T02:40:15.814Z] # -> Open(): unable to determine branch for HEAD [2020-07-29T02:40:15.814Z] # $GIT_DIR = /w/workspace/edgex-go/20/.git [2020-07-29T02:40:15.814Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/20 [2020-07-29T02:40:15.814Z] # $SEMVER_REMOTE_NAME = origin [2020-07-29T02:40:15.814Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-29T02:40:15.814Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-29T02:40:15.814Z] # $SEMVER_BRANCH = PR-2597 [2020-07-29T02:40:15.814Z] # $SEMVER_TEMP = /tmp/semver-519989181 [2020-07-29T02:40:15.814Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-29T02:40:42.410Z] # '/tmp/semver-519989181' -> '/w/workspace/edgex-go/20/.semver' [2020-07-29T02:40:43.355Z] # -> Force: false [2020-07-29T02:40:43.355Z] # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } [2020-07-29T02:40:43.360Z] $ docker exec --env ******** --env ******** 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 ssh-agent -k [2020-07-29T02:40:43.545Z] unset SSH_AUTH_SOCK; [2020-07-29T02:40:43.546Z] unset SSH_AGENT_PID; [2020-07-29T02:40:43.546Z] echo Agent pid 51 killed; [2020-07-29T02:40:43.612Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-29T02:40:44.137Z] + git semver [Pipeline] } [2020-07-29T02:40:44.148Z] $ docker stop --time=1 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 [2020-07-29T02:40:45.765Z] $ docker rm -f 35b1be8d72a27d66676bd22cd5945d5a0be09401ffb29b0c9a6ebe3e887d5295 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-29T02:40:58.789Z] Stashed 26 file(s) [Pipeline] echo [2020-07-29T02:40:58.791Z] [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-07-29T02:40:59.177Z] ========================================================= [2020-07-29T02:40:59.178Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-29T02:40:59.178Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T02:40:59.507Z] + 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-07-29T02:41:02.826Z] Sending build context to Docker daemon 323.2MB [2020-07-29T02:41:02.826Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T02:41:02.826Z] Step 2/7 : FROM ${BASE} [2020-07-29T02:41:02.826Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-29T02:41:02.826Z] df20fa9351a1: Pulling fs layer [2020-07-29T02:41:02.826Z] ed8968b2872e: Pulling fs layer [2020-07-29T02:41:02.826Z] a92cc7c5fd73: Pulling fs layer [2020-07-29T02:41:02.826Z] 2dd03ba5bac4: Pulling fs layer [2020-07-29T02:41:02.826Z] 1e091d79d1de: Pulling fs layer [2020-07-29T02:41:02.826Z] 481702a1767f: Pulling fs layer [2020-07-29T02:41:02.826Z] f64a6f60c768: Pulling fs layer [2020-07-29T02:41:02.826Z] e78d2573fc39: Pulling fs layer [2020-07-29T02:41:02.826Z] e876d2f968b6: Pulling fs layer [2020-07-29T02:41:02.826Z] ce8a83651883: Pulling fs layer [2020-07-29T02:41:02.826Z] 07967f4d0e4b: Pulling fs layer [2020-07-29T02:41:02.826Z] 2dd03ba5bac4: Waiting [2020-07-29T02:41:02.826Z] 1e091d79d1de: Waiting [2020-07-29T02:41:02.826Z] 481702a1767f: Waiting [2020-07-29T02:41:02.826Z] f64a6f60c768: Waiting [2020-07-29T02:41:02.826Z] e78d2573fc39: Waiting [2020-07-29T02:41:02.826Z] e876d2f968b6: Waiting [2020-07-29T02:41:02.826Z] ce8a83651883: Waiting [2020-07-29T02:41:02.826Z] 07967f4d0e4b: Waiting [2020-07-29T02:41:02.826Z] a92cc7c5fd73: Verifying Checksum [2020-07-29T02:41:02.826Z] a92cc7c5fd73: Download complete [2020-07-29T02:41:02.826Z] ed8968b2872e: Download complete [2020-07-29T02:41:02.826Z] 1e091d79d1de: Verifying Checksum [2020-07-29T02:41:02.826Z] 1e091d79d1de: Download complete [2020-07-29T02:41:02.826Z] 481702a1767f: Verifying Checksum [2020-07-29T02:41:02.826Z] 481702a1767f: Download complete [2020-07-29T02:41:02.826Z] df20fa9351a1: Verifying Checksum [2020-07-29T02:41:02.826Z] df20fa9351a1: Download complete [2020-07-29T02:41:04.227Z] 2dd03ba5bac4: Verifying Checksum [2020-07-29T02:41:04.227Z] 2dd03ba5bac4: Download complete [2020-07-29T02:41:04.227Z] f64a6f60c768: Verifying Checksum [2020-07-29T02:41:04.227Z] f64a6f60c768: Download complete [2020-07-29T02:41:04.227Z] e876d2f968b6: Verifying Checksum [2020-07-29T02:41:04.227Z] e876d2f968b6: Download complete [2020-07-29T02:41:04.227Z] 07967f4d0e4b: Verifying Checksum [2020-07-29T02:41:04.227Z] 07967f4d0e4b: Download complete [2020-07-29T02:41:04.227Z] e78d2573fc39: Verifying Checksum [2020-07-29T02:41:04.227Z] e78d2573fc39: Download complete [2020-07-29T02:41:04.488Z] ce8a83651883: Verifying Checksum [2020-07-29T02:41:04.488Z] ce8a83651883: Download complete [2020-07-29T02:41:05.429Z] df20fa9351a1: Pull complete [2020-07-29T02:41:05.691Z] ed8968b2872e: Pull complete [2020-07-29T02:41:05.951Z] a92cc7c5fd73: Pull complete [2020-07-29T02:41:11.255Z] 2dd03ba5bac4: Pull complete [2020-07-29T02:41:11.255Z] 1e091d79d1de: Pull complete [2020-07-29T02:41:11.255Z] 481702a1767f: Pull complete [2020-07-29T02:41:14.021Z] Still waiting to schedule task [2020-07-29T02:41:14.021Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-29T02:41:16.576Z] f64a6f60c768: Pull complete [2020-07-29T02:41:19.154Z] e78d2573fc39: Pull complete [2020-07-29T02:41:19.154Z] e876d2f968b6: Pull complete [2020-07-29T02:41:21.075Z] ce8a83651883: Pull complete [2020-07-29T02:41:21.075Z] 07967f4d0e4b: Pull complete [2020-07-29T02:41:21.075Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-29T02:41:21.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-29T02:41:21.075Z] ---> 5d7c900382c6 [2020-07-29T02:41:21.075Z] 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-07-29T02:41:21.650Z] ---> Running in 0d3899fbd158 [2020-07-29T02:41:22.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:41:23.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:41:23.739Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T02:41:24.000Z] (2/12) Installing file (5.38-r0) [2020-07-29T02:41:24.000Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T02:41:24.000Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T02:41:30.587Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T02:41:30.587Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T02:41:30.587Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T02:41:30.587Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T02:41:30.850Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T02:41:30.850Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T02:41:30.850Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T02:41:31.112Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T02:41:31.112Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:41:31.112Z] OK: 233 MiB in 51 packages [2020-07-29T02:41:34.422Z] Removing intermediate container 0d3899fbd158 [2020-07-29T02:41:34.422Z] ---> b663d95b5f4d [2020-07-29T02:41:34.422Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T02:41:34.422Z] ---> Running in 78b1ce315941 [2020-07-29T02:41:34.684Z] Removing intermediate container 78b1ce315941 [2020-07-29T02:41:34.684Z] ---> 043337de0bf2 [2020-07-29T02:41:34.684Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T02:41:34.950Z] latest: Pulling from library/docker [2020-07-29T02:41:34.950Z] df20fa9351a1: Already exists [2020-07-29T02:41:34.950Z] 25ad7478873d: Pulling fs layer [2020-07-29T02:41:34.950Z] 4684f6177b5d: Pulling fs layer [2020-07-29T02:41:34.950Z] 46e300cec669: Pulling fs layer [2020-07-29T02:41:34.950Z] 63038576ad94: Pulling fs layer [2020-07-29T02:41:34.950Z] 0fdb76c4706c: Pulling fs layer [2020-07-29T02:41:34.950Z] cb7edeffdfd5: Pulling fs layer [2020-07-29T02:41:34.950Z] 63038576ad94: Waiting [2020-07-29T02:41:34.950Z] 0fdb76c4706c: Waiting [2020-07-29T02:41:34.950Z] cb7edeffdfd5: Waiting [2020-07-29T02:41:35.216Z] 4684f6177b5d: Verifying Checksum [2020-07-29T02:41:35.216Z] 4684f6177b5d: Download complete [2020-07-29T02:41:35.216Z] 25ad7478873d: Verifying Checksum [2020-07-29T02:41:35.216Z] 25ad7478873d: Download complete [2020-07-29T02:41:35.216Z] 63038576ad94: Verifying Checksum [2020-07-29T02:41:35.216Z] 63038576ad94: Download complete [2020-07-29T02:41:35.216Z] 0fdb76c4706c: Verifying Checksum [2020-07-29T02:41:35.216Z] 0fdb76c4706c: Download complete [2020-07-29T02:41:35.485Z] cb7edeffdfd5: Verifying Checksum [2020-07-29T02:41:35.485Z] cb7edeffdfd5: Download complete [2020-07-29T02:41:35.485Z] 25ad7478873d: Pull complete [2020-07-29T02:41:35.756Z] 4684f6177b5d: Pull complete [2020-07-29T02:41:36.020Z] 46e300cec669: Verifying Checksum [2020-07-29T02:41:36.020Z] 46e300cec669: Download complete [2020-07-29T02:41:37.949Z] 46e300cec669: Pull complete [2020-07-29T02:41:38.211Z] 63038576ad94: Pull complete [2020-07-29T02:41:38.212Z] 0fdb76c4706c: Pull complete [2020-07-29T02:41:38.474Z] cb7edeffdfd5: Pull complete [2020-07-29T02:41:38.474Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T02:41:38.474Z] Status: Downloaded newer image for docker:latest [2020-07-29T02:41:39.867Z] ---> debb0e63f149 [2020-07-29T02:41:39.867Z] Step 6/7 : COPY go.mod . [2020-07-29T02:41:40.129Z] ---> 25f805d4597b [2020-07-29T02:41:40.129Z] Step 7/7 : RUN go mod download [2020-07-29T02:41:40.129Z] ---> Running in dc23b89d616e [2020-07-29T02:41:42.675Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T02:41:42.676Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T02:41:42.676Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T02:41:42.676Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T02:41:42.676Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T02:41:42.676Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T02:41:42.676Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T02:41:42.676Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T02:41:42.676Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T02:41:42.676Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T02:41:42.676Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T02:41:42.676Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T02:41:42.676Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T02:41:42.676Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T02:41:42.676Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T02:41:42.676Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T02:41:42.676Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T02:41:42.676Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T02:41:42.676Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T02:41:42.676Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T02:41:42.936Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T02:41:42.936Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T02:41:42.936Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T02:41:42.936Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T02:41:42.936Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T02:41:42.936Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T02:41:42.936Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T02:41:42.936Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T02:41:42.936Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T02:41:42.936Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T02:41:42.936Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T02:41:42.936Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T02:41:43.196Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T02:41:43.196Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T02:41:43.196Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T02:41:43.196Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T02:41:43.196Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T02:41:43.197Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T02:41:43.197Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T02:41:43.197Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T02:41:43.197Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T02:41:43.197Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T02:41:43.197Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T02:41:43.197Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T02:41:43.197Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T02:41:43.457Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T02:41:43.457Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T02:41:43.457Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T02:41:43.457Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T02:41:43.457Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T02:41:43.457Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T02:41:43.457Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T02:41:43.457Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T02:41:43.457Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T02:41:43.457Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T02:41:43.457Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T02:41:43.457Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T02:41:43.457Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T02:41:43.718Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T02:41:43.718Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T02:41:43.718Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T02:41:43.718Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T02:41:43.718Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T02:41:43.718Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T02:41:43.718Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T02:41:43.718Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T02:41:43.718Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T02:41:43.718Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T02:41:43.718Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T02:41:43.718Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T02:41:43.978Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T02:41:43.978Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T02:41:43.978Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T02:41:43.978Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T02:41:43.978Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T02:41:43.978Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T02:41:43.978Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T02:41:43.978Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T02:41:43.978Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T02:41:43.978Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T02:41:43.978Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T02:41:44.239Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T02:41:44.239Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T02:41:44.239Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T02:41:44.239Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T02:41:44.239Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T02:41:44.239Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T02:41:44.239Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T02:41:44.239Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T02:41:44.239Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T02:41:44.239Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T02:41:44.239Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T02:41:56.502Z] Removing intermediate container dc23b89d616e [2020-07-29T02:41:56.502Z] ---> 9ed26959d6d6 [2020-07-29T02:41:56.502Z] Successfully built 9ed26959d6d6 [2020-07-29T02:41:56.502Z] 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-07-29T02:41:57.070Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-29T02:41:57.070Z] . [Pipeline] withDockerContainer [2020-07-29T02:41:57.169Z] prd-centos7-docker-4c-2g-1337 does not seem to be running inside a container [2020-07-29T02:41:57.212Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-29T02:41:57.883Z] $ docker top 35a0531570c59ac0d10ce1b2fc3e1bff5835dcffb39cf10e478830fd7c15db58 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T02:41:58.360Z] + go version [2020-07-29T02:41:58.360Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-29T02:41:58.373Z] ========================================================= [2020-07-29T02:41:58.373Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T02:41:58.373Z] ========================================================= [Pipeline] sh [2020-07-29T02:41:58.761Z] + make test [2020-07-29T02:41:58.761Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T02:42:00.715Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T02:42:10.823Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T02:42:14.188Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T02:42:14.188Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T02:42:14.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T02:42:14.189Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T02:42:16.764Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s [2020-07-29T02:42:16.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T02:42:16.764Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T02:42:16.764Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T02:42:16.765Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T02:42:17.034Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T02:42:17.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T02:42:17.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T02:42:17.034Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T02:42:22.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.028s coverage: 46.6% of statements [2020-07-29T02:42:22.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T02:42:22.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T02:42:22.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T02:42:22.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T02:42:22.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T02:42:24.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.064s coverage: 27.4% of statements [2020-07-29T02:42:24.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T02:42:24.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T02:42:24.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T02:42:24.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T02:42:24.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T02:42:24.370Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T02:42:24.370Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.022s coverage: 100.0% of statements [2020-07-29T02:42:24.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T02:42:24.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.015s coverage: 100.0% of statements [2020-07-29T02:42:24.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T02:42:25.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.068s coverage: 28.6% of statements [2020-07-29T02:42:25.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T02:42:25.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T02:42:25.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T02:42:25.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T02:42:25.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T02:42:25.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.540s coverage: 100.0% of statements [2020-07-29T02:42:25.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T02:42:25.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.012s coverage: 100.0% of statements [2020-07-29T02:42:25.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T02:42:25.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.025s coverage: 89.8% of statements [2020-07-29T02:42:25.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T02:42:26.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.029s coverage: 97.5% of statements [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T02:42:26.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T02:42:26.732Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T02:42:26.732Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.019s coverage: 58.8% of statements [2020-07-29T02:42:27.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.136s coverage: 63.5% of statements [2020-07-29T02:42:27.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T02:42:27.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T02:42:27.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements [2020-07-29T02:42:27.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.153s coverage: 55.9% of statements [2020-07-29T02:42:27.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T02:42:27.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T02:42:27.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T02:42:27.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T02:42:32.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.796s coverage: 86.3% of statements [2020-07-29T02:42:32.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T02:42:32.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.329s coverage: 72.2% of statements [2020-07-29T02:42:32.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.122s coverage: 72.1% of statements [2020-07-29T02:42:32.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements [2020-07-29T02:42:32.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements [2020-07-29T02:42:32.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T02:42:32.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T02:42:32.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T02:42:32.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.016s coverage: 28.8% of statements [2020-07-29T02:42:32.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T02:42:32.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.009s coverage: 96.8% of statements [2020-07-29T02:42:32.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T02:42:32.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.050s coverage: 26.9% of statements [2020-07-29T02:42:32.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T02:42:32.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T02:42:32.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.084s coverage: 84.1% of statements [2020-07-29T02:42:32.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements [2020-07-29T02:42:32.470Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.031s coverage: 43.1% of statements [2020-07-29T02:42:32.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T02:42:32.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T02:42:32.470Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-07-29T02:42:32.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T02:42:33.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.017s coverage: 83.8% of statements [2020-07-29T02:42:33.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T02:42:34.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.026s coverage: 46.1% of statements [2020-07-29T02:42:34.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T02:42:34.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T02:42:34.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.017s coverage: 100.0% of statements [2020-07-29T02:42:34.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T02:42:34.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T02:42:34.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T02:42:34.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.016s coverage: 100.0% of statements [2020-07-29T02:42:34.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T02:42:34.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.014s coverage: 100.0% of statements [2020-07-29T02:42:34.482Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T02:42:37.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.064s coverage: 29.1% of statements [2020-07-29T02:42:37.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T02:42:37.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T02:42:37.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T02:42:37.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T02:42:37.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T02:42:37.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.045s coverage: 99.0% of statements [2020-07-29T02:42:37.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T02:42:37.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.029s coverage: 100.0% of statements [2020-07-29T02:42:37.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T02:42:37.051Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-07-29T02:42:37.051Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T02:42:37.648Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2020-07-29T02:42:37.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T02:42:37.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T02:42:37.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T02:42:37.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T02:42:37.921Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements [2020-07-29T02:42:37.921Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T02:42:37.921Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T02:42:38.182Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-07-29T02:42:38.182Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-07-29T02:42:38.752Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-29T02:42:38.752Z] GO111MODULE=on go vet ./... [2020-07-29T02:42:44.082Z] gofmt -l . [2020-07-29T02:42:44.653Z] [ "`gofmt -l .`" = "" ] [2020-07-29T02:42:45.224Z] ./bin/test-go-mod-tidy.sh [2020-07-29T02:42:45.796Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-29T02:42:47.478Z] + ls -al . [2020-07-29T02:42:47.478Z] total 556 [2020-07-29T02:42:47.478Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 02:42 . [2020-07-29T02:42:47.478Z] drwxr-xr-x 4 root root 30 Jul 29 02:41 .. [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 02:39 .dockerignore [2020-07-29T02:42:47.478Z] drwxrwxr-x 8 1001 1001 179 Jul 29 02:40 .git [2020-07-29T02:42:47.478Z] drwxrwxr-x 3 1001 1001 60 Jul 29 02:39 .github [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 02:39 .gitignore [2020-07-29T02:42:47.478Z] drwx------ 3 1001 1001 47 Jul 29 02:40 .semver [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 178 Jul 29 02:39 .sonarcloud.properties [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 02:39 CONTRIBUTING.md [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 02:39 Dockerfile.build [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 911 Jul 29 02:39 Jenkinsfile [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 02:39 LICENSE [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 6417 Jul 29 02:39 Makefile [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 02:39 README.md [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 02:39 SECURITY.md [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 02:40 VERSION [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 02:39 ZMQWindows.md [2020-07-29T02:42:47.478Z] drwxrwxr-x 4 1001 1001 33 Jul 29 02:39 api [2020-07-29T02:42:47.478Z] drwxrwxr-x 2 1001 1001 117 Jul 29 02:39 bin [2020-07-29T02:42:47.478Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 02:39 cmd [2020-07-29T02:42:47.478Z] -rw-r--r-- 1 root root 455496 Jul 29 02:42 coverage.out [2020-07-29T02:42:47.478Z] -rw-r--r-- 1 root root 1019 Jul 29 02:42 go.mod [2020-07-29T02:42:47.478Z] -rw-r--r-- 1 root root 18146 Jul 29 02:42 go.sum [2020-07-29T02:42:47.478Z] drwxrwxr-x 8 1001 1001 127 Jul 29 02:39 internal [2020-07-29T02:42:47.478Z] drwxrwxr-x 4 1001 1001 71 Jul 29 02:39 snap [2020-07-29T02:42:47.478Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 02:39 version.go [Pipeline] sh [2020-07-29T02:42:47.780Z] + '[' -e coverage.out ] [2020-07-29T02:42:47.780Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T02:42:47.928Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T02:42:48.217Z] + make build [2020-07-29T02:42:48.217Z] 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-07-29T02:42:52.620Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1341 in /w/workspace/edgexfoundry_edgex-go_PR-2597 [Pipeline] { [Pipeline] ws [2020-07-29T02:42:52.672Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2020-07-29T02:42:54.902Z] 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-07-29T02:42:57.886Z] using credential edgex-jenkins-ssh [2020-07-29T02:42:57.938Z] Cloning the remote Git repository [2020-07-29T02:42:57.938Z] Cloning with configured refspecs honoured and without tags [2020-07-29T02:42:58.212Z] 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-07-29T02:42:57.991Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-29T02:42:58.101Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2020-07-29T02:42:58.166Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T02:42:58.167Z] > git --version # timeout=10 [2020-07-29T02:42:58.190Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T02:42:58.288Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T02:42:59.597Z] 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-07-29T02:43:00.540Z] 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-07-29T02:43:02.459Z] 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-07-29T02:43:03.036Z] 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-07-29T02:43:05.588Z] 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-07-29T02:43:06.982Z] 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-07-29T02:43:08.375Z] 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-07-29T02:43:09.818Z] 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-07-29T02:43:10.911Z] 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-07-29T02:43:12.300Z] 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-07-29T02:43:13.294Z] $ docker stop --time=1 35a0531570c59ac0d10ce1b2fc3e1bff5835dcffb39cf10e478830fd7c15db58 [2020-07-29T02:43:14.964Z] $ docker rm -f 35a0531570c59ac0d10ce1b2fc3e1bff5835dcffb39cf10e478830fd7c15db58 [2020-07-29T02:43:15.245Z] Fetching without tags [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-07-29T02:43:15.736Z] Merging remotes/origin/master commit 4e0bf0319480625e5379d8d5fd7b212abf0b0714 into PR head commit e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:43:16.174Z] Merge succeeded, producing e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:43:16.174Z] Checking out Revision e1636ee666927bf907ae8a90ae400f4a5855a520 (PR-2597) [2020-07-29T02:43:15.164Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T02:43:15.187Z] > git config --add remote.origin.fetch +refs/pull/2597/head:refs/remotes/origin/PR-2597 # timeout=10 [2020-07-29T02:43:15.202Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T02:43:15.226Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T02:43:15.252Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T02:43:15.252Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T02:43:15.271Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2597/head:refs/remotes/origin/PR-2597 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T02:43:15.750Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T02:43:15.766Z] > git checkout -f e1636ee666927bf907ae8a90ae400f4a5855a520 # timeout=10 [2020-07-29T02:43:16.071Z] > git remote # timeout=10 [2020-07-29T02:43:16.094Z] > git config --get remote.origin.url # timeout=10 [2020-07-29T02:43:16.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T02:43:16.123Z] > git merge 4e0bf0319480625e5379d8d5fd7b212abf0b0714 # timeout=10 [2020-07-29T02:43:16.156Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-29T02:43:16.177Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T02:43:16.225Z] > git checkout -f e1636ee666927bf907ae8a90ae400f4a5855a520 # timeout=10 [Pipeline] isUnix [Pipeline] sh [2020-07-29T02:43:17.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T02:43:17.786Z] [2020-07-29T02:43:17.786Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T02:43:18.190Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T02:43:18.190Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-29T02:43:18.190Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-29T02:43:18.190Z] ca9280d653b3: Pulling fs layer [2020-07-29T02:43:18.190Z] 7e9c9ca2126c: Pulling fs layer [2020-07-29T02:43:18.490Z] cbdbe7a5bc2a: Download complete [2020-07-29T02:43:18.490Z] ca9280d653b3: Verifying Checksum [2020-07-29T02:43:18.490Z] ca9280d653b3: Download complete [2020-07-29T02:43:18.782Z] cbdbe7a5bc2a: Pull complete [2020-07-29T02:43:19.366Z] 7e9c9ca2126c: Download complete [2020-07-29T02:43:19.628Z] ca9280d653b3: Pull complete [2020-07-29T02:43:20.714Z] Commit message: "fix(metadata): Refactor deviceProfile JSON and YAML POST API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-29T02:43:26.232Z] 7e9c9ca2126c: Pull complete [2020-07-29T02:43:26.232Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-29T02:43:26.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T02:43:26.232Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-29T02:43:26.376Z] prd-centos7-docker-4c-2g-1337 does not seem to be running inside a container [2020-07-29T02:43:26.415Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-29T02:43:29.002Z] $ docker top 5278d18ef46bed0c71051909f5b2bfedb5f68144f143c52d6e244a38b5775628 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T02:43:29.513Z] + docker-compose build --help [2020-07-29T02:43:29.514Z] + grep parallel [2020-07-29T02:43:30.455Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T02:43:30.464Z] $ docker stop --time=1 5278d18ef46bed0c71051909f5b2bfedb5f68144f143c52d6e244a38b5775628 [2020-07-29T02:43:31.796Z] $ docker rm -f 5278d18ef46bed0c71051909f5b2bfedb5f68144f143c52d6e244a38b5775628 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T02:43:32.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T02:43:32.408Z] . [Pipeline] withDockerContainer [2020-07-29T02:43:32.498Z] prd-centos7-docker-4c-2g-1337 does not seem to be running inside a container [2020-07-29T02:43:32.537Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-07-29T02:43:33.071Z] $ docker top 77ba6dc30ac2c729805a2c01a0d645bfe821463c75ea456d854b94148e9dbf5c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-07-29T02:43:33.235Z] ========================================================= [2020-07-29T02:43:33.235Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-29T02:43:33.235Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-07-29T02:43:33.524Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T02:43:34.177Z] + 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-07-29T02:43:34.464Z] Building docker-core-command-go ... [2020-07-29T02:43:34.464Z] Building docker-core-data-go ... [2020-07-29T02:43:34.464Z] Building docker-core-metadata-go ... [2020-07-29T02:43:34.464Z] Building docker-security-proxy-setup-go ... [2020-07-29T02:43:34.464Z] Building docker-security-secrets-setup-go ... [2020-07-29T02:43:34.464Z] Building docker-security-secretstore-setup-go ... [2020-07-29T02:43:34.464Z] Building docker-support-logging-go ... [2020-07-29T02:43:34.464Z] Building docker-support-notifications-go ... [2020-07-29T02:43:34.464Z] Building docker-support-scheduler-go ... [2020-07-29T02:43:34.464Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T02:43:34.464Z] Building docker-core-command-go [2020-07-29T02:43:34.464Z] Building docker-sys-mgmt-agent-go [2020-07-29T02:43:34.464Z] Building docker-support-notifications-go [2020-07-29T02:43:34.464Z] Building docker-support-logging-go [2020-07-29T02:43:34.464Z] Building docker-support-scheduler-go [2020-07-29T02:43:38.494Z] Sending build context to Docker daemon 323.2MB [2020-07-29T02:43:38.494Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T02:43:38.494Z] Step 2/7 : FROM ${BASE} [2020-07-29T02:43:38.494Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-29T02:43:38.494Z] b538f80385f9: Pulling fs layer [2020-07-29T02:43:38.494Z] 74f711af9a0d: Pulling fs layer [2020-07-29T02:43:38.494Z] 99f96fe45779: Pulling fs layer [2020-07-29T02:43:38.494Z] fd7a069fd194: Pulling fs layer [2020-07-29T02:43:38.494Z] 66aa3694b03b: Pulling fs layer [2020-07-29T02:43:38.494Z] 170f70906a0f: Pulling fs layer [2020-07-29T02:43:38.494Z] ad7c5574e4b9: Pulling fs layer [2020-07-29T02:43:38.494Z] e772456be8f7: Pulling fs layer [2020-07-29T02:43:38.494Z] c890913d741a: Pulling fs layer [2020-07-29T02:43:38.494Z] 2480fcc9aa5a: Pulling fs layer [2020-07-29T02:43:38.494Z] 09adf4765672: Pulling fs layer [2020-07-29T02:43:38.494Z] fd7a069fd194: Waiting [2020-07-29T02:43:38.494Z] 66aa3694b03b: Waiting [2020-07-29T02:43:38.494Z] 170f70906a0f: Waiting [2020-07-29T02:43:38.494Z] c890913d741a: Waiting [2020-07-29T02:43:38.494Z] ad7c5574e4b9: Waiting [2020-07-29T02:43:38.494Z] 2480fcc9aa5a: Waiting [2020-07-29T02:43:38.494Z] e772456be8f7: Waiting [2020-07-29T02:43:38.494Z] 09adf4765672: Waiting [2020-07-29T02:43:38.494Z] 99f96fe45779: Download complete [2020-07-29T02:43:38.494Z] 74f711af9a0d: Verifying Checksum [2020-07-29T02:43:38.494Z] 74f711af9a0d: Download complete [2020-07-29T02:43:38.494Z] 66aa3694b03b: Download complete [2020-07-29T02:43:38.494Z] 170f70906a0f: Verifying Checksum [2020-07-29T02:43:38.494Z] 170f70906a0f: Download complete [2020-07-29T02:43:38.772Z] b538f80385f9: Verifying Checksum [2020-07-29T02:43:38.772Z] b538f80385f9: Download complete [2020-07-29T02:43:39.375Z] b538f80385f9: Pull complete [2020-07-29T02:43:39.970Z] 74f711af9a0d: Pull complete [2020-07-29T02:43:40.249Z] 99f96fe45779: Pull complete [2020-07-29T02:43:41.687Z] ad7c5574e4b9: Verifying Checksum [2020-07-29T02:43:41.687Z] ad7c5574e4b9: Download complete [2020-07-29T02:43:41.687Z] c890913d741a: Verifying Checksum [2020-07-29T02:43:41.687Z] c890913d741a: Download complete [2020-07-29T02:43:43.672Z] 2480fcc9aa5a: Verifying Checksum [2020-07-29T02:43:43.672Z] 2480fcc9aa5a: Download complete [2020-07-29T02:43:43.672Z] 09adf4765672: Verifying Checksum [2020-07-29T02:43:43.672Z] 09adf4765672: Download complete [2020-07-29T02:43:43.672Z] e772456be8f7: Verifying Checksum [2020-07-29T02:43:43.672Z] e772456be8f7: Download complete [2020-07-29T02:43:44.269Z] fd7a069fd194: Verifying Checksum [2020-07-29T02:43:44.269Z] fd7a069fd194: Download complete [2020-07-29T02:43:56.686Z] fd7a069fd194: Pull complete [2020-07-29T02:43:56.686Z] 66aa3694b03b: Pull complete [2020-07-29T02:43:56.686Z] 170f70906a0f: Pull complete [2020-07-29T02:44:00.086Z] ad7c5574e4b9: Pull complete [2020-07-29T02:44:04.400Z] e772456be8f7: Pull complete [2020-07-29T02:44:04.995Z] c890913d741a: Pull complete [2020-07-29T02:44:06.604Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:44:06.605Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:44:06.605Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:44:06.605Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:44:06.605Z] ---> 9ed26959d6d6 [2020-07-29T02:44:06.605Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T02:44:06.605Z] ---> 9ed26959d6d6 [2020-07-29T02:44:06.605Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T02:44:06.605Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:44:06.605Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:44:06.605Z] ---> 9ed26959d6d6 [2020-07-29T02:44:06.605Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T02:44:06.605Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:44:06.605Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:44:06.605Z] ---> 9ed26959d6d6 [2020-07-29T02:44:06.605Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T02:44:06.605Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:44:06.605Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:44:06.605Z] ---> 9ed26959d6d6 [2020-07-29T02:44:06.605Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T02:44:06.605Z] ---> Running in a98b31bca70e [2020-07-29T02:44:06.605Z] ---> Running in 320989cb709a [2020-07-29T02:44:06.605Z] ---> Running in ddb6a0ae58e8 [2020-07-29T02:44:06.605Z] ---> Running in 05c0812f39e5 [2020-07-29T02:44:06.605Z] ---> Running in d3d7cd5d5a1d [2020-07-29T02:44:06.605Z] Removing intermediate container ddb6a0ae58e8 [2020-07-29T02:44:06.605Z] ---> 4320ebe2e57b [2020-07-29T02:44:06.605Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:44:06.605Z] Removing intermediate container 05c0812f39e5 [2020-07-29T02:44:06.605Z] ---> c61b82859478 [2020-07-29T02:44:06.605Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:44:06.605Z] Removing intermediate container d3d7cd5d5a1d [2020-07-29T02:44:06.605Z] ---> ae425652d232 [2020-07-29T02:44:06.605Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:44:06.605Z] Removing intermediate container a98b31bca70e [2020-07-29T02:44:06.605Z] ---> 18f0eead3a69 [2020-07-29T02:44:06.605Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:44:06.871Z] Removing intermediate container 320989cb709a [2020-07-29T02:44:06.871Z] ---> 2ae3f034e7a0 [2020-07-29T02:44:06.871Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:44:06.871Z] ---> Running in 704c3f2d771c [2020-07-29T02:44:06.871Z] ---> Running in bda915cf40fa [2020-07-29T02:44:06.871Z] ---> Running in 1b0dff3de98e [2020-07-29T02:44:06.871Z] ---> Running in b2a33674fe02 [2020-07-29T02:44:06.871Z] ---> Running in 9f7092f58fa2 [2020-07-29T02:44:06.964Z] 2480fcc9aa5a: Pull complete [2020-07-29T02:44:07.559Z] 09adf4765672: Pull complete [2020-07-29T02:44:07.559Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-29T02:44:07.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-29T02:44:07.559Z] ---> 2248a725d1cf [2020-07-29T02:44:07.559Z] 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-07-29T02:44:08.805Z] Removing intermediate container 1b0dff3de98e [2020-07-29T02:44:08.805Z] ---> 15239a7f4991 [2020-07-29T02:44:08.805Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T02:44:09.081Z] Removing intermediate container bda915cf40fa [2020-07-29T02:44:09.081Z] ---> b18818513e3b [2020-07-29T02:44:09.081Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T02:44:09.081Z] ---> Running in fcd2999ea94b [2020-07-29T02:44:09.341Z] ---> Running in 9d3dd2665273 [2020-07-29T02:44:09.341Z] Removing intermediate container 704c3f2d771c [2020-07-29T02:44:09.341Z] ---> 2402c535d278 [2020-07-29T02:44:09.341Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T02:44:09.341Z] Removing intermediate container b2a33674fe02 [2020-07-29T02:44:09.341Z] ---> 2c9a3abd2ca2 [2020-07-29T02:44:09.341Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T02:44:09.604Z] Removing intermediate container 9f7092f58fa2 [2020-07-29T02:44:09.604Z] ---> ab684de4c949 [2020-07-29T02:44:09.604Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T02:44:09.604Z] ---> Running in bd1958bf0c45 [2020-07-29T02:44:09.604Z] ---> Running in 482b35bae9ff [2020-07-29T02:44:09.867Z] ---> Running in 6941d8b54486 [2020-07-29T02:44:10.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:44:10.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:44:10.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:44:10.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:44:10.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:44:10.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:44:10.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:44:11.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:44:11.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:44:11.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:44:11.714Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:44:11.714Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:44:11.714Z] OK: 12749 distinct packages available [2020-07-29T02:44:11.714Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:44:11.714Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:44:11.714Z] OK: 12749 distinct packages available [2020-07-29T02:44:11.714Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:44:11.714Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:44:11.714Z] OK: 12749 distinct packages available [2020-07-29T02:44:11.997Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:44:11.997Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:44:11.997Z] OK: 12749 distinct packages available [2020-07-29T02:44:11.997Z] OK: 233 MiB in 51 packages [2020-07-29T02:44:11.997Z] OK: 233 MiB in 51 packages [2020-07-29T02:44:11.997Z] OK: 233 MiB in 51 packages [2020-07-29T02:44:11.997Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:44:11.997Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:44:11.997Z] OK: 12749 distinct packages available [2020-07-29T02:44:12.261Z] OK: 233 MiB in 51 packages [2020-07-29T02:44:12.261Z] OK: 233 MiB in 51 packages [2020-07-29T02:44:12.261Z] OK: 233 MiB in 51 packages [2020-07-29T02:44:12.525Z] Removing intermediate container fcd2999ea94b [2020-07-29T02:44:12.525Z] ---> 05de27a8b9b8 [2020-07-29T02:44:12.525Z] Step 6/21 : COPY go.mod . [2020-07-29T02:44:13.097Z] Removing intermediate container bd1958bf0c45 [2020-07-29T02:44:13.097Z] ---> b91e3bd329f3 [2020-07-29T02:44:13.097Z] Step 6/26 : COPY go.mod . [2020-07-29T02:44:13.097Z] ---> 0eb5b07e3549 [2020-07-29T02:44:13.097Z] Step 7/21 : RUN go mod download [2020-07-29T02:44:13.097Z] Removing intermediate container 6941d8b54486 [2020-07-29T02:44:13.097Z] ---> c13e2e7361c1 [2020-07-29T02:44:13.097Z] Step 6/20 : COPY go.mod . [2020-07-29T02:44:13.357Z] ---> Running in dc38df117242 [2020-07-29T02:44:13.357Z] ---> 66135ab5c90b [2020-07-29T02:44:13.357Z] Step 7/26 : RUN go mod download [2020-07-29T02:44:13.357Z] Removing intermediate container 9d3dd2665273 [2020-07-29T02:44:13.357Z] ---> 1593b2416498 [2020-07-29T02:44:13.357Z] Step 6/21 : COPY go.mod . [2020-07-29T02:44:13.625Z] Removing intermediate container 482b35bae9ff [2020-07-29T02:44:13.625Z] ---> 9dd6b37e6699 [2020-07-29T02:44:13.625Z] Step 6/23 : COPY go.mod . [2020-07-29T02:44:13.625Z] ---> eecc6c154096 [2020-07-29T02:44:13.625Z] Step 7/20 : RUN go mod download [2020-07-29T02:44:13.625Z] ---> Running in 2a83a04dfe50 [2020-07-29T02:44:13.899Z] ---> Running in 7cf9d16ddd53 [2020-07-29T02:44:14.229Z] ---> 8f537ec04782 [2020-07-29T02:44:14.229Z] Step 7/21 : RUN go mod download [2020-07-29T02:44:14.229Z] ---> b0c5d05b73ba [2020-07-29T02:44:14.229Z] Step 7/23 : RUN go mod download [2020-07-29T02:44:14.229Z] ---> Running in 18e5eebb26ac [2020-07-29T02:44:14.267Z] ---> Running in 4ef4efbdf495 [2020-07-29T02:44:14.557Z] ---> Running in d88a377a689e [2020-07-29T02:44:15.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:44:16.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:44:16.498Z] Removing intermediate container dc38df117242 [2020-07-29T02:44:16.498Z] ---> c59d8a2e852b [2020-07-29T02:44:16.498Z] Step 8/21 : COPY . . [2020-07-29T02:44:16.498Z] Removing intermediate container 2a83a04dfe50 [2020-07-29T02:44:16.498Z] ---> 967670dba094 [2020-07-29T02:44:16.498Z] Step 8/26 : COPY . . [2020-07-29T02:44:16.498Z] Removing intermediate container 7cf9d16ddd53 [2020-07-29T02:44:16.498Z] ---> ae2a37f7e5df [2020-07-29T02:44:16.498Z] Step 8/20 : COPY . . [2020-07-29T02:44:16.498Z] Removing intermediate container 18e5eebb26ac [2020-07-29T02:44:16.498Z] ---> 8c8b7ea0d4d0 [2020-07-29T02:44:16.498Z] Step 8/21 : COPY . . [2020-07-29T02:44:16.498Z] Removing intermediate container d88a377a689e [2020-07-29T02:44:16.498Z] ---> c74aab43e67a [2020-07-29T02:44:16.498Z] Step 8/23 : COPY . . [2020-07-29T02:44:17.262Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T02:44:17.536Z] (2/12) Installing file (5.38-r0) [2020-07-29T02:44:17.536Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T02:44:17.536Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T02:44:22.917Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T02:44:22.917Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T02:44:22.917Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T02:44:22.917Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T02:44:22.917Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T02:44:22.917Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T02:44:22.917Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T02:44:22.917Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T02:44:23.190Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:44:23.190Z] OK: 217 MiB in 51 packages [2020-07-29T02:44:27.502Z] Removing intermediate container 4ef4efbdf495 [2020-07-29T02:44:27.502Z] ---> 73a32c967b21 [2020-07-29T02:44:27.502Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T02:44:27.502Z] ---> Running in 2bde6eab23f3 [2020-07-29T02:44:27.772Z] Removing intermediate container 2bde6eab23f3 [2020-07-29T02:44:27.772Z] ---> 81595a71b49e [2020-07-29T02:44:27.772Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T02:44:28.045Z] latest: Pulling from library/docker [2020-07-29T02:44:28.324Z] b538f80385f9: Already exists [2020-07-29T02:44:28.324Z] 259a493cd78d: Pulling fs layer [2020-07-29T02:44:28.324Z] b8e66b5100f5: Pulling fs layer [2020-07-29T02:44:28.324Z] 39dc9c94d07c: Pulling fs layer [2020-07-29T02:44:28.324Z] 551b823b3b82: Pulling fs layer [2020-07-29T02:44:28.324Z] 3c52a74df98c: Pulling fs layer [2020-07-29T02:44:28.324Z] 6c9b121b6998: Pulling fs layer [2020-07-29T02:44:28.324Z] 3c52a74df98c: Waiting [2020-07-29T02:44:28.324Z] 6c9b121b6998: Waiting [2020-07-29T02:44:28.324Z] 551b823b3b82: Waiting [2020-07-29T02:44:28.324Z] b8e66b5100f5: Verifying Checksum [2020-07-29T02:44:28.324Z] b8e66b5100f5: Download complete [2020-07-29T02:44:28.603Z] 259a493cd78d: Verifying Checksum [2020-07-29T02:44:28.603Z] 259a493cd78d: Download complete [2020-07-29T02:44:28.603Z] 551b823b3b82: Verifying Checksum [2020-07-29T02:44:28.603Z] 551b823b3b82: Download complete [2020-07-29T02:44:28.603Z] 3c52a74df98c: Verifying Checksum [2020-07-29T02:44:28.603Z] 3c52a74df98c: Download complete [2020-07-29T02:44:28.603Z] 6c9b121b6998: Download complete [2020-07-29T02:44:29.203Z] 259a493cd78d: Pull complete [2020-07-29T02:44:29.475Z] b8e66b5100f5: Pull complete [2020-07-29T02:44:29.746Z] 39dc9c94d07c: Verifying Checksum [2020-07-29T02:44:29.746Z] 39dc9c94d07c: Download complete [2020-07-29T02:44:33.139Z] 39dc9c94d07c: Pull complete [2020-07-29T02:44:33.139Z] 551b823b3b82: Pull complete [2020-07-29T02:44:33.411Z] 3c52a74df98c: Pull complete [2020-07-29T02:44:33.683Z] 6c9b121b6998: Pull complete [2020-07-29T02:44:33.956Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T02:44:33.956Z] Status: Downloaded newer image for docker:latest [2020-07-29T02:44:37.352Z] ---> c41bab257b19 [2020-07-29T02:44:37.352Z] Step 6/7 : COPY go.mod . [2020-07-29T02:44:37.955Z] ---> e1fe70aeede5 [2020-07-29T02:44:37.955Z] Step 7/7 : RUN go mod download [2020-07-29T02:44:38.237Z] ---> Running in 968c340912fc [2020-07-29T02:44:41.645Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T02:44:41.646Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T02:44:41.646Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T02:44:41.646Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T02:44:41.646Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T02:44:41.646Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T02:44:41.646Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T02:44:41.646Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T02:44:41.646Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T02:44:41.646Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T02:44:41.646Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T02:44:41.646Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T02:44:41.646Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T02:44:41.646Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T02:44:41.646Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T02:44:41.646Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T02:44:41.646Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T02:44:41.646Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T02:44:41.646Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T02:44:41.646Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T02:44:41.646Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T02:44:41.646Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T02:44:41.646Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T02:44:41.646Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T02:44:41.646Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T02:44:41.646Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T02:44:41.646Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T02:44:41.646Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T02:44:41.917Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T02:44:41.917Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T02:44:41.917Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T02:44:41.917Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T02:44:41.917Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T02:44:41.917Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T02:44:41.917Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T02:44:41.917Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T02:44:41.917Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T02:44:41.917Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T02:44:41.917Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T02:44:42.191Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T02:44:42.191Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T02:44:42.191Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T02:44:42.191Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T02:44:42.191Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T02:44:42.191Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T02:44:42.191Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T02:44:42.191Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T02:44:42.191Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T02:44:42.191Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T02:44:42.462Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T02:44:42.462Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T02:44:42.462Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T02:44:42.462Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T02:44:42.462Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T02:44:42.462Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T02:44:42.462Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T02:44:42.462Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T02:44:42.462Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T02:44:42.462Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T02:44:42.462Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T02:44:42.462Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T02:44:42.732Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T02:44:42.732Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T02:44:42.732Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T02:44:42.732Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T02:44:42.732Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T02:44:42.732Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T02:44:42.732Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T02:44:42.732Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T02:44:42.732Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T02:44:42.732Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T02:44:42.732Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T02:44:42.732Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T02:44:43.004Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T02:44:43.004Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T02:44:43.004Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T02:44:43.004Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T02:44:43.004Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T02:44:43.004Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T02:44:43.004Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T02:44:43.004Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T02:44:43.004Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T02:44:43.005Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T02:44:43.005Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T02:44:43.277Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T02:44:43.277Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T02:44:43.277Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T02:44:43.277Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T02:44:43.277Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T02:44:43.277Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T02:44:43.277Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T02:44:43.277Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T02:44:55.339Z] ---> 0065ff14794c [2020-07-29T02:44:55.340Z] ---> 46eb0cd95025 [2020-07-29T02:44:55.340Z] Step 9/21 : RUN make cmd/core-command/core-commandStep 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T02:44:55.340Z] [2020-07-29T02:44:55.340Z] ---> 1450bd11e0f3 [2020-07-29T02:44:55.340Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T02:44:55.340Z] ---> e61c6228d38a [2020-07-29T02:44:55.340Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T02:44:55.340Z] ---> Running in 22c7e856cab8 [2020-07-29T02:44:55.340Z] ---> Running in 04eecf17036f [2020-07-29T02:44:55.340Z] ---> Running in 4ff42e3429b1 [2020-07-29T02:44:55.340Z] ---> Running in 59a8fc7ce859 [2020-07-29T02:44:55.340Z] ---> 209b49393a09 [2020-07-29T02:44:55.340Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T02:44:55.340Z] ---> Running in 2bcda4ab79c5 [2020-07-29T02:44:55.340Z] 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-07-29T02:44:55.340Z] 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-07-29T02:44:55.340Z] 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-07-29T02:44:55.340Z] 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-07-29T02:44:55.340Z] 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-07-29T02:45:01.603Z] Removing intermediate container 968c340912fc [2020-07-29T02:45:01.604Z] ---> 3048ee3c6cd4 [2020-07-29T02:45:01.604Z] Successfully built 3048ee3c6cd4 [2020-07-29T02:45:01.604Z] 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-07-29T02:45:02.318Z] + docker inspect -f . ci-base-image-arm64 [2020-07-29T02:45:02.318Z] . [Pipeline] withDockerContainer [2020-07-29T02:45:02.562Z] prd-ubuntu18.04-docker-arm64-4c-16g-1341 does not seem to be running inside a container [2020-07-29T02:45:02.640Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-29T02:45:04.028Z] $ docker top 87c96627a1965231e5673a1bee75c950601b07193ddb61a03a125b4ecb174aae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T02:45:05.044Z] + go version [2020-07-29T02:45:05.044Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-29T02:45:05.061Z] ========================================================= [2020-07-29T02:45:05.061Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T02:45:05.061Z] ========================================================= [Pipeline] sh [2020-07-29T02:45:05.697Z] + make test [2020-07-29T02:45:05.697Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T02:45:08.312Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T02:45:27.550Z] Removing intermediate container 22c7e856cab8 [2020-07-29T02:45:27.550Z] ---> cdc4eb2b335c [2020-07-29T02:45:27.550Z] [2020-07-29T02:45:27.550Z] Step 10/21 : FROM scratch [2020-07-29T02:45:27.550Z] ---> [2020-07-29T02:45:27.550Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T02:45:27.550Z] Removing intermediate container 2bcda4ab79c5 [2020-07-29T02:45:27.550Z] ---> e05f3ec60af4 [2020-07-29T02:45:27.550Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T02:45:27.550Z] ---> Running in 3704b100cf2c [2020-07-29T02:45:27.550Z] ---> Running in 2794769d195d [2020-07-29T02:45:27.550Z] Removing intermediate container 4ff42e3429b1 [2020-07-29T02:45:27.550Z] ---> 6c688772320c [2020-07-29T02:45:27.550Z] [2020-07-29T02:45:27.550Z] Step 10/23 : FROM scratch [2020-07-29T02:45:27.550Z] ---> [2020-07-29T02:45:27.550Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T02:45:27.812Z] Removing intermediate container 3704b100cf2c [2020-07-29T02:45:27.812Z] ---> 7d4c264f434e [2020-07-29T02:45:27.812Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T02:45:27.812Z] ---> Running in eb5ad1e3d870 [2020-07-29T02:45:27.812Z] ---> Running in a463ea85168a [2020-07-29T02:45:28.073Z] Removing intermediate container eb5ad1e3d870 [2020-07-29T02:45:28.073Z] ---> 7762a452c12a [2020-07-29T02:45:28.073Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T02:45:29.023Z] ---> Running in e6d346e52467 [2020-07-29T02:45:29.023Z] Removing intermediate container a463ea85168a [2020-07-29T02:45:29.023Z] ---> b9a833bdac1d [2020-07-29T02:45:29.023Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T02:45:29.023Z] 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-07-29T02:45:29.966Z] ---> Running in 15c78866c652 [2020-07-29T02:45:30.915Z] Removing intermediate container e6d346e52467 [2020-07-29T02:45:30.915Z] ---> 97d730393815 [2020-07-29T02:45:30.915Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T02:45:31.493Z] Removing intermediate container 04eecf17036f [2020-07-29T02:45:31.493Z] ---> 64b067ef0a69 [2020-07-29T02:45:31.493Z] [2020-07-29T02:45:31.493Z] Step 10/21 : FROM scratch [2020-07-29T02:45:31.493Z] ---> [2020-07-29T02:45:31.493Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T02:45:31.493Z] Removing intermediate container 59a8fc7ce859 [2020-07-29T02:45:31.493Z] ---> 0c26aea66dbf [2020-07-29T02:45:31.493Z] [2020-07-29T02:45:31.493Z] Step 10/20 : FROM scratch [2020-07-29T02:45:31.493Z] ---> [2020-07-29T02:45:31.493Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T02:45:31.764Z] ---> Running in 0229f622896a [2020-07-29T02:45:32.031Z] Removing intermediate container 15c78866c652 [2020-07-29T02:45:32.031Z] ---> 90180b44fd4b [2020-07-29T02:45:32.031Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T02:45:32.031Z] ---> Running in d5d6d34aafc6 [2020-07-29T02:45:32.031Z] ---> Running in e21044c0ee6b [2020-07-29T02:45:32.297Z] Removing intermediate container 0229f622896a [2020-07-29T02:45:32.297Z] ---> e42e3632cefd [2020-07-29T02:45:32.297Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T02:45:32.297Z] ---> 75f4b181ddfe [2020-07-29T02:45:32.297Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T02:45:32.297Z] Removing intermediate container d5d6d34aafc6 [2020-07-29T02:45:32.297Z] ---> fc5a279372d3 [2020-07-29T02:45:32.297Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T02:45:32.562Z] Removing intermediate container e21044c0ee6b [2020-07-29T02:45:32.562Z] ---> 260219c54065 [2020-07-29T02:45:32.562Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T02:45:32.562Z] ---> Running in 303dd12cc4af [2020-07-29T02:45:32.562Z] ---> Running in 83acaf605a3f [2020-07-29T02:45:32.562Z] Removing intermediate container 2794769d195d [2020-07-29T02:45:32.562Z] ---> 3c52c57a30c0 [2020-07-29T02:45:32.562Z] [2020-07-29T02:45:32.562Z] Step 11/26 : FROM docker:latest [2020-07-29T02:45:32.562Z] ---> 81f5749c9058 [2020-07-29T02:45:32.562Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T02:45:32.823Z] ---> 13d2d342d734 [2020-07-29T02:45:32.823Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T02:45:32.823Z] ---> c669d1141492 [2020-07-29T02:45:32.823Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T02:45:32.823Z] ---> Running in d59c11a2bbf2 [2020-07-29T02:45:33.084Z] Removing intermediate container 303dd12cc4af [2020-07-29T02:45:33.084Z] ---> fed138ab2d6f [2020-07-29T02:45:33.084Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T02:45:33.084Z] Removing intermediate container 83acaf605a3f [2020-07-29T02:45:33.084Z] ---> f41c54f21d07 [2020-07-29T02:45:33.084Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T02:45:35.017Z] ---> Running in e434dd90435e [2020-07-29T02:45:35.018Z] ---> Running in b7eba8838c73 [2020-07-29T02:45:35.018Z] ---> 1f62ebe06298 [2020-07-29T02:45:35.018Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T02:45:35.018Z] ---> 63a4cb2b2274 [2020-07-29T02:45:35.018Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T02:45:35.018Z] Removing intermediate container e434dd90435e [2020-07-29T02:45:35.018Z] ---> 3e1d1493f90e [2020-07-29T02:45:35.018Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T02:45:35.018Z] Removing intermediate container b7eba8838c73 [2020-07-29T02:45:35.018Z] ---> a96d1cec9bc6 [2020-07-29T02:45:35.018Z] Step 14/21 : WORKDIR / [2020-07-29T02:45:35.282Z] ---> Running in 242dfd11e5cf [2020-07-29T02:45:35.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:45:35.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:45:35.282Z] ---> 850797530651 [2020-07-29T02:45:35.282Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:45:35.546Z] ---> 3df0cc4bc5b1 [2020-07-29T02:45:35.546Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T02:45:35.546Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T02:45:35.546Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T02:45:35.546Z] ---> e275323adfce [2020-07-29T02:45:35.546Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T02:45:35.546Z] Executing bash-5.0.17-r0.post-install [2020-07-29T02:45:35.546Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:45:35.546Z] OK: 12 MiB in 22 packages [2020-07-29T02:45:35.546Z] Removing intermediate container 242dfd11e5cf [2020-07-29T02:45:35.546Z] ---> 297633bff83e [2020-07-29T02:45:35.546Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T02:45:35.546Z] ---> Running in 3c0745242642 [2020-07-29T02:45:35.807Z] ---> 2693266608d0 [2020-07-29T02:45:35.807Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T02:45:36.075Z] ---> 741bf0cd05a1 [2020-07-29T02:45:36.075Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T02:45:36.075Z] ---> b9cb234940ed [2020-07-29T02:45:36.075Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T02:45:36.075Z] Removing intermediate container 3c0745242642 [2020-07-29T02:45:36.075Z] ---> de4b7ae21cb9 [2020-07-29T02:45:36.075Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T02:45:36.341Z] ---> Running in 9e8083df0a46 [2020-07-29T02:45:36.610Z] Removing intermediate container d59c11a2bbf2 [2020-07-29T02:45:36.610Z] ---> 7ba0529ec641 [2020-07-29T02:45:36.610Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T02:45:36.871Z] ---> Running in fb5cb880d518 [2020-07-29T02:45:36.871Z] ---> da461ff4444a [2020-07-29T02:45:36.871Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:45:36.871Z] Removing intermediate container 9e8083df0a46 [2020-07-29T02:45:36.871Z] ---> 6f3269af498f [2020-07-29T02:45:36.871Z] Step 20/21 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:45:36.871Z] ---> dc6afff32536 [2020-07-29T02:45:36.871Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T02:45:37.133Z] ---> Running in 9ca03788bc74 [2020-07-29T02:45:37.133Z] ---> f613bc28cde5 [2020-07-29T02:45:37.133Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T02:45:37.133Z] ---> Running in 9e6cafd71a47 [2020-07-29T02:45:37.394Z] ---> 85c7dd9aaeb6 [2020-07-29T02:45:37.394Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:45:37.394Z] Removing intermediate container 9ca03788bc74 [2020-07-29T02:45:37.394Z] ---> 0b0b394d971d [2020-07-29T02:45:37.394Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T02:45:37.394Z] ---> 6e344a4df7cc [2020-07-29T02:45:37.394Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:45:37.655Z] Removing intermediate container 9e6cafd71a47 [2020-07-29T02:45:37.655Z] ---> 25726983debd [2020-07-29T02:45:37.655Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T02:45:37.655Z] ---> Running in c9432b529e79 [2020-07-29T02:45:37.655Z] ---> Running in d4f103805bc1 [2020-07-29T02:45:37.655Z] ---> Running in 16f8d6ced9d7 [2020-07-29T02:45:37.916Z] ---> Running in 14023ce19e10 [2020-07-29T02:45:38.177Z] Removing intermediate container 16f8d6ced9d7 [2020-07-29T02:45:38.177Z] ---> 17083e3a5769 [2020-07-29T02:45:38.177Z] Step 21/23 : LABEL arch=x86_64 [2020-07-29T02:45:38.177Z] Removing intermediate container d4f103805bc1 [2020-07-29T02:45:38.177Z] ---> 74f763b08434 [2020-07-29T02:45:38.177Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T02:45:38.177Z] Removing intermediate container c9432b529e79 [2020-07-29T02:45:38.177Z] ---> b7c327379120 [2020-07-29T02:45:38.177Z] Step 19/20 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:45:38.177Z] Removing intermediate container 14023ce19e10 [2020-07-29T02:45:38.177Z] ---> 2994c0cd6fcd [2020-07-29T02:45:38.177Z] [2020-07-29T02:45:38.442Z] ---> Running in 97f09089a035 [2020-07-29T02:45:38.442Z] ---> Running in 3a7a7cb8b26f [2020-07-29T02:45:38.442Z] Successfully built 2994c0cd6fcd [2020-07-29T02:45:38.707Z] ---> Running in 352e048a2a5e [2020-07-29T02:45:38.707Z] Successfully tagged docker-support-logging-go:latest [2020-07-29T02:45:38.707Z] Removing intermediate container fb5cb880d518 [2020-07-29T02:45:38.707Z] ---> 759e5e7c1424 [2020-07-29T02:45:38.707Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T02:45:38.707Z] Building docker-core-metadata-go [2020-07-29T02:45:38.707Z]  Building docker-support-logging-go ... done  ---> Running in dd63bf758057 [2020-07-29T02:45:38.707Z] Removing intermediate container 3a7a7cb8b26f [2020-07-29T02:45:38.707Z] ---> 6b9cd1ade556 [2020-07-29T02:45:38.707Z] Step 20/21 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:45:38.707Z] Removing intermediate container 97f09089a035 [2020-07-29T02:45:38.707Z] ---> 269738ac4187 [2020-07-29T02:45:38.707Z] Step 22/23 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:45:38.968Z] ---> Running in 81a7df77cf3d [2020-07-29T02:45:38.968Z] Removing intermediate container 352e048a2a5e [2020-07-29T02:45:38.968Z] ---> 0b70e8ef2249 [2020-07-29T02:45:38.968Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T02:45:38.968Z] ---> Running in 427b5fa6f03a [2020-07-29T02:45:39.540Z] Removing intermediate container dd63bf758057 [2020-07-29T02:45:39.540Z] ---> 50d0bbb329fe [2020-07-29T02:45:39.540Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T02:45:39.540Z] ---> Running in 85f22fd15cbe [2020-07-29T02:45:39.806Z] Removing intermediate container 81a7df77cf3d [2020-07-29T02:45:39.806Z] ---> f8d3b3b17a34 [2020-07-29T02:45:39.806Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T02:45:40.772Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T02:45:42.352Z] ---> Running in fe428e225c63 [2020-07-29T02:45:42.352Z] Removing intermediate container 427b5fa6f03a [2020-07-29T02:45:42.353Z] ---> 810d819eee23 [2020-07-29T02:45:42.353Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T02:45:43.310Z] Removing intermediate container 85f22fd15cbe [2020-07-29T02:45:43.310Z] ---> 26d96f0eaa8d [2020-07-29T02:45:43.310Z] [2020-07-29T02:45:43.310Z] ---> Running in 11c9f57d958a [2020-07-29T02:45:43.572Z] Successfully built 26d96f0eaa8d [2020-07-29T02:45:43.572Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-29T02:45:43.572Z] Building docker-core-data-go [2020-07-29T02:45:44.965Z]  Building docker-support-scheduler-go ... done Removing intermediate container fe428e225c63 [2020-07-29T02:45:44.965Z] ---> 51d940e2ab0c [2020-07-29T02:45:44.965Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T02:45:50.280Z] Removing intermediate container 11c9f57d958a [2020-07-29T02:45:50.280Z] ---> 40977eaec585 [2020-07-29T02:45:50.280Z] [2020-07-29T02:45:50.280Z] ---> Running in b1087d397b28 [2020-07-29T02:45:50.280Z] ---> Running in 33d207d8dd9c [2020-07-29T02:45:50.280Z] Successfully built 40977eaec585 [2020-07-29T02:45:50.280Z] Successfully tagged docker-core-command-go:latest [2020-07-29T02:45:50.280Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2020-07-29T02:45:50.280Z] Removing intermediate container 33d207d8dd9c [2020-07-29T02:45:50.280Z] ---> 2a155ae5d632 [2020-07-29T02:45:50.280Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T02:45:50.280Z] Removing intermediate container b1087d397b28 [2020-07-29T02:45:50.280Z] ---> 17fb33b13a64 [2020-07-29T02:45:50.280Z] [2020-07-29T02:45:50.541Z] Successfully built 17fb33b13a64 [2020-07-29T02:45:51.502Z] Successfully tagged docker-support-notifications-go:latest [2020-07-29T02:45:51.502Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-07-29T02:45:55.918Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T02:45:55.919Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T02:45:55.919Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T02:45:55.919Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T02:45:55.919Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s [2020-07-29T02:45:55.919Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T02:45:55.919Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T02:45:55.919Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T02:45:55.919Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T02:45:56.530Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T02:45:56.530Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T02:45:56.530Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T02:45:56.530Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T02:45:56.810Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:45:56.810Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:45:56.810Z] ---> 9ed26959d6d6 [2020-07-29T02:45:56.810Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T02:45:56.810Z] ---> Using cache [2020-07-29T02:45:56.810Z] ---> 2ae3f034e7a0 [2020-07-29T02:45:56.810Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:45:56.810Z] ---> Using cache [2020-07-29T02:45:56.810Z] ---> ab684de4c949 [2020-07-29T02:45:56.810Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T02:45:56.811Z] ---> Using cache [2020-07-29T02:45:56.811Z] ---> c13e2e7361c1 [2020-07-29T02:45:56.811Z] Step 6/21 : COPY go.mod . [2020-07-29T02:45:56.811Z] ---> Using cache [2020-07-29T02:45:56.811Z] ---> eecc6c154096 [2020-07-29T02:45:56.811Z] Step 7/21 : RUN go mod download [2020-07-29T02:45:56.811Z] ---> Using cache [2020-07-29T02:45:56.811Z] ---> ae2a37f7e5df [2020-07-29T02:45:56.811Z] Step 8/21 : COPY . . [2020-07-29T02:45:56.811Z] ---> Using cache [2020-07-29T02:45:56.811Z] ---> e61c6228d38a [2020-07-29T02:45:56.811Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T02:46:03.429Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:46:03.429Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:46:03.429Z] ---> 9ed26959d6d6 [2020-07-29T02:46:03.429Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T02:46:03.429Z] ---> Using cache [2020-07-29T02:46:03.429Z] ---> 2ae3f034e7a0 [2020-07-29T02:46:03.429Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:46:03.429Z] ---> Using cache [2020-07-29T02:46:03.429Z] ---> ab684de4c949 [2020-07-29T02:46:03.429Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T02:46:03.429Z] ---> Running in b10587ac8aea [2020-07-29T02:46:03.696Z] ---> 9dd9a15bc78d [2020-07-29T02:46:03.696Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T02:46:03.696Z] ---> Running in a45f1996ed45 [2020-07-29T02:46:04.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 46.6% of statements [2020-07-29T02:46:04.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T02:46:04.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T02:46:04.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T02:46:04.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T02:46:04.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T02:46:09.023Z] ---> 7ddd7287c139 [2020-07-29T02:46:09.023Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T02:46:09.971Z] 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-07-29T02:46:10.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:46:11.181Z] ---> 139867653f19 [2020-07-29T02:46:11.181Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T02:46:11.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:46:11.450Z] ---> Running in 2aff5d51425a [2020-07-29T02:46:11.730Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:46:11.730Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:46:11.730Z] ---> 9ed26959d6d6 [2020-07-29T02:46:11.730Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T02:46:11.730Z] ---> Using cache [2020-07-29T02:46:11.730Z] ---> 2ae3f034e7a0 [2020-07-29T02:46:11.730Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:46:11.730Z] ---> Using cache [2020-07-29T02:46:11.730Z] ---> ab684de4c949 [2020-07-29T02:46:11.730Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T02:46:11.730Z] ---> Using cache [2020-07-29T02:46:11.730Z] ---> c13e2e7361c1 [2020-07-29T02:46:11.730Z] Step 6/20 : COPY go.mod . [2020-07-29T02:46:11.730Z] ---> Using cache [2020-07-29T02:46:11.730Z] ---> eecc6c154096 [2020-07-29T02:46:11.730Z] Step 7/20 : RUN go mod download [2020-07-29T02:46:11.730Z] ---> Using cache [2020-07-29T02:46:11.730Z] ---> ae2a37f7e5df [2020-07-29T02:46:11.730Z] Step 8/20 : COPY . . [2020-07-29T02:46:11.996Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:46:11.996Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:46:11.996Z] ---> 9ed26959d6d6 [2020-07-29T02:46:11.996Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T02:46:11.996Z] ---> Using cache [2020-07-29T02:46:11.996Z] ---> 2ae3f034e7a0 [2020-07-29T02:46:11.996Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:46:11.996Z] ---> Using cache [2020-07-29T02:46:11.996Z] ---> ab684de4c949 [2020-07-29T02:46:11.996Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T02:46:11.996Z] ---> Using cache [2020-07-29T02:46:11.996Z] ---> c13e2e7361c1 [2020-07-29T02:46:11.996Z] Step 6/26 : COPY go.mod . [2020-07-29T02:46:11.996Z] ---> Using cache [2020-07-29T02:46:11.996Z] ---> eecc6c154096 [2020-07-29T02:46:11.996Z] Step 7/26 : RUN go mod download [2020-07-29T02:46:11.996Z] ---> Using cache [2020-07-29T02:46:11.996Z] ---> ae2a37f7e5df [2020-07-29T02:46:11.996Z] Step 8/26 : COPY . . [2020-07-29T02:46:11.996Z] ---> Using cache [2020-07-29T02:46:11.996Z] ---> e61c6228d38a [2020-07-29T02:46:11.996Z] 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-07-29T02:46:11.996Z] ---> Using cache [2020-07-29T02:46:11.996Z] ---> e61c6228d38a [2020-07-29T02:46:11.996Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T02:46:12.570Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:46:12.570Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:46:12.570Z] OK: 12749 distinct packages available [2020-07-29T02:46:12.835Z] OK: 233 MiB in 51 packages [2020-07-29T02:46:13.110Z] ---> Running in f87b17c34485 [2020-07-29T02:46:13.110Z] ---> Running in e7d5a53e56ae [2020-07-29T02:46:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.281s coverage: 27.4% of statements [2020-07-29T02:46:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T02:46:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T02:46:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T02:46:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T02:46:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T02:46:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T02:46:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2020-07-29T02:46:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T02:46:13.158Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2020-07-29T02:46:13.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T02:46:13.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:46:13.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:46:13.652Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T02:46:13.652Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T02:46:13.652Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T02:46:13.652Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T02:46:13.652Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T02:46:13.652Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T02:46:13.652Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T02:46:13.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.469s coverage: 28.6% of statements [2020-07-29T02:46:13.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T02:46:13.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T02:46:13.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T02:46:13.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T02:46:13.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T02:46:13.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2020-07-29T02:46:13.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T02:46:13.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements [2020-07-29T02:46:13.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T02:46:13.935Z] Removing intermediate container a45f1996ed45 [2020-07-29T02:46:13.935Z] ---> 05c8d10b42ac [2020-07-29T02:46:13.935Z] Step 6/22 : COPY go.mod . [2020-07-29T02:46:14.220Z] 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-07-29T02:46:14.489Z] 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-07-29T02:46:15.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.069s coverage: 89.8% of statements [2020-07-29T02:46:15.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T02:46:15.897Z] ---> f6299ac8bed1 [2020-07-29T02:46:15.897Z] Step 7/22 : RUN go mod download [2020-07-29T02:46:16.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.093s coverage: 97.5% of statements [2020-07-29T02:46:16.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T02:46:17.326Z] ---> Running in a37c257d7c2d [2020-07-29T02:46:17.326Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T02:46:17.326Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T02:46:17.326Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T02:46:17.326Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T02:46:17.326Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T02:46:17.326Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T02:46:17.326Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T02:46:17.608Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T02:46:17.608Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T02:46:17.608Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T02:46:17.608Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T02:46:17.608Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T02:46:17.608Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T02:46:17.608Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T02:46:17.608Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T02:46:17.608Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T02:46:17.608Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T02:46:17.608Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T02:46:17.608Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T02:46:17.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 100.0% of statements [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T02:46:17.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T02:46:17.875Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T02:46:17.875Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T02:46:17.875Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T02:46:17.875Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T02:46:17.875Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T02:46:17.875Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T02:46:17.875Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T02:46:18.676Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.019s coverage: 58.8% of statements [2020-07-29T02:46:18.769Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:46:19.142Z] OK: 71 MiB in 55 packages [2020-07-29T02:46:21.465Z] Removing intermediate container a37c257d7c2d [2020-07-29T02:46:21.465Z] ---> 6e09ea4eb9e6 [2020-07-29T02:46:21.465Z] Step 8/22 : COPY . . [2020-07-29T02:46:22.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.256s coverage: 63.5% of statements [2020-07-29T02:46:22.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T02:46:22.098Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T02:46:22.098Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2020-07-29T02:46:23.093Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.304s coverage: 55.9% of statements [2020-07-29T02:46:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T02:46:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T02:46:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T02:46:23.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T02:46:41.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.266s coverage: 86.3% of statements [2020-07-29T02:46:41.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T02:46:41.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.086s coverage: 72.2% of statements [2020-07-29T02:46:41.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.382s coverage: 72.1% of statements [2020-07-29T02:46:41.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.036s coverage: 82.4% of statements [2020-07-29T02:46:41.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.017s coverage: 48.4% of statements [2020-07-29T02:46:41.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T02:46:41.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T02:46:41.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T02:46:41.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.026s coverage: 28.8% of statements [2020-07-29T02:46:41.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T02:46:41.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.039s coverage: 96.8% of statements [2020-07-29T02:46:41.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T02:46:41.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.147s coverage: 26.9% of statements [2020-07-29T02:46:41.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T02:46:41.442Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T02:46:41.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.265s coverage: 84.1% of statements [2020-07-29T02:46:41.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements [2020-07-29T02:46:41.443Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.064s coverage: 43.1% of statements [2020-07-29T02:46:41.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T02:46:41.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T02:46:41.443Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.017s coverage: 100.0% of statements [2020-07-29T02:46:41.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T02:46:41.443Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.058s coverage: 83.8% of statements [2020-07-29T02:46:41.443Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T02:46:43.545Z] Removing intermediate container 2aff5d51425a [2020-07-29T02:46:43.545Z] ---> e7a95f8c0b65 [2020-07-29T02:46:43.545Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T02:46:43.545Z] ---> 51eb40435762 [2020-07-29T02:46:43.545Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T02:46:43.545Z] ---> Running in 33d289b0faa0 [2020-07-29T02:46:43.545Z] 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-07-29T02:46:43.545Z] ---> Running in c08d5b8833a4 [2020-07-29T02:46:43.545Z] 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-07-29T02:46:45.472Z] Removing intermediate container e7d5a53e56ae [2020-07-29T02:46:45.472Z] ---> 283a46c2f344 [2020-07-29T02:46:45.472Z] [2020-07-29T02:46:45.472Z] Step 10/20 : FROM alpine [2020-07-29T02:46:45.734Z] latest: Pulling from library/alpine [2020-07-29T02:46:45.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 46.1% of statements [2020-07-29T02:46:45.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T02:46:45.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T02:46:45.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.016s coverage: 100.0% of statements [2020-07-29T02:46:45.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T02:46:45.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T02:46:45.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T02:46:45.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.037s coverage: 100.0% of statements [2020-07-29T02:46:45.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T02:46:45.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.084s coverage: 100.0% of statements [2020-07-29T02:46:45.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T02:46:46.325Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T02:46:46.325Z] Status: Downloaded newer image for alpine:latest [2020-07-29T02:46:46.325Z] ---> a24bb4013296 [2020-07-29T02:46:46.325Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T02:46:46.325Z] 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-07-29T02:46:46.325Z] Removing intermediate container b10587ac8aea [2020-07-29T02:46:46.325Z] ---> 15a9b62ae6b2 [2020-07-29T02:46:46.325Z] [2020-07-29T02:46:46.325Z] Step 10/21 : FROM scratch [2020-07-29T02:46:46.325Z] ---> [2020-07-29T02:46:46.325Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T02:46:46.593Z] ---> Running in d31c99edde5d [2020-07-29T02:46:46.593Z] Collecting docker-compose==1.23.2 [2020-07-29T02:46:46.593Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T02:46:46.858Z] ---> Using cache [2020-07-29T02:46:46.858Z] ---> 260219c54065 [2020-07-29T02:46:46.858Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T02:46:47.124Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T02:46:47.124Z] ---> Running in 9f89b14891be [2020-07-29T02:46:47.124Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T02:46:47.386Z] Removing intermediate container 9f89b14891be [2020-07-29T02:46:47.386Z] ---> 8d7d69348333 [2020-07-29T02:46:47.386Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T02:46:47.386Z] ---> Running in f8e3ec7d2d2b [2020-07-29T02:46:47.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:46:48.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:46:48.235Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:46:48.235Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:46:48.235Z] OK: 12749 distinct packages available [2020-07-29T02:46:48.515Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T02:46:48.515Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T02:46:48.515Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T02:46:48.791Z] Removing intermediate container f8e3ec7d2d2b [2020-07-29T02:46:48.791Z] ---> 99f31609e69e [2020-07-29T02:46:48.791Z] Step 14/21 : WORKDIR / [2020-07-29T02:46:48.791Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T02:46:48.791Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T02:46:48.791Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T02:46:48.791Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:46:48.791Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T02:46:48.791Z] OK: 7 MiB in 18 packages [2020-07-29T02:46:49.067Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T02:46:49.067Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T02:46:49.338Z] ---> Running in 8f4e63a479cc [2020-07-29T02:46:49.613Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T02:46:49.613Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T02:46:49.895Z] Removing intermediate container 8f4e63a479cc [2020-07-29T02:46:49.895Z] ---> e2addd3d7e8a [2020-07-29T02:46:49.895Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T02:46:50.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.172s coverage: 29.1% of statements [2020-07-29T02:46:50.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T02:46:50.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T02:46:50.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T02:46:50.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T02:46:50.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T02:46:50.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2020-07-29T02:46:50.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T02:46:50.171Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T02:46:50.171Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T02:46:50.400Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2020-07-29T02:46:50.400Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T02:46:50.400Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.017s coverage: 0.0% of statements [2020-07-29T02:46:50.400Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T02:46:50.750Z] Removing intermediate container d31c99edde5d [2020-07-29T02:46:50.750Z] ---> 37dbd91cf701 [2020-07-29T02:46:50.750Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T02:46:50.750Z] Collecting PyYAML<4,>=3.10 [2020-07-29T02:46:50.750Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T02:46:51.011Z] ---> fb7696f1829b [2020-07-29T02:46:51.011Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T02:46:51.011Z] ---> Running in 3321f02ad459 [2020-07-29T02:46:51.384Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2020-07-29T02:46:51.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T02:46:51.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T02:46:51.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T02:46:51.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T02:46:51.977Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.023s coverage: 87.9% of statements [2020-07-29T02:46:51.977Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T02:46:51.977Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T02:46:52.573Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements [2020-07-29T02:46:52.941Z] Removing intermediate container 3321f02ad459 [2020-07-29T02:46:52.941Z] ---> 7baf339081e4 [2020-07-29T02:46:52.941Z] Step 13/20 : WORKDIR /edgex [2020-07-29T02:46:52.941Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T02:46:52.941Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T02:46:53.549Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements [2020-07-29T02:46:53.918Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T02:46:53.918Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T02:46:54.184Z] ---> 26b2eb8f1a8d [2020-07-29T02:46:54.184Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T02:46:54.184Z] ---> Running in a61d367f8190 [2020-07-29T02:46:54.460Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T02:46:54.460Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T02:46:54.460Z] 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-07-29T02:46:54.460Z] Removing intermediate container f87b17c34485 [2020-07-29T02:46:54.460Z] ---> 97cca9496787 [2020-07-29T02:46:54.460Z] [2020-07-29T02:46:54.460Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T02:46:54.460Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T02:46:54.460Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T02:46:54.527Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-29T02:46:54.730Z] 3.10: Pulling from library/alpine [2020-07-29T02:46:54.799Z] GO111MODULE=on go vet ./... [2020-07-29T02:46:54.995Z] ---> 9c5c3761fb59 [2020-07-29T02:46:54.995Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:46:54.995Z] Collecting idna<2.8,>=2.5 [2020-07-29T02:46:54.995Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T02:46:55.265Z] 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-07-29T02:46:55.265Z] 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-07-29T02:46:55.265Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T02:46:55.265Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T02:46:55.852Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T02:46:55.852Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T02:46:55.852Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T02:46:55.852Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T02:46:55.852Z] ---> Running in ce7b1edb8647 [2020-07-29T02:46:56.112Z] Installing collected packages: texttable, cached-property, urllib3, idna, requests, docopt, dockerpty, PyYAML, docker-pycreds, websocket-client, docker, jsonschema, docker-compose [2020-07-29T02:46:56.684Z] Running setup.py install for texttable: started [2020-07-29T02:46:56.945Z] Removing intermediate container a61d367f8190 [2020-07-29T02:46:56.945Z] ---> 554847310992 [2020-07-29T02:46:56.945Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T02:46:57.205Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T02:46:57.205Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T02:46:57.205Z] ---> be4e4bea2c2e [2020-07-29T02:46:57.205Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T02:46:57.205Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T02:46:57.479Z] Attempting uninstall: urllib3 [2020-07-29T02:46:57.479Z] Found existing installation: urllib3 1.25.9 [2020-07-29T02:46:57.479Z] Uninstalling urllib3-1.25.9: [2020-07-29T02:46:57.479Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T02:46:58.060Z] Removing intermediate container ce7b1edb8647 [2020-07-29T02:46:58.060Z] ---> 943be885df74 [2020-07-29T02:46:58.060Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T02:46:58.060Z] ---> Running in 06702a14cacb [2020-07-29T02:46:58.634Z] ---> 82bf6e6a10f0 [2020-07-29T02:46:58.634Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T02:46:58.634Z] Attempting uninstall: idna [2020-07-29T02:46:58.634Z] Found existing installation: idna 2.9 [2020-07-29T02:46:58.634Z] Uninstalling idna-2.9: [2020-07-29T02:46:58.634Z] Successfully uninstalled idna-2.9 [2020-07-29T02:46:58.914Z] ---> Running in 6c860597393e [2020-07-29T02:46:58.914Z] Attempting uninstall: requests [2020-07-29T02:46:58.914Z] Found existing installation: requests 2.23.0 [2020-07-29T02:46:58.914Z] Uninstalling requests-2.23.0: [2020-07-29T02:46:58.914Z] Successfully uninstalled requests-2.23.0 [2020-07-29T02:46:59.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:46:59.496Z] ---> 05003902e067 [2020-07-29T02:46:59.496Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T02:46:59.496Z] Running setup.py install for docopt: started [2020-07-29T02:46:59.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:46:59.496Z] ---> Running in bd0f41398d27 [2020-07-29T02:46:59.496Z] Removing intermediate container 6c860597393e [2020-07-29T02:46:59.496Z] ---> 7c0ce59d218a [2020-07-29T02:46:59.496Z] Step 20/21 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:46:59.768Z] ---> Running in 518676b49637 [2020-07-29T02:46:59.768Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T02:46:59.768Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T02:46:59.768Z] OK: 10346 distinct packages available [2020-07-29T02:46:59.768Z] Removing intermediate container bd0f41398d27 [2020-07-29T02:46:59.768Z] ---> ce259bb7ab7b [2020-07-29T02:46:59.768Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T02:46:59.768Z] ---> Running in 6b1c1a99800a [2020-07-29T02:46:59.768Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T02:46:59.768Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T02:46:59.768Z] Running setup.py install for dockerpty: started [2020-07-29T02:47:00.036Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T02:47:00.036Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T02:47:00.036Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T02:47:00.036Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T02:47:00.036Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T02:47:00.036Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T02:47:00.036Z] OK: 7 MiB in 19 packages [2020-07-29T02:47:00.298Z] Removing intermediate container 518676b49637 [2020-07-29T02:47:00.298Z] ---> ac7f0f8834c3 [2020-07-29T02:47:00.298Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T02:47:00.298Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T02:47:00.298Z] Running setup.py install for PyYAML: started [2020-07-29T02:47:00.570Z] ---> Running in 9799ca3c7151 [2020-07-29T02:47:00.570Z] Removing intermediate container 6b1c1a99800a [2020-07-29T02:47:00.570Z] ---> 558ce0c07356 [2020-07-29T02:47:00.570Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T02:47:00.570Z] ---> Running in af1e71d8098d [2020-07-29T02:47:01.965Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T02:47:01.965Z] Removing intermediate container 9799ca3c7151 [2020-07-29T02:47:01.965Z] ---> feb0eca0b5c4 [2020-07-29T02:47:01.965Z] [2020-07-29T02:47:02.538Z] Successfully built feb0eca0b5c4 [2020-07-29T02:47:02.799Z] Successfully tagged docker-core-metadata-go:latest [2020-07-29T02:47:02.799Z] Building docker-security-secrets-setup-go [2020-07-29T02:47:02.799Z]  Building docker-core-metadata-go ... done Removing intermediate container af1e71d8098d [2020-07-29T02:47:02.799Z] ---> 974f4c9caaf2 [2020-07-29T02:47:02.799Z] Step 19/20 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:47:02.799Z] Removing intermediate container 06702a14cacb [2020-07-29T02:47:02.799Z] ---> f558ada756e1 [2020-07-29T02:47:02.799Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T02:47:09.384Z] ---> Running in 911bf6c2e164 [2020-07-29T02:47:09.384Z] ---> Running in 88081e67bbc0 [2020-07-29T02:47:09.648Z] Removing intermediate container 911bf6c2e164 [2020-07-29T02:47:09.648Z] ---> 0c1fff17b294 [2020-07-29T02:47:09.648Z] Step 13/26 : WORKDIR / [2020-07-29T02:47:09.648Z] Removing intermediate container 88081e67bbc0 [2020-07-29T02:47:09.648Z] ---> 2b9a7f90d8ca [2020-07-29T02:47:09.648Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T02:47:09.912Z] 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-07-29T02:47:09.912Z] ---> Running in 01bc0bebc18e [2020-07-29T02:47:09.912Z] ---> Running in 111cd0577aec [2020-07-29T02:47:10.192Z] Removing intermediate container 111cd0577aec [2020-07-29T02:47:10.192Z] ---> 1a2de0132097 [2020-07-29T02:47:10.192Z] [2020-07-29T02:47:10.460Z] Removing intermediate container 01bc0bebc18e [2020-07-29T02:47:10.460Z] ---> c51c3203956d [2020-07-29T02:47:10.460Z] 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-07-29T02:47:10.460Z] Successfully built 1a2de0132097 [2020-07-29T02:47:10.460Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-29T02:47:12.384Z]  Building docker-security-proxy-setup-go ... done  ---> 65732d9f39e4 [2020-07-29T02:47:12.384Z] 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-07-29T02:47:13.113Z] gofmt -l . [2020-07-29T02:47:13.113Z] [ "`gofmt -l .`" = "" ] [2020-07-29T02:47:15.720Z] ./bin/test-go-mod-tidy.sh [2020-07-29T02:47:15.991Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-29T02:47:19.139Z] Removing intermediate container 33d289b0faa0 [2020-07-29T02:47:19.140Z] ---> d029c17be4e7 [2020-07-29T02:47:19.140Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T02:47:19.256Z] + ls -al . [2020-07-29T02:47:19.256Z] total 588 [2020-07-29T02:47:19.256Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 02:47 . [2020-07-29T02:47:19.256Z] drwxr-xr-x 4 root root 4096 Jul 29 02:45 .. [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 02:43 .dockerignore [2020-07-29T02:47:19.256Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 02:43 .git [2020-07-29T02:47:19.256Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 02:43 .github [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 924 Jul 29 02:43 .gitignore [2020-07-29T02:47:19.256Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 02:43 .semver [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 178 Jul 29 02:43 .sonarcloud.properties [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 02:43 CONTRIBUTING.md [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 02:43 Dockerfile.build [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 911 Jul 29 02:43 Jenkinsfile [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 02:43 LICENSE [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 6417 Jul 29 02:43 Makefile [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 02:43 README.md [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 02:43 SECURITY.md [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 02:40 VERSION [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 02:43 ZMQWindows.md [2020-07-29T02:47:19.256Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 02:43 api [2020-07-29T02:47:19.256Z] drwxrwxr-x 2 1001 1001 4096 Jul 29 02:43 bin [2020-07-29T02:47:19.256Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 02:43 cmd [2020-07-29T02:47:19.256Z] -rw-r--r-- 1 root root 455496 Jul 29 02:46 coverage.out [2020-07-29T02:47:19.256Z] -rw-r--r-- 1 root root 1019 Jul 29 02:47 go.mod [2020-07-29T02:47:19.256Z] -rw-r--r-- 1 root root 18146 Jul 29 02:47 go.sum [2020-07-29T02:47:19.256Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 02:43 internal [2020-07-29T02:47:19.256Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 02:43 snap [2020-07-29T02:47:19.256Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 02:43 version.go [Pipeline] sh [2020-07-29T02:47:19.906Z] + '[' -e coverage.out ] [2020-07-29T02:47:19.906Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T02:47:19.964Z] Warning: overwriting stash ‘coverage-report’ [2020-07-29T02:47:20.079Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:47:20.079Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T02:47:20.079Z] ---> 9ed26959d6d6 [2020-07-29T02:47:20.079Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T02:47:20.079Z] ---> Using cache [2020-07-29T02:47:20.079Z] ---> 2ae3f034e7a0 [2020-07-29T02:47:20.079Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T02:47:21.127Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T02:47:21.466Z] ---> b18f3f289c92 [2020-07-29T02:47:21.466Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T02:47:21.466Z] Removing intermediate container c08d5b8833a4 [2020-07-29T02:47:21.466Z] ---> bd0fa5cbaa03 [2020-07-29T02:47:21.466Z] [2020-07-29T02:47:21.466Z] Step 10/22 : FROM alpine [2020-07-29T02:47:21.466Z] ---> a24bb4013296 [2020-07-29T02:47:21.466Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T02:47:21.466Z] ---> Running in 30f105cd8c3e [2020-07-29T02:47:21.466Z] ---> Running in b82463008197 [2020-07-29T02:47:21.466Z] ---> Running in 351c1762160d [2020-07-29T02:47:21.727Z] ---> 1348c1275cbc [2020-07-29T02:47:21.727Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T02:47:21.806Z] + make build [2020-07-29T02:47:21.806Z] 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-07-29T02:47:21.998Z] Removing intermediate container 351c1762160d [2020-07-29T02:47:21.998Z] ---> 0460162a8101 [2020-07-29T02:47:21.998Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T02:47:21.998Z] ---> Running in cdef1a60267c [2020-07-29T02:47:21.998Z] ---> a20af4afcf96 [2020-07-29T02:47:21.998Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T02:47:22.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:47:22.257Z] Removing intermediate container cdef1a60267c [2020-07-29T02:47:22.257Z] ---> 21e18d05814f [2020-07-29T02:47:22.257Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T02:47:22.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:47:22.523Z] ---> Running in f2e80aa36df3 [2020-07-29T02:47:22.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:47:22.523Z] ---> 09a45cbef0b5 [2020-07-29T02:47:22.523Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T02:47:22.788Z] Removing intermediate container f2e80aa36df3 [2020-07-29T02:47:22.788Z] ---> 0b09e38d0809 [2020-07-29T02:47:22.788Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:47:22.788Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T02:47:22.788Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T02:47:22.788Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T02:47:22.788Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:47:22.788Z] OK: 72 MiB in 58 packages [2020-07-29T02:47:22.788Z] ---> Running in c36004f60050 [2020-07-29T02:47:23.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:47:23.053Z] ---> 92521c184497 [2020-07-29T02:47:23.053Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T02:47:23.314Z] Removing intermediate container b82463008197 [2020-07-29T02:47:23.314Z] ---> fc35815ef21e [2020-07-29T02:47:23.314Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:47:23.574Z] ---> Running in 149c3da1fc21 [2020-07-29T02:47:23.574Z] ---> 1dc314a50047 [2020-07-29T02:47:23.574Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T02:47:23.834Z] Removing intermediate container 149c3da1fc21 [2020-07-29T02:47:23.834Z] ---> 77e573e28438 [2020-07-29T02:47:23.834Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T02:47:23.834Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:47:23.834Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:47:23.834Z] OK: 12749 distinct packages available [2020-07-29T02:47:23.834Z] ---> Running in 2926b13b030d [2020-07-29T02:47:23.834Z] Removing intermediate container c36004f60050 [2020-07-29T02:47:23.834Z] ---> 2721247e7c30 [2020-07-29T02:47:23.834Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T02:47:24.095Z] OK: 233 MiB in 51 packages [2020-07-29T02:47:24.095Z] ---> 38a933634053 [2020-07-29T02:47:24.095Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T02:47:24.095Z] ---> Running in 6bc8142ba04d [2020-07-29T02:47:24.469Z] Removing intermediate container 2926b13b030d [2020-07-29T02:47:24.469Z] ---> 454c07129a58 [2020-07-29T02:47:24.469Z] Step 25/26 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:47:24.469Z] ---> Running in e14dfa119308 [2020-07-29T02:47:24.469Z] ---> Running in 232965518b12 [2020-07-29T02:47:24.766Z] Removing intermediate container 232965518b12 [2020-07-29T02:47:24.766Z] ---> 3c1dc5eb3122 [2020-07-29T02:47:24.766Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T02:47:24.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:47:25.035Z] ---> Running in 4e2929cfaf60 [2020-07-29T02:47:25.035Z] Removing intermediate container 30f105cd8c3e [2020-07-29T02:47:25.035Z] ---> 215b46eaaaee [2020-07-29T02:47:25.035Z] Step 5/29 : COPY go.mod . [2020-07-29T02:47:25.035Z] Removing intermediate container 4e2929cfaf60 [2020-07-29T02:47:25.035Z] ---> 87fea40fa229 [2020-07-29T02:47:25.035Z] [2020-07-29T02:47:25.296Z] Successfully built 87fea40fa229 [2020-07-29T02:47:25.296Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-29T02:47:25.296Z]  Building docker-sys-mgmt-agent-go ... done  ---> f6404412bb34 [2020-07-29T02:47:25.296Z] Step 6/29 : RUN go mod download [2020-07-29T02:47:25.296Z] ---> Running in 6a88712e5e4c [2020-07-29T02:47:25.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:47:25.820Z] Removing intermediate container e14dfa119308 [2020-07-29T02:47:25.820Z] ---> 4be27af3eaf4 [2020-07-29T02:47:25.820Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T02:47:26.080Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T02:47:27.024Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T02:47:27.024Z] ---> Running in 842d3d21a9aa [2020-07-29T02:47:27.286Z] Removing intermediate container 842d3d21a9aa [2020-07-29T02:47:27.286Z] ---> 0aa93f80b440 [2020-07-29T02:47:27.286Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T02:47:27.286Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T02:47:27.286Z] ---> Running in 07c9b5c53be4 [2020-07-29T02:47:27.286Z] Removing intermediate container 07c9b5c53be4 [2020-07-29T02:47:27.286Z] ---> 3da978168a9c [2020-07-29T02:47:27.286Z] Step 25/26 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:47:27.549Z] ---> Running in c10a35510534 [2020-07-29T02:47:27.549Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T02:47:27.549Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T02:47:27.549Z] Removing intermediate container c10a35510534 [2020-07-29T02:47:27.549Z] ---> 7592dd318a36 [2020-07-29T02:47:27.549Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T02:47:27.809Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:47:27.809Z] OK: 8 MiB in 19 packages [2020-07-29T02:47:27.809Z] ---> Running in e29f103dd8c5 [2020-07-29T02:47:27.809Z] Removing intermediate container 6a88712e5e4c [2020-07-29T02:47:27.809Z] ---> 1b4e55865fa7 [2020-07-29T02:47:27.809Z] Step 7/29 : COPY . . [2020-07-29T02:47:28.082Z] Removing intermediate container e29f103dd8c5 [2020-07-29T02:47:28.082Z] ---> 627c373543e1 [2020-07-29T02:47:28.082Z] [2020-07-29T02:47:28.082Z] Successfully built 627c373543e1 [2020-07-29T02:47:28.344Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-29T02:47:28.930Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6bc8142ba04d [2020-07-29T02:47:28.930Z] ---> 5a5eaa0d41db [2020-07-29T02:47:28.930Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T02:47:34.221Z] ---> f2d419fae613 [2020-07-29T02:47:34.221Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T02:47:37.537Z] ---> 2d57cdce59c0 [2020-07-29T02:47:37.537Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T02:47:39.449Z] ---> 16562e441e37 [2020-07-29T02:47:39.449Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:47:40.317Z] 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-07-29T02:47:40.388Z] ---> Running in c8eb6e647e92 [2020-07-29T02:47:40.960Z] Removing intermediate container c8eb6e647e92 [2020-07-29T02:47:40.960Z] ---> 7106207c8e8b [2020-07-29T02:47:40.960Z] Step 20/22 : LABEL arch=x86_64 [2020-07-29T02:47:40.960Z] ---> c9fd9aaf25c9 [2020-07-29T02:47:40.960Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T02:47:40.960Z] ---> Running in 2885d2f5f4b1 [2020-07-29T02:47:40.960Z] ---> Running in 8914b3e77961 [2020-07-29T02:47:41.220Z] Removing intermediate container 2885d2f5f4b1 [2020-07-29T02:47:41.220Z] ---> f745b783ed6a [2020-07-29T02:47:41.220Z] Step 21/22 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:47:41.220Z] ---> Running in 37a9434fa8f0 [2020-07-29T02:47:41.486Z] Removing intermediate container 37a9434fa8f0 [2020-07-29T02:47:41.486Z] ---> abc11b1e2543 [2020-07-29T02:47:41.486Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T02:47:41.486Z] ---> Running in c028645bb13e [2020-07-29T02:47:41.486Z] 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-07-29T02:47:41.749Z] Removing intermediate container c028645bb13e [2020-07-29T02:47:41.749Z] ---> 53cbc8e4fb2c [2020-07-29T02:47:41.749Z] [2020-07-29T02:47:41.749Z] Successfully built 53cbc8e4fb2c [2020-07-29T02:47:41.749Z] Successfully tagged docker-core-data-go:latest [2020-07-29T02:47:51.801Z]  Building docker-core-data-go ... done Removing intermediate container 8914b3e77961 [2020-07-29T02:47:51.801Z] ---> ad95cdde7978 [2020-07-29T02:47:51.801Z] [2020-07-29T02:47:51.801Z] Step 9/29 : FROM alpine:latest [2020-07-29T02:47:51.801Z] ---> a24bb4013296 [2020-07-29T02:47:51.801Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-29T02:47:51.801Z] ---> Running in f6fd9cc66270 [2020-07-29T02:47:51.801Z] Removing intermediate container f6fd9cc66270 [2020-07-29T02:47:51.801Z] ---> eca14b8b5afd [2020-07-29T02:47:51.801Z] Step 11/29 : USER root [2020-07-29T02:47:51.801Z] ---> Running in 95fee1073c39 [2020-07-29T02:47:51.801Z] Removing intermediate container 95fee1073c39 [2020-07-29T02:47:51.801Z] ---> 8ec4054cfaa6 [2020-07-29T02:47:51.801Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T02:47:51.801Z] ---> Running in ee6d2827a89a [2020-07-29T02:47:51.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T02:47:51.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T02:47:51.801Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:47:51.801Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:47:51.801Z] OK: 12749 distinct packages available [2020-07-29T02:47:51.801Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T02:47:51.801Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T02:47:51.801Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:47:51.801Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T02:47:51.801Z] OK: 6 MiB in 16 packages [2020-07-29T02:47:52.696Z] 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-07-29T02:47:53.188Z] Removing intermediate container ee6d2827a89a [2020-07-29T02:47:53.188Z] ---> 1e715573eec5 [2020-07-29T02:47:53.188Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T02:47:53.188Z] ---> Running in 9b0c8ae95b70 [2020-07-29T02:47:53.188Z] Removing intermediate container 9b0c8ae95b70 [2020-07-29T02:47:53.188Z] ---> e6d026db33e8 [2020-07-29T02:47:53.188Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T02:47:53.188Z] ---> Running in 4d0f1c4005fa [2020-07-29T02:47:53.449Z] Removing intermediate container 4d0f1c4005fa [2020-07-29T02:47:53.449Z] ---> 5182cefe415e [2020-07-29T02:47:53.449Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T02:47:53.449Z] ---> Running in cbde3f2efbd0 [2020-07-29T02:47:54.394Z] Removing intermediate container cbde3f2efbd0 [2020-07-29T02:47:54.394Z] ---> 7e505f8730c6 [2020-07-29T02:47:54.394Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T02:47:54.655Z] ---> 4b3b64771e41 [2020-07-29T02:47:54.655Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T02:47:54.915Z] ---> 9833db8f196a [2020-07-29T02:47:54.915Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T02:47:55.176Z] ---> 3827ffa0a257 [2020-07-29T02:47:55.176Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T02:47:55.438Z] ---> c97de073afc0 [2020-07-29T02:47:55.438Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T02:47:55.699Z] ---> e02a8dfdc588 [2020-07-29T02:47:55.699Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T02:47:55.699Z] ---> Running in b2e45077c610 [2020-07-29T02:47:58.086Z] 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-07-29T02:47:58.244Z] Removing intermediate container b2e45077c610 [2020-07-29T02:47:58.244Z] ---> 8858b3602638 [2020-07-29T02:47:58.244Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T02:47:58.244Z] ---> 3087d1ac0770 [2020-07-29T02:47:58.244Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T02:47:58.244Z] ---> Running in 86962517ac0c [2020-07-29T02:47:58.814Z] Removing intermediate container 86962517ac0c [2020-07-29T02:47:58.814Z] ---> 570eba3e048c [2020-07-29T02:47:58.814Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T02:47:58.814Z] ---> Running in ca4909216949 [2020-07-29T02:47:59.755Z] Removing intermediate container ca4909216949 [2020-07-29T02:47:59.755Z] ---> 215ca1350e81 [2020-07-29T02:47:59.755Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T02:47:59.755Z] ---> Running in 333500dad833 [2020-07-29T02:48:00.015Z] Removing intermediate container 333500dad833 [2020-07-29T02:48:00.015Z] ---> dd51accc24f9 [2020-07-29T02:48:00.015Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T02:48:00.015Z] ---> Running in a3b17f6de4be [2020-07-29T02:48:00.275Z] Removing intermediate container a3b17f6de4be [2020-07-29T02:48:00.275Z] ---> 6bb0bb8d7c59 [2020-07-29T02:48:00.275Z] Step 27/29 : LABEL arch=x86_64 [2020-07-29T02:48:00.275Z] ---> Running in 44dad5324778 [2020-07-29T02:48:00.275Z] Removing intermediate container 44dad5324778 [2020-07-29T02:48:00.275Z] ---> be6431c05eb4 [2020-07-29T02:48:00.275Z] Step 28/29 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:48:00.536Z] ---> Running in bc92e00ce31b [2020-07-29T02:48:00.536Z] Removing intermediate container bc92e00ce31b [2020-07-29T02:48:00.536Z] ---> fa131781529a [2020-07-29T02:48:00.536Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T02:48:00.536Z] ---> Running in 88912476a0d2 [2020-07-29T02:48:00.796Z] Removing intermediate container 88912476a0d2 [2020-07-29T02:48:00.796Z] ---> 8158aed353c0 [2020-07-29T02:48:00.796Z] [2020-07-29T02:48:00.796Z] Successfully built 8158aed353c0 [2020-07-29T02:48:00.796Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-29T02:48:01.386Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-07-29T02:48:01.425Z] $ docker stop --time=1 77ba6dc30ac2c729805a2c01a0d645bfe821463c75ea456d854b94148e9dbf5c [2020-07-29T02:48:02.384Z] 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-07-29T02:48:03.116Z] $ docker rm -f 77ba6dc30ac2c729805a2c01a0d645bfe821463c75ea456d854b94148e9dbf5c [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T02:48:03.638Z] + docker images [2020-07-29T02:48:03.639Z] + grep docker [2020-07-29T02:48:04.210Z] docker-security-secrets-setup-go latest 8158aed353c0 3 seconds ago 25.1MB [2020-07-29T02:48:04.210Z] docker-core-data-go latest 53cbc8e4fb2c 22 seconds ago 23.8MB [2020-07-29T02:48:04.210Z] docker-security-secretstore-setup-go latest 627c373543e1 36 seconds ago 33.9MB [2020-07-29T02:48:04.210Z] docker-sys-mgmt-agent-go latest 87fea40fa229 39 seconds ago 284MB [2020-07-29T02:48:04.210Z] docker-security-proxy-setup-go latest 1a2de0132097 54 seconds ago 16.4MB [2020-07-29T02:48:04.210Z] docker-core-metadata-go latest feb0eca0b5c4 About a minute ago 14.4MB [2020-07-29T02:48:04.210Z] docker-support-notifications-go latest 17fb33b13a64 2 minutes ago 14.4MB [2020-07-29T02:48:04.210Z] docker-core-command-go latest 40977eaec585 2 minutes ago 13MB [2020-07-29T02:48:04.210Z] docker-support-scheduler-go latest 26d96f0eaa8d 2 minutes ago 13.1MB [2020-07-29T02:48:04.210Z] docker-support-logging-go latest 2994c0cd6fcd 2 minutes ago 11.8MB [2020-07-29T02:48:04.210Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-29T02:48:07.773Z] 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-07-29T02:48:09.757Z] 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-07-29T02:48:15.147Z] 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-07-29T02:48:20.540Z] 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-07-29T02:48:24.833Z] 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-07-29T02:48:29.139Z] 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-07-29T02:48:34.533Z] 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-07-29T02:48:38.828Z] 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-07-29T02:48:42.271Z] $ docker stop --time=1 87c96627a1965231e5673a1bee75c950601b07193ddb61a03a125b4ecb174aae [2020-07-29T02:48:44.734Z] $ docker rm -f 87c96627a1965231e5673a1bee75c950601b07193ddb61a03a125b4ecb174aae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T02:48:46.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T02:48:46.446Z] [2020-07-29T02:48:46.446Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T02:48:46.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T02:48:47.091Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-29T02:48:47.091Z] 29e5d40040c1: Pulling fs layer [2020-07-29T02:48:47.091Z] 1ce36da41761: Pulling fs layer [2020-07-29T02:48:47.091Z] 25b303627fd3: Pulling fs layer [2020-07-29T02:48:47.091Z] 29e5d40040c1: Verifying Checksum [2020-07-29T02:48:47.091Z] 29e5d40040c1: Download complete [2020-07-29T02:48:47.683Z] 29e5d40040c1: Pull complete [2020-07-29T02:48:47.956Z] 1ce36da41761: Download complete [2020-07-29T02:48:49.386Z] 1ce36da41761: Pull complete [2020-07-29T02:48:49.386Z] 25b303627fd3: Verifying Checksum [2020-07-29T02:48:49.386Z] 25b303627fd3: Download complete [2020-07-29T02:48:59.517Z] 25b303627fd3: Pull complete [2020-07-29T02:48:59.517Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-29T02:48:59.517Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T02:48:59.517Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-29T02:48:59.782Z] prd-ubuntu18.04-docker-arm64-4c-16g-1341 does not seem to be running inside a container [2020-07-29T02:48:59.844Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-29T02:49:03.440Z] $ docker top 97559733739ee157e73e27371d46c7e6ccccde222d1c48e316dc95731ff6b37b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T02:49:04.919Z] + docker-compose build --help [2020-07-29T02:49:04.919Z] + grep parallel [2020-07-29T02:49:08.291Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T02:49:08.564Z] $ docker stop --time=1 97559733739ee157e73e27371d46c7e6ccccde222d1c48e316dc95731ff6b37b [2020-07-29T02:49:10.527Z] $ docker rm -f 97559733739ee157e73e27371d46c7e6ccccde222d1c48e316dc95731ff6b37b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T02:49:11.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T02:49:11.359Z] . [Pipeline] withDockerContainer [2020-07-29T02:49:11.623Z] prd-ubuntu18.04-docker-arm64-4c-16g-1341 does not seem to be running inside a container [2020-07-29T02:49:11.680Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-07-29T02:49:13.090Z] $ docker top 06e4ae49ac2e428b81c831648727987b079f948de7b9b041c894a3045529343d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T02:49:14.110Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T02:49:17.486Z] Building docker-core-command-go ... [2020-07-29T02:49:17.486Z] Building docker-core-data-go ... [2020-07-29T02:49:17.486Z] Building docker-core-metadata-go ... [2020-07-29T02:49:17.486Z] Building docker-security-proxy-setup-go ... [2020-07-29T02:49:17.486Z] Building docker-security-secrets-setup-go ... [2020-07-29T02:49:17.486Z] Building docker-security-secretstore-setup-go ... [2020-07-29T02:49:17.486Z] Building docker-support-logging-go ... [2020-07-29T02:49:17.486Z] Building docker-support-notifications-go ... [2020-07-29T02:49:17.486Z] Building docker-support-scheduler-go ... [2020-07-29T02:49:17.486Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T02:49:17.486Z] Building docker-security-secretstore-setup-go [2020-07-29T02:49:17.486Z] Building docker-core-command-go [2020-07-29T02:49:17.486Z] Building docker-support-notifications-go [2020-07-29T02:49:17.486Z] Building docker-support-scheduler-go [2020-07-29T02:49:17.486Z] Building docker-support-logging-go [2020-07-29T02:51:09.299Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:51:09.299Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:51:09.299Z] ---> 3048ee3c6cd4 [2020-07-29T02:51:09.299Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T02:51:09.299Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:51:09.299Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:51:09.299Z] ---> 3048ee3c6cd4 [2020-07-29T02:51:09.299Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T02:51:09.299Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:51:09.299Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:51:09.299Z] ---> 3048ee3c6cd4 [2020-07-29T02:51:09.299Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T02:51:09.299Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:51:09.300Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:51:09.300Z] ---> 3048ee3c6cd4 [2020-07-29T02:51:09.300Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T02:51:09.300Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:51:09.300Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:51:09.300Z] ---> 3048ee3c6cd4 [2020-07-29T02:51:09.300Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T02:51:11.919Z] ---> Running in a63fbf777590 [2020-07-29T02:51:11.919Z] ---> Running in 3401d523a714 [2020-07-29T02:51:11.919Z] ---> Running in c8cfb3e7fee8 [2020-07-29T02:51:11.919Z] ---> Running in 2e42ee97a224 [2020-07-29T02:51:11.919Z] ---> Running in c90e98699569 [2020-07-29T02:51:12.190Z] Removing intermediate container a63fbf777590 [2020-07-29T02:51:12.190Z] ---> 94cc92a1ff08 [2020-07-29T02:51:12.190Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:51:12.464Z] Removing intermediate container 2e42ee97a224 [2020-07-29T02:51:12.464Z] ---> fe9fe6f80a43 [2020-07-29T02:51:12.464Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:51:12.464Z] Removing intermediate container c8cfb3e7fee8 [2020-07-29T02:51:12.464Z] ---> de5c857d8fef [2020-07-29T02:51:12.464Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:51:12.464Z] Removing intermediate container 3401d523a714 [2020-07-29T02:51:12.464Z] ---> 8a287d33df08 [2020-07-29T02:51:12.464Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:51:12.464Z] Removing intermediate container c90e98699569 [2020-07-29T02:51:12.464Z] ---> fd4ad9896d06 [2020-07-29T02:51:12.464Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:51:12.464Z] ---> Running in 9668e7b8b3db [2020-07-29T02:51:12.464Z] ---> Running in 3a9740d34976 [2020-07-29T02:51:12.464Z] ---> Running in 6e8b19fbc295 [2020-07-29T02:51:12.742Z] ---> Running in 70defabaaf7a [2020-07-29T02:51:12.742Z] ---> Running in 5ca6486fc6d7 [2020-07-29T02:51:17.064Z] Removing intermediate container 9668e7b8b3db [2020-07-29T02:51:17.064Z] ---> bd09d7e66b3a [2020-07-29T02:51:17.064Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T02:51:17.064Z] ---> Running in 04d49053c4b8 [2020-07-29T02:51:17.064Z] Removing intermediate container 3a9740d34976 [2020-07-29T02:51:17.064Z] ---> 2afb80e9fec2 [2020-07-29T02:51:17.064Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T02:51:17.337Z] Removing intermediate container 6e8b19fbc295 [2020-07-29T02:51:17.337Z] ---> c73218e7052c [2020-07-29T02:51:17.337Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T02:51:17.337Z] ---> Running in b1c58294bd26 [2020-07-29T02:51:17.337Z] Removing intermediate container 70defabaaf7a [2020-07-29T02:51:17.337Z] ---> eb3f9c7c61c1 [2020-07-29T02:51:17.337Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T02:51:17.617Z] ---> Running in 41846eac7569 [2020-07-29T02:51:17.617Z] Removing intermediate container 5ca6486fc6d7 [2020-07-29T02:51:17.617Z] ---> 237bc579f324 [2020-07-29T02:51:17.617Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T02:51:17.617Z] ---> Running in e0e291f8881b [2020-07-29T02:51:18.218Z] ---> Running in 0594cab7a835 [2020-07-29T02:51:19.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:51:19.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:51:20.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:51:20.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:51:20.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:51:20.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:51:20.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:51:20.900Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:51:20.900Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:51:20.900Z] OK: 12620 distinct packages available [2020-07-29T02:51:20.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:51:21.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:51:21.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:51:21.460Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:51:21.460Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:51:21.460Z] OK: 12620 distinct packages available [2020-07-29T02:51:21.736Z] OK: 217 MiB in 51 packages [2020-07-29T02:51:22.011Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:51:22.011Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:51:22.011Z] OK: 12620 distinct packages available [2020-07-29T02:51:22.292Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:51:22.292Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:51:22.292Z] OK: 12620 distinct packages available [2020-07-29T02:51:22.292Z] OK: 217 MiB in 51 packages [2020-07-29T02:51:22.292Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:51:22.292Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:51:22.292Z] OK: 12620 distinct packages available [2020-07-29T02:51:22.899Z] OK: 217 MiB in 51 packages [2020-07-29T02:51:23.175Z] OK: 217 MiB in 51 packages [2020-07-29T02:51:23.455Z] OK: 217 MiB in 51 packages [2020-07-29T02:51:23.735Z] Removing intermediate container 04d49053c4b8 [2020-07-29T02:51:23.735Z] ---> 215ece3670ea [2020-07-29T02:51:23.735Z] Step 6/26 : COPY go.mod . [2020-07-29T02:51:24.009Z] OK: 217 MiB in 51 packages [2020-07-29T02:51:24.614Z] Removing intermediate container b1c58294bd26 [2020-07-29T02:51:24.614Z] ---> 3551200f6b3c [2020-07-29T02:51:24.614Z] Step 6/23 : COPY go.mod . [2020-07-29T02:51:24.892Z] Removing intermediate container 41846eac7569 [2020-07-29T02:51:24.892Z] ---> 786b23c43b75 [2020-07-29T02:51:24.892Z] Step 6/20 : COPY go.mod . [2020-07-29T02:51:24.892Z] ---> c91990021cbd [2020-07-29T02:51:24.892Z] Step 7/26 : RUN go mod download [2020-07-29T02:51:25.164Z] ---> Running in ef01197d35c4 [2020-07-29T02:51:25.164Z] Removing intermediate container e0e291f8881b [2020-07-29T02:51:25.165Z] ---> e6dd208133b2 [2020-07-29T02:51:25.165Z] Step 6/21 : COPY go.mod . [2020-07-29T02:51:26.152Z] ---> 9b4e8d0f3fda [2020-07-29T02:51:26.152Z] Step 7/23 : RUN go mod download [2020-07-29T02:51:26.152Z] Removing intermediate container 0594cab7a835 [2020-07-29T02:51:26.152Z] ---> 4df54f7c9ae8 [2020-07-29T02:51:26.152Z] Step 6/21 : COPY go.mod . [2020-07-29T02:51:26.152Z] ---> d6271bdf99ae [2020-07-29T02:51:26.152Z] Step 7/20 : RUN go mod download [2020-07-29T02:51:26.152Z] ---> Running in d0a6963cc458 [2020-07-29T02:51:26.426Z] ---> Running in b4c912472e38 [2020-07-29T02:51:26.426Z] ---> 2530c4373e89 [2020-07-29T02:51:26.426Z] Step 7/21 : RUN go mod download [2020-07-29T02:51:26.698Z] ---> Running in c8e4e08cb4dd [2020-07-29T02:51:27.311Z] ---> f865ef9063df [2020-07-29T02:51:27.311Z] Step 7/21 : RUN go mod download [2020-07-29T02:51:27.311Z] ---> Running in 41bd9e62d59c [2020-07-29T02:51:29.308Z] Removing intermediate container ef01197d35c4 [2020-07-29T02:51:29.308Z] ---> 094ba8f98ff5 [2020-07-29T02:51:29.308Z] Step 8/26 : COPY . . [2020-07-29T02:51:33.639Z] Removing intermediate container d0a6963cc458 [2020-07-29T02:51:33.639Z] ---> b93f9d67ca55 [2020-07-29T02:51:33.639Z] Step 8/23 : COPY . . [2020-07-29T02:51:34.647Z] Removing intermediate container c8e4e08cb4dd [2020-07-29T02:51:34.647Z] ---> 1db456fe1eed [2020-07-29T02:51:34.647Z] Step 8/21 : COPY . . [2020-07-29T02:51:36.137Z] Removing intermediate container b4c912472e38 [2020-07-29T02:51:36.137Z] ---> 5fb3468810b7 [2020-07-29T02:51:36.137Z] Step 8/20 : COPY . . [2020-07-29T02:51:36.137Z] Removing intermediate container 41bd9e62d59c [2020-07-29T02:51:36.137Z] ---> ce5b93864c5f [2020-07-29T02:51:36.137Z] Step 8/21 : COPY . . [2020-07-29T02:52:03.031Z] ---> f9b6e11e7209 [2020-07-29T02:52:03.031Z] 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-07-29T02:52:03.031Z] ---> Running in 7607926752f8 [2020-07-29T02:52:03.031Z] ---> 1537be788bc6 [2020-07-29T02:52:03.031Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T02:52:03.031Z] ---> f5066323654e [2020-07-29T02:52:03.031Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T02:52:03.031Z] ---> 31eb9f06085b [2020-07-29T02:52:03.031Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T02:52:03.031Z] ---> b1bdf920956f [2020-07-29T02:52:03.305Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T02:52:03.305Z] ---> Running in 2cdc59b29517 [2020-07-29T02:52:03.305Z] ---> Running in e633b30822ee [2020-07-29T02:52:03.579Z] ---> Running in ff25898794a9 [2020-07-29T02:52:03.579Z] ---> Running in 621574490ccd [2020-07-29T02:52:05.021Z] 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-07-29T02:52:05.623Z] 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-07-29T02:52:05.896Z] 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-07-29T02:52:06.169Z] 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-07-29T02:52:06.443Z] 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-07-29T02:53:28.213Z] 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-07-29T02:53:40.619Z] 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-07-29T02:53:40.893Z] Removing intermediate container e633b30822ee [2020-07-29T02:53:40.893Z] ---> 4636b0c73479 [2020-07-29T02:53:40.893Z] [2020-07-29T02:53:40.893Z] Step 10/21 : FROM scratch [2020-07-29T02:53:40.893Z] ---> [2020-07-29T02:53:40.893Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T02:53:41.168Z] ---> Running in 1582f772847c [2020-07-29T02:53:42.157Z] Removing intermediate container 1582f772847c [2020-07-29T02:53:42.157Z] ---> eab8867a8cf0 [2020-07-29T02:53:42.157Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T02:53:42.157Z] ---> Running in 9f4a4f720a71 [2020-07-29T02:53:42.758Z] Removing intermediate container 9f4a4f720a71 [2020-07-29T02:53:42.758Z] ---> a61d8e02ecd1 [2020-07-29T02:53:42.758Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T02:53:42.758Z] ---> Running in 3d4e01e80206 [2020-07-29T02:53:43.740Z] Removing intermediate container 3d4e01e80206 [2020-07-29T02:53:43.740Z] ---> 159f7f6ccfec [2020-07-29T02:53:43.740Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T02:53:44.723Z] ---> c588c0854acd [2020-07-29T02:53:44.723Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T02:53:45.718Z] ---> 73e6b28012ae [2020-07-29T02:53:45.718Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T02:53:47.705Z] ---> 6a70ca42f62e [2020-07-29T02:53:47.705Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T02:53:48.687Z] ---> 9ba001e6ed17 [2020-07-29T02:53:48.687Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:53:48.964Z] ---> Running in ebb648695b2a [2020-07-29T02:53:49.570Z] Removing intermediate container ebb648695b2a [2020-07-29T02:53:49.571Z] ---> 659c73c403ee [2020-07-29T02:53:49.571Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T02:53:49.846Z] ---> Running in f986943b8a7c [2020-07-29T02:53:51.823Z] Removing intermediate container f986943b8a7c [2020-07-29T02:53:51.823Z] ---> 51b42be8ab29 [2020-07-29T02:53:51.823Z] Step 20/21 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:53:52.419Z] ---> Running in 1780d60f1c8a [2020-07-29T02:53:53.026Z] Removing intermediate container 7607926752f8 [2020-07-29T02:53:53.026Z] ---> f39e598dbd7c [2020-07-29T02:53:53.026Z] [2020-07-29T02:53:53.026Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T02:53:53.302Z] 3.10: Pulling from library/alpine [2020-07-29T02:53:53.582Z] Removing intermediate container 1780d60f1c8a [2020-07-29T02:53:53.582Z] ---> c01df07d4748 [2020-07-29T02:53:53.582Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T02:53:53.855Z] ---> Running in 19f186afebee [2020-07-29T02:53:54.832Z] Removing intermediate container 19f186afebee [2020-07-29T02:53:54.832Z] ---> f23504c1f519 [2020-07-29T02:53:54.832Z] [2020-07-29T02:53:54.832Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T02:53:55.120Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T02:53:55.120Z] ---> 536a684cf733 [2020-07-29T02:53:55.120Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T02:53:55.395Z] Successfully built f23504c1f519 [2020-07-29T02:53:55.666Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-29T02:53:55.666Z]  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go [2020-07-29T02:53:56.276Z] ---> Running in a2499d13f47a [2020-07-29T02:53:58.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:53:58.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:53:59.116Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T02:53:59.116Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T02:53:59.116Z] OK: 10167 distinct packages available [2020-07-29T02:53:59.116Z] Removing intermediate container 621574490ccd [2020-07-29T02:53:59.116Z] ---> a21207bfc8e8 [2020-07-29T02:53:59.116Z] [2020-07-29T02:53:59.116Z] Step 10/21 : FROM scratch [2020-07-29T02:53:59.116Z] ---> [2020-07-29T02:53:59.116Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T02:53:59.732Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T02:53:59.732Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T02:53:59.732Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T02:53:59.732Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T02:53:59.732Z] Removing intermediate container ff25898794a9 [2020-07-29T02:53:59.732Z] ---> f793f6ad7253 [2020-07-29T02:53:59.732Z] [2020-07-29T02:53:59.732Z] Step 10/20 : FROM scratch [2020-07-29T02:53:59.732Z] ---> [2020-07-29T02:53:59.732Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T02:53:59.732Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T02:53:59.732Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T02:54:00.016Z] Removing intermediate container 2cdc59b29517 [2020-07-29T02:54:00.016Z] ---> 1daa5369fd0c [2020-07-29T02:54:00.016Z] [2020-07-29T02:54:00.016Z] Step 10/23 : FROM scratch [2020-07-29T02:54:00.016Z] ---> [2020-07-29T02:54:00.016Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T02:54:00.016Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T02:54:00.016Z] ---> Using cache [2020-07-29T02:54:00.016Z] ---> eab8867a8cf0 [2020-07-29T02:54:00.016Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T02:54:00.016Z] OK: 7 MiB in 19 packages [2020-07-29T02:54:00.312Z] ---> Running in 25ede233a8da [2020-07-29T02:54:00.906Z] ---> Running in 4f4e758e4b8c [2020-07-29T02:54:00.906Z] ---> Running in 9b280176868b [2020-07-29T02:54:01.181Z] Removing intermediate container 25ede233a8da [2020-07-29T02:54:01.181Z] ---> d649952ad7b4 [2020-07-29T02:54:01.181Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T02:54:02.614Z] ---> Running in c2ed08d79563 [2020-07-29T02:54:02.614Z] Removing intermediate container 4f4e758e4b8c [2020-07-29T02:54:02.614Z] Removing intermediate container 9b280176868b [2020-07-29T02:54:02.614Z] ---> 3a1cd67a486c [2020-07-29T02:54:02.614Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T02:54:02.614Z] ---> d7577e610572 [2020-07-29T02:54:02.614Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T02:54:02.890Z] ---> Running in f27ccae5be3a [2020-07-29T02:54:02.890Z] ---> Running in 162b242370c7 [2020-07-29T02:54:03.163Z] Removing intermediate container c2ed08d79563 [2020-07-29T02:54:03.163Z] ---> f4a2a7b61e15 [2020-07-29T02:54:03.163Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T02:54:03.439Z] ---> Running in 88add8ffa681 [2020-07-29T02:54:03.439Z] Removing intermediate container 162b242370c7 [2020-07-29T02:54:03.439Z] ---> 6bb42ddb649a [2020-07-29T02:54:03.439Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T02:54:03.714Z] ---> Running in 6be65eba3e2c [2020-07-29T02:54:03.714Z] Removing intermediate container f27ccae5be3a [2020-07-29T02:54:03.714Z] ---> e1cafbd3eee4 [2020-07-29T02:54:03.714Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T02:54:03.714Z] Removing intermediate container a2499d13f47a [2020-07-29T02:54:03.714Z] ---> 7e4354e1cd83 [2020-07-29T02:54:03.714Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T02:54:03.990Z] ---> Running in d1998d9e0763 [2020-07-29T02:54:03.990Z] Removing intermediate container 88add8ffa681 [2020-07-29T02:54:03.990Z] ---> 3999c39f92ff [2020-07-29T02:54:03.990Z] Step 14/21 : WORKDIR / [2020-07-29T02:54:04.277Z] ---> Running in a2957a572103 [2020-07-29T02:54:04.555Z] Removing intermediate container 6be65eba3e2c [2020-07-29T02:54:04.555Z] ---> 57097311e07d [2020-07-29T02:54:04.555Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T02:54:04.836Z] Removing intermediate container d1998d9e0763 [2020-07-29T02:54:04.836Z] ---> d16ee03d9bf5 [2020-07-29T02:54:04.836Z] Step 13/26 : WORKDIR / [2020-07-29T02:54:05.113Z] ---> f5ea75d491c9 [2020-07-29T02:54:05.113Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T02:54:05.387Z] Removing intermediate container a2957a572103 [2020-07-29T02:54:05.387Z] ---> a9b35dc90a00 [2020-07-29T02:54:05.387Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T02:54:05.663Z] ---> Running in 90fe39cfbfa0 [2020-07-29T02:54:05.935Z] ---> d962bf140261 [2020-07-29T02:54:05.935Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T02:54:06.562Z] ---> 5031325f58fe [2020-07-29T02:54:06.562Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T02:54:07.161Z] Removing intermediate container 90fe39cfbfa0 [2020-07-29T02:54:07.161Z] ---> da353bbe4603 [2020-07-29T02:54:07.161Z] 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-07-29T02:54:07.435Z] ---> f6a72d1da105 [2020-07-29T02:54:07.435Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T02:54:08.425Z] ---> 74d8acdba11d [2020-07-29T02:54:08.425Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T02:54:09.034Z] ---> 2fe6f5995072 [2020-07-29T02:54:09.034Z] 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-07-29T02:54:09.034Z] ---> 1faf2f8e7931 [2020-07-29T02:54:09.034Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T02:54:09.637Z] ---> 68eb9ad32c0d [2020-07-29T02:54:09.637Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T02:54:09.910Z] ---> d5ab365167bc [2020-07-29T02:54:09.910Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:54:10.506Z] ---> Running in ea1cda3dbb20 [2020-07-29T02:54:10.777Z] ---> 91fd42c5b62a [2020-07-29T02:54:10.777Z] ---> 25907fef11f3 [2020-07-29T02:54:10.777Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:54:10.777Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T02:54:11.049Z] ---> 9502b99649b2 [2020-07-29T02:54:11.049Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T02:54:11.049Z] ---> Running in 8d9adf3b551a [2020-07-29T02:54:11.324Z] Removing intermediate container ea1cda3dbb20 [2020-07-29T02:54:11.324Z] ---> ff68f708d085 [2020-07-29T02:54:11.324Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T02:54:11.918Z] ---> Running in e1502a0be81f [2020-07-29T02:54:12.548Z] ---> 5fd3bb2bb07f [2020-07-29T02:54:12.548Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T02:54:12.548Z] Removing intermediate container 8d9adf3b551a [2020-07-29T02:54:12.548Z] ---> aaf6ccbc71aa [2020-07-29T02:54:12.548Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T02:54:13.147Z] Removing intermediate container e1502a0be81f [2020-07-29T02:54:13.147Z] ---> 9a50dae3463f [2020-07-29T02:54:13.147Z] Step 19/20 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:54:13.422Z] ---> Running in 12c2cf4fc40e [2020-07-29T02:54:14.028Z] ---> f60dc6ad1541 [2020-07-29T02:54:14.028Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T02:54:14.028Z] ---> Running in 9dc04d041a22 [2020-07-29T02:54:14.322Z] ---> 74208e61e451 [2020-07-29T02:54:14.322Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T02:54:14.598Z] Removing intermediate container 12c2cf4fc40e [2020-07-29T02:54:14.598Z] ---> e2aed2c24eda [2020-07-29T02:54:14.598Z] Step 20/21 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:54:14.872Z] Removing intermediate container 9dc04d041a22 [2020-07-29T02:54:14.872Z] ---> db8500fa6713 [2020-07-29T02:54:14.872Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T02:54:15.475Z] ---> Running in f367e992a378 [2020-07-29T02:54:15.756Z] ---> 9b1f67208157 [2020-07-29T02:54:15.756Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:54:15.756Z] ---> Running in f51332d36638 [2020-07-29T02:54:16.032Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:54:16.032Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T02:54:16.032Z] ---> 3048ee3c6cd4 [2020-07-29T02:54:16.032Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T02:54:16.032Z] ---> Using cache [2020-07-29T02:54:16.032Z] ---> fd4ad9896d06 [2020-07-29T02:54:16.032Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T02:54:16.032Z] ---> Running in e5775ec7e694 [2020-07-29T02:54:16.032Z] ---> 47a392fa86c2 [2020-07-29T02:54:16.311Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T02:54:16.311Z] ---> Running in df2e284c31f9 [2020-07-29T02:54:16.311Z] Removing intermediate container f367e992a378 [2020-07-29T02:54:16.311Z] ---> 306293f10fb5 [2020-07-29T02:54:16.311Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T02:54:16.585Z] ---> Running in ee4d4e14c21c [2020-07-29T02:54:16.585Z] Removing intermediate container f51332d36638 [2020-07-29T02:54:16.585Z] ---> 840796afecb8 [2020-07-29T02:54:16.585Z] [2020-07-29T02:54:16.860Z] Removing intermediate container e5775ec7e694 [2020-07-29T02:54:16.860Z] ---> b312591ab7d5 [2020-07-29T02:54:16.860Z] Step 21/23 : LABEL arch=arm64 [2020-07-29T02:54:17.461Z] ---> Running in ef7da6b15c9f [2020-07-29T02:54:17.461Z] Removing intermediate container ee4d4e14c21c [2020-07-29T02:54:17.461Z] ---> 4ec9b1d90f1e [2020-07-29T02:54:17.461Z] [2020-07-29T02:54:17.461Z] Successfully built 840796afecb8 [2020-07-29T02:54:17.461Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-29T02:54:17.461Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2020-07-29T02:54:18.062Z] ---> 61b4cec84013 [2020-07-29T02:54:18.062Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T02:54:18.062Z] Successfully built 4ec9b1d90f1e [2020-07-29T02:54:18.062Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-29T02:54:18.062Z] Building docker-security-proxy-setup-go [2020-07-29T02:54:18.062Z]  Building docker-core-command-go ... done Removing intermediate container ef7da6b15c9f [2020-07-29T02:54:18.062Z] ---> dc73793c8b16 [2020-07-29T02:54:18.062Z] Step 22/23 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:54:18.335Z] ---> Running in cc4c788acfb1 [2020-07-29T02:54:18.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:54:18.933Z] Removing intermediate container cc4c788acfb1 [2020-07-29T02:54:18.933Z] ---> 6e8bb4d736f6 [2020-07-29T02:54:18.933Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T02:54:19.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:54:19.533Z] ---> d78006a9b18e [2020-07-29T02:54:19.533Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T02:54:19.533Z] ---> Running in 86af8e96b8ed [2020-07-29T02:54:20.516Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:54:20.516Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:54:20.516Z] OK: 12620 distinct packages available [2020-07-29T02:54:21.111Z] Removing intermediate container 86af8e96b8ed [2020-07-29T02:54:21.111Z] ---> ebe30a537053 [2020-07-29T02:54:21.111Z] [2020-07-29T02:54:21.708Z] OK: 217 MiB in 51 packages [2020-07-29T02:54:21.708Z] Successfully built ebe30a537053 [2020-07-29T02:54:21.983Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-29T02:54:21.983Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-07-29T02:54:22.577Z] ---> 8dda34c76e4f [2020-07-29T02:54:22.577Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T02:54:22.852Z] ---> Running in 2edd1b1e9d9f [2020-07-29T02:54:24.289Z] Removing intermediate container df2e284c31f9 [2020-07-29T02:54:24.289Z] ---> 97240ace3062 [2020-07-29T02:54:24.289Z] Step 5/29 : COPY go.mod . [2020-07-29T02:54:27.683Z] ---> 8ed13fef2f5c [2020-07-29T02:54:27.683Z] Step 6/29 : RUN go mod download [2020-07-29T02:54:28.669Z] ---> Running in 714de76bd2a5 [2020-07-29T02:54:29.656Z] Removing intermediate container 2edd1b1e9d9f [2020-07-29T02:54:29.656Z] ---> e2075c258215 [2020-07-29T02:54:29.656Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T02:54:30.254Z] ---> Running in 87a8054927d3 [2020-07-29T02:54:31.227Z] Removing intermediate container 87a8054927d3 [2020-07-29T02:54:31.227Z] ---> d94f15285280 [2020-07-29T02:54:31.227Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T02:54:32.209Z] ---> Running in 5691372eac47 [2020-07-29T02:54:33.649Z] Removing intermediate container 5691372eac47 [2020-07-29T02:54:33.649Z] ---> a53ee01aa4db [2020-07-29T02:54:33.649Z] Step 25/26 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:54:33.649Z] Removing intermediate container 714de76bd2a5 [2020-07-29T02:54:33.649Z] ---> 6589bd02c2a1 [2020-07-29T02:54:33.649Z] Step 7/29 : COPY . . [2020-07-29T02:54:33.649Z] ---> Running in 09793c19fb26 [2020-07-29T02:54:34.630Z] Removing intermediate container 09793c19fb26 [2020-07-29T02:54:34.630Z] ---> 38737b9ab70d [2020-07-29T02:54:34.630Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T02:54:36.061Z] ---> Running in 6b7b183bc773 [2020-07-29T02:54:37.507Z] Removing intermediate container 6b7b183bc773 [2020-07-29T02:54:37.507Z] ---> db2bbcb0dfba [2020-07-29T02:54:37.507Z] [2020-07-29T02:54:38.105Z] Successfully built db2bbcb0dfba [2020-07-29T02:54:38.105Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-29T02:54:38.105Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-07-29T02:54:56.394Z] ---> 28db444382c9 [2020-07-29T02:54:56.394Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T02:54:56.394Z] ---> Running in a7d146c3cd5d [2020-07-29T02:54:56.989Z] 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-07-29T02:55:19.154Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:55:19.154Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:55:19.154Z] ---> 3048ee3c6cd4 [2020-07-29T02:55:19.154Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T02:55:19.154Z] ---> Using cache [2020-07-29T02:55:19.154Z] ---> fd4ad9896d06 [2020-07-29T02:55:19.154Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:55:19.154Z] ---> Using cache [2020-07-29T02:55:19.154Z] ---> 237bc579f324 [2020-07-29T02:55:19.154Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T02:55:19.154Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:55:19.154Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:55:19.154Z] ---> 3048ee3c6cd4 [2020-07-29T02:55:19.154Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T02:55:19.154Z] ---> Using cache [2020-07-29T02:55:19.154Z] ---> fd4ad9896d06 [2020-07-29T02:55:19.154Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:55:19.154Z] ---> Using cache [2020-07-29T02:55:19.154Z] ---> 237bc579f324 [2020-07-29T02:55:19.154Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T02:55:22.564Z] ---> Running in f47b3fcc262e [2020-07-29T02:55:22.564Z] ---> Running in 56acaedcc083 [2020-07-29T02:55:25.213Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:55:25.213Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:55:25.213Z] ---> 3048ee3c6cd4 [2020-07-29T02:55:25.213Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T02:55:25.213Z] ---> Using cache [2020-07-29T02:55:25.213Z] ---> fd4ad9896d06 [2020-07-29T02:55:25.213Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:55:25.213Z] ---> Using cache [2020-07-29T02:55:25.213Z] ---> 237bc579f324 [2020-07-29T02:55:25.213Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T02:55:25.494Z] ---> Running in e46cdde76588 [2020-07-29T02:55:25.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:55:25.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:55:26.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:55:26.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:55:27.474Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:55:27.474Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:55:27.474Z] OK: 12620 distinct packages available [2020-07-29T02:55:27.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:55:27.749Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:55:27.749Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:55:27.749Z] OK: 12620 distinct packages available [2020-07-29T02:55:28.344Z] OK: 217 MiB in 51 packages [2020-07-29T02:55:28.616Z] OK: 217 MiB in 51 packages [2020-07-29T02:55:28.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:55:30.344Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:55:30.344Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:55:30.344Z] OK: 12620 distinct packages available [2020-07-29T02:55:30.955Z] Removing intermediate container 56acaedcc083 [2020-07-29T02:55:30.955Z] ---> 23e09b60c0fc [2020-07-29T02:55:30.955Z] Step 6/20 : COPY go.mod . [2020-07-29T02:55:30.955Z] OK: 217 MiB in 51 packages [2020-07-29T02:55:31.554Z] Removing intermediate container f47b3fcc262e [2020-07-29T02:55:31.554Z] ---> 10e04f22170a [2020-07-29T02:55:31.554Z] Step 6/21 : COPY go.mod . [2020-07-29T02:55:32.559Z] ---> f41369411896 [2020-07-29T02:55:32.560Z] Step 7/20 : RUN go mod download [2020-07-29T02:55:32.560Z] ---> d76e1248a81b [2020-07-29T02:55:32.560Z] Step 7/21 : RUN go mod download [2020-07-29T02:55:32.560Z] ---> Running in 08208d994042 [2020-07-29T02:55:33.155Z] ---> Running in 15fcb3d698ff [2020-07-29T02:55:33.155Z] Removing intermediate container e46cdde76588 [2020-07-29T02:55:33.155Z] ---> c4ef6a8323a0 [2020-07-29T02:55:33.155Z] Step 6/26 : COPY go.mod . [2020-07-29T02:55:34.607Z] ---> bd9986bb16d1 [2020-07-29T02:55:34.607Z] Step 7/26 : RUN go mod download [2020-07-29T02:55:34.607Z] ---> Running in e4a4be5a256f [2020-07-29T02:55:35.203Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T02:55:35.203Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T02:55:35.203Z] ---> 3048ee3c6cd4 [2020-07-29T02:55:35.203Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T02:55:35.203Z] ---> Using cache [2020-07-29T02:55:35.203Z] ---> fd4ad9896d06 [2020-07-29T02:55:35.203Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:55:35.203Z] ---> Using cache [2020-07-29T02:55:35.203Z] ---> 237bc579f324 [2020-07-29T02:55:35.203Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T02:55:35.203Z] ---> Running in 2f1ec2e345ea [2020-07-29T02:55:37.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:55:37.830Z] Removing intermediate container a7d146c3cd5d [2020-07-29T02:55:37.830Z] ---> e04d5f07cc85 [2020-07-29T02:55:37.830Z] [2020-07-29T02:55:37.830Z] Step 9/29 : FROM alpine:latest [2020-07-29T02:55:38.103Z] Removing intermediate container 15fcb3d698ff [2020-07-29T02:55:38.103Z] ---> 39b1d1051751 [2020-07-29T02:55:38.103Z] Step 8/21 : COPY . . [2020-07-29T02:55:38.103Z] Removing intermediate container 08208d994042 [2020-07-29T02:55:38.103Z] ---> 861a6b699af5 [2020-07-29T02:55:38.103Z] Step 8/20 : COPY . . [2020-07-29T02:55:38.103Z] latest: Pulling from library/alpine [2020-07-29T02:55:38.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:55:38.380Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T02:55:38.380Z] Status: Downloaded newer image for alpine:latest [2020-07-29T02:55:38.380Z] ---> 62ee0e9f8440 [2020-07-29T02:55:38.380Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-29T02:55:39.089Z] ---> Running in 85cc888eba71 [2020-07-29T02:55:39.364Z] Removing intermediate container e4a4be5a256f [2020-07-29T02:55:39.364Z] ---> 0d936141d0e4 [2020-07-29T02:55:39.364Z] Step 8/26 : COPY . . [2020-07-29T02:55:39.364Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:55:39.364Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:55:39.364Z] OK: 12620 distinct packages available [2020-07-29T02:55:39.961Z] Removing intermediate container 85cc888eba71 [2020-07-29T02:55:39.961Z] ---> e77a1641d750 [2020-07-29T02:55:39.961Z] Step 11/29 : USER root [2020-07-29T02:55:40.244Z] OK: 217 MiB in 51 packages [2020-07-29T02:55:40.520Z] ---> Running in 7ef4799f6c6d [2020-07-29T02:55:43.915Z] Removing intermediate container 7ef4799f6c6d [2020-07-29T02:55:43.915Z] ---> f97fd9e3abe6 [2020-07-29T02:55:43.915Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T02:55:46.557Z] ---> Running in c6a9b6705c2f [2020-07-29T02:55:46.557Z] Removing intermediate container 2f1ec2e345ea [2020-07-29T02:55:46.557Z] ---> 32819dd5c2eb [2020-07-29T02:55:46.557Z] Step 6/22 : COPY go.mod . [2020-07-29T02:55:48.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:55:48.598Z] ---> 91d9471d34e8 [2020-07-29T02:55:48.598Z] Step 7/22 : RUN go mod download [2020-07-29T02:55:48.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:55:48.999Z] ---> Running in a78822b14776 [2020-07-29T02:55:49.644Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:55:49.644Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:55:49.644Z] OK: 12620 distinct packages available [2020-07-29T02:55:50.255Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T02:55:50.529Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T02:55:50.529Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:55:50.529Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T02:55:50.529Z] OK: 6 MiB in 16 packages [2020-07-29T02:55:53.929Z] Removing intermediate container c6a9b6705c2f [2020-07-29T02:55:53.929Z] ---> 6147de031249 [2020-07-29T02:55:53.929Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T02:55:54.227Z] Removing intermediate container a78822b14776 [2020-07-29T02:55:54.227Z] ---> 1ed69981c359 [2020-07-29T02:55:54.227Z] Step 8/22 : COPY . . [2020-07-29T02:55:54.499Z] ---> Running in bc7d8c009744 [2020-07-29T02:55:55.962Z] Removing intermediate container bc7d8c009744 [2020-07-29T02:55:55.962Z] ---> 25d5574c7b4c [2020-07-29T02:55:55.962Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T02:55:56.566Z] ---> Running in 1dc6158e454f [2020-07-29T02:55:57.998Z] Removing intermediate container 1dc6158e454f [2020-07-29T02:55:57.998Z] ---> b7e382d8ae92 [2020-07-29T02:55:57.998Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T02:55:58.591Z] ---> Running in e4a810606e8e [2020-07-29T02:56:05.294Z] Removing intermediate container e4a810606e8e [2020-07-29T02:56:05.294Z] ---> 5f1b06f43540 [2020-07-29T02:56:05.294Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T02:56:05.294Z] ---> 9afb600a7d00 [2020-07-29T02:56:05.294Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T02:56:05.294Z] ---> 45d2328840ea [2020-07-29T02:56:05.294Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T02:56:05.294Z] ---> f348f6bb742d [2020-07-29T02:56:05.294Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T02:56:05.567Z] ---> Running in 6bb56909c35a [2020-07-29T02:56:05.839Z] ---> Running in 80749e350873 [2020-07-29T02:56:05.839Z] ---> Running in d76a077ef093 [2020-07-29T02:56:06.837Z] ---> d8d1e56b0951 [2020-07-29T02:56:06.837Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T02:56:08.284Z] 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-07-29T02:56:08.284Z] ---> 93b69d98e4e8 [2020-07-29T02:56:08.284Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T02:56:08.284Z] 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-07-29T02:56:08.555Z] 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-07-29T02:56:10.530Z] ---> 5e044d415a67 [2020-07-29T02:56:10.530Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T02:56:11.979Z] ---> 7cbc6aabd653 [2020-07-29T02:56:11.979Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T02:56:13.973Z] ---> 44ca38d049dd [2020-07-29T02:56:13.973Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T02:56:14.252Z] ---> Running in 9f03e840942b [2020-07-29T02:56:19.695Z] Removing intermediate container 9f03e840942b [2020-07-29T02:56:19.695Z] ---> cb8e90ddfbb1 [2020-07-29T02:56:19.695Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T02:56:19.978Z] ---> 922ef0cf218a [2020-07-29T02:56:19.978Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T02:56:20.258Z] ---> Running in 6d71553522e3 [2020-07-29T02:56:20.864Z] ---> 9c6bf42efbd6 [2020-07-29T02:56:20.864Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T02:56:21.148Z] ---> Running in 75a2f200165e [2020-07-29T02:56:23.161Z] 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-07-29T02:56:25.833Z] Removing intermediate container 75a2f200165e [2020-07-29T02:56:25.833Z] ---> 67fdb8059d24 [2020-07-29T02:56:25.833Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T02:56:25.833Z] ---> Running in 0973f7752b4a [2020-07-29T02:56:30.186Z] Removing intermediate container 0973f7752b4a [2020-07-29T02:56:30.186Z] ---> efda1f85090c [2020-07-29T02:56:30.186Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T02:56:30.186Z] ---> Running in 1777f54dc599 [2020-07-29T02:56:30.796Z] Removing intermediate container 1777f54dc599 [2020-07-29T02:56:30.796Z] ---> 57a90b086769 [2020-07-29T02:56:30.796Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T02:56:30.796Z] ---> Running in 75825b8bcb79 [2020-07-29T02:56:31.409Z] Removing intermediate container 75825b8bcb79 [2020-07-29T02:56:31.409Z] ---> 5ba1cac97bc4 [2020-07-29T02:56:31.409Z] Step 27/29 : LABEL arch=arm64 [2020-07-29T02:56:31.689Z] ---> Running in c84b31dce254 [2020-07-29T02:56:32.300Z] Removing intermediate container c84b31dce254 [2020-07-29T02:56:32.300Z] ---> e8c2235bf547 [2020-07-29T02:56:32.300Z] Step 28/29 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:56:32.582Z] ---> Running in cb1be5233a84 [2020-07-29T02:56:32.861Z] Removing intermediate container cb1be5233a84 [2020-07-29T02:56:32.861Z] ---> aa85670bce9a [2020-07-29T02:56:32.861Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T02:56:33.145Z] ---> Running in 70515615f15e [2020-07-29T02:56:33.757Z] Removing intermediate container 70515615f15e [2020-07-29T02:56:33.757Z] ---> 844ebf7d43db [2020-07-29T02:56:33.757Z] [2020-07-29T02:56:34.366Z] Successfully built 844ebf7d43db [2020-07-29T02:56:34.366Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-29T02:57:21.442Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container d76a077ef093 [2020-07-29T02:57:21.442Z] ---> 70cf7efefd56 [2020-07-29T02:57:21.442Z] [2020-07-29T02:57:21.442Z] Step 10/20 : FROM alpine [2020-07-29T02:57:21.442Z] ---> 62ee0e9f8440 [2020-07-29T02:57:21.442Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T02:57:21.442Z] ---> Running in e778bc9a7d2b [2020-07-29T02:57:22.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:57:22.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:57:23.320Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T02:57:23.320Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T02:57:23.320Z] OK: 12620 distinct packages available [2020-07-29T02:57:24.313Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T02:57:24.313Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T02:57:24.313Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T02:57:24.313Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T02:57:24.313Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:57:24.313Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T02:57:24.597Z] OK: 7 MiB in 18 packages [2020-07-29T02:57:28.089Z] Removing intermediate container e778bc9a7d2b [2020-07-29T02:57:28.089Z] ---> a36594f4f46f [2020-07-29T02:57:28.089Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T02:57:28.089Z] ---> Running in f4f16fc8ca55 [2020-07-29T02:57:28.696Z] Removing intermediate container f4f16fc8ca55 [2020-07-29T02:57:28.696Z] ---> 88ed40593020 [2020-07-29T02:57:28.696Z] Step 13/20 : WORKDIR /edgex [2020-07-29T02:57:28.994Z] ---> Running in 12e4e4cda1c1 [2020-07-29T02:57:30.447Z] Removing intermediate container 12e4e4cda1c1 [2020-07-29T02:57:30.447Z] ---> 1d702cc9374e [2020-07-29T02:57:30.447Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T02:57:30.723Z] Removing intermediate container 6bb56909c35a [2020-07-29T02:57:30.723Z] ---> f51aaacf4043 [2020-07-29T02:57:30.723Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T02:57:31.002Z] ---> Running in dd3009d714b8 [2020-07-29T02:57:32.019Z] ---> 425a708f11ec [2020-07-29T02:57:32.019Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T02:57:33.476Z] 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-07-29T02:57:33.764Z] ---> 0ae16dac090c [2020-07-29T02:57:33.764Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T02:57:34.045Z] ---> Running in 85a6fc512cf9 [2020-07-29T02:57:34.655Z] Removing intermediate container 85a6fc512cf9 [2020-07-29T02:57:34.655Z] ---> 08438f24bbda [2020-07-29T02:57:34.655Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T02:57:34.655Z] ---> Running in 2ee14693026a [2020-07-29T02:57:35.266Z] Removing intermediate container 2ee14693026a [2020-07-29T02:57:35.266Z] ---> 49aeb125fdc8 [2020-07-29T02:57:35.266Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T02:57:35.547Z] ---> Running in bd3aac248d80 [2020-07-29T02:57:36.174Z] Removing intermediate container bd3aac248d80 [2020-07-29T02:57:36.174Z] ---> e3e786f3943f [2020-07-29T02:57:36.174Z] Step 19/20 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:57:36.454Z] ---> Running in ef2b523f69c5 [2020-07-29T02:57:37.067Z] Removing intermediate container ef2b523f69c5 [2020-07-29T02:57:37.067Z] ---> 64cca13fe50c [2020-07-29T02:57:37.067Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T02:57:37.346Z] ---> Running in 8072bcb4a346 [2020-07-29T02:57:37.958Z] Removing intermediate container 8072bcb4a346 [2020-07-29T02:57:37.958Z] ---> 18ce79de5532 [2020-07-29T02:57:37.958Z] [2020-07-29T02:57:38.960Z] Successfully built 18ce79de5532 [2020-07-29T02:57:38.960Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-29T02:57:38.960Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container dd3009d714b8 [2020-07-29T02:57:38.960Z] ---> 2b69b7aa4261 [2020-07-29T02:57:38.960Z] [2020-07-29T02:57:38.960Z] Step 11/26 : FROM docker:latest [2020-07-29T02:57:38.960Z] ---> ce9d55ae87f1 [2020-07-29T02:57:38.960Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T02:57:39.246Z] ---> Running in 6c7d4019e3f8 [2020-07-29T02:57:41.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:57:41.533Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:57:42.139Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T02:57:42.139Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T02:57:42.139Z] Executing bash-5.0.17-r0.post-install [2020-07-29T02:57:42.139Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:57:42.139Z] OK: 12 MiB in 22 packages [2020-07-29T02:57:44.156Z] Removing intermediate container 6c7d4019e3f8 [2020-07-29T02:57:44.156Z] ---> 53d3a3c8fadc [2020-07-29T02:57:44.156Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T02:57:44.156Z] ---> Running in 30cd2469a73d [2020-07-29T02:57:47.587Z] Removing intermediate container 30cd2469a73d [2020-07-29T02:57:47.587Z] ---> c4faa1cf867e [2020-07-29T02:57:47.587Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T02:57:47.862Z] ---> Running in 1006d71dcf2a [2020-07-29T02:57:48.461Z] Removing intermediate container 1006d71dcf2a [2020-07-29T02:57:48.461Z] ---> bffb6837e577 [2020-07-29T02:57:48.461Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T02:57:48.461Z] Removing intermediate container 80749e350873 [2020-07-29T02:57:48.461Z] ---> 2d1133691dc8 [2020-07-29T02:57:48.461Z] [2020-07-29T02:57:48.461Z] Step 10/21 : FROM scratch [2020-07-29T02:57:48.461Z] ---> [2020-07-29T02:57:48.461Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T02:57:48.742Z] ---> Running in cc7ddc15e9bb [2020-07-29T02:57:48.742Z] ---> Using cache [2020-07-29T02:57:48.742Z] ---> d7577e610572 [2020-07-29T02:57:48.742Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T02:57:49.015Z] ---> Running in a91d0aa97a4e [2020-07-29T02:57:49.303Z] Removing intermediate container cc7ddc15e9bb [2020-07-29T02:57:49.303Z] ---> c8fc048510c4 [2020-07-29T02:57:49.303Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T02:57:49.303Z] ---> Running in 0ba663962911 [2020-07-29T02:57:49.303Z] Removing intermediate container a91d0aa97a4e [2020-07-29T02:57:49.303Z] ---> 77fa86f743a4 [2020-07-29T02:57:49.303Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T02:57:49.576Z] ---> Running in e2405fe4f073 [2020-07-29T02:57:49.850Z] Removing intermediate container 0ba663962911 [2020-07-29T02:57:49.850Z] ---> 7f415937df0f [2020-07-29T02:57:49.850Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T02:57:50.127Z] Removing intermediate container e2405fe4f073 [2020-07-29T02:57:50.127Z] ---> fe6a22f23115 [2020-07-29T02:57:50.127Z] Step 14/21 : WORKDIR / [2020-07-29T02:57:50.127Z] ---> Running in 68f605644112 [2020-07-29T02:57:50.726Z] Removing intermediate container 68f605644112 [2020-07-29T02:57:50.727Z] ---> df6d8f0b6532 [2020-07-29T02:57:50.727Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T02:57:51.004Z] ---> 1fd315e35b45 [2020-07-29T02:57:51.004Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T02:57:51.996Z] ---> 1d3caf74f17f [2020-07-29T02:57:51.996Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T02:57:52.273Z] ---> 175ed885c872 [2020-07-29T02:57:52.273Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T02:57:53.714Z] ---> 3a2c96b9cfcf [2020-07-29T02:57:53.714Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T02:57:53.714Z] ---> 0160d604126d [2020-07-29T02:57:53.714Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T02:57:53.714Z] ---> Running in 2c64d5bce1a8 [2020-07-29T02:57:54.309Z] ---> 9d2b772bc0dd [2020-07-29T02:57:54.309Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:57:54.580Z] ---> Running in 93f9cf194b30 [2020-07-29T02:57:55.179Z] Removing intermediate container 93f9cf194b30 [2020-07-29T02:57:55.179Z] ---> eb33c04e2e3e [2020-07-29T02:57:55.179Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T02:57:55.179Z] ---> Running in 8a9f878a1312 [2020-07-29T02:57:55.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:57:55.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:57:55.733Z] Removing intermediate container 8a9f878a1312 [2020-07-29T02:57:55.733Z] ---> 97099640b11c [2020-07-29T02:57:55.733Z] Step 20/21 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:57:55.733Z] ---> Running in 4662eeec2ca7 [2020-07-29T02:57:56.342Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T02:57:56.342Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T02:57:56.342Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T02:57:56.342Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T02:57:56.342Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T02:57:56.342Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T02:57:56.342Z] Removing intermediate container 4662eeec2ca7 [2020-07-29T02:57:56.342Z] ---> d19923b415c6 [2020-07-29T02:57:56.342Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T02:57:56.342Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T02:57:56.619Z] ---> Running in 64cdd10a5b0c [2020-07-29T02:57:58.060Z] Removing intermediate container 64cdd10a5b0c [2020-07-29T02:57:58.060Z] ---> 301f48560435 [2020-07-29T02:57:58.060Z] [2020-07-29T02:57:58.343Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T02:57:58.343Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T02:57:58.343Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T02:57:58.343Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T02:57:58.343Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T02:57:58.343Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T02:57:58.343Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T02:57:58.615Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T02:57:58.615Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T02:57:58.615Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T02:57:58.615Z] Successfully built 301f48560435 [2020-07-29T02:57:58.615Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T02:57:58.615Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T02:57:58.615Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-29T02:57:58.615Z]  Building docker-core-metadata-go ... done (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T02:57:58.615Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T02:57:58.615Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T02:57:58.615Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T02:57:58.615Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T02:57:58.886Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T02:57:58.886Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T02:57:58.886Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T02:57:58.886Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T02:57:58.886Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T02:57:58.886Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T02:57:58.886Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T02:57:58.886Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T02:57:58.886Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T02:57:59.156Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:57:59.156Z] OK: 71 MiB in 55 packages [2020-07-29T02:58:00.578Z] Removing intermediate container 6d71553522e3 [2020-07-29T02:58:00.578Z] ---> 0c41993f4686 [2020-07-29T02:58:00.578Z] [2020-07-29T02:58:00.578Z] Step 10/22 : FROM alpine [2020-07-29T02:58:00.578Z] ---> 62ee0e9f8440 [2020-07-29T02:58:00.578Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T02:58:00.850Z] ---> Running in 8c5bc899a24d [2020-07-29T02:58:01.830Z] Removing intermediate container 8c5bc899a24d [2020-07-29T02:58:01.830Z] ---> a11f69ca1aa3 [2020-07-29T02:58:01.830Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T02:58:02.103Z] ---> Running in 152d1e4a1414 [2020-07-29T02:58:02.698Z] Removing intermediate container 152d1e4a1414 [2020-07-29T02:58:02.698Z] ---> 47e1b6736b36 [2020-07-29T02:58:02.698Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T02:58:02.968Z] ---> Running in 8c7cbf96e163 [2020-07-29T02:58:03.242Z] Removing intermediate container 8c7cbf96e163 [2020-07-29T02:58:03.242Z] ---> b54bedc2ff8f [2020-07-29T02:58:03.242Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T02:58:03.511Z] ---> Running in 6a071c43e9ec [2020-07-29T02:58:05.483Z] Removing intermediate container 2c64d5bce1a8 [2020-07-29T02:58:05.483Z] ---> 11230c567fe0 [2020-07-29T02:58:05.483Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T02:58:05.755Z] ---> Running in 8a47079e7051 [2020-07-29T02:58:06.361Z] Removing intermediate container 6a071c43e9ec [2020-07-29T02:58:06.361Z] ---> 8f1036d309c8 [2020-07-29T02:58:06.361Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T02:58:06.361Z] ---> Running in bd7466fd043c [2020-07-29T02:58:07.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:58:08.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:58:09.360Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T02:58:09.360Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T02:58:09.630Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T02:58:09.902Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T02:58:09.902Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T02:58:10.175Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:58:10.175Z] OK: 8 MiB in 19 packages [2020-07-29T02:58:11.149Z] Collecting docker-compose==1.23.2 [2020-07-29T02:58:11.149Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T02:58:11.422Z] Removing intermediate container bd7466fd043c [2020-07-29T02:58:11.422Z] ---> 56ec462d7161 [2020-07-29T02:58:11.422Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T02:58:12.014Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T02:58:12.014Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T02:58:12.014Z] ---> 2245bd04fb3f [2020-07-29T02:58:12.014Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T02:58:13.445Z] ---> 8b38b9a34531 [2020-07-29T02:58:13.445Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T02:58:14.418Z] ---> 281b7b57840a [2020-07-29T02:58:14.418Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:58:14.418Z] ---> Running in ddb6ea734d7b [2020-07-29T02:58:14.418Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T02:58:14.418Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T02:58:14.688Z] Removing intermediate container ddb6ea734d7b [2020-07-29T02:58:14.688Z] ---> 34b0a8f93e07 [2020-07-29T02:58:14.688Z] Step 20/22 : LABEL arch=arm64 [2020-07-29T02:58:14.959Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T02:58:14.959Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T02:58:14.959Z] ---> Running in c9a6b3fb227f [2020-07-29T02:58:15.555Z] Removing intermediate container c9a6b3fb227f [2020-07-29T02:58:15.555Z] ---> 004fe3a411c8 [2020-07-29T02:58:15.555Z] Step 21/22 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:58:15.555Z] ---> Running in c4091baca816 [2020-07-29T02:58:15.836Z] Removing intermediate container c4091baca816 [2020-07-29T02:58:15.836Z] ---> aee727881a89 [2020-07-29T02:58:15.836Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T02:58:16.112Z] ---> Running in 363e86db7bf8 [2020-07-29T02:58:16.112Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T02:58:16.112Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T02:58:16.385Z] Removing intermediate container 363e86db7bf8 [2020-07-29T02:58:16.385Z] ---> d3a865cc35a7 [2020-07-29T02:58:16.385Z] [2020-07-29T02:58:16.975Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T02:58:16.975Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T02:58:16.975Z] Successfully built d3a865cc35a7 [2020-07-29T02:58:16.975Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-29T02:58:17.245Z]  Building docker-core-data-go ... done 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-07-29T02:58:17.515Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T02:58:17.515Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T02:58:18.103Z] Collecting PyYAML<4,>=3.10 [2020-07-29T02:58:18.103Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T02:58:21.522Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T02:58:21.522Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T02:58:23.523Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T02:58:23.523Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T02:58:26.161Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T02:58:26.161Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T02:58:26.161Z] Collecting idna<2.8,>=2.5 [2020-07-29T02:58:26.161Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T02:58:26.161Z] 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-07-29T02:58:26.161Z] 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-07-29T02:58:26.431Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T02:58:26.431Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T02:58:26.431Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T02:58:26.431Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T02:58:26.431Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T02:58:26.431Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T02:58:27.402Z] Installing collected packages: texttable, websocket-client, cached-property, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, dockerpty, docopt, docker-compose [2020-07-29T02:58:27.402Z] Running setup.py install for texttable: started [2020-07-29T02:58:29.363Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T02:58:29.363Z] Attempting uninstall: urllib3 [2020-07-29T02:58:29.363Z] Found existing installation: urllib3 1.25.9 [2020-07-29T02:58:29.363Z] Uninstalling urllib3-1.25.9: [2020-07-29T02:58:29.633Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T02:58:30.223Z] Attempting uninstall: idna [2020-07-29T02:58:30.223Z] Found existing installation: idna 2.9 [2020-07-29T02:58:30.223Z] Uninstalling idna-2.9: [2020-07-29T02:58:30.223Z] Successfully uninstalled idna-2.9 [2020-07-29T02:58:30.813Z] Attempting uninstall: requests [2020-07-29T02:58:30.813Z] Found existing installation: requests 2.23.0 [2020-07-29T02:58:30.813Z] Uninstalling requests-2.23.0: [2020-07-29T02:58:30.813Z] Successfully uninstalled requests-2.23.0 [2020-07-29T02:58:32.252Z] Running setup.py install for PyYAML: started [2020-07-29T02:58:34.241Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T02:58:34.241Z] Running setup.py install for dockerpty: started [2020-07-29T02:58:36.201Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T02:58:36.201Z] Running setup.py install for docopt: started [2020-07-29T02:58:37.623Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T02:58:38.595Z] 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-07-29T02:58:42.881Z] Removing intermediate container 8a47079e7051 [2020-07-29T02:58:42.881Z] ---> fdcd267f07d8 [2020-07-29T02:58:42.881Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T02:58:42.881Z] ---> Running in ac12d66ac6ea [2020-07-29T02:58:43.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T02:58:44.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T02:58:44.708Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T02:58:44.708Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T02:58:44.708Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T02:58:44.708Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T02:58:44.708Z] OK: 71 MiB in 58 packages [2020-07-29T02:58:46.153Z] Removing intermediate container ac12d66ac6ea [2020-07-29T02:58:46.153Z] ---> f82dada2f0e1 [2020-07-29T02:58:46.153Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T02:58:46.153Z] ---> Running in 848be6e450d5 [2020-07-29T02:58:46.425Z] Removing intermediate container 848be6e450d5 [2020-07-29T02:58:46.425Z] ---> c6ba4bb57abb [2020-07-29T02:58:46.425Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T02:58:46.699Z] ---> Running in 502af8374989 [2020-07-29T02:58:46.980Z] Removing intermediate container 502af8374989 [2020-07-29T02:58:46.980Z] ---> f430d2b9eea9 [2020-07-29T02:58:46.980Z] Step 25/26 : LABEL git_sha=e1636ee666927bf907ae8a90ae400f4a5855a520 [2020-07-29T02:58:47.252Z] ---> Running in ca6aadec4be7 [2020-07-29T02:58:47.525Z] Removing intermediate container ca6aadec4be7 [2020-07-29T02:58:47.525Z] ---> 9ddb0c4b6570 [2020-07-29T02:58:47.525Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T02:58:47.799Z] ---> Running in 4f0d6305d35d [2020-07-29T02:58:48.074Z] Removing intermediate container 4f0d6305d35d [2020-07-29T02:58:48.074Z] ---> 937af4ad0990 [2020-07-29T02:58:48.074Z] [2020-07-29T02:58:48.669Z] Successfully built 937af4ad0990 [2020-07-29T02:58:48.669Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-29T02:58:48.955Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-29T02:58:48.930Z] $ docker stop --time=1 06e4ae49ac2e428b81c831648727987b079f948de7b9b041c894a3045529343d [2020-07-29T02:58:50.869Z] $ docker rm -f 06e4ae49ac2e428b81c831648727987b079f948de7b9b041c894a3045529343d [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T02:58:51.596Z] + grep docker [2020-07-29T02:58:51.596Z] + docker images [2020-07-29T02:58:51.866Z] docker-sys-mgmt-agent-go-arm64 latest 937af4ad0990 4 seconds ago 266MB [2020-07-29T02:58:51.866Z] docker-core-data-go-arm64 latest d3a865cc35a7 35 seconds ago 22.6MB [2020-07-29T02:58:51.866Z] docker-core-metadata-go-arm64 latest 301f48560435 55 seconds ago 13.8MB [2020-07-29T02:58:51.866Z] docker-security-proxy-setup-go-arm64 latest 18ce79de5532 About a minute ago 15.8MB [2020-07-29T02:58:51.866Z] docker-security-secrets-setup-go-arm64 latest 844ebf7d43db 2 minutes ago 24.2MB [2020-07-29T02:58:51.866Z] docker-security-secretstore-setup-go-arm64 latest db2bbcb0dfba 4 minutes ago 32.6MB [2020-07-29T02:58:51.866Z] docker-support-notifications-go-arm64 latest ebe30a537053 4 minutes ago 13.9MB [2020-07-29T02:58:51.866Z] docker-core-command-go-arm64 latest 4ec9b1d90f1e 4 minutes ago 12.4MB [2020-07-29T02:58:51.867Z] docker-support-scheduler-go-arm64 latest 840796afecb8 4 minutes ago 12.6MB [2020-07-29T02:58:51.867Z] docker-support-logging-go-arm64 latest f23504c1f519 4 minutes ago 11.4MB [2020-07-29T02:58:51.867Z] docker latest ce9d55ae87f1 4 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-07-29T02:58:53.563Z] provisioning config files... [2020-07-29T02:58:53.579Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config8808302806741955094tmp [Pipeline] { [Pipeline] sh [2020-07-29T02:58:53.971Z] + curl -s https://codecov.io/bash [2020-07-29T02:58:53.971Z] + bash -s - -t @/w/workspace/edgex-go/20@tmp/config8808302806741955094tmp [Pipeline] } [2020-07-29T02:58:54.239Z] 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-07-29T02:58:55.663Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T02:58:56.537Z] ---> package-listing.sh [2020-07-29T02:58:56.537Z] ++ facter osfamily [2020-07-29T02:58:56.537Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-29T02:58:56.537Z] + OS_FAMILY=redhat [2020-07-29T02:58:56.537Z] + workspace=/w/workspace/edgex-go/20 [2020-07-29T02:58:56.537Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-29T02:58:56.537Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-29T02:58:56.537Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-29T02:58:56.537Z] + PACKAGES=/tmp/packages_start.txt [2020-07-29T02:58:56.537Z] + '[' /w/workspace/edgex-go/20 ']' [2020-07-29T02:58:56.537Z] + PACKAGES=/tmp/packages_end.txt [2020-07-29T02:58:56.537Z] + case "${OS_FAMILY}" in [2020-07-29T02:58:56.537Z] + rpm -qa [2020-07-29T02:58:56.537Z] + sort [2020-07-29T02:59:00.739Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-29T02:59:00.739Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-29T02:59:00.739Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-29T02:59:00.739Z] + '[' /w/workspace/edgex-go/20 ']' [2020-07-29T02:59:00.739Z] + mkdir -p /w/workspace/edgex-go/20/archives/ [2020-07-29T02:59:00.739Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-29T02:59:01.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T02:59:01.260Z] [2020-07-29T02:59:01.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-29T02:59:01.699Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T02:59:01.699Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-29T02:59:01.699Z] c9b1b535fdd9: Pulling fs layer [2020-07-29T02:59:01.699Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-29T02:59:01.699Z] 756a868c4378: Pulling fs layer [2020-07-29T02:59:01.699Z] 444b2fc9a129: Pulling fs layer [2020-07-29T02:59:01.699Z] ea15f1150254: Pulling fs layer [2020-07-29T02:59:01.700Z] 41b27a9f41bf: Pulling fs layer [2020-07-29T02:59:01.700Z] 28c525ee5125: Pulling fs layer [2020-07-29T02:59:01.700Z] 094b1ea09ed8: Pulling fs layer [2020-07-29T02:59:01.700Z] 138eaada9080: Pulling fs layer [2020-07-29T02:59:01.700Z] 0622d0fa9048: Pulling fs layer [2020-07-29T02:59:01.700Z] 28c525ee5125: Waiting [2020-07-29T02:59:01.700Z] 094b1ea09ed8: Waiting [2020-07-29T02:59:01.700Z] 138eaada9080: Waiting [2020-07-29T02:59:01.700Z] 0622d0fa9048: Waiting [2020-07-29T02:59:01.700Z] 444b2fc9a129: Waiting [2020-07-29T02:59:01.700Z] ea15f1150254: Waiting [2020-07-29T02:59:01.700Z] 41b27a9f41bf: Waiting [2020-07-29T02:59:01.700Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-29T02:59:01.700Z] 2cc5ad85d9ab: Download complete [2020-07-29T02:59:01.700Z] 444b2fc9a129: Verifying Checksum [2020-07-29T02:59:01.700Z] 444b2fc9a129: Download complete [2020-07-29T02:59:01.700Z] c9b1b535fdd9: Verifying Checksum [2020-07-29T02:59:01.700Z] c9b1b535fdd9: Download complete [2020-07-29T02:59:01.981Z] ea15f1150254: Verifying Checksum [2020-07-29T02:59:01.981Z] ea15f1150254: Download complete [2020-07-29T02:59:01.981Z] 28c525ee5125: Verifying Checksum [2020-07-29T02:59:01.981Z] 28c525ee5125: Download complete [2020-07-29T02:59:02.261Z] 756a868c4378: Verifying Checksum [2020-07-29T02:59:02.261Z] 756a868c4378: Download complete [2020-07-29T02:59:02.261Z] c9b1b535fdd9: Pull complete [2020-07-29T02:59:02.261Z] 138eaada9080: Verifying Checksum [2020-07-29T02:59:02.261Z] 138eaada9080: Download complete [2020-07-29T02:59:02.261Z] 0622d0fa9048: Verifying Checksum [2020-07-29T02:59:02.261Z] 0622d0fa9048: Download complete [2020-07-29T02:59:02.261Z] 094b1ea09ed8: Verifying Checksum [2020-07-29T02:59:02.261Z] 094b1ea09ed8: Download complete [2020-07-29T02:59:02.839Z] 2cc5ad85d9ab: Pull complete [2020-07-29T02:59:02.839Z] 41b27a9f41bf: Verifying Checksum [2020-07-29T02:59:02.839Z] 41b27a9f41bf: Download complete [2020-07-29T02:59:04.229Z] 756a868c4378: Pull complete [2020-07-29T02:59:04.229Z] 444b2fc9a129: Pull complete [2020-07-29T02:59:04.491Z] ea15f1150254: Pull complete [2020-07-29T02:59:09.784Z] 41b27a9f41bf: Pull complete [2020-07-29T02:59:10.044Z] 28c525ee5125: Pull complete [2020-07-29T02:59:12.597Z] 094b1ea09ed8: Pull complete [2020-07-29T02:59:12.858Z] 138eaada9080: Pull complete [2020-07-29T02:59:13.119Z] 0622d0fa9048: Pull complete [2020-07-29T02:59:13.119Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-29T02:59:13.119Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T02:59:13.119Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-29T02:59:13.263Z] prd-centos7-docker-4c-2g-1337 does not seem to be running inside a container [2020-07-29T02:59:13.301Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-29T02:59:17.210Z] $ docker top 096b53873ab1d51f609df63c2ca3964a9760b7dfeda8c54d8f5542c2d763ba67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-29T02:59:17.534Z] provisioning config files... [2020-07-29T02:59:17.551Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config7896298411380143501tmp [Pipeline] { [Pipeline] echo [2020-07-29T02:59:17.607Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T02:59:17.901Z] ---> create-netrc.sh [Pipeline] echo [2020-07-29T02:59:17.910Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T02:59:18.203Z] ---> logs-deploy.sh [2020-07-29T02:59:18.203Z] + ARCHIVE_ARTIFACTS= [2020-07-29T02:59:18.203Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-29T02:59:18.203Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-29T02:59:18.203Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-29T02:59:18.203Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/20 [2020-07-29T02:59:18.203Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/20/ [2020-07-29T02:59:18.203Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/20 /w/workspace/edgex-go/20 [2020-07-29T02:59:19.146Z] Archives upload complete. [2020-07-29T02:59:19.406Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2597/20 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2597/20/