Pull request #2634 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 ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 63afee67c6f71b5b2946b95519234ab665f55dca+98f202b9c718295929a9c333e58cdf53ea3a53cb (d603598112155e8e5e8de9c0b9623b796ef1d7ee) 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 78d567e8c35819a45e10bd2b75e1138b16507148 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 78d567e8c35819a45e10bd2b75e1138b16507148 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 78d567e8c35819a45e10bd2b75e1138b16507148 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 78d567e8c35819a45e10bd2b75e1138b16507148 # timeout=10 Commit message: "Merge pull request #213 from ernestojeda/edgex-build-parallel" > 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 raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [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 raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-592’ Running on prd-centos7-docker-4c-2g-594 in /w/workspace/edgexfoundry_edgex-go_PR-2634 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/2634/head:refs/remotes/origin/PR-2634 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 98f202b9c718295929a9c333e58cdf53ea3a53cb into PR head commit 63afee67c6f71b5b2946b95519234ab665f55dca Merge succeeded, producing 63afee67c6f71b5b2946b95519234ab665f55dca Checking out Revision 63afee67c6f71b5b2946b95519234ab665f55dca (PR-2634) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2634/head:refs/remotes/origin/PR-2634 # 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/2634/head:refs/remotes/origin/PR-2634 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63afee67c6f71b5b2946b95519234ab665f55dca # 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 98f202b9c718295929a9c333e58cdf53ea3a53cb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 63afee67c6f71b5b2946b95519234ab665f55dca # timeout=10 Commit message: "build: Migrate to new edgeXBuildParallel function" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-22T15:01:19.019Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-22T15:01:19.270Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-22T15:01:19.345Z] ========================================================= [2020-07-22T15:01:19.345Z] EdgeX Global Pipelines Version Info [2020-07-22T15:01:19.345Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 98898976b287ac17c8da0bd61148babdfb1a1a37 # timeout=10 [2020-07-22T15:01:21.693Z] ------------------- [2020-07-22T15:01:21.693Z] stable info: [2020-07-22T15:01:21.693Z] ------------------- [2020-07-22T15:01:21.693Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-22T15:01:21.693Z] Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 [2020-07-22T15:01:21.693Z] Message: update stable to v1.0.101 [2020-07-22T15:01:22.638Z] ------------------- [2020-07-22T15:01:22.638Z] experimental info: [2020-07-22T15:01:22.638Z] ------------------- [2020-07-22T15:01:22.638Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-22T15:01:22.638Z] Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 [2020-07-22T15:01:22.638Z] Message: update experimental to v1.0.101 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-22T15:01:24.118Z] ++ 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-22T15:01:24.118Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T15:01:24.118Z] ++ dirname cmd/core-command/Dockerfile [2020-07-22T15:01:24.119Z] ++ cut -d/ -f2 [2020-07-22T15:01:24.119Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-22T15:01:24.119Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T15:01:24.119Z] ++ dirname cmd/core-data/Dockerfile [2020-07-22T15:01:24.119Z] ++ cut -d/ -f2 [2020-07-22T15:01:24.119Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-22T15:01:24.119Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T15:01:24.119Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-22T15:01:24.119Z] ++ cut -d/ -f2 [2020-07-22T15:01:24.119Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-22T15:01:24.119Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T15:01:24.119Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-22T15:01:24.119Z] ++ cut -d/ -f2 [2020-07-22T15:01:24.119Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-22T15:01:24.119Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T15:01:24.119Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-22T15:01:24.119Z] ++ cut -d/ -f2 [2020-07-22T15:01:24.119Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-22T15:01:24.119Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T15:01:24.119Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-22T15:01:24.119Z] ++ cut -d/ -f2 [2020-07-22T15:01:24.119Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-22T15:01:24.119Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T15:01:24.119Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-22T15:01:24.119Z] ++ cut -d/ -f2 [2020-07-22T15:01:24.119Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-22T15:01:24.119Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T15:01:24.119Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-22T15:01:24.119Z] ++ cut -d/ -f2 [2020-07-22T15:01:24.119Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-22T15:01:24.119Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T15:01:24.119Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-22T15:01:24.119Z] ++ cut -d/ -f2 [2020-07-22T15:01:24.119Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-22T15:01:24.119Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-22T15:01:24.119Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-22T15:01:24.119Z] ++ cut -d/ -f2 [2020-07-22T15:01:24.119Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-22T15:01:24.191Z] 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-22T15:01:25.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T15:01:25.388Z] [2020-07-22T15:01:25.388Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T15:01:25.725Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T15:01:25.725Z] latest: Pulling from edgex-devops/git-semver [2020-07-22T15:01:25.725Z] 31603596830f: Pulling fs layer [2020-07-22T15:01:25.725Z] 2a8b12db71e7: Pulling fs layer [2020-07-22T15:01:25.725Z] 6ca5941a6612: Pulling fs layer [2020-07-22T15:01:25.725Z] ecc8261a40a4: Pulling fs layer [2020-07-22T15:01:25.725Z] 2a8b12db71e7: Verifying Checksum [2020-07-22T15:01:25.725Z] 2a8b12db71e7: Download complete [2020-07-22T15:01:25.991Z] 31603596830f: Verifying Checksum [2020-07-22T15:01:25.991Z] 31603596830f: Download complete [2020-07-22T15:01:25.991Z] ecc8261a40a4: Verifying Checksum [2020-07-22T15:01:25.991Z] ecc8261a40a4: Download complete [2020-07-22T15:01:25.991Z] 6ca5941a6612: Verifying Checksum [2020-07-22T15:01:25.991Z] 6ca5941a6612: Download complete [2020-07-22T15:01:26.255Z] 31603596830f: Pull complete [2020-07-22T15:01:26.521Z] 2a8b12db71e7: Pull complete [2020-07-22T15:01:27.469Z] 6ca5941a6612: Pull complete [2020-07-22T15:01:27.469Z] ecc8261a40a4: Pull complete [2020-07-22T15:01:27.469Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-22T15:01:27.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T15:01:27.469Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-22T15:01:27.574Z] prd-centos7-docker-4c-2g-594 does not seem to be running inside a container [2020-07-22T15:01:27.619Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-22T15:01:29.976Z] $ docker top 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T15:01:30.384Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T15:01:30.384Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T15:01:30.587Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T15:01:30.584Z] $ docker exec 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd ssh-agent [2020-07-22T15:01:30.756Z] SSH_AUTH_SOCK=/tmp/ssh-ZG9Bt7oKyUaz/agent.12 [2020-07-22T15:01:30.756Z] SSH_AGENT_PID=18 [2020-07-22T15:01:30.766Z] Running ssh-add (command line suppressed) [2020-07-22T15:01:30.884Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8617977989183167510.key (/w/workspace/edgex-go/4@tmp/private_key_8617977989183167510.key) [2020-07-22T15:01:30.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T15:01:31.295Z] + git describe --exact-match --tags HEAD [2020-07-22T15:01:31.295Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-22T15:01:31.312Z] $ docker exec --env ******** --env ******** 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd ssh-agent -k [2020-07-22T15:01:31.440Z] unset SSH_AUTH_SOCK; [2020-07-22T15:01:31.441Z] unset SSH_AGENT_PID; [2020-07-22T15:01:31.441Z] echo Agent pid 18 killed; [2020-07-22T15:01:31.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-22T15:01:31.568Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-22T15:01:31.568Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-22T15:01:31.657Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T15:01:31.657Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T15:01:31.859Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T15:01:31.856Z] $ docker exec 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd ssh-agent [2020-07-22T15:01:32.044Z] SSH_AUTH_SOCK=/tmp/ssh-m9HniTj3Dbw2/agent.48 [2020-07-22T15:01:32.044Z] SSH_AGENT_PID=53 [2020-07-22T15:01:32.050Z] Running ssh-add (command line suppressed) [2020-07-22T15:01:32.185Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6275249634409209179.key (/w/workspace/edgex-go/4@tmp/private_key_6275249634409209179.key) [2020-07-22T15:01:32.255Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T15:01:32.633Z] + git semver init [2020-07-22T15:01:32.633Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T15:01:32.633Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2020-07-22T15:01:32.633Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2020-07-22T15:01:32.633Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T15:01:32.633Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T15:01:32.633Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T15:01:32.633Z] # $SEMVER_BRANCH = PR-2634 [2020-07-22T15:01:32.633Z] # $SEMVER_TEMP = /tmp/semver-995909458 [2020-07-22T15:01:32.633Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-22T15:01:59.253Z] # '/tmp/semver-995909458' -> '/w/workspace/edgex-go/4/.semver' [2020-07-22T15:01:59.253Z] # -> Force: false [2020-07-22T15:01:59.253Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2020-07-22T15:01:59.258Z] $ docker exec --env ******** --env ******** 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd ssh-agent -k [2020-07-22T15:01:59.443Z] unset SSH_AUTH_SOCK; [2020-07-22T15:01:59.443Z] unset SSH_AGENT_PID; [2020-07-22T15:01:59.443Z] echo Agent pid 53 killed; [2020-07-22T15:01:59.497Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T15:01:59.932Z] + git semver [Pipeline] } [2020-07-22T15:01:59.947Z] $ docker stop --time=1 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd [2020-07-22T15:02:01.418Z] $ docker rm -f 02daccc80be0a1ca9019fe14dfbb6044fd095fa7073c7c64204d717cb80a06fd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-22T15:02:15.849Z] Stashed 22 file(s) [Pipeline] echo [2020-07-22T15:02:15.851Z] [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-22T15:02:16.364Z] ========================================================= [2020-07-22T15:02:16.364Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-22T15:02:16.364Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T15:02:16.692Z] + 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-22T15:02:20.016Z] Sending build context to Docker daemon 323.1MB [2020-07-22T15:02:20.016Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-22T15:02:20.016Z] Step 2/7 : FROM ${BASE} [2020-07-22T15:02:20.016Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-22T15:02:20.016Z] df20fa9351a1: Pulling fs layer [2020-07-22T15:02:20.016Z] ed8968b2872e: Pulling fs layer [2020-07-22T15:02:20.016Z] a92cc7c5fd73: Pulling fs layer [2020-07-22T15:02:20.016Z] 2dd03ba5bac4: Pulling fs layer [2020-07-22T15:02:20.016Z] 1e091d79d1de: Pulling fs layer [2020-07-22T15:02:20.016Z] 481702a1767f: Pulling fs layer [2020-07-22T15:02:20.016Z] f64a6f60c768: Pulling fs layer [2020-07-22T15:02:20.016Z] e78d2573fc39: Pulling fs layer [2020-07-22T15:02:20.016Z] e876d2f968b6: Pulling fs layer [2020-07-22T15:02:20.016Z] ce8a83651883: Pulling fs layer [2020-07-22T15:02:20.016Z] 07967f4d0e4b: Pulling fs layer [2020-07-22T15:02:20.016Z] f64a6f60c768: Waiting [2020-07-22T15:02:20.016Z] e78d2573fc39: Waiting [2020-07-22T15:02:20.016Z] e876d2f968b6: Waiting [2020-07-22T15:02:20.016Z] ce8a83651883: Waiting [2020-07-22T15:02:20.016Z] 07967f4d0e4b: Waiting [2020-07-22T15:02:20.016Z] 2dd03ba5bac4: Waiting [2020-07-22T15:02:20.016Z] 1e091d79d1de: Waiting [2020-07-22T15:02:20.016Z] 481702a1767f: Waiting [2020-07-22T15:02:20.016Z] a92cc7c5fd73: Verifying Checksum [2020-07-22T15:02:20.016Z] a92cc7c5fd73: Download complete [2020-07-22T15:02:20.016Z] ed8968b2872e: Verifying Checksum [2020-07-22T15:02:20.016Z] ed8968b2872e: Download complete [2020-07-22T15:02:20.016Z] 1e091d79d1de: Verifying Checksum [2020-07-22T15:02:20.016Z] 1e091d79d1de: Download complete [2020-07-22T15:02:20.016Z] 481702a1767f: Verifying Checksum [2020-07-22T15:02:20.016Z] 481702a1767f: Download complete [2020-07-22T15:02:20.016Z] df20fa9351a1: Download complete [2020-07-22T15:02:20.285Z] df20fa9351a1: Pull complete [2020-07-22T15:02:20.553Z] ed8968b2872e: Pull complete [2020-07-22T15:02:20.553Z] a92cc7c5fd73: Pull complete [2020-07-22T15:02:20.820Z] f64a6f60c768: Verifying Checksum [2020-07-22T15:02:20.820Z] f64a6f60c768: Download complete [2020-07-22T15:02:20.820Z] e876d2f968b6: Verifying Checksum [2020-07-22T15:02:20.820Z] e876d2f968b6: Download complete [2020-07-22T15:02:21.401Z] e78d2573fc39: Verifying Checksum [2020-07-22T15:02:21.401Z] e78d2573fc39: Download complete [2020-07-22T15:02:21.401Z] 07967f4d0e4b: Verifying Checksum [2020-07-22T15:02:21.401Z] 07967f4d0e4b: Download complete [2020-07-22T15:02:21.401Z] ce8a83651883: Verifying Checksum [2020-07-22T15:02:21.401Z] ce8a83651883: Download complete [2020-07-22T15:02:21.401Z] 2dd03ba5bac4: Verifying Checksum [2020-07-22T15:02:21.401Z] 2dd03ba5bac4: Download complete [2020-07-22T15:02:28.011Z] 2dd03ba5bac4: Pull complete [2020-07-22T15:02:28.272Z] 1e091d79d1de: Pull complete [2020-07-22T15:02:28.272Z] 481702a1767f: Pull complete [2020-07-22T15:02:31.197Z] Still waiting to schedule task [2020-07-22T15:02:31.197Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-593’ is offline [2020-07-22T15:02:32.490Z] f64a6f60c768: Pull complete [2020-07-22T15:02:35.812Z] e78d2573fc39: Pull complete [2020-07-22T15:02:35.812Z] e876d2f968b6: Pull complete [2020-07-22T15:02:36.763Z] ce8a83651883: Pull complete [2020-07-22T15:02:37.709Z] 07967f4d0e4b: Pull complete [2020-07-22T15:02:37.709Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-22T15:02:37.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-22T15:02:37.709Z] ---> 5d7c900382c6 [2020-07-22T15:02:37.709Z] 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-22T15:02:38.284Z] ---> Running in c2560ff81e65 [2020-07-22T15:02:39.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:02:40.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:02:41.113Z] (1/12) Installing libmagic (5.38-r0) [2020-07-22T15:02:41.113Z] (2/12) Installing file (5.38-r0) [2020-07-22T15:02:41.375Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-22T15:02:41.375Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-22T15:02:51.383Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-22T15:02:51.383Z] (6/12) Installing patch (2.7.6-r6) [2020-07-22T15:02:51.383Z] (7/12) Installing build-base (0.5-r2) [2020-07-22T15:02:51.383Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-22T15:02:51.383Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-22T15:02:51.383Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-22T15:02:51.383Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-22T15:02:51.383Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-22T15:02:51.383Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:02:51.383Z] OK: 233 MiB in 51 packages [2020-07-22T15:02:54.692Z] Removing intermediate container c2560ff81e65 [2020-07-22T15:02:54.692Z] ---> a66f69e27b2e [2020-07-22T15:02:54.692Z] Step 4/7 : WORKDIR /edgex-go [2020-07-22T15:02:54.692Z] ---> Running in 98c4d4aa1ae5 [2020-07-22T15:02:54.692Z] Removing intermediate container 98c4d4aa1ae5 [2020-07-22T15:02:54.692Z] ---> de2b236c226f [2020-07-22T15:02:54.692Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-22T15:02:54.955Z] latest: Pulling from library/docker [2020-07-22T15:02:54.955Z] df20fa9351a1: Already exists [2020-07-22T15:02:54.955Z] 25ad7478873d: Pulling fs layer [2020-07-22T15:02:54.955Z] 4684f6177b5d: Pulling fs layer [2020-07-22T15:02:54.955Z] 46e300cec669: Pulling fs layer [2020-07-22T15:02:54.955Z] 63038576ad94: Pulling fs layer [2020-07-22T15:02:54.955Z] 0fdb76c4706c: Pulling fs layer [2020-07-22T15:02:54.955Z] cb7edeffdfd5: Pulling fs layer [2020-07-22T15:02:54.955Z] 63038576ad94: Waiting [2020-07-22T15:02:54.955Z] cb7edeffdfd5: Waiting [2020-07-22T15:02:54.955Z] 4684f6177b5d: Verifying Checksum [2020-07-22T15:02:54.955Z] 4684f6177b5d: Download complete [2020-07-22T15:02:55.221Z] 25ad7478873d: Verifying Checksum [2020-07-22T15:02:55.221Z] 25ad7478873d: Download complete [2020-07-22T15:02:55.221Z] 63038576ad94: Verifying Checksum [2020-07-22T15:02:55.221Z] 63038576ad94: Download complete [2020-07-22T15:02:55.221Z] 0fdb76c4706c: Verifying Checksum [2020-07-22T15:02:55.221Z] 0fdb76c4706c: Download complete [2020-07-22T15:02:55.486Z] cb7edeffdfd5: Verifying Checksum [2020-07-22T15:02:55.486Z] cb7edeffdfd5: Download complete [2020-07-22T15:02:55.486Z] 25ad7478873d: Pull complete [2020-07-22T15:02:55.486Z] 4684f6177b5d: Pull complete [2020-07-22T15:02:55.751Z] 46e300cec669: Verifying Checksum [2020-07-22T15:02:55.751Z] 46e300cec669: Download complete [2020-07-22T15:02:58.309Z] 46e300cec669: Pull complete [2020-07-22T15:02:58.309Z] 63038576ad94: Pull complete [2020-07-22T15:02:58.309Z] 0fdb76c4706c: Pull complete [2020-07-22T15:02:58.309Z] cb7edeffdfd5: Pull complete [2020-07-22T15:02:58.309Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-22T15:02:58.309Z] Status: Downloaded newer image for docker:latest [2020-07-22T15:02:59.696Z] ---> 903d01d25fd7 [2020-07-22T15:02:59.696Z] Step 6/7 : COPY go.mod . [2020-07-22T15:02:59.967Z] ---> e1df6feea5bc [2020-07-22T15:02:59.967Z] Step 7/7 : RUN go mod download [2020-07-22T15:02:59.967Z] ---> Running in 83c8cb02aa8e [2020-07-22T15:03:02.518Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T15:03:02.518Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T15:03:02.518Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-22T15:03:02.518Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T15:03:02.518Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T15:03:02.518Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T15:03:02.518Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T15:03:02.518Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T15:03:02.518Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-22T15:03:02.518Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T15:03:02.518Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-22T15:03:02.518Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T15:03:02.518Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T15:03:02.518Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T15:03:02.518Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T15:03:02.518Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T15:03:02.518Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-22T15:03:02.518Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T15:03:02.518Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T15:03:02.518Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-22T15:03:02.518Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T15:03:02.518Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-22T15:03:02.518Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T15:03:02.779Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T15:03:02.779Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T15:03:02.779Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T15:03:02.779Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-22T15:03:02.779Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T15:03:02.779Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T15:03:02.779Z] go: finding github.com/google/uuid v1.1.0 [2020-07-22T15:03:02.779Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T15:03:03.039Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T15:03:03.039Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T15:03:03.039Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T15:03:03.039Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T15:03:03.039Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T15:03:03.039Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T15:03:03.039Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T15:03:03.039Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T15:03:03.039Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T15:03:03.039Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T15:03:03.039Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T15:03:03.039Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T15:03:03.340Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T15:03:03.340Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T15:03:03.340Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T15:03:03.340Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T15:03:03.340Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T15:03:03.340Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-22T15:03:03.340Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-22T15:03:03.340Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T15:03:03.340Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-22T15:03:03.340Z] go: finding github.com/kr/pty v1.1.1 [2020-07-22T15:03:03.340Z] go: finding github.com/kr/text v0.1.0 [2020-07-22T15:03:03.340Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T15:03:03.340Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T15:03:03.340Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T15:03:03.610Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T15:03:03.610Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T15:03:03.610Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T15:03:03.610Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T15:03:03.610Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T15:03:03.610Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T15:03:03.610Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T15:03:03.610Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T15:03:03.610Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T15:03:03.610Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-22T15:03:03.610Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-22T15:03:03.610Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T15:03:03.610Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-22T15:03:03.877Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T15:03:03.877Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T15:03:03.877Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T15:03:03.877Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T15:03:03.877Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-22T15:03:03.877Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T15:03:03.877Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T15:03:03.877Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T15:03:03.877Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T15:03:03.877Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T15:03:03.877Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T15:03:03.877Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-22T15:03:03.877Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T15:03:04.174Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T15:03:04.174Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-22T15:03:04.174Z] go: finding golang.org/x/text v0.3.2 [2020-07-22T15:03:04.174Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-22T15:03:04.174Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-22T15:03:04.174Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-22T15:03:04.174Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-22T15:03:04.174Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-22T15:03:04.174Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T15:03:19.113Z] Removing intermediate container 83c8cb02aa8e [2020-07-22T15:03:19.114Z] ---> f829f8506af6 [2020-07-22T15:03:19.114Z] Successfully built f829f8506af6 [2020-07-22T15:03:19.114Z] 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-22T15:03:19.669Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-22T15:03:19.669Z] . [Pipeline] withDockerContainer [2020-07-22T15:03:19.775Z] prd-centos7-docker-4c-2g-594 does not seem to be running inside a container [2020-07-22T15:03:19.815Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-22T15:03:21.056Z] $ docker top 7ff525c71b1f00e46111ca27556086cc2e2404d7b71e06d486bb7d65dc297ebe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T15:03:21.584Z] + go version [2020-07-22T15:03:21.584Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-22T15:03:21.595Z] ========================================================= [2020-07-22T15:03:21.595Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-22T15:03:21.595Z] ========================================================= [Pipeline] sh [2020-07-22T15:03:21.880Z] + make test raml_verify [2020-07-22T15:03:21.880Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-22T15:03:23.800Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-22T15:03:33.933Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-22T15:03:37.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-22T15:03:37.309Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-22T15:03:37.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-22T15:03:37.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-22T15:03:38.275Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s [2020-07-22T15:03:38.275Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-22T15:03:38.275Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-22T15:03:38.275Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-22T15:03:38.870Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-22T15:03:39.451Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-22T15:03:39.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-22T15:03:39.451Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-22T15:03:39.451Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-22T15:03:46.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.066s coverage: 46.6% of statements [2020-07-22T15:03:46.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-22T15:03:46.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-22T15:03:46.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-22T15:03:46.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-22T15:03:46.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-22T15:03:48.034Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.098s coverage: 27.4% of statements [2020-07-22T15:03:48.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-22T15:03:48.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-22T15:03:48.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-22T15:03:48.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-22T15:03:48.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-22T15:03:48.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-22T15:03:48.034Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.012s coverage: 100.0% of statements [2020-07-22T15:03:48.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-22T15:03:48.034Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2020-07-22T15:03:48.034Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-22T15:03:48.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.091s coverage: 29.3% of statements [2020-07-22T15:03:48.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-22T15:03:48.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-22T15:03:48.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-22T15:03:48.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-22T15:03:48.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-22T15:03:48.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.034s coverage: 100.0% of statements [2020-07-22T15:03:48.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-22T15:03:48.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2020-07-22T15:03:48.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-22T15:03:49.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.017s coverage: 89.8% of statements [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-22T15:03:49.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-22T15:03:49.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.020s coverage: 100.0% of statements [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-22T15:03:49.571Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-22T15:03:49.571Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.006s coverage: 58.8% of statements [2020-07-22T15:03:52.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.065s coverage: 63.5% of statements [2020-07-22T15:03:52.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-22T15:03:52.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-22T15:03:52.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements [2020-07-22T15:03:52.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.164s coverage: 55.9% of statements [2020-07-22T15:03:52.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-22T15:03:52.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-22T15:03:52.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-22T15:03:52.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-22T15:03:53.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 1.565s coverage: 86.3% of statements [2020-07-22T15:03:53.584Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-22T15:03:53.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.335s coverage: 72.2% of statements [2020-07-22T15:03:53.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.101s coverage: 72.1% of statements [2020-07-22T15:03:53.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.030s coverage: 82.4% of statements [2020-07-22T15:03:54.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements [2020-07-22T15:03:54.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-22T15:03:54.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-22T15:03:54.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-22T15:03:54.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.007s coverage: 28.8% of statements [2020-07-22T15:03:54.189Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-22T15:03:54.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.037s coverage: 96.8% of statements [2020-07-22T15:03:54.458Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-22T15:03:55.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.054s coverage: 26.9% of statements [2020-07-22T15:03:55.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-22T15:03:55.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-22T15:03:55.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.126s coverage: 84.1% of statements [2020-07-22T15:03:55.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements [2020-07-22T15:03:55.967Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 43.1% of statements [2020-07-22T15:03:55.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-22T15:03:55.967Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-22T15:03:56.557Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.033s coverage: 100.0% of statements [2020-07-22T15:03:56.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-22T15:03:56.557Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.030s coverage: 83.8% of statements [2020-07-22T15:03:56.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-22T15:03:58.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.022s coverage: 45.9% of statements [2020-07-22T15:03:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-22T15:03:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-22T15:03:58.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.038s coverage: 100.0% of statements [2020-07-22T15:03:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-22T15:03:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-22T15:03:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-22T15:03:58.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2020-07-22T15:03:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-22T15:03:58.529Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.032s coverage: 100.0% of statements [2020-07-22T15:03:58.529Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-22T15:03:59.521Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.047s coverage: 29.1% of statements [2020-07-22T15:03:59.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-22T15:03:59.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-22T15:03:59.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-22T15:03:59.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-22T15:03:59.521Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-22T15:03:59.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements [2020-07-22T15:03:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-22T15:03:59.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.014s coverage: 100.0% of statements [2020-07-22T15:03:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-22T15:03:59.791Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2020-07-22T15:03:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-22T15:04:00.384Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements [2020-07-22T15:04:00.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-22T15:04:00.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-22T15:04:00.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-22T15:04:00.384Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-22T15:04:00.652Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-07-22T15:04:00.652Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-22T15:04:00.652Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-22T15:04:01.011Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2020-07-22T15:04:01.011Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-07-22T15:04:01.293Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-22T15:04:01.574Z] GO111MODULE=on go vet ./... [2020-07-22T15:04:08.233Z] gofmt -l . [2020-07-22T15:04:08.233Z] [ "`gofmt -l .`" = "" ] [2020-07-22T15:04:08.501Z] ./bin/test-go-mod-tidy.sh [2020-07-22T15:04:09.085Z] ./bin/test-attribution-txt.sh [2020-07-22T15:04:10.474Z] docker run --rm --privileged \ [2020-07-22T15:04:10.474Z] -v /w/workspace/edgex-go/4:/raml-verification -w /raml-verification \ [2020-07-22T15:04:10.474Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-22T15:04:10.474Z] /scripts/raml-verify.sh [2020-07-22T15:04:11.048Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-22T15:04:11.048Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-22T15:04:11.048Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-22T15:04:11.048Z] bd07af9ed1a4: Pulling fs layer [2020-07-22T15:04:11.048Z] 3556ccf180b2: Pulling fs layer [2020-07-22T15:04:11.048Z] 089d4748da74: Pulling fs layer [2020-07-22T15:04:11.048Z] c6eb57c77bc5: Pulling fs layer [2020-07-22T15:04:11.048Z] 0364d5097239: Pulling fs layer [2020-07-22T15:04:11.048Z] 089d4748da74: Waiting [2020-07-22T15:04:11.048Z] c6eb57c77bc5: Waiting [2020-07-22T15:04:11.048Z] 0364d5097239: Waiting [2020-07-22T15:04:11.048Z] 3556ccf180b2: Verifying Checksum [2020-07-22T15:04:11.048Z] 3556ccf180b2: Download complete [2020-07-22T15:04:11.048Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-22T15:04:11.048Z] cbdbe7a5bc2a: Download complete [2020-07-22T15:04:11.048Z] 089d4748da74: Verifying Checksum [2020-07-22T15:04:11.048Z] 089d4748da74: Download complete [2020-07-22T15:04:11.048Z] 0364d5097239: Verifying Checksum [2020-07-22T15:04:11.048Z] 0364d5097239: Download complete [2020-07-22T15:04:11.048Z] c6eb57c77bc5: Verifying Checksum [2020-07-22T15:04:11.048Z] c6eb57c77bc5: Download complete [2020-07-22T15:04:11.312Z] bd07af9ed1a4: Verifying Checksum [2020-07-22T15:04:11.312Z] bd07af9ed1a4: Download complete [2020-07-22T15:04:11.312Z] cbdbe7a5bc2a: Pull complete [2020-07-22T15:04:13.238Z] bd07af9ed1a4: Pull complete [2020-07-22T15:04:13.499Z] 3556ccf180b2: Pull complete [2020-07-22T15:04:13.759Z] 089d4748da74: Pull complete [2020-07-22T15:04:15.141Z] c6eb57c77bc5: Pull complete [2020-07-22T15:04:15.402Z] 0364d5097239: Pull complete [2020-07-22T15:04:15.402Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-22T15:04:15.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-22T15:04:17.938Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-596 in /w/workspace/edgexfoundry_edgex-go_PR-2634 [Pipeline] { [Pipeline] ws [2020-07-22T15:04:17.981Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-07-22T15:04:22.826Z] using credential edgex-jenkins-ssh [2020-07-22T15:04:22.888Z] Cloning the remote Git repository [2020-07-22T15:04:22.888Z] Cloning with configured refspecs honoured and without tags [2020-07-22T15:04:22.983Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-22T15:04:23.087Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-07-22T15:04:23.153Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-22T15:04:23.154Z] > git --version # timeout=10 [2020-07-22T15:04:23.173Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T15:04:23.241Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2634/head:refs/remotes/origin/PR-2634 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T15:04:25.418Z] Verifying ./api/raml/core-command.raml... [2020-07-22T15:04:25.418Z] OK [2020-07-22T15:04:25.418Z] Verifying ./api/raml/core-data.raml... [2020-07-22T15:04:25.992Z] OK [2020-07-22T15:04:25.992Z] Verifying ./api/raml/core-metadata.raml... [2020-07-22T15:04:27.908Z] OK [2020-07-22T15:04:27.908Z] Verifying ./api/raml/support-logging.raml... [2020-07-22T15:04:28.480Z] OK [2020-07-22T15:04:28.480Z] Verifying ./api/raml/support-notifications.raml... [2020-07-22T15:04:29.430Z] OK [2020-07-22T15:04:29.430Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-22T15:04:30.370Z] OK [2020-07-22T15:04:30.370Z] Verifying ./api/raml/system-agent.raml... [2020-07-22T15:04:30.942Z] OK [Pipeline] sh [2020-07-22T15:04:31.501Z] + ls -al . [2020-07-22T15:04:31.501Z] total 556 [2020-07-22T15:04:31.501Z] drwxrwxr-x 10 1001 1001 4096 Jul 22 15:04 . [2020-07-22T15:04:31.501Z] drwxr-xr-x 4 root root 28 Jul 22 15:03 .. [2020-07-22T15:04:31.501Z] -rw-rw-r-- 1 1001 1001 11 Jul 22 15:01 .dockerignore [2020-07-22T15:04:31.501Z] drwxrwxr-x 8 1001 1001 179 Jul 22 15:01 .git [2020-07-22T15:04:31.501Z] drwxrwxr-x 3 1001 1001 60 Jul 22 15:01 .github [2020-07-22T15:04:31.501Z] -rw-rw-r-- 1 1001 1001 924 Jul 22 15:01 .gitignore [2020-07-22T15:04:31.501Z] drwx------ 3 1001 1001 47 Jul 22 15:01 .semver [2020-07-22T15:04:31.501Z] -rw-rw-r-- 1 1001 1001 178 Jul 22 15:01 .sonarcloud.properties [2020-07-22T15:04:31.502Z] -rw-rw-r-- 1 1001 1001 3804 Jul 22 15:01 CONTRIBUTING.md [2020-07-22T15:04:31.502Z] -rw-rw-r-- 1 1001 1001 1035 Jul 22 15:01 Dockerfile.build [2020-07-22T15:04:31.502Z] -rw-rw-r-- 1 1001 1001 824 Jul 22 15:01 Jenkinsfile [2020-07-22T15:04:31.502Z] -rw-rw-r-- 1 1001 1001 10775 Jul 22 15:01 LICENSE [2020-07-22T15:04:31.502Z] -rw-rw-r-- 1 1001 1001 6417 Jul 22 15:01 Makefile [2020-07-22T15:04:31.502Z] -rw-rw-r-- 1 1001 1001 5652 Jul 22 15:01 README.md [2020-07-22T15:04:31.502Z] -rw-rw-r-- 1 1001 1001 7111 Jul 22 15:01 SECURITY.md [2020-07-22T15:04:31.502Z] -rw-rw-r-- 1 1001 1001 5 Jul 22 15:02 VERSION [2020-07-22T15:04:31.502Z] -rw-rw-r-- 1 1001 1001 4131 Jul 22 15:01 ZMQWindows.md [2020-07-22T15:04:31.502Z] drwxrwxr-x 4 1001 1001 33 Jul 22 15:01 api [2020-07-22T15:04:31.502Z] drwxrwxr-x 2 1001 1001 117 Jul 22 15:01 bin [2020-07-22T15:04:31.502Z] drwxrwxr-x 15 1001 1001 4096 Jul 22 15:01 cmd [2020-07-22T15:04:31.502Z] -rw-r--r-- 1 root root 456067 Jul 22 15:04 coverage.out [2020-07-22T15:04:31.502Z] -rw-r--r-- 1 root root 1019 Jul 22 15:04 go.mod [2020-07-22T15:04:31.502Z] -rw-r--r-- 1 root root 18146 Jul 22 15:04 go.sum [2020-07-22T15:04:31.502Z] drwxrwxr-x 8 1001 1001 127 Jul 22 15:01 internal [2020-07-22T15:04:31.502Z] drwxrwxr-x 4 1001 1001 71 Jul 22 15:01 snap [2020-07-22T15:04:31.502Z] -rw-rw-r-- 1 1001 1001 168 Jul 22 15:01 version.go [Pipeline] sh [2020-07-22T15:04:31.796Z] + '[' -e coverage.out ] [2020-07-22T15:04:31.796Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-22T15:04:31.952Z] Stashed 1 file(s) [Pipeline] sh [2020-07-22T15:04:32.248Z] + make build [2020-07-22T15:04:32.248Z] 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-22T15:04:38.838Z] Fetching without tags [2020-07-22T15:04:38.913Z] 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-22T15:04:39.378Z] Merging remotes/origin/master commit 98f202b9c718295929a9c333e58cdf53ea3a53cb into PR head commit 63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:04:39.853Z] Merge succeeded, producing 63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:04:39.853Z] Checking out Revision 63afee67c6f71b5b2946b95519234ab665f55dca (PR-2634) [2020-07-22T15:04:38.758Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-22T15:04:38.776Z] > git config --add remote.origin.fetch +refs/pull/2634/head:refs/remotes/origin/PR-2634 # timeout=10 [2020-07-22T15:04:38.794Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T15:04:38.819Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-22T15:04:38.846Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-22T15:04:38.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T15:04:38.859Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2634/head:refs/remotes/origin/PR-2634 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T15:04:39.395Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T15:04:39.415Z] > git checkout -f 63afee67c6f71b5b2946b95519234ab665f55dca # timeout=10 [2020-07-22T15:04:39.709Z] > git remote # timeout=10 [2020-07-22T15:04:39.733Z] > git config --get remote.origin.url # timeout=10 [2020-07-22T15:04:39.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T15:04:39.802Z] > git merge 98f202b9c718295929a9c333e58cdf53ea3a53cb # timeout=10 [2020-07-22T15:04:39.831Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-22T15:04:39.856Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T15:04:39.876Z] > git checkout -f 63afee67c6f71b5b2946b95519234ab665f55dca # timeout=10 [2020-07-22T15:04:42.232Z] 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-22T15:04:43.631Z] 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-22T15:04:44.266Z] Commit message: "build: Migrate to new edgeXBuildParallel function" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-22T15:04:45.547Z] 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-22T15:04:46.995Z] 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-22T15:04:47.617Z] 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-22T15:04:49.019Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-22T15:04:50.935Z] 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-22T15:04:51.880Z] 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-22T15:04:53.312Z] 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-22T15:04:54.708Z] 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-22T15:04:56.112Z] 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] echo [2020-07-22T15:04:56.764Z] ========================================================= [2020-07-22T15:04:56.764Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-22T15:04:56.764Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2020-07-22T15:04:57.435Z] $ docker stop --time=1 7ff525c71b1f00e46111ca27556086cc2e2404d7b71e06d486bb7d65dc297ebe [2020-07-22T15:04:57.724Z] + 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-22T15:04:59.001Z] $ docker rm -f 7ff525c71b1f00e46111ca27556086cc2e2404d7b71e06d486bb7d65dc297ebe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T15:05:00.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-22T15:05:00.404Z] [2020-07-22T15:05:00.404Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T15:05:00.752Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-22T15:05:00.752Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-22T15:05:00.752Z] cbdbe7a5bc2a: Already exists [2020-07-22T15:05:00.752Z] ca9280d653b3: Pulling fs layer [2020-07-22T15:05:00.752Z] 7e9c9ca2126c: Pulling fs layer [2020-07-22T15:05:01.015Z] ca9280d653b3: Download complete [2020-07-22T15:05:01.967Z] 7e9c9ca2126c: Verifying Checksum [2020-07-22T15:05:01.967Z] 7e9c9ca2126c: Download complete [2020-07-22T15:05:01.967Z] ca9280d653b3: Pull complete [2020-07-22T15:05:02.041Z] Sending build context to Docker daemon 323.1MB [2020-07-22T15:05:02.041Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-22T15:05:02.041Z] Step 2/7 : FROM ${BASE} [2020-07-22T15:05:02.313Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-22T15:05:02.313Z] b538f80385f9: Pulling fs layer [2020-07-22T15:05:02.313Z] 74f711af9a0d: Pulling fs layer [2020-07-22T15:05:02.313Z] 99f96fe45779: Pulling fs layer [2020-07-22T15:05:02.313Z] fd7a069fd194: Pulling fs layer [2020-07-22T15:05:02.313Z] 66aa3694b03b: Pulling fs layer [2020-07-22T15:05:02.313Z] 170f70906a0f: Pulling fs layer [2020-07-22T15:05:02.313Z] ad7c5574e4b9: Pulling fs layer [2020-07-22T15:05:02.313Z] e772456be8f7: Pulling fs layer [2020-07-22T15:05:02.313Z] c890913d741a: Pulling fs layer [2020-07-22T15:05:02.313Z] 2480fcc9aa5a: Pulling fs layer [2020-07-22T15:05:02.313Z] 09adf4765672: Pulling fs layer [2020-07-22T15:05:02.313Z] 66aa3694b03b: Waiting [2020-07-22T15:05:02.313Z] fd7a069fd194: Waiting [2020-07-22T15:05:02.313Z] 170f70906a0f: Waiting [2020-07-22T15:05:02.313Z] 2480fcc9aa5a: Waiting [2020-07-22T15:05:02.313Z] ad7c5574e4b9: Waiting [2020-07-22T15:05:02.313Z] 09adf4765672: Waiting [2020-07-22T15:05:02.313Z] e772456be8f7: Waiting [2020-07-22T15:05:02.313Z] c890913d741a: Waiting [2020-07-22T15:05:02.313Z] 99f96fe45779: Verifying Checksum [2020-07-22T15:05:02.313Z] 74f711af9a0d: Verifying Checksum [2020-07-22T15:05:02.313Z] 74f711af9a0d: Download complete [2020-07-22T15:05:02.591Z] 66aa3694b03b: Verifying Checksum [2020-07-22T15:05:02.591Z] 66aa3694b03b: Download complete [2020-07-22T15:05:02.591Z] 170f70906a0f: Download complete [2020-07-22T15:05:02.591Z] b538f80385f9: Verifying Checksum [2020-07-22T15:05:02.591Z] b538f80385f9: Download complete [2020-07-22T15:05:03.198Z] b538f80385f9: Pull complete [2020-07-22T15:05:03.799Z] 74f711af9a0d: Pull complete [2020-07-22T15:05:04.077Z] 99f96fe45779: Pull complete [2020-07-22T15:05:05.517Z] ad7c5574e4b9: Verifying Checksum [2020-07-22T15:05:05.517Z] ad7c5574e4b9: Download complete [2020-07-22T15:05:05.517Z] c890913d741a: Verifying Checksum [2020-07-22T15:05:05.517Z] c890913d741a: Download complete [2020-07-22T15:05:07.501Z] e772456be8f7: Verifying Checksum [2020-07-22T15:05:07.501Z] e772456be8f7: Download complete [2020-07-22T15:05:07.501Z] 09adf4765672: Download complete [2020-07-22T15:05:07.501Z] 2480fcc9aa5a: Verifying Checksum [2020-07-22T15:05:07.501Z] 2480fcc9aa5a: Download complete [2020-07-22T15:05:07.773Z] fd7a069fd194: Verifying Checksum [2020-07-22T15:05:07.773Z] fd7a069fd194: Download complete [2020-07-22T15:05:08.582Z] 7e9c9ca2126c: Pull complete [2020-07-22T15:05:08.844Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-22T15:05:08.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-22T15:05:08.844Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-22T15:05:08.989Z] prd-centos7-docker-4c-2g-594 does not seem to be running inside a container [2020-07-22T15:05:09.028Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-22T15:05:11.668Z] $ docker top 76163443a7942c39ddaa123f2037391122a000eacffc50b8d276b437c6e19111 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T15:05:12.218Z] + docker-compose build --help [2020-07-22T15:05:12.218Z] + grep parallel [2020-07-22T15:05:13.160Z] --parallel Build images in parallel. [Pipeline] } [2020-07-22T15:05:13.168Z] $ docker stop --time=1 76163443a7942c39ddaa123f2037391122a000eacffc50b8d276b437c6e19111 [2020-07-22T15:05:14.536Z] $ docker rm -f 76163443a7942c39ddaa123f2037391122a000eacffc50b8d276b437c6e19111 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T15:05:15.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-22T15:05:15.410Z] . [Pipeline] withDockerContainer [2020-07-22T15:05:15.505Z] prd-centos7-docker-4c-2g-594 does not seem to be running inside a container [2020-07-22T15:05:15.546Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-22T15:05:16.122Z] $ docker top a3a58da4f5e6cb23810062e189c5cb3fa591b93eb2e43cdc17ae3544543c1768 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T15:05:16.693Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-22T15:05:17.662Z] Building docker-core-command-go ... [2020-07-22T15:05:17.662Z] Building docker-core-data-go ... [2020-07-22T15:05:17.662Z] Building docker-core-metadata-go ... [2020-07-22T15:05:17.662Z] Building docker-security-proxy-setup-go ... [2020-07-22T15:05:17.662Z] Building docker-security-secrets-setup-go ... [2020-07-22T15:05:17.662Z] Building docker-security-secretstore-setup-go ... [2020-07-22T15:05:17.662Z] Building docker-support-logging-go ... [2020-07-22T15:05:17.662Z] Building docker-support-notifications-go ... [2020-07-22T15:05:17.662Z] Building docker-support-scheduler-go ... [2020-07-22T15:05:17.662Z] Building docker-sys-mgmt-agent-go ... [2020-07-22T15:05:17.662Z] Building docker-security-secretstore-setup-go [2020-07-22T15:05:17.662Z] Building docker-security-secrets-setup-go [2020-07-22T15:05:17.662Z] Building docker-sys-mgmt-agent-go [2020-07-22T15:05:17.662Z] Building docker-support-notifications-go [2020-07-22T15:05:17.662Z] Building docker-core-command-go [2020-07-22T15:05:20.191Z] fd7a069fd194: Pull complete [2020-07-22T15:05:20.191Z] 66aa3694b03b: Pull complete [2020-07-22T15:05:20.191Z] 170f70906a0f: Pull complete [2020-07-22T15:05:23.599Z] ad7c5574e4b9: Pull complete [2020-07-22T15:05:27.924Z] e772456be8f7: Pull complete [2020-07-22T15:05:28.199Z] c890913d741a: Pull complete [2020-07-22T15:05:30.834Z] 2480fcc9aa5a: Pull complete [2020-07-22T15:05:30.834Z] 09adf4765672: Pull complete [2020-07-22T15:05:30.834Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-22T15:05:31.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-22T15:05:31.105Z] ---> 2248a725d1cf [2020-07-22T15:05:31.105Z] 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-22T15:05:37.813Z] ---> Running in 3157cb784fb9 [2020-07-22T15:05:39.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:05:40.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:05:41.187Z] (1/12) Installing libmagic (5.38-r0) [2020-07-22T15:05:41.457Z] (2/12) Installing file (5.38-r0) [2020-07-22T15:05:41.457Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-22T15:05:41.726Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-22T15:05:47.098Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-22T15:05:47.098Z] (6/12) Installing patch (2.7.6-r6) [2020-07-22T15:05:47.098Z] (7/12) Installing build-base (0.5-r2) [2020-07-22T15:05:47.098Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-22T15:05:47.098Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-22T15:05:47.098Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-22T15:05:47.098Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-22T15:05:47.098Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-22T15:05:47.098Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:05:47.098Z] OK: 217 MiB in 51 packages [2020-07-22T15:05:49.837Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:05:49.837Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:05:49.837Z] ---> f829f8506af6 [2020-07-22T15:05:49.837Z] Step 3/26 : WORKDIR /edgex-go [2020-07-22T15:05:49.837Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:05:49.837Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:05:49.837Z] ---> f829f8506af6 [2020-07-22T15:05:49.837Z] Step 3/23 : WORKDIR /edgex-go [2020-07-22T15:05:49.837Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:05:49.837Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:05:49.837Z] ---> f829f8506af6 [2020-07-22T15:05:49.837Z] Step 3/26 : WORKDIR /edgex-go [2020-07-22T15:05:49.837Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:05:49.837Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-22T15:05:49.837Z] ---> f829f8506af6 [2020-07-22T15:05:49.837Z] Step 3/29 : WORKDIR /edgex-go [2020-07-22T15:05:49.837Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:05:49.837Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:05:49.837Z] ---> f829f8506af6 [2020-07-22T15:05:49.837Z] Step 3/21 : WORKDIR /edgex-go [2020-07-22T15:05:50.784Z] ---> Running in b76c66b2bd19 [2020-07-22T15:05:50.784Z] ---> Running in a0ccdd28ecdb [2020-07-22T15:05:50.784Z] ---> Running in c3240c527540 [2020-07-22T15:05:50.784Z] ---> Running in a8445653cd3b [2020-07-22T15:05:50.784Z] ---> Running in b52b75691a8c [2020-07-22T15:05:51.045Z] Removing intermediate container c3240c527540 [2020-07-22T15:05:51.045Z] ---> 78ee6d5b4b8b [2020-07-22T15:05:51.045Z] Step 4/29 : RUN apk update && apk add make git [2020-07-22T15:05:51.045Z] Removing intermediate container b52b75691a8c [2020-07-22T15:05:51.045Z] ---> b96d9abe66fe [2020-07-22T15:05:51.045Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:05:51.045Z] Removing intermediate container a8445653cd3b [2020-07-22T15:05:51.045Z] ---> 2b3ba5de7515 [2020-07-22T15:05:51.045Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:05:51.045Z] Removing intermediate container a0ccdd28ecdb [2020-07-22T15:05:51.045Z] ---> a5ec1c97b955 [2020-07-22T15:05:51.045Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:05:51.045Z] Removing intermediate container b76c66b2bd19 [2020-07-22T15:05:51.045Z] ---> d6fb9601ddca [2020-07-22T15:05:51.045Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:05:51.309Z] ---> Running in 49075cb913ee [2020-07-22T15:05:51.309Z] ---> Running in f91512a4eb98 [2020-07-22T15:05:51.309Z] ---> Running in e4cb791b7c9e [2020-07-22T15:05:51.309Z] ---> Running in c08efb6bfc1e [2020-07-22T15:05:51.309Z] ---> Running in 12bcb387cba2 [2020-07-22T15:05:51.391Z] Removing intermediate container 3157cb784fb9 [2020-07-22T15:05:51.391Z] ---> b2de0dffcd57 [2020-07-22T15:05:51.391Z] Step 4/7 : WORKDIR /edgex-go [2020-07-22T15:05:51.391Z] ---> Running in 78122fd816b1 [2020-07-22T15:05:51.661Z] Removing intermediate container 78122fd816b1 [2020-07-22T15:05:51.661Z] ---> b14ed652b0fc [2020-07-22T15:05:51.661Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-22T15:05:51.930Z] latest: Pulling from library/docker [2020-07-22T15:05:52.202Z] b538f80385f9: Already exists [2020-07-22T15:05:52.202Z] 259a493cd78d: Pulling fs layer [2020-07-22T15:05:52.202Z] b8e66b5100f5: Pulling fs layer [2020-07-22T15:05:52.202Z] 39dc9c94d07c: Pulling fs layer [2020-07-22T15:05:52.202Z] 551b823b3b82: Pulling fs layer [2020-07-22T15:05:52.202Z] 3c52a74df98c: Pulling fs layer [2020-07-22T15:05:52.202Z] 6c9b121b6998: Pulling fs layer [2020-07-22T15:05:52.202Z] 551b823b3b82: Waiting [2020-07-22T15:05:52.202Z] 3c52a74df98c: Waiting [2020-07-22T15:05:52.202Z] 6c9b121b6998: Waiting [2020-07-22T15:05:52.202Z] b8e66b5100f5: Verifying Checksum [2020-07-22T15:05:52.202Z] b8e66b5100f5: Download complete [2020-07-22T15:05:52.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:05:52.478Z] 259a493cd78d: Verifying Checksum [2020-07-22T15:05:52.478Z] 259a493cd78d: Download complete [2020-07-22T15:05:52.478Z] 551b823b3b82: Verifying Checksum [2020-07-22T15:05:52.478Z] 551b823b3b82: Download complete [2020-07-22T15:05:52.755Z] 3c52a74df98c: Verifying Checksum [2020-07-22T15:05:52.755Z] 3c52a74df98c: Download complete [2020-07-22T15:05:52.755Z] 6c9b121b6998: Verifying Checksum [2020-07-22T15:05:52.755Z] 6c9b121b6998: Download complete [2020-07-22T15:05:52.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:05:53.353Z] 259a493cd78d: Pull complete [2020-07-22T15:05:53.409Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:05:53.409Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:05:53.409Z] OK: 12749 distinct packages available [2020-07-22T15:05:53.409Z] Removing intermediate container 49075cb913ee [2020-07-22T15:05:53.409Z] ---> 0e68e4049d57 [2020-07-22T15:05:53.409Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-22T15:05:53.627Z] b8e66b5100f5: Pull complete [2020-07-22T15:05:53.627Z] 39dc9c94d07c: Verifying Checksum [2020-07-22T15:05:53.627Z] 39dc9c94d07c: Download complete [2020-07-22T15:05:53.669Z] ---> Running in bed77af5e095 [2020-07-22T15:05:53.670Z] OK: 233 MiB in 51 packages [2020-07-22T15:05:53.670Z] Removing intermediate container e4cb791b7c9e [2020-07-22T15:05:53.670Z] ---> 249d9c62a4d3 [2020-07-22T15:05:53.670Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-22T15:05:53.930Z] ---> Running in 0ed53da5ae16 [2020-07-22T15:05:54.191Z] Removing intermediate container c08efb6bfc1e [2020-07-22T15:05:54.191Z] ---> 768979ecebe9 [2020-07-22T15:05:54.191Z] Step 5/21 : RUN apk update && apk add make git [2020-07-22T15:05:54.191Z] Removing intermediate container 12bcb387cba2 [2020-07-22T15:05:54.191Z] ---> 14b0d19ee46c [2020-07-22T15:05:54.191Z] Step 5/26 : RUN apk update && apk add make git [2020-07-22T15:05:54.451Z] ---> Running in 9c20aac912bc [2020-07-22T15:05:54.452Z] ---> Running in 8a62deb87fe9 [2020-07-22T15:05:54.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:05:54.715Z] Removing intermediate container f91512a4eb98 [2020-07-22T15:05:54.715Z] ---> b2d518f152bd [2020-07-22T15:05:54.715Z] Step 5/29 : COPY go.mod . [2020-07-22T15:05:54.976Z] ---> d4f300b34f0f [2020-07-22T15:05:54.976Z] Step 6/29 : RUN go mod download [2020-07-22T15:05:55.240Z] ---> Running in 1101f49cef0d [2020-07-22T15:05:55.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:05:55.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:05:55.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:05:55.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:05:55.771Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:05:55.771Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:05:55.771Z] OK: 12749 distinct packages available [2020-07-22T15:05:55.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:05:56.031Z] OK: 233 MiB in 51 packages [2020-07-22T15:05:56.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:05:56.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:05:56.292Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:05:56.292Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:05:56.292Z] OK: 12749 distinct packages available [2020-07-22T15:05:56.577Z] Removing intermediate container bed77af5e095 [2020-07-22T15:05:56.577Z] ---> 7a12c772b817 [2020-07-22T15:05:56.577Z] Step 6/26 : COPY go.mod . [2020-07-22T15:05:56.577Z] OK: 233 MiB in 51 packages [2020-07-22T15:05:56.860Z] Removing intermediate container 1101f49cef0d [2020-07-22T15:05:56.860Z] ---> aa0d4e92c42b [2020-07-22T15:05:56.860Z] Step 7/29 : COPY . . [2020-07-22T15:05:56.860Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:05:56.860Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:05:56.860Z] OK: 12749 distinct packages available [2020-07-22T15:05:56.860Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:05:56.860Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:05:56.860Z] OK: 12749 distinct packages available [2020-07-22T15:05:56.860Z] ---> d9595d8fabcc [2020-07-22T15:05:56.860Z] Step 7/26 : RUN go mod download [2020-07-22T15:05:57.012Z] 39dc9c94d07c: Pull complete [2020-07-22T15:05:57.012Z] 551b823b3b82: Pull complete [2020-07-22T15:05:57.126Z] ---> Running in eea5532e1b45 [2020-07-22T15:05:57.126Z] OK: 233 MiB in 51 packages [2020-07-22T15:05:57.126Z] OK: 233 MiB in 51 packages [2020-07-22T15:05:57.283Z] 3c52a74df98c: Pull complete [2020-07-22T15:05:57.554Z] 6c9b121b6998: Pull complete [2020-07-22T15:05:57.827Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-22T15:05:57.827Z] Status: Downloaded newer image for docker:latest [2020-07-22T15:05:59.686Z] Removing intermediate container 0ed53da5ae16 [2020-07-22T15:05:59.686Z] ---> 9c18b63cb8eb [2020-07-22T15:05:59.686Z] Step 6/23 : COPY go.mod . [2020-07-22T15:06:01.077Z] ---> 8a6675bcd64f [2020-07-22T15:06:01.077Z] Step 7/23 : RUN go mod download [2020-07-22T15:06:01.210Z] ---> 79ac7b0788e2 [2020-07-22T15:06:01.210Z] Step 6/7 : COPY go.mod . [2020-07-22T15:06:02.027Z] Removing intermediate container 9c20aac912bc [2020-07-22T15:06:02.027Z] ---> 59d4877c9e73 [2020-07-22T15:06:02.027Z] Step 6/21 : COPY go.mod . [2020-07-22T15:06:02.027Z] ---> Running in 9c16e67d1959 [2020-07-22T15:06:02.027Z] Removing intermediate container 8a62deb87fe9 [2020-07-22T15:06:02.027Z] ---> 17a64e52bf9f [2020-07-22T15:06:02.027Z] Step 6/26 : COPY go.mod . [2020-07-22T15:06:02.186Z] ---> c37ddad645b0 [2020-07-22T15:06:02.186Z] Step 7/7 : RUN go mod download [2020-07-22T15:06:02.186Z] ---> Running in 93d23c952851 [2020-07-22T15:06:03.418Z] ---> 9475cdb46650 [2020-07-22T15:06:03.418Z] Step 7/26 : RUN go mod download [2020-07-22T15:06:03.418Z] ---> 3d1a95dc312d [2020-07-22T15:06:03.418Z] Step 7/21 : RUN go mod download [2020-07-22T15:06:03.418Z] Removing intermediate container eea5532e1b45 [2020-07-22T15:06:03.418Z] ---> 0f26356f760c [2020-07-22T15:06:03.418Z] Step 8/26 : COPY . . [2020-07-22T15:06:04.370Z] ---> Running in 6bde06f02130 [2020-07-22T15:06:04.370Z] ---> Running in 2fb604985e5a [2020-07-22T15:06:05.561Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-22T15:06:05.562Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T15:06:05.562Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-22T15:06:05.562Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T15:06:05.562Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T15:06:05.562Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T15:06:05.562Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T15:06:05.562Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T15:06:05.562Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-22T15:06:05.562Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T15:06:05.562Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-22T15:06:05.562Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-22T15:06:05.562Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T15:06:05.562Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T15:06:05.562Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T15:06:05.562Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-22T15:06:05.562Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-22T15:06:05.562Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T15:06:05.562Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T15:06:05.562Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-22T15:06:05.562Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T15:06:05.562Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-22T15:06:05.562Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T15:06:05.562Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T15:06:05.562Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-22T15:06:05.562Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T15:06:05.562Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-22T15:06:05.562Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-22T15:06:05.833Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T15:06:05.833Z] go: finding github.com/google/uuid v1.1.0 [2020-07-22T15:06:05.833Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T15:06:05.833Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T15:06:05.833Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T15:06:05.833Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T15:06:05.833Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T15:06:05.833Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T15:06:05.833Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T15:06:05.833Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T15:06:05.833Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T15:06:05.833Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T15:06:06.105Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T15:06:06.105Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T15:06:06.105Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T15:06:06.105Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T15:06:06.105Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T15:06:06.105Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T15:06:06.105Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T15:06:06.105Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T15:06:06.105Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-22T15:06:06.105Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-22T15:06:06.105Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T15:06:06.376Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-22T15:06:06.376Z] go: finding github.com/kr/pty v1.1.1 [2020-07-22T15:06:06.376Z] go: finding github.com/kr/text v0.1.0 [2020-07-22T15:06:06.376Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T15:06:06.376Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T15:06:06.376Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T15:06:06.376Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T15:06:06.376Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T15:06:06.376Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T15:06:06.376Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T15:06:06.376Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T15:06:06.647Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T15:06:06.647Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T15:06:06.647Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T15:06:06.647Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T15:06:06.647Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-22T15:06:06.647Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-22T15:06:06.647Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T15:06:06.647Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-22T15:06:06.647Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T15:06:06.647Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T15:06:06.917Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T15:06:06.917Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T15:06:06.917Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-22T15:06:06.917Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T15:06:06.917Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T15:06:06.917Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T15:06:06.917Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T15:06:06.917Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T15:06:06.917Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T15:06:06.917Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-22T15:06:06.917Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-22T15:06:06.917Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T15:06:07.189Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-22T15:06:07.189Z] go: finding golang.org/x/text v0.3.2 [2020-07-22T15:06:07.189Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-22T15:06:07.189Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-22T15:06:07.189Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-22T15:06:07.189Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-22T15:06:07.189Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-22T15:06:07.189Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T15:06:10.977Z] Removing intermediate container 9c16e67d1959 [2020-07-22T15:06:10.978Z] ---> 557b020074e7 [2020-07-22T15:06:10.978Z] Step 8/23 : COPY . . [2020-07-22T15:06:17.608Z] ---> 5ed861b38c0d [2020-07-22T15:06:17.608Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-22T15:06:19.008Z] ---> Running in 7e06cc5af007 [2020-07-22T15:06:19.269Z] Removing intermediate container 2fb604985e5a [2020-07-22T15:06:19.269Z] ---> 8b6e4ac61aac [2020-07-22T15:06:19.269Z] Step 8/21 : COPY . . [2020-07-22T15:06:19.545Z] Removing intermediate container 6bde06f02130 [2020-07-22T15:06:19.545Z] ---> 19f6147a946d [2020-07-22T15:06:19.545Z] Step 8/26 : COPY . . [2020-07-22T15:06:23.775Z] 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-22T15:06:25.623Z] Removing intermediate container 93d23c952851 [2020-07-22T15:06:25.623Z] ---> 447081f80b7f [2020-07-22T15:06:25.623Z] Successfully built 447081f80b7f [2020-07-22T15:06:25.623Z] 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-22T15:06:26.331Z] + docker inspect -f . ci-base-image-arm64 [2020-07-22T15:06:26.331Z] . [Pipeline] withDockerContainer [2020-07-22T15:06:26.608Z] prd-ubuntu18.04-docker-arm64-4c-16g-596 does not seem to be running inside a container [2020-07-22T15:06:26.686Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-22T15:06:28.140Z] $ docker top fc9cdd77caec62b9944e25f26e3cca837c667900a3343c88a4793b9af187febb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T15:06:29.150Z] + go version [2020-07-22T15:06:29.150Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-22T15:06:29.170Z] ========================================================= [2020-07-22T15:06:29.170Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-22T15:06:29.170Z] ========================================================= [Pipeline] sh [2020-07-22T15:06:29.819Z] + make test raml_verify [2020-07-22T15:06:29.819Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-22T15:06:32.467Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-22T15:06:33.878Z] ---> 88d9f3c11882 [2020-07-22T15:06:33.878Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-22T15:06:36.653Z] ---> Running in 50d5fa8dca8b [2020-07-22T15:06:36.653Z] ---> 75bd0574a9c9 [2020-07-22T15:06:36.653Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-22T15:06:37.694Z] ---> Running in 115a8d0a1301 [2020-07-22T15:06:38.672Z] 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-22T15:06:38.672Z] 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-22T15:06:46.901Z] ---> bfce966cabc3 [2020-07-22T15:06:46.901Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-22T15:06:46.901Z] ---> Running in 966f8288749a [2020-07-22T15:06:46.901Z] ---> 2691f43e343a [2020-07-22T15:06:46.901Z] 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-22T15:06:47.169Z] ---> Running in 8a57d3b74285 [2020-07-22T15:06:48.158Z] 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-22T15:06:48.158Z] 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-22T15:06:50.752Z] Removing intermediate container 7e06cc5af007 [2020-07-22T15:06:50.752Z] ---> 557f267e98e0 [2020-07-22T15:06:50.752Z] [2020-07-22T15:06:50.752Z] Step 9/29 : FROM alpine:latest [2020-07-22T15:06:50.752Z] latest: Pulling from library/alpine [2020-07-22T15:06:50.752Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-22T15:06:51.018Z] Status: Downloaded newer image for alpine:latest [2020-07-22T15:06:51.018Z] ---> a24bb4013296 [2020-07-22T15:06:51.018Z] 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-22T15:06:51.287Z] ---> Running in 56d3a4f520b2 [2020-07-22T15:06:51.567Z] Removing intermediate container 56d3a4f520b2 [2020-07-22T15:06:51.567Z] ---> 842e3ac7a49a [2020-07-22T15:06:51.567Z] Step 11/29 : USER root [2020-07-22T15:06:51.567Z] ---> Running in a8c48de40c15 [2020-07-22T15:06:51.838Z] Removing intermediate container a8c48de40c15 [2020-07-22T15:06:51.838Z] ---> 290e8592f841 [2020-07-22T15:06:51.838Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-22T15:06:51.838Z] ---> Running in 13a01031740e [2020-07-22T15:06:52.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:06:52.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:06:53.086Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:06:53.086Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:06:53.086Z] OK: 12749 distinct packages available [2020-07-22T15:06:53.361Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-22T15:06:53.361Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-22T15:06:53.361Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:06:53.635Z] Executing ca-certificates-20191127-r4.trigger [2020-07-22T15:06:53.635Z] OK: 6 MiB in 16 packages [2020-07-22T15:06:55.583Z] Removing intermediate container 13a01031740e [2020-07-22T15:06:55.583Z] ---> 73cab3f24bfb [2020-07-22T15:06:55.583Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-22T15:06:55.850Z] ---> Running in 1879c83483b9 [2020-07-22T15:06:56.116Z] Removing intermediate container 1879c83483b9 [2020-07-22T15:06:56.116Z] ---> a5810c25a1fa [2020-07-22T15:06:56.116Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-22T15:06:56.384Z] ---> Running in 81b27ff023e2 [2020-07-22T15:06:56.655Z] Removing intermediate container 81b27ff023e2 [2020-07-22T15:06:56.655Z] ---> 3fdde076680e [2020-07-22T15:06:56.655Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-22T15:06:56.655Z] ---> Running in fd08b74a6721 [2020-07-22T15:06:58.635Z] Removing intermediate container fd08b74a6721 [2020-07-22T15:06:58.635Z] ---> 8734a81baf8d [2020-07-22T15:06:58.635Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-22T15:07:00.047Z] ---> 56f94df0c3b2 [2020-07-22T15:07:00.047Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-22T15:07:00.309Z] ---> f4298b6f1101 [2020-07-22T15:07:00.309Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-22T15:07:00.889Z] ---> cc3b38798ff9 [2020-07-22T15:07:00.889Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-22T15:07:01.491Z] ---> 1e2e3e9c282e [2020-07-22T15:07:01.491Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-22T15:07:03.474Z] ---> f27d0325cdad [2020-07-22T15:07:03.474Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-22T15:07:03.474Z] ---> Running in dd7ed40bbf0f [2020-07-22T15:07:04.858Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-22T15:07:07.759Z] Removing intermediate container dd7ed40bbf0f [2020-07-22T15:07:07.759Z] ---> 65580a7c062a [2020-07-22T15:07:07.759Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-22T15:07:07.759Z] Removing intermediate container 50d5fa8dca8b [2020-07-22T15:07:07.759Z] ---> 7536c82fdec9 [2020-07-22T15:07:07.759Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-22T15:07:07.759Z] ---> Running in da4d93173800 [2020-07-22T15:07:07.759Z] ---> 529f8faa339f [2020-07-22T15:07:07.759Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-22T15:07:08.036Z] ---> Running in 712dbd97bf52 [2020-07-22T15:07:08.653Z] 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-22T15:07:11.223Z] 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-22T15:07:11.223Z] Removing intermediate container 115a8d0a1301 [2020-07-22T15:07:11.223Z] ---> f1432cb7e32d [2020-07-22T15:07:11.223Z] [2020-07-22T15:07:11.223Z] Step 10/23 : FROM scratch [2020-07-22T15:07:11.223Z] ---> [2020-07-22T15:07:11.223Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-22T15:07:11.511Z] ---> Running in 8586a981fb08 [2020-07-22T15:07:11.511Z] Removing intermediate container 712dbd97bf52 [2020-07-22T15:07:11.511Z] ---> 86d09cfe6346 [2020-07-22T15:07:11.511Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-22T15:07:11.511Z] Removing intermediate container 8586a981fb08 [2020-07-22T15:07:11.511Z] ---> f0fe64346710 [2020-07-22T15:07:11.511Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-22T15:07:11.511Z] ---> Running in ed60e21a33af [2020-07-22T15:07:11.802Z] ---> Running in e8b26664e46b [2020-07-22T15:07:12.080Z] Removing intermediate container e8b26664e46b [2020-07-22T15:07:12.080Z] ---> 4133a45cd950 [2020-07-22T15:07:12.080Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-22T15:07:12.356Z] ---> Running in 44adab274f8c [2020-07-22T15:07:12.935Z] Removing intermediate container 44adab274f8c [2020-07-22T15:07:12.935Z] ---> 1bd2d3b8c23c [2020-07-22T15:07:12.935Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-22T15:07:12.935Z] Removing intermediate container da4d93173800 [2020-07-22T15:07:12.935Z] ---> e47ecfb40a18 [2020-07-22T15:07:12.935Z] [2020-07-22T15:07:12.935Z] Step 11/26 : FROM docker:latest [2020-07-22T15:07:12.935Z] ---> 81f5749c9058 [2020-07-22T15:07:12.935Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-22T15:07:12.935Z] ---> Running in 6b946d7970f5 [2020-07-22T15:07:13.201Z] ---> b3db2b9a14ae [2020-07-22T15:07:13.201Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-22T15:07:14.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:07:14.595Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:07:14.595Z] (1/2) Installing readline (8.0.4-r0) [2020-07-22T15:07:14.595Z] (2/2) Installing bash (5.0.17-r0) [2020-07-22T15:07:14.595Z] Executing bash-5.0.17-r0.post-install [2020-07-22T15:07:14.595Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:07:14.595Z] OK: 12 MiB in 22 packages [2020-07-22T15:07:14.595Z] Removing intermediate container ed60e21a33af [2020-07-22T15:07:14.595Z] ---> 01424af60bdb [2020-07-22T15:07:14.595Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-22T15:07:14.595Z] 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-22T15:07:14.863Z] ---> 335bc43ecf19 [2020-07-22T15:07:14.863Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-22T15:07:15.127Z] ---> Running in 62ec1a68b9b6 [2020-07-22T15:07:17.256Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-22T15:07:17.256Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-22T15:07:17.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-22T15:07:17.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-22T15:07:17.256Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s [2020-07-22T15:07:17.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-22T15:07:17.256Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-22T15:07:17.256Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-22T15:07:17.748Z] ---> c001bf1573ad [2020-07-22T15:07:17.748Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-22T15:07:17.748Z] Removing intermediate container 62ec1a68b9b6 [2020-07-22T15:07:17.748Z] ---> 400f23b33ea0 [2020-07-22T15:07:17.748Z] Step 26/29 : CMD [ "generate" ] [2020-07-22T15:07:17.748Z] Removing intermediate container 966f8288749a [2020-07-22T15:07:17.748Z] ---> 3017f843bb8f [2020-07-22T15:07:17.748Z] [2020-07-22T15:07:17.748Z] Step 10/21 : FROM scratch [2020-07-22T15:07:17.748Z] ---> [2020-07-22T15:07:17.748Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T15:07:17.882Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-22T15:07:18.067Z] Removing intermediate container 6b946d7970f5 [2020-07-22T15:07:18.067Z] ---> c5676b34d89e [2020-07-22T15:07:18.067Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-22T15:07:18.067Z] ---> Running in 152ee1841ba0 [2020-07-22T15:07:18.067Z] ---> Running in da8a904f3697 [2020-07-22T15:07:18.067Z] ---> Running in ccd9a97e3358 [2020-07-22T15:07:18.338Z] ---> 9a83b86a8b04 [2020-07-22T15:07:18.338Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-22T15:07:18.338Z] Removing intermediate container da8a904f3697 [2020-07-22T15:07:18.338Z] ---> b2469d74107e [2020-07-22T15:07:18.338Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-22T15:07:18.637Z] Removing intermediate container 152ee1841ba0 [2020-07-22T15:07:18.637Z] ---> 16ba78aae7cd [2020-07-22T15:07:18.637Z] Step 27/29 : LABEL arch=x86_64 [2020-07-22T15:07:18.903Z] ---> Running in 30e645421b73 [2020-07-22T15:07:19.338Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-22T15:07:19.338Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-22T15:07:19.338Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-22T15:07:19.338Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-22T15:07:19.845Z] ---> Running in f64e24ab4a42 [2020-07-22T15:07:20.109Z] ---> 9c3b985a70de [2020-07-22T15:07:20.109Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-22T15:07:20.682Z] Removing intermediate container 30e645421b73 [2020-07-22T15:07:20.682Z] ---> a226875deaf1 [2020-07-22T15:07:20.682Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T15:07:20.942Z] Removing intermediate container f64e24ab4a42 [2020-07-22T15:07:20.942Z] ---> 5473c921ac01 [2020-07-22T15:07:20.942Z] Step 28/29 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:07:20.942Z] ---> Running in e29219726ebc [2020-07-22T15:07:20.942Z] ---> 35f383960e16 [2020-07-22T15:07:20.942Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:07:21.201Z] Removing intermediate container 8a57d3b74285 [2020-07-22T15:07:21.201Z] ---> 391f1f1e6a18 [2020-07-22T15:07:21.201Z] [2020-07-22T15:07:21.201Z] Step 10/26 : FROM alpine:3.10 [2020-07-22T15:07:21.201Z] ---> Running in a33848571d3d [2020-07-22T15:07:21.201Z] ---> Running in a7c966ac1d50 [2020-07-22T15:07:21.201Z] Removing intermediate container e29219726ebc [2020-07-22T15:07:21.201Z] ---> e67ee8c19175 [2020-07-22T15:07:21.201Z] Step 14/21 : WORKDIR / [2020-07-22T15:07:21.462Z] ---> Running in 7481671302e0 [2020-07-22T15:07:21.462Z] 3.10: Pulling from library/alpine [2020-07-22T15:07:21.462Z] Removing intermediate container ccd9a97e3358 [2020-07-22T15:07:21.462Z] ---> 025c58d76ce8 [2020-07-22T15:07:21.462Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-22T15:07:21.462Z] Removing intermediate container a33848571d3d [2020-07-22T15:07:21.462Z] ---> 77b7fdf06386 [2020-07-22T15:07:21.462Z] Step 29/29 : LABEL version=0.0.0 [2020-07-22T15:07:21.462Z] Removing intermediate container a7c966ac1d50 [2020-07-22T15:07:21.462Z] ---> 79925e05b8f4 [2020-07-22T15:07:21.462Z] Step 21/23 : LABEL arch=x86_64 [2020-07-22T15:07:21.725Z] ---> Running in 6f2d2165c855 [2020-07-22T15:07:21.725Z] ---> Running in b8e2dc4dd4d1 [2020-07-22T15:07:21.725Z] Removing intermediate container 7481671302e0 [2020-07-22T15:07:21.725Z] ---> 71fb24c954d9 [2020-07-22T15:07:21.725Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-22T15:07:21.725Z] ---> Running in 3754b2eb29ea [2020-07-22T15:07:24.277Z] Removing intermediate container 6f2d2165c855 [2020-07-22T15:07:24.277Z] ---> 6cb85faccf72 [2020-07-22T15:07:24.277Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-22T15:07:24.277Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-22T15:07:24.277Z] Removing intermediate container b8e2dc4dd4d1 [2020-07-22T15:07:24.277Z] ---> 88b8a52a818f [2020-07-22T15:07:24.277Z] [2020-07-22T15:07:24.277Z] ---> 427454a5a825 [2020-07-22T15:07:24.277Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-22T15:07:24.277Z] Status: Downloaded newer image for alpine:3.10 [2020-07-22T15:07:24.277Z] ---> be4e4bea2c2e [2020-07-22T15:07:24.277Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-22T15:07:24.277Z] Removing intermediate container 3754b2eb29ea [2020-07-22T15:07:24.277Z] ---> 1aa1eae588e8 [2020-07-22T15:07:24.277Z] Step 22/23 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:07:24.277Z] ---> Running in e187f72cfffc [2020-07-22T15:07:24.277Z] Successfully built 88b8a52a818f [2020-07-22T15:07:24.277Z] ---> Running in 59ed6dee33d2 [2020-07-22T15:07:24.277Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-22T15:07:24.277Z] ---> Running in 7d4dba02dbba [2020-07-22T15:07:24.277Z] Building docker-security-proxy-setup-go [2020-07-22T15:07:24.537Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 59ed6dee33d2 [2020-07-22T15:07:24.537Z] ---> 16c9bad5fd56 [2020-07-22T15:07:24.537Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-22T15:07:24.798Z] Removing intermediate container 7d4dba02dbba [2020-07-22T15:07:24.798Z] ---> 9046a2d3a800 [2020-07-22T15:07:24.798Z] Step 23/23 : LABEL version=0.0.0 [2020-07-22T15:07:24.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:07:25.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:07:25.092Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-22T15:07:25.092Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-22T15:07:25.092Z] OK: 10346 distinct packages available [2020-07-22T15:07:25.092Z] ---> 49fc93c371e1 [2020-07-22T15:07:25.092Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-22T15:07:25.092Z] ---> Running in f639d9f18729 [2020-07-22T15:07:25.375Z] ---> Running in ffce50c0c58b [2020-07-22T15:07:25.375Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-22T15:07:25.375Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-22T15:07:25.375Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-22T15:07:25.375Z] (4/5) Installing curl (7.66.0-r0) [2020-07-22T15:07:25.375Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-22T15:07:25.375Z] Executing busybox-1.30.1-r3.trigger [2020-07-22T15:07:25.375Z] Executing ca-certificates-20191127-r2.trigger [2020-07-22T15:07:25.375Z] OK: 7 MiB in 19 packages [2020-07-22T15:07:27.289Z] Removing intermediate container f639d9f18729 [2020-07-22T15:07:27.289Z] ---> d4d7e457cab3 [2020-07-22T15:07:27.289Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-22T15:07:28.238Z] Removing intermediate container ffce50c0c58b [2020-07-22T15:07:28.238Z] ---> 01fafe1342ae [2020-07-22T15:07:28.238Z] [2020-07-22T15:07:28.238Z] Successfully built 01fafe1342ae [2020-07-22T15:07:28.514Z] Successfully tagged docker-support-notifications-go:latest [2020-07-22T15:07:28.514Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-07-22T15:07:28.514Z] ---> 0a544a21874c [2020-07-22T15:07:28.514Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:07:28.514Z] ---> Running in f88d6e1d4146 [2020-07-22T15:07:28.514Z] ---> 96052365e347 [2020-07-22T15:07:28.514Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-22T15:07:29.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.6% of statements [2020-07-22T15:07:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-22T15:07:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-22T15:07:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-22T15:07:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-22T15:07:29.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-22T15:07:35.115Z] Removing intermediate container f88d6e1d4146 [2020-07-22T15:07:35.115Z] ---> be229a2f2734 [2020-07-22T15:07:35.115Z] Step 19/21 : LABEL arch=x86_64 [2020-07-22T15:07:35.115Z] ---> b33128ee33b5 [2020-07-22T15:07:35.115Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-22T15:07:35.115Z] Removing intermediate container e187f72cfffc [2020-07-22T15:07:35.115Z] ---> efb1885b8d11 [2020-07-22T15:07:35.115Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-22T15:07:35.115Z] ---> Running in 103bb2288741 [2020-07-22T15:07:35.691Z] ---> Running in 20a3b0c9e013 [2020-07-22T15:07:36.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.4% of statements [2020-07-22T15:07:36.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-22T15:07:36.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-22T15:07:36.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-22T15:07:36.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-22T15:07:36.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-22T15:07:36.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-22T15:07:36.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2020-07-22T15:07:36.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-22T15:07:36.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements [2020-07-22T15:07:36.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-22T15:07:36.278Z] ---> f7ab18e3ac67 [2020-07-22T15:07:36.278Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-22T15:07:36.540Z] Removing intermediate container 103bb2288741 [2020-07-22T15:07:36.540Z] ---> 02688bf34fa3 [2020-07-22T15:07:36.540Z] Step 20/21 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:07:39.095Z] ---> Running in 236f626b6c4a [2020-07-22T15:07:39.095Z] ---> Running in dd9b449c1d13 [2020-07-22T15:07:39.095Z] Removing intermediate container 20a3b0c9e013 [2020-07-22T15:07:39.095Z] ---> 979d70ec3cc7 [2020-07-22T15:07:39.095Z] Step 13/26 : WORKDIR / [2020-07-22T15:07:39.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.312s coverage: 29.3% of statements [2020-07-22T15:07:39.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-22T15:07:39.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-22T15:07:39.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-22T15:07:39.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-22T15:07:39.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-22T15:07:39.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements [2020-07-22T15:07:39.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-22T15:07:39.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements [2020-07-22T15:07:39.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-22T15:07:39.676Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:07:39.676Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:07:39.676Z] ---> f829f8506af6 [2020-07-22T15:07:39.676Z] Step 3/20 : WORKDIR /edgex-go [2020-07-22T15:07:39.676Z] ---> Using cache [2020-07-22T15:07:39.676Z] ---> d6fb9601ddca [2020-07-22T15:07:39.676Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:07:39.676Z] ---> Using cache [2020-07-22T15:07:39.676Z] ---> 14b0d19ee46c [2020-07-22T15:07:39.676Z] Step 5/20 : RUN apk update && apk add make git [2020-07-22T15:07:39.676Z] ---> Using cache [2020-07-22T15:07:39.676Z] ---> 17a64e52bf9f [2020-07-22T15:07:39.676Z] Step 6/20 : COPY go.mod . [2020-07-22T15:07:39.676Z] ---> Using cache [2020-07-22T15:07:39.676Z] ---> 9475cdb46650 [2020-07-22T15:07:39.676Z] Step 7/20 : RUN go mod download [2020-07-22T15:07:39.676Z] ---> Using cache [2020-07-22T15:07:39.676Z] ---> 19f6147a946d [2020-07-22T15:07:39.676Z] Step 8/20 : COPY . . [2020-07-22T15:07:39.937Z] ---> Using cache [2020-07-22T15:07:39.937Z] ---> 2691f43e343a [2020-07-22T15:07:39.937Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-22T15:07:40.235Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.086s coverage: 89.8% of statements [2020-07-22T15:07:40.235Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-22T15:07:41.329Z] ---> Running in b02bdf84d92d [2020-07-22T15:07:41.592Z] ---> Running in b1369e10a073 [2020-07-22T15:07:41.592Z] Removing intermediate container 236f626b6c4a [2020-07-22T15:07:41.592Z] ---> df4c07c165c6 [2020-07-22T15:07:41.592Z] Step 21/21 : LABEL version=0.0.0 [2020-07-22T15:07:42.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.132s coverage: 97.5% of statements [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-22T15:07:42.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.043s coverage: 100.0% of statements [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-22T15:07:42.219Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-22T15:07:42.219Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements [2020-07-22T15:07:42.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:07:42.996Z] ---> Running in 6e08f938c714 [2020-07-22T15:07:42.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:07:43.257Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-22T15:07:43.257Z] (2/33) Installing expat (2.2.9-r1) [2020-07-22T15:07:43.257Z] (3/33) Installing libffi (3.3-r2) [2020-07-22T15:07:43.257Z] (4/33) Installing gdbm (1.13-r1) [2020-07-22T15:07:43.520Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-22T15:07:43.520Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-22T15:07:43.520Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-22T15:07:43.520Z] Removing intermediate container b02bdf84d92d [2020-07-22T15:07:43.520Z] ---> a02d028c3534 [2020-07-22T15:07:43.520Z] 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-22T15:07:44.469Z] 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-22T15:07:46.390Z] Removing intermediate container 6e08f938c714 [2020-07-22T15:07:46.390Z] ---> de57c0090b5f [2020-07-22T15:07:46.390Z] [2020-07-22T15:07:46.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements [2020-07-22T15:07:46.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-22T15:07:46.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-22T15:07:46.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements [2020-07-22T15:07:46.536Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 55.9% of statements [2020-07-22T15:07:46.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-22T15:07:46.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-22T15:07:46.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-22T15:07:46.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-22T15:07:47.331Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:07:47.331Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:07:47.331Z] ---> f829f8506af6 [2020-07-22T15:07:47.331Z] Step 3/21 : WORKDIR /edgex-go [2020-07-22T15:07:47.331Z] ---> Using cache [2020-07-22T15:07:47.331Z] ---> d6fb9601ddca [2020-07-22T15:07:47.331Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:07:47.331Z] ---> Using cache [2020-07-22T15:07:47.331Z] ---> 14b0d19ee46c [2020-07-22T15:07:47.331Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-22T15:07:48.281Z] Successfully built de57c0090b5f [2020-07-22T15:07:48.863Z] Successfully tagged docker-core-command-go:latest [2020-07-22T15:07:48.863Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-07-22T15:07:48.863Z] ---> 23c9f15ef68b [2020-07-22T15:07:48.863Z] 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-22T15:07:48.863Z] ---> Running in 0271c410f6be [2020-07-22T15:07:49.134Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-22T15:07:49.134Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-22T15:07:49.134Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-22T15:07:49.134Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-22T15:07:49.134Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-22T15:07:49.135Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-22T15:07:49.135Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-22T15:07:49.135Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-22T15:07:49.135Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-22T15:07:49.135Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-22T15:07:49.135Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-22T15:07:49.135Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-22T15:07:49.135Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-22T15:07:49.135Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-22T15:07:49.404Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-22T15:07:49.405Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-22T15:07:49.405Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-22T15:07:49.405Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-22T15:07:49.405Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-22T15:07:50.796Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-22T15:07:51.760Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-22T15:07:52.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:07:52.909Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-22T15:07:52.909Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-22T15:07:52.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:07:53.489Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-22T15:07:53.749Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:07:53.749Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:07:53.749Z] OK: 12749 distinct packages available [2020-07-22T15:07:54.010Z] OK: 233 MiB in 51 packages [2020-07-22T15:07:54.270Z] OK: 233 MiB in 51 packages [2020-07-22T15:07:54.270Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-22T15:07:54.270Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-22T15:07:55.890Z] ---> 0121fd3b7f40 [2020-07-22T15:07:55.890Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-22T15:07:55.890Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:07:55.890Z] OK: 71 MiB in 55 packages [2020-07-22T15:07:57.838Z] ---> 859191cc7f14 [2020-07-22T15:07:57.838Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-22T15:07:58.422Z] Removing intermediate container 0271c410f6be [2020-07-22T15:07:58.422Z] ---> c702890319e7 [2020-07-22T15:07:58.422Z] Step 6/21 : COPY go.mod . [2020-07-22T15:07:59.006Z] ---> 738ab38bda4a [2020-07-22T15:07:59.006Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-22T15:07:59.598Z] ---> 94eac80c5b52 [2020-07-22T15:07:59.598Z] Step 7/21 : RUN go mod download [2020-07-22T15:08:01.531Z] ---> Running in 22e2dea8261a [2020-07-22T15:08:01.804Z] ---> 1ef7a9949cab [2020-07-22T15:08:01.804Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-22T15:08:03.738Z] ---> 3b0519d2ab96 [2020-07-22T15:08:03.738Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-22T15:08:04.719Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:08:04.719Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:08:04.719Z] ---> f829f8506af6 [2020-07-22T15:08:04.719Z] Step 3/20 : WORKDIR /edgex-go [2020-07-22T15:08:04.719Z] ---> Using cache [2020-07-22T15:08:04.719Z] ---> d6fb9601ddca [2020-07-22T15:08:04.719Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:08:04.719Z] ---> Using cache [2020-07-22T15:08:04.719Z] ---> 14b0d19ee46c [2020-07-22T15:08:04.719Z] Step 5/20 : RUN apk update && apk add make git [2020-07-22T15:08:04.719Z] ---> Using cache [2020-07-22T15:08:04.719Z] ---> 17a64e52bf9f [2020-07-22T15:08:04.719Z] Step 6/20 : COPY go.mod . [2020-07-22T15:08:04.719Z] ---> Using cache [2020-07-22T15:08:04.719Z] ---> 9475cdb46650 [2020-07-22T15:08:04.719Z] Step 7/20 : RUN go mod download [2020-07-22T15:08:04.719Z] ---> Using cache [2020-07-22T15:08:04.719Z] ---> 19f6147a946d [2020-07-22T15:08:04.719Z] Step 8/20 : COPY . . [2020-07-22T15:08:04.719Z] ---> Using cache [2020-07-22T15:08:04.719Z] ---> 2691f43e343a [2020-07-22T15:08:04.719Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-22T15:08:07.276Z] ---> 495e06650126 [2020-07-22T15:08:07.276Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-22T15:08:07.276Z] ---> Running in 4dd1f28f8616 [2020-07-22T15:08:08.670Z] 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-22T15:08:08.670Z] Removing intermediate container 22e2dea8261a [2020-07-22T15:08:08.670Z] ---> 0af39d48ef93 [2020-07-22T15:08:08.670Z] Step 8/21 : COPY . . [2020-07-22T15:08:09.265Z] ---> c1c4cc8d9b4f [2020-07-22T15:08:09.265Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-22T15:08:12.592Z] ---> Running in 800b5c0da8da [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.121s coverage: 86.3% of statements [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.962s coverage: 72.2% of statements [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.346s coverage: 72.1% of statements [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.108s coverage: 96.8% of statements [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 26.9% of statements [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.381s coverage: 84.1% of statements [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.057s coverage: 43.1% of statements [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.020s coverage: 100.0% of statements [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.060s coverage: 83.8% of statements [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.092s coverage: 46.1% of statements [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.052s coverage: 100.0% of statements [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-22T15:08:13.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.032s coverage: 100.0% of statements [2020-07-22T15:08:13.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-22T15:08:15.331Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.184s coverage: 29.1% of statements [2020-07-22T15:08:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-22T15:08:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-22T15:08:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-22T15:08:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-22T15:08:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-22T15:08:15.331Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements [2020-07-22T15:08:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-22T15:08:15.331Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements [2020-07-22T15:08:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-22T15:08:15.331Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2020-07-22T15:08:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-22T15:08:15.331Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.018s coverage: 100.0% of statements [2020-07-22T15:08:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-22T15:08:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-22T15:08:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-22T15:08:15.331Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-22T15:08:17.317Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.025s coverage: 87.9% of statements [2020-07-22T15:08:17.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-22T15:08:17.317Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-22T15:08:17.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.021s coverage: 100.0% of statements [2020-07-22T15:08:17.908Z] Removing intermediate container dd9b449c1d13 [2020-07-22T15:08:17.908Z] ---> d18dd3a06cd9 [2020-07-22T15:08:17.908Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-22T15:08:18.185Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.016s coverage: 32.1% of statements [2020-07-22T15:08:19.161Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.027s coverage: 100.0% of statements [2020-07-22T15:08:19.755Z] GO111MODULE=on go vet ./... [2020-07-22T15:08:19.899Z] Removing intermediate container b1369e10a073 [2020-07-22T15:08:19.899Z] ---> 3ad33790e469 [2020-07-22T15:08:19.899Z] [2020-07-22T15:08:19.899Z] Step 10/20 : FROM alpine [2020-07-22T15:08:19.899Z] ---> a24bb4013296 [2020-07-22T15:08:19.899Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-22T15:08:22.458Z] ---> Running in ec368104dd93 [2020-07-22T15:08:23.430Z] ---> Running in 875eea8f8586 [2020-07-22T15:08:28.741Z] Removing intermediate container 800b5c0da8da [2020-07-22T15:08:28.741Z] ---> 6d141b385303 [2020-07-22T15:08:28.741Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-22T15:08:28.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:08:28.741Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:08:29.002Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:08:29.002Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:08:29.002Z] OK: 12749 distinct packages available [2020-07-22T15:08:29.264Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-22T15:08:29.264Z] ---> Running in 25cf0ae29e3f [2020-07-22T15:08:29.264Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-22T15:08:29.264Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-22T15:08:29.531Z] (4/4) Installing curl (7.69.1-r0) [2020-07-22T15:08:29.531Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:08:29.531Z] Executing ca-certificates-20191127-r4.trigger [2020-07-22T15:08:29.531Z] OK: 7 MiB in 18 packages [2020-07-22T15:08:29.531Z] ---> 5c1f635a85fa [2020-07-22T15:08:29.531Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-22T15:08:29.531Z] Removing intermediate container 25cf0ae29e3f [2020-07-22T15:08:29.531Z] ---> 711610b25444 [2020-07-22T15:08:29.531Z] Step 24/26 : LABEL arch=x86_64 [2020-07-22T15:08:29.792Z] ---> Running in 1fc1d063bb2e [2020-07-22T15:08:29.792Z] ---> Running in 0e8cae675cc7 [2020-07-22T15:08:30.054Z] Removing intermediate container 0e8cae675cc7 [2020-07-22T15:08:30.054Z] ---> 8b47515edc89 [2020-07-22T15:08:30.054Z] Step 25/26 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:08:30.316Z] ---> Running in b0fee0eea055 [2020-07-22T15:08:30.577Z] 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-22T15:08:30.848Z] Removing intermediate container b0fee0eea055 [2020-07-22T15:08:30.848Z] ---> c46a63b91b4d [2020-07-22T15:08:30.848Z] Step 26/26 : LABEL version=0.0.0 [2020-07-22T15:08:30.848Z] Removing intermediate container 875eea8f8586 [2020-07-22T15:08:30.848Z] ---> cae1bcef9d85 [2020-07-22T15:08:30.848Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-22T15:08:30.848Z] ---> Running in bb91435d610e [2020-07-22T15:08:30.848Z] ---> Running in 9fd7ad940bdc [2020-07-22T15:08:31.119Z] Removing intermediate container bb91435d610e [2020-07-22T15:08:31.119Z] ---> 5070a9bc99a8 [2020-07-22T15:08:31.119Z] [2020-07-22T15:08:31.119Z] Removing intermediate container 9fd7ad940bdc [2020-07-22T15:08:31.119Z] ---> b531f6a35446 [2020-07-22T15:08:31.119Z] Step 13/20 : WORKDIR /edgex [2020-07-22T15:08:31.389Z] Successfully built 5070a9bc99a8 [2020-07-22T15:08:31.389Z] ---> Running in 1ceddd9001bc [2020-07-22T15:08:31.389Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-22T15:08:31.389Z] Building docker-core-data-go [2020-07-22T15:08:31.661Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-07-22T15:08:31.661Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-22T15:08:31.929Z] Removing intermediate container 1ceddd9001bc [2020-07-22T15:08:31.929Z] ---> 41985d4172bb [2020-07-22T15:08:31.929Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-22T15:08:31.929Z] Collecting cached-property<2,>=1.2.0 [2020-07-22T15:08:31.929Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-22T15:08:32.211Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-22T15:08:32.211Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-22T15:08:32.488Z] ---> bb60d720b13f [2020-07-22T15:08:32.488Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-22T15:08:35.896Z] Collecting PyYAML<4,>=3.10 [2020-07-22T15:08:35.896Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-22T15:08:38.087Z] gofmt -l . [2020-07-22T15:08:38.087Z] [ "`gofmt -l .`" = "" ] [2020-07-22T15:08:39.367Z] ---> ead3e2014ea9 [2020-07-22T15:08:39.367Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-22T15:08:39.367Z] Collecting docopt<0.7,>=0.6.1 [2020-07-22T15:08:39.367Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-22T15:08:39.965Z] ---> Running in 5d46a5876b75 [2020-07-22T15:08:40.698Z] ./bin/test-go-mod-tidy.sh [2020-07-22T15:08:40.972Z] ./bin/test-attribution-txt.sh [2020-07-22T15:08:41.395Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-22T15:08:41.395Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-22T15:08:41.395Z] Removing intermediate container 4dd1f28f8616 [2020-07-22T15:08:41.395Z] ---> 2934469f87c6 [2020-07-22T15:08:41.395Z] [2020-07-22T15:08:41.395Z] Step 10/20 : FROM scratch [2020-07-22T15:08:41.395Z] ---> [2020-07-22T15:08:41.395Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T15:08:41.972Z] Removing intermediate container 5d46a5876b75 [2020-07-22T15:08:41.972Z] ---> 643bff2c1fe9 [2020-07-22T15:08:41.972Z] Step 17/20 : CMD ["--init=true"] [2020-07-22T15:08:41.972Z] Collecting texttable<0.10,>=0.9.0 [2020-07-22T15:08:41.972Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-22T15:08:42.240Z] ---> Running in 6133ddc6917c [2020-07-22T15:08:43.205Z] ---> Using cache [2020-07-22T15:08:43.205Z] ---> b2469d74107e [2020-07-22T15:08:43.205Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-22T15:08:43.205Z] Collecting jsonschema<3,>=2.5.1 [2020-07-22T15:08:43.205Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-22T15:08:44.163Z] Removing intermediate container 6133ddc6917c [2020-07-22T15:08:44.163Z] ---> 10c71eda34fb [2020-07-22T15:08:44.163Z] Step 18/20 : LABEL arch=x86_64 [2020-07-22T15:08:44.163Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-22T15:08:44.353Z] docker run --rm --privileged \ [2020-07-22T15:08:44.353Z] -v /w/workspace/edgex-go/4:/raml-verification -w /raml-verification \ [2020-07-22T15:08:44.353Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-22T15:08:44.353Z] /scripts/raml-verify.sh [2020-07-22T15:08:44.353Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-22T15:08:44.353Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-22T15:08:44.353Z] 29e5d40040c1: Pulling fs layer [2020-07-22T15:08:44.353Z] 8c46fbeab2c7: Pulling fs layer [2020-07-22T15:08:44.353Z] 8ba552a4e5fe: Pulling fs layer [2020-07-22T15:08:44.353Z] 1fb62381901b: Pulling fs layer [2020-07-22T15:08:44.353Z] 147fb30a95d9: Pulling fs layer [2020-07-22T15:08:44.353Z] 3ccc99ad11dc: Pulling fs layer [2020-07-22T15:08:44.353Z] 1fb62381901b: Waiting [2020-07-22T15:08:44.353Z] 147fb30a95d9: Waiting [2020-07-22T15:08:44.353Z] 3ccc99ad11dc: Waiting [2020-07-22T15:08:44.353Z] 29e5d40040c1: Verifying Checksum [2020-07-22T15:08:44.353Z] 29e5d40040c1: Download complete [2020-07-22T15:08:44.353Z] 8ba552a4e5fe: Verifying Checksum [2020-07-22T15:08:44.353Z] 8ba552a4e5fe: Download complete [2020-07-22T15:08:44.353Z] 1fb62381901b: Verifying Checksum [2020-07-22T15:08:44.353Z] 1fb62381901b: Download complete [2020-07-22T15:08:44.353Z] 3ccc99ad11dc: Verifying Checksum [2020-07-22T15:08:44.353Z] 3ccc99ad11dc: Download complete [2020-07-22T15:08:44.353Z] 147fb30a95d9: Verifying Checksum [2020-07-22T15:08:44.353Z] 147fb30a95d9: Download complete [2020-07-22T15:08:44.430Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-22T15:08:44.624Z] 8c46fbeab2c7: Verifying Checksum [2020-07-22T15:08:44.624Z] 8c46fbeab2c7: Download complete [2020-07-22T15:08:44.692Z] 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-22T15:08:44.692Z] ---> Running in 805357179f9b [2020-07-22T15:08:44.895Z] 29e5d40040c1: Pull complete [2020-07-22T15:08:45.264Z] Collecting docker<4.0,>=3.6.0 [2020-07-22T15:08:45.264Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-22T15:08:45.855Z] ---> Running in c2adf77407b2 [2020-07-22T15:08:45.855Z] 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-22T15:08:45.855Z] 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-22T15:08:46.121Z] Removing intermediate container 805357179f9b [2020-07-22T15:08:46.121Z] ---> a87c8e926358 [2020-07-22T15:08:46.121Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-22T15:08:46.383Z] Collecting idna<2.8,>=2.5 [2020-07-22T15:08:46.383Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-22T15:08:46.644Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:08:46.644Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:08:47.216Z] ---> f829f8506af6 [2020-07-22T15:08:47.216Z] Step 3/22 : WORKDIR /edgex-go [2020-07-22T15:08:47.216Z] ---> Using cache [2020-07-22T15:08:47.216Z] ---> d6fb9601ddca [2020-07-22T15:08:47.216Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:08:47.216Z] ---> Using cache [2020-07-22T15:08:47.216Z] ---> 14b0d19ee46c [2020-07-22T15:08:47.216Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-22T15:08:47.216Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-22T15:08:47.216Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-22T15:08:47.786Z] ---> Running in 6367fef740f9 [2020-07-22T15:08:48.049Z] Removing intermediate container c2adf77407b2 [2020-07-22T15:08:48.049Z] ---> a4ce59b74d3c [2020-07-22T15:08:48.049Z] Step 19/20 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:08:48.310Z] Collecting docker-pycreds>=0.4.0 [2020-07-22T15:08:48.310Z] ---> Running in 4d48fce5788f [2020-07-22T15:08:48.310Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-22T15:08:48.310Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-22T15:08:48.310Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-22T15:08:48.310Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-22T15:08:48.310Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-22T15:08:48.582Z] Installing collected packages: cached-property, dockerpty, PyYAML, docopt, websocket-client, texttable, jsonschema, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2020-07-22T15:08:48.582Z] ---> Running in 3ab3aa963a91 [2020-07-22T15:08:48.582Z] Running setup.py install for dockerpty: started [2020-07-22T15:08:48.582Z] Removing intermediate container 6367fef740f9 [2020-07-22T15:08:48.582Z] ---> 71a10f75c110 [2020-07-22T15:08:48.582Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-22T15:08:48.853Z] Removing intermediate container 3ab3aa963a91 [2020-07-22T15:08:48.853Z] ---> f7b665015c2f [2020-07-22T15:08:48.853Z] Step 20/20 : LABEL version=0.0.0 [2020-07-22T15:08:48.853Z] ---> Running in b60f161d364c [2020-07-22T15:08:48.853Z] ---> 63772cdde18e [2020-07-22T15:08:48.853Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-22T15:08:49.118Z] Removing intermediate container b60f161d364c [2020-07-22T15:08:49.118Z] ---> ddf10764443b [2020-07-22T15:08:49.118Z] [2020-07-22T15:08:49.188Z] 8c46fbeab2c7: Pull complete [2020-07-22T15:08:49.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:08:49.401Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-22T15:08:49.401Z] Running setup.py install for PyYAML: started [2020-07-22T15:08:49.401Z] Successfully built ddf10764443b [2020-07-22T15:08:49.401Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-22T15:08:49.401Z] Building docker-core-metadata-go [2020-07-22T15:08:49.781Z] 8ba552a4e5fe: Pull complete [2020-07-22T15:08:49.995Z]  Building docker-security-proxy-setup-go ... done  ---> 906c65816c05 [2020-07-22T15:08:49.995Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-22T15:08:49.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:08:49.995Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-22T15:08:49.995Z] Running setup.py install for docopt: started [2020-07-22T15:08:50.054Z] 1fb62381901b: Pull complete [2020-07-22T15:08:50.945Z] Running setup.py install for docopt: finished with status 'done' [2020-07-22T15:08:53.489Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:08:53.489Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:08:53.489Z] OK: 12749 distinct packages available [2020-07-22T15:08:54.062Z] OK: 233 MiB in 51 packages [2020-07-22T15:08:54.353Z] 147fb30a95d9: Pull complete [2020-07-22T15:08:54.626Z] 3ccc99ad11dc: Pull complete [2020-07-22T15:08:54.626Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-22T15:08:54.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-22T15:08:56.612Z] Running setup.py install for texttable: started [2020-07-22T15:08:56.876Z] Running setup.py install for texttable: finished with status 'done' [2020-07-22T15:08:57.139Z] ---> c0f11f528b74 [2020-07-22T15:08:57.139Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:08:57.235Z] Verifying ./api/raml/core-command.raml... [2020-07-22T15:08:57.402Z] Removing intermediate container 1fc1d063bb2e [2020-07-22T15:08:57.402Z] ---> 06dcf78f99d8 [2020-07-22T15:08:57.402Z] [2020-07-22T15:08:57.402Z] Step 10/21 : FROM scratch [2020-07-22T15:08:57.402Z] ---> [2020-07-22T15:08:57.402Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-22T15:08:57.666Z] ---> Using cache [2020-07-22T15:08:57.666Z] ---> f0fe64346710 [2020-07-22T15:08:57.666Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-22T15:08:57.666Z] Attempting uninstall: idna [2020-07-22T15:08:57.666Z] Found existing installation: idna 2.9 [2020-07-22T15:08:57.666Z] Uninstalling idna-2.9: [2020-07-22T15:08:57.931Z] Successfully uninstalled idna-2.9 [2020-07-22T15:08:58.192Z] Attempting uninstall: urllib3 [2020-07-22T15:08:58.192Z] Found existing installation: urllib3 1.25.9 [2020-07-22T15:08:58.192Z] Uninstalling urllib3-1.25.9: [2020-07-22T15:08:59.584Z] Successfully uninstalled urllib3-1.25.9 [2020-07-22T15:08:59.837Z] OK [2020-07-22T15:08:59.837Z] Verifying ./api/raml/core-metadata.raml... [2020-07-22T15:09:00.989Z] ---> Running in fcabafd335fe [2020-07-22T15:09:00.989Z] ---> Running in 679a2f6b7feb [2020-07-22T15:09:00.989Z] Attempting uninstall: requests [2020-07-22T15:09:00.989Z] Found existing installation: requests 2.23.0 [2020-07-22T15:09:00.989Z] Uninstalling requests-2.23.0: [2020-07-22T15:09:01.249Z] Successfully uninstalled requests-2.23.0 [2020-07-22T15:09:01.522Z] Removing intermediate container 4d48fce5788f [2020-07-22T15:09:01.522Z] ---> 71b648cea7c5 [2020-07-22T15:09:01.522Z] Step 6/22 : COPY go.mod . [2020-07-22T15:09:04.074Z] ---> d9eaae2abbc2 [2020-07-22T15:09:04.074Z] Step 7/22 : RUN go mod download [2020-07-22T15:09:04.074Z] Removing intermediate container fcabafd335fe [2020-07-22T15:09:04.074Z] ---> e612e5ba82b9 [2020-07-22T15:09:04.074Z] Step 18/20 : LABEL arch=x86_64 [2020-07-22T15:09:04.074Z] Removing intermediate container 679a2f6b7feb [2020-07-22T15:09:04.074Z] ---> 560890eb2fb6 [2020-07-22T15:09:04.074Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T15:09:05.462Z] ---> Running in 63f185f9e8eb [2020-07-22T15:09:05.462Z] ---> Running in 7f9dd7fb5dc4 [2020-07-22T15:09:05.462Z] ---> Running in 02e8ce77e733 [2020-07-22T15:09:05.462Z] 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-22T15:09:05.462Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:09:05.462Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:09:05.462Z] ---> f829f8506af6 [2020-07-22T15:09:05.462Z] Step 3/21 : WORKDIR /edgex-go [2020-07-22T15:09:05.462Z] ---> Using cache [2020-07-22T15:09:05.462Z] ---> d6fb9601ddca [2020-07-22T15:09:05.462Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:09:05.462Z] ---> Using cache [2020-07-22T15:09:05.462Z] ---> 14b0d19ee46c [2020-07-22T15:09:05.462Z] Step 5/21 : RUN apk update && apk add make git [2020-07-22T15:09:05.462Z] ---> Using cache [2020-07-22T15:09:05.462Z] ---> 17a64e52bf9f [2020-07-22T15:09:05.462Z] Step 6/21 : COPY go.mod . [2020-07-22T15:09:05.462Z] ---> Using cache [2020-07-22T15:09:05.462Z] ---> 9475cdb46650 [2020-07-22T15:09:05.462Z] Step 7/21 : RUN go mod download [2020-07-22T15:09:05.462Z] ---> Using cache [2020-07-22T15:09:05.462Z] ---> 19f6147a946d [2020-07-22T15:09:05.462Z] Step 8/21 : COPY . . [2020-07-22T15:09:05.462Z] ---> Using cache [2020-07-22T15:09:05.462Z] ---> 2691f43e343a [2020-07-22T15:09:05.462Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-22T15:09:06.524Z] OK [2020-07-22T15:09:06.524Z] Verifying ./api/raml/support-logging.raml... [2020-07-22T15:09:06.860Z] ---> Running in 9ab03be034bd [2020-07-22T15:09:06.860Z] Removing intermediate container 02e8ce77e733 [2020-07-22T15:09:06.860Z] ---> 9eed86f7219b [2020-07-22T15:09:06.860Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-22T15:09:06.860Z] Removing intermediate container 7f9dd7fb5dc4 [2020-07-22T15:09:06.860Z] ---> 7489944106e1 [2020-07-22T15:09:06.860Z] Step 19/20 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:09:06.860Z] ---> Running in 402bb43068fc [2020-07-22T15:09:07.121Z] ---> ae7c70404b10 [2020-07-22T15:09:07.121Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-22T15:09:07.391Z] Removing intermediate container 402bb43068fc [2020-07-22T15:09:07.391Z] ---> 23a3fce54e57 [2020-07-22T15:09:07.391Z] Step 20/20 : LABEL version=0.0.0 [2020-07-22T15:09:07.391Z] ---> Running in 3acf4fc31235 [2020-07-22T15:09:07.777Z] ---> 9f28f86614c5 [2020-07-22T15:09:07.777Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-22T15:09:07.777Z] 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-22T15:09:08.094Z] Removing intermediate container 3acf4fc31235 [2020-07-22T15:09:08.094Z] ---> 89ea8921697c [2020-07-22T15:09:08.094Z] [2020-07-22T15:09:08.711Z] Successfully built 89ea8921697c [2020-07-22T15:09:09.125Z] OK [2020-07-22T15:09:09.125Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-22T15:09:09.296Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-22T15:09:09.296Z]  Building docker-support-scheduler-go ... done  ---> ecbea7ca7e5a [2020-07-22T15:09:09.296Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-22T15:09:09.296Z] Removing intermediate container ec368104dd93 [2020-07-22T15:09:09.296Z] ---> 632868a24920 [2020-07-22T15:09:09.296Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-22T15:09:09.574Z] Removing intermediate container 63f185f9e8eb [2020-07-22T15:09:09.574Z] ---> e0f3ddcd5893 [2020-07-22T15:09:09.574Z] Step 8/22 : COPY . . [2020-07-22T15:09:09.574Z] ---> Running in 14ab577af816 [2020-07-22T15:09:09.844Z] ---> 5c7ecfbd8072 [2020-07-22T15:09:09.844Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:09:10.120Z] ---> Running in 14ca8cb77b37 [2020-07-22T15:09:10.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:09:10.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:09:10.981Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-22T15:09:10.981Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-22T15:09:10.981Z] (3/3) Installing curl (7.69.1-r0) [2020-07-22T15:09:10.981Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:09:10.981Z] OK: 72 MiB in 58 packages [2020-07-22T15:09:12.493Z] OK [2020-07-22T15:09:12.493Z] Verifying ./api/raml/core-data.raml... [2020-07-22T15:09:12.917Z] Removing intermediate container 14ca8cb77b37 [2020-07-22T15:09:12.917Z] ---> 7c7672a3f707 [2020-07-22T15:09:12.917Z] Step 19/21 : LABEL arch=x86_64 [2020-07-22T15:09:15.548Z] ---> Running in f0d8fa8657d4 [2020-07-22T15:09:16.778Z] OK [2020-07-22T15:09:16.778Z] Verifying ./api/raml/support-notifications.raml... [2020-07-22T15:09:18.166Z] Removing intermediate container f0d8fa8657d4 [2020-07-22T15:09:18.166Z] ---> ff7cd74b9dd4 [2020-07-22T15:09:18.166Z] Step 20/21 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:09:18.166Z] Removing intermediate container 14ab577af816 [2020-07-22T15:09:18.166Z] ---> 7a4eecc2f7d4 [2020-07-22T15:09:18.166Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:09:21.059Z] OK [2020-07-22T15:09:21.059Z] Verifying ./api/raml/system-agent.raml... [2020-07-22T15:09:22.390Z] ---> Running in cd4dd446c09e [2020-07-22T15:09:22.390Z] ---> Running in e70f834950ac [2020-07-22T15:09:22.480Z] OK [Pipeline] sh [2020-07-22T15:09:23.716Z] + ls -al . [2020-07-22T15:09:23.716Z] total 588 [2020-07-22T15:09:23.716Z] drwxrwxr-x 10 1001 1001 4096 Jul 22 15:08 . [2020-07-22T15:09:23.716Z] drwxr-xr-x 4 root root 4096 Jul 22 15:06 .. [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 11 Jul 22 15:04 .dockerignore [2020-07-22T15:09:23.716Z] drwxrwxr-x 8 1001 1001 4096 Jul 22 15:04 .git [2020-07-22T15:09:23.716Z] drwxrwxr-x 3 1001 1001 4096 Jul 22 15:04 .github [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 924 Jul 22 15:04 .gitignore [2020-07-22T15:09:23.716Z] drwxrwxr-x 3 1001 1001 4096 Jul 22 15:04 .semver [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 178 Jul 22 15:04 .sonarcloud.properties [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 3804 Jul 22 15:04 CONTRIBUTING.md [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 1035 Jul 22 15:04 Dockerfile.build [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 824 Jul 22 15:04 Jenkinsfile [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 10775 Jul 22 15:04 LICENSE [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 6417 Jul 22 15:04 Makefile [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 5652 Jul 22 15:04 README.md [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 7111 Jul 22 15:04 SECURITY.md [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 5 Jul 22 15:02 VERSION [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 4131 Jul 22 15:04 ZMQWindows.md [2020-07-22T15:09:23.716Z] drwxrwxr-x 4 1001 1001 4096 Jul 22 15:04 api [2020-07-22T15:09:23.716Z] drwxrwxr-x 2 1001 1001 4096 Jul 22 15:04 bin [2020-07-22T15:09:23.716Z] drwxrwxr-x 15 1001 1001 4096 Jul 22 15:04 cmd [2020-07-22T15:09:23.716Z] -rw-r--r-- 1 root root 456067 Jul 22 15:08 coverage.out [2020-07-22T15:09:23.716Z] -rw-r--r-- 1 root root 1019 Jul 22 15:08 go.mod [2020-07-22T15:09:23.716Z] -rw-r--r-- 1 root root 18146 Jul 22 15:08 go.sum [2020-07-22T15:09:23.716Z] drwxrwxr-x 8 1001 1001 4096 Jul 22 15:04 internal [2020-07-22T15:09:23.716Z] drwxrwxr-x 4 1001 1001 4096 Jul 22 15:04 snap [2020-07-22T15:09:23.716Z] -rw-rw-r-- 1 1001 1001 168 Jul 22 15:04 version.go [Pipeline] sh [2020-07-22T15:09:24.363Z] + '[' -e coverage.out ] [2020-07-22T15:09:24.363Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-22T15:09:24.420Z] Warning: overwriting stash ‘coverage-report’ [2020-07-22T15:09:25.498Z] Stashed 1 file(s) [Pipeline] sh [2020-07-22T15:09:25.748Z] Removing intermediate container e70f834950ac [2020-07-22T15:09:25.748Z] ---> 9ff595d47ff7 [2020-07-22T15:09:25.748Z] Step 24/26 : LABEL arch=x86_64 [2020-07-22T15:09:25.748Z] Removing intermediate container cd4dd446c09e [2020-07-22T15:09:25.748Z] ---> 9133ee66e119 [2020-07-22T15:09:25.748Z] Step 21/21 : LABEL version=0.0.0 [2020-07-22T15:09:26.172Z] + make build [2020-07-22T15:09:26.173Z] 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-22T15:09:27.668Z] ---> Running in b7d2c42c64b0 [2020-07-22T15:09:27.668Z] ---> Running in d66a11e880eb [2020-07-22T15:09:29.051Z] Removing intermediate container b7d2c42c64b0 [2020-07-22T15:09:29.051Z] ---> d49c9d7be71e [2020-07-22T15:09:29.051Z] [2020-07-22T15:09:29.311Z] Successfully built d49c9d7be71e [2020-07-22T15:09:29.595Z] Successfully tagged docker-support-logging-go:latest [2020-07-22T15:09:29.595Z]  Building docker-support-logging-go ... done Removing intermediate container d66a11e880eb [2020-07-22T15:09:29.595Z] ---> 52d819d91c64 [2020-07-22T15:09:29.595Z] Step 25/26 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:09:29.595Z] ---> Running in a73d82939784 [2020-07-22T15:09:29.595Z] ---> 4c11aa82f600 [2020-07-22T15:09:29.595Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-22T15:09:29.859Z] ---> Running in b651ac33540a [2020-07-22T15:09:29.859Z] Removing intermediate container a73d82939784 [2020-07-22T15:09:29.860Z] ---> a5bf00c46afa [2020-07-22T15:09:29.860Z] Step 26/26 : LABEL version=0.0.0 [2020-07-22T15:09:29.860Z] ---> Running in ed8da8e57fa9 [2020-07-22T15:09:30.123Z] Removing intermediate container ed8da8e57fa9 [2020-07-22T15:09:30.123Z] ---> df3788c0ecb9 [2020-07-22T15:09:30.123Z] [2020-07-22T15:09:30.385Z] Successfully built df3788c0ecb9 [2020-07-22T15:09:30.385Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-22T15:09:30.385Z]  Building docker-sys-mgmt-agent-go ... done 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-22T15:09:35.780Z] Removing intermediate container 9ab03be034bd [2020-07-22T15:09:35.780Z] ---> 34224d3c3041 [2020-07-22T15:09:35.780Z] [2020-07-22T15:09:35.780Z] Step 10/21 : FROM scratch [2020-07-22T15:09:35.780Z] ---> [2020-07-22T15:09:35.780Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T15:09:35.780Z] ---> Using cache [2020-07-22T15:09:35.780Z] ---> b2469d74107e [2020-07-22T15:09:35.780Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-22T15:09:35.780Z] ---> Running in 6a6f3b346288 [2020-07-22T15:09:36.062Z] Removing intermediate container 6a6f3b346288 [2020-07-22T15:09:36.062Z] ---> e26a687d83be [2020-07-22T15:09:36.062Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T15:09:36.333Z] ---> Running in cd83fcb28996 [2020-07-22T15:09:36.614Z] Removing intermediate container cd83fcb28996 [2020-07-22T15:09:36.614Z] ---> 47726af38f34 [2020-07-22T15:09:36.614Z] Step 14/21 : WORKDIR / [2020-07-22T15:09:36.614Z] ---> Running in b1ef41b08be5 [2020-07-22T15:09:36.877Z] Removing intermediate container b1ef41b08be5 [2020-07-22T15:09:36.877Z] ---> bd0dea17a135 [2020-07-22T15:09:36.877Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-22T15:09:37.158Z] ---> 3e04e304a822 [2020-07-22T15:09:37.158Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-22T15:09:38.137Z] ---> 40becd639fba [2020-07-22T15:09:38.137Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-22T15:09:38.726Z] ---> 4e0b4091e37a [2020-07-22T15:09:38.726Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:09:38.726Z] ---> Running in 5081f3459113 [2020-07-22T15:09:39.670Z] Removing intermediate container 5081f3459113 [2020-07-22T15:09:39.670Z] ---> 57a05cb94e9c [2020-07-22T15:09:39.670Z] Step 19/21 : LABEL arch=x86_64 [2020-07-22T15:09:39.931Z] ---> Running in 36b53bd660b1 [2020-07-22T15:09:40.204Z] Removing intermediate container 36b53bd660b1 [2020-07-22T15:09:40.204Z] ---> 83ce8f68181f [2020-07-22T15:09:40.204Z] Step 20/21 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:09:40.204Z] ---> Running in a6ec4f7d0b32 [2020-07-22T15:09:40.477Z] Removing intermediate container a6ec4f7d0b32 [2020-07-22T15:09:40.477Z] ---> 36a4517cbe68 [2020-07-22T15:09:40.477Z] Step 21/21 : LABEL version=0.0.0 [2020-07-22T15:09:40.477Z] ---> Running in 98fe306a7966 [2020-07-22T15:09:40.737Z] Removing intermediate container 98fe306a7966 [2020-07-22T15:09:40.737Z] ---> c7948681c4ba [2020-07-22T15:09:40.737Z] [2020-07-22T15:09:40.737Z] Successfully built c7948681c4ba [2020-07-22T15:09:40.737Z] Successfully tagged docker-core-metadata-go:latest [2020-07-22T15:09:44.565Z] 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-22T15:09:47.431Z]  Building docker-core-metadata-go ... done Removing intermediate container b651ac33540a [2020-07-22T15:09:47.431Z] ---> 9404a821727c [2020-07-22T15:09:47.431Z] [2020-07-22T15:09:47.431Z] Step 10/22 : FROM alpine [2020-07-22T15:09:47.431Z] ---> a24bb4013296 [2020-07-22T15:09:47.431Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T15:09:47.431Z] ---> Running in c48e499f1aa5 [2020-07-22T15:09:47.431Z] Removing intermediate container c48e499f1aa5 [2020-07-22T15:09:47.431Z] ---> 6991b000066d [2020-07-22T15:09:47.431Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-22T15:09:47.431Z] ---> Running in d0b471a978f7 [2020-07-22T15:09:47.431Z] Removing intermediate container d0b471a978f7 [2020-07-22T15:09:47.431Z] ---> fb76d20395c1 [2020-07-22T15:09:47.431Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-22T15:09:47.431Z] ---> Running in 752b8939ea13 [2020-07-22T15:09:47.431Z] Removing intermediate container 752b8939ea13 [2020-07-22T15:09:47.431Z] ---> 71b6ba1457c9 [2020-07-22T15:09:47.431Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:09:47.431Z] ---> Running in 6713c075d2ea [2020-07-22T15:09:48.003Z] Removing intermediate container 6713c075d2ea [2020-07-22T15:09:48.003Z] ---> 913a6ad6fc04 [2020-07-22T15:09:48.003Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-22T15:09:48.003Z] ---> Running in 2b1335d6ed71 [2020-07-22T15:09:48.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T15:09:49.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T15:09:49.716Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-22T15:09:49.716Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-22T15:09:49.977Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-22T15:09:49.977Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-22T15:09:50.242Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-22T15:09:50.242Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:09:50.242Z] OK: 8 MiB in 19 packages [2020-07-22T15:09:50.813Z] Removing intermediate container 2b1335d6ed71 [2020-07-22T15:09:50.813Z] ---> 85c8e983badc [2020-07-22T15:09:50.813Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-22T15:09:50.813Z] ---> f09dfcae1547 [2020-07-22T15:09:50.813Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-22T15:09:51.383Z] ---> cc9a3687efa8 [2020-07-22T15:09:51.383Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-22T15:09:51.644Z] ---> 59e1a0f7560d [2020-07-22T15:09:51.644Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:09:51.644Z] ---> Running in 2dd0fe86e9ef [2020-07-22T15:09:51.904Z] Removing intermediate container 2dd0fe86e9ef [2020-07-22T15:09:51.904Z] ---> 983d63a141d6 [2020-07-22T15:09:51.904Z] Step 20/22 : LABEL arch=x86_64 [2020-07-22T15:09:51.904Z] ---> Running in 08ccb6410372 [2020-07-22T15:09:52.164Z] Removing intermediate container 08ccb6410372 [2020-07-22T15:09:52.164Z] ---> 3552e76018ab [2020-07-22T15:09:52.164Z] Step 21/22 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:09:52.164Z] ---> Running in fe6ca9ea7a84 [2020-07-22T15:09:52.425Z] Removing intermediate container fe6ca9ea7a84 [2020-07-22T15:09:52.425Z] ---> c6b375d6bcea [2020-07-22T15:09:52.425Z] Step 22/22 : LABEL version=0.0.0 [2020-07-22T15:09:52.425Z] ---> Running in a102d62afb47 [2020-07-22T15:09:52.686Z] Removing intermediate container a102d62afb47 [2020-07-22T15:09:52.686Z] ---> b5dc5d995e2e [2020-07-22T15:09:52.686Z] [2020-07-22T15:09:52.686Z] Successfully built b5dc5d995e2e [2020-07-22T15:09:52.947Z] Successfully tagged docker-core-data-go:latest [2020-07-22T15:09:52.992Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-22T15:09:53.056Z] $ docker stop --time=1 a3a58da4f5e6cb23810062e189c5cb3fa591b93eb2e43cdc17ae3544543c1768 [2020-07-22T15:09:55.786Z] $ docker rm -f a3a58da4f5e6cb23810062e189c5cb3fa591b93eb2e43cdc17ae3544543c1768 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T15:09:56.382Z] + docker images [2020-07-22T15:09:56.382Z] + grep docker [2020-07-22T15:09:56.382Z] docker-core-data-go latest b5dc5d995e2e 4 seconds ago 23.8MB [2020-07-22T15:09:56.382Z] docker-core-metadata-go latest c7948681c4ba 16 seconds ago 14.4MB [2020-07-22T15:09:56.382Z] docker-sys-mgmt-agent-go latest df3788c0ecb9 27 seconds ago 284MB [2020-07-22T15:09:56.382Z] docker-support-logging-go latest d49c9d7be71e 29 seconds ago 11.8MB [2020-07-22T15:09:56.382Z] docker-support-scheduler-go latest 89ea8921697c 49 seconds ago 13.1MB [2020-07-22T15:09:56.382Z] docker-security-proxy-setup-go latest ddf10764443b About a minute ago 16.4MB [2020-07-22T15:09:56.382Z] docker-security-secretstore-setup-go latest 5070a9bc99a8 About a minute ago 33.9MB [2020-07-22T15:09:56.382Z] docker-core-command-go latest de57c0090b5f 2 minutes ago 13MB [2020-07-22T15:09:56.382Z] docker-support-notifications-go latest 01fafe1342ae 2 minutes ago 14.4MB [2020-07-22T15:09:56.382Z] docker-security-secrets-setup-go latest 88b8a52a818f 2 minutes ago 25.1MB [2020-07-22T15:09:56.382Z] docker latest 81f5749c9058 3 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-22T15:09:56.938Z] 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-22T15:10:01.237Z] 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-22T15:10:06.627Z] 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-22T15:10:12.011Z] 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-22T15:10:14.002Z] 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-22T15:10:19.387Z] 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-22T15:10:24.768Z] 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-22T15:10:29.059Z] 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-22T15:10:33.342Z] 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-22T15:10:36.715Z] 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-22T15:10:41.006Z] 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-22T15:10:44.387Z] $ docker stop --time=1 fc9cdd77caec62b9944e25f26e3cca837c667900a3343c88a4793b9af187febb [2020-07-22T15:10:46.729Z] $ docker rm -f fc9cdd77caec62b9944e25f26e3cca837c667900a3343c88a4793b9af187febb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T15:10:48.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-22T15:10:48.141Z] [2020-07-22T15:10:48.141Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T15:10:48.827Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-22T15:10:48.827Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-22T15:10:48.827Z] 29e5d40040c1: Already exists [2020-07-22T15:10:49.099Z] 1ce36da41761: Pulling fs layer [2020-07-22T15:10:49.099Z] 25b303627fd3: Pulling fs layer [2020-07-22T15:10:49.690Z] 1ce36da41761: Download complete [2020-07-22T15:10:51.109Z] 1ce36da41761: Pull complete [2020-07-22T15:10:51.701Z] 25b303627fd3: Verifying Checksum [2020-07-22T15:10:51.701Z] 25b303627fd3: Download complete [2020-07-22T15:11:01.825Z] 25b303627fd3: Pull complete [2020-07-22T15:11:01.825Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-22T15:11:01.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-22T15:11:01.825Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-22T15:11:02.051Z] prd-ubuntu18.04-docker-arm64-4c-16g-596 does not seem to be running inside a container [2020-07-22T15:11:02.140Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-22T15:11:05.707Z] $ docker top 7a2de49d6d666892d129d777c418df390b0f3907f832a362570f07dec736a58b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T15:11:07.110Z] + docker-compose build --help [2020-07-22T15:11:07.110Z] + grep parallel [2020-07-22T15:11:10.479Z] --parallel Build images in parallel. [Pipeline] } [2020-07-22T15:11:10.492Z] $ docker stop --time=1 7a2de49d6d666892d129d777c418df390b0f3907f832a362570f07dec736a58b [2020-07-22T15:11:12.499Z] $ docker rm -f 7a2de49d6d666892d129d777c418df390b0f3907f832a362570f07dec736a58b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T15:11:13.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-22T15:11:13.316Z] . [Pipeline] withDockerContainer [2020-07-22T15:11:13.593Z] prd-ubuntu18.04-docker-arm64-4c-16g-596 does not seem to be running inside a container [2020-07-22T15:11:13.700Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-22T15:11:15.132Z] $ docker top 64511bb3fc9f5f4e597cfb2052bba51a412e058d93b55f5af70b05458a76680b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T15:11:16.173Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-22T15:11:19.623Z] Building docker-core-command-go ... [2020-07-22T15:11:19.623Z] Building docker-core-data-go ... [2020-07-22T15:11:19.623Z] Building docker-core-metadata-go ... [2020-07-22T15:11:19.623Z] Building docker-security-proxy-setup-go ... [2020-07-22T15:11:19.623Z] Building docker-security-secrets-setup-go ... [2020-07-22T15:11:19.623Z] Building docker-security-secretstore-setup-go ... [2020-07-22T15:11:19.623Z] Building docker-support-logging-go ... [2020-07-22T15:11:19.623Z] Building docker-support-notifications-go ... [2020-07-22T15:11:19.623Z] Building docker-support-scheduler-go ... [2020-07-22T15:11:19.623Z] Building docker-sys-mgmt-agent-go ... [2020-07-22T15:11:19.623Z] Building docker-core-data-go [2020-07-22T15:11:19.623Z] Building docker-support-logging-go [2020-07-22T15:11:19.623Z] Building docker-support-scheduler-go [2020-07-22T15:11:19.623Z] Building docker-support-notifications-go [2020-07-22T15:11:19.623Z] Building docker-sys-mgmt-agent-go [2020-07-22T15:13:11.407Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:13:11.407Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:13:11.407Z] ---> 447081f80b7f [2020-07-22T15:13:11.407Z] Step 3/22 : WORKDIR /edgex-go [2020-07-22T15:13:11.407Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:13:11.407Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:13:11.407Z] ---> 447081f80b7f [2020-07-22T15:13:11.407Z] Step 3/20 : WORKDIR /edgex-go [2020-07-22T15:13:11.407Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:13:11.407Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:13:11.407Z] ---> 447081f80b7f [2020-07-22T15:13:11.407Z] Step 3/21 : WORKDIR /edgex-go [2020-07-22T15:13:11.407Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:13:11.407Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:13:11.407Z] ---> 447081f80b7f [2020-07-22T15:13:11.407Z] Step 3/23 : WORKDIR /edgex-go [2020-07-22T15:13:11.407Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:13:11.407Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:13:11.407Z] ---> 447081f80b7f [2020-07-22T15:13:11.407Z] Step 3/26 : WORKDIR /edgex-go [2020-07-22T15:13:13.372Z] ---> Running in 7143adc6f008 [2020-07-22T15:13:13.372Z] ---> Running in ad13510c9ea8 [2020-07-22T15:13:13.372Z] ---> Running in d7017e402693 [2020-07-22T15:13:13.372Z] ---> Running in fc0464426d88 [2020-07-22T15:13:13.372Z] ---> Running in ccbdf5474b87 [2020-07-22T15:13:13.648Z] Removing intermediate container ccbdf5474b87 [2020-07-22T15:13:13.648Z] ---> 69b6d643a973 [2020-07-22T15:13:13.648Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:13:13.925Z] Removing intermediate container fc0464426d88 [2020-07-22T15:13:13.925Z] ---> e6f1bad98897 [2020-07-22T15:13:13.925Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 7143adc6f008 [2020-07-22T15:13:13.925Z] [2020-07-22T15:13:13.925Z] ---> 86a3e38be58f [2020-07-22T15:13:13.925Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:13:13.925Z] Removing intermediate container d7017e402693 [2020-07-22T15:13:13.925Z] ---> 51206437dea3 [2020-07-22T15:13:13.925Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:13:13.925Z] Removing intermediate container ad13510c9ea8 [2020-07-22T15:13:13.925Z] ---> 70b1553c47a6 [2020-07-22T15:13:13.925Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:13:13.925Z] ---> Running in 9555bca8cbf7 [2020-07-22T15:13:14.198Z] ---> Running in 3d50a31650d8 [2020-07-22T15:13:14.198Z] ---> Running in a5ba00d92655 [2020-07-22T15:13:14.198Z] ---> Running in 11080882add7 [2020-07-22T15:13:14.198Z] ---> Running in 144f3452c3ab [2020-07-22T15:13:18.512Z] Removing intermediate container 3d50a31650d8 [2020-07-22T15:13:18.512Z] ---> d1d0ac6ffcbd [2020-07-22T15:13:18.512Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-22T15:13:18.512Z] ---> Running in 34dd91fc4312 [2020-07-22T15:13:18.512Z] Removing intermediate container 9555bca8cbf7 [2020-07-22T15:13:18.512Z] ---> c293bca944e8 [2020-07-22T15:13:18.512Z] Step 5/20 : RUN apk update && apk add make git [2020-07-22T15:13:18.512Z] ---> Running in e25468b9fc79 [2020-07-22T15:13:18.799Z] Removing intermediate container 144f3452c3ab [2020-07-22T15:13:18.799Z] ---> 524f4e7c9e68 [2020-07-22T15:13:18.799Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-22T15:13:18.799Z] Removing intermediate container a5ba00d92655 [2020-07-22T15:13:18.799Z] ---> b0a0f97c9918 [2020-07-22T15:13:18.799Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-22T15:13:19.098Z] Removing intermediate container 11080882add7 [2020-07-22T15:13:19.098Z] ---> 1d350f5b27eb [2020-07-22T15:13:19.098Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-22T15:13:19.098Z] ---> Running in 2cb70125fbd6 [2020-07-22T15:13:19.098Z] ---> Running in 3f1a227f9a0b [2020-07-22T15:13:19.372Z] ---> Running in ff648354aec5 [2020-07-22T15:13:20.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:13:20.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:13:21.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:13:21.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:13:21.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:13:21.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:13:21.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:13:22.373Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:13:22.373Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:13:22.373Z] OK: 12620 distinct packages available [2020-07-22T15:13:22.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:13:22.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:13:22.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:13:22.645Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:13:22.645Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:13:22.645Z] OK: 12620 distinct packages available [2020-07-22T15:13:22.918Z] OK: 217 MiB in 51 packages [2020-07-22T15:13:23.197Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:13:23.197Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:13:23.197Z] OK: 12620 distinct packages available [2020-07-22T15:13:23.477Z] OK: 217 MiB in 51 packages [2020-07-22T15:13:23.477Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:13:23.477Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:13:23.477Z] OK: 12620 distinct packages available [2020-07-22T15:13:23.759Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:13:23.760Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:13:23.760Z] OK: 12620 distinct packages available [2020-07-22T15:13:24.046Z] OK: 217 MiB in 51 packages [2020-07-22T15:13:24.325Z] OK: 217 MiB in 51 packages [2020-07-22T15:13:24.602Z] OK: 217 MiB in 51 packages [2020-07-22T15:13:24.877Z] Removing intermediate container 34dd91fc4312 [2020-07-22T15:13:24.877Z] ---> 74fa489d2f7b [2020-07-22T15:13:24.877Z] Step 6/22 : COPY go.mod . [2020-07-22T15:13:25.473Z] Removing intermediate container e25468b9fc79 [2020-07-22T15:13:25.473Z] ---> e2e38c9748b6 [2020-07-22T15:13:25.473Z] Step 6/20 : COPY go.mod . [2020-07-22T15:13:25.473Z] OK: 217 MiB in 51 packages [2020-07-22T15:13:25.746Z] Removing intermediate container 2cb70125fbd6 [2020-07-22T15:13:25.746Z] ---> fd93f94a0c05 [2020-07-22T15:13:25.746Z] Step 6/23 : COPY go.mod . [2020-07-22T15:13:26.017Z] ---> 8be7dd1dd75e [2020-07-22T15:13:26.017Z] Step 7/22 : RUN go mod download [2020-07-22T15:13:26.017Z] Removing intermediate container 3f1a227f9a0b [2020-07-22T15:13:26.017Z] ---> aff800d192a3 [2020-07-22T15:13:26.017Z] Step 6/26 : COPY go.mod . [2020-07-22T15:13:26.296Z] ---> Running in 9edd33a1bd45 [2020-07-22T15:13:26.571Z] ---> 81279eff3803 [2020-07-22T15:13:26.571Z] Step 7/20 : RUN go mod download [2020-07-22T15:13:26.841Z] ---> Running in 60bf05ac5c39 [2020-07-22T15:13:26.841Z] ---> a7a1b8d093c8 [2020-07-22T15:13:26.841Z] Step 7/23 : RUN go mod download [2020-07-22T15:13:27.113Z] ---> Running in 6d02f5391ab8 [2020-07-22T15:13:27.113Z] ---> 7f499b732beb [2020-07-22T15:13:27.113Z] Step 7/26 : RUN go mod download [2020-07-22T15:13:27.113Z] Removing intermediate container ff648354aec5 [2020-07-22T15:13:27.389Z] ---> b516edea935d [2020-07-22T15:13:27.389Z] Step 6/21 : COPY go.mod . [2020-07-22T15:13:27.389Z] ---> Running in 218e1f159f4f [2020-07-22T15:13:28.826Z] ---> 02450b57c301 [2020-07-22T15:13:28.826Z] Step 7/21 : RUN go mod download [2020-07-22T15:13:28.826Z] ---> Running in 8141d1320321 [2020-07-22T15:13:31.487Z] Removing intermediate container 9edd33a1bd45 [2020-07-22T15:13:31.487Z] ---> 981cb5d0186b [2020-07-22T15:13:31.487Z] Step 8/22 : COPY . . [2020-07-22T15:13:31.764Z] Removing intermediate container 60bf05ac5c39 [2020-07-22T15:13:31.764Z] ---> 46ec12570655 [2020-07-22T15:13:31.764Z] Step 8/20 : COPY . . [2020-07-22T15:13:31.764Z] Removing intermediate container 6d02f5391ab8 [2020-07-22T15:13:31.764Z] ---> c2aaf922f3b2 [2020-07-22T15:13:31.764Z] Step 8/23 : COPY . . [2020-07-22T15:13:32.040Z] Removing intermediate container 218e1f159f4f [2020-07-22T15:13:32.040Z] ---> da1b2bbf64ee [2020-07-22T15:13:32.040Z] Step 8/26 : COPY . . [2020-07-22T15:13:36.362Z] Removing intermediate container 8141d1320321 [2020-07-22T15:13:36.362Z] ---> 15259d8aa2ba [2020-07-22T15:13:36.362Z] Step 8/21 : COPY . . [2020-07-22T15:14:08.698Z] ---> 48046630ac56 [2020-07-22T15:14:08.698Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-22T15:14:08.698Z] ---> e6fa1c4477f8 [2020-07-22T15:14:08.698Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-22T15:14:08.698Z] ---> c3bfdb8bbd5b [2020-07-22T15:14:08.698Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-22T15:14:08.698Z] ---> 146575ffa9e0 [2020-07-22T15:14:08.698Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-22T15:14:08.698Z] ---> 7f5830aff17a [2020-07-22T15:14:08.698Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-22T15:14:08.698Z] ---> Running in f088401da8a1 [2020-07-22T15:14:08.698Z] ---> Running in c9ba9ed90884 [2020-07-22T15:14:08.698Z] ---> Running in 6343a02598c4 [2020-07-22T15:14:08.698Z] ---> Running in ab0c275d46c0 [2020-07-22T15:14:08.698Z] ---> Running in c16eed1dba93 [2020-07-22T15:14:08.698Z] 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-22T15:14:08.698Z] 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-22T15:14:08.698Z] 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-22T15:14:08.698Z] 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-22T15:14:08.698Z] 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-22T15:15:45.556Z] Removing intermediate container c16eed1dba93 [2020-07-22T15:15:45.556Z] ---> 3a68c82761cd [2020-07-22T15:15:45.556Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-22T15:15:45.556Z] Removing intermediate container ab0c275d46c0 [2020-07-22T15:15:45.556Z] ---> 10d8ccd43c9e [2020-07-22T15:15:45.556Z] [2020-07-22T15:15:45.556Z] Step 10/21 : FROM scratch [2020-07-22T15:15:45.556Z] ---> [2020-07-22T15:15:45.556Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-22T15:15:45.831Z] ---> Running in 764ff152f28b [2020-07-22T15:15:45.831Z] ---> Running in 17555189822b [2020-07-22T15:15:46.816Z] Removing intermediate container 17555189822b [2020-07-22T15:15:46.816Z] ---> f3fd36dbfabd [2020-07-22T15:15:46.816Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-22T15:15:46.816Z] ---> Running in c266f7ae89d1 [2020-07-22T15:15:47.807Z] Removing intermediate container c266f7ae89d1 [2020-07-22T15:15:47.807Z] ---> faf57f8dc524 [2020-07-22T15:15:47.807Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T15:15:47.807Z] ---> Running in bc1e0634e3b0 [2020-07-22T15:15:48.410Z] 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-22T15:15:48.410Z] Removing intermediate container bc1e0634e3b0 [2020-07-22T15:15:48.410Z] ---> cf6083964761 [2020-07-22T15:15:48.410Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-22T15:15:49.853Z] ---> 2c1a8e70f26f [2020-07-22T15:15:49.853Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-22T15:15:50.848Z] ---> a61f3e7e345f [2020-07-22T15:15:50.848Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-22T15:15:52.838Z] ---> 26510bb6fcfd [2020-07-22T15:15:52.838Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-22T15:15:53.821Z] ---> 9c8f717a7fb4 [2020-07-22T15:15:53.821Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:15:53.821Z] ---> Running in 3e97ab2da121 [2020-07-22T15:15:54.815Z] Removing intermediate container 3e97ab2da121 [2020-07-22T15:15:54.815Z] ---> 3ddbb5411208 [2020-07-22T15:15:54.815Z] Step 19/21 : LABEL arch=arm64 [2020-07-22T15:15:55.096Z] Removing intermediate container 764ff152f28b [2020-07-22T15:15:55.096Z] ---> 6e70fe7f37af [2020-07-22T15:15:55.096Z] [2020-07-22T15:15:55.096Z] Step 11/26 : FROM docker:latest [2020-07-22T15:15:55.096Z] ---> ce9d55ae87f1 [2020-07-22T15:15:55.096Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-22T15:15:55.096Z] ---> Running in e9f61c5b9477 [2020-07-22T15:15:55.374Z] ---> Running in 03b05626f0dc [2020-07-22T15:15:56.355Z] Removing intermediate container e9f61c5b9477 [2020-07-22T15:15:56.355Z] ---> 0d764267da77 [2020-07-22T15:15:56.355Z] Step 20/21 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:15:56.633Z] ---> Running in 1c0858c897c4 [2020-07-22T15:15:57.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:15:57.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:15:57.905Z] Removing intermediate container 1c0858c897c4 [2020-07-22T15:15:57.905Z] ---> 312766ffc9fc [2020-07-22T15:15:57.905Z] Step 21/21 : LABEL version=0.0.0 [2020-07-22T15:15:58.183Z] (1/2) Installing readline (8.0.4-r0) [2020-07-22T15:15:58.183Z] (2/2) Installing bash (5.0.17-r0) [2020-07-22T15:15:58.458Z] Executing bash-5.0.17-r0.post-install [2020-07-22T15:15:58.458Z] ---> Running in 41550093383e [2020-07-22T15:15:58.458Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:15:58.458Z] OK: 12 MiB in 22 packages [2020-07-22T15:15:59.893Z] Removing intermediate container 41550093383e [2020-07-22T15:15:59.893Z] ---> 7797b55fa24b [2020-07-22T15:15:59.893Z] [2020-07-22T15:16:00.891Z] Successfully built 7797b55fa24b [2020-07-22T15:16:01.166Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-22T15:16:01.166Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-07-22T15:16:01.166Z] Removing intermediate container 03b05626f0dc [2020-07-22T15:16:01.166Z] ---> 687a477e7a1c [2020-07-22T15:16:01.166Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-22T15:16:01.439Z] ---> Running in 0b1e2b9ca5b2 [2020-07-22T15:16:02.039Z] Removing intermediate container 6343a02598c4 [2020-07-22T15:16:02.039Z] ---> 98ff99e88b6a [2020-07-22T15:16:02.039Z] [2020-07-22T15:16:02.039Z] Step 10/20 : FROM scratch [2020-07-22T15:16:02.315Z] ---> [2020-07-22T15:16:02.315Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T15:16:03.306Z] ---> Running in 71b6d0c490c1 [2020-07-22T15:16:03.943Z] Removing intermediate container c9ba9ed90884 [2020-07-22T15:16:03.943Z] ---> 0c28b1ae5633 [2020-07-22T15:16:03.943Z] [2020-07-22T15:16:03.943Z] Step 10/23 : FROM scratch [2020-07-22T15:16:03.943Z] ---> [2020-07-22T15:16:03.943Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-22T15:16:04.228Z] ---> Using cache [2020-07-22T15:16:04.228Z] ---> f3fd36dbfabd [2020-07-22T15:16:04.228Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-22T15:16:04.228Z] Removing intermediate container 71b6d0c490c1 [2020-07-22T15:16:04.228Z] ---> 3c0f35e6f969 [2020-07-22T15:16:04.228Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-22T15:16:04.507Z] ---> Running in 81f2595d637f [2020-07-22T15:16:04.507Z] ---> Running in e45b34ee4071 [2020-07-22T15:16:05.498Z] Removing intermediate container e45b34ee4071 [2020-07-22T15:16:05.498Z] ---> 3d432fd6d085 [2020-07-22T15:16:05.498Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-22T15:16:05.498Z] Removing intermediate container 81f2595d637f [2020-07-22T15:16:05.498Z] ---> a6fc4c7aed3b [2020-07-22T15:16:05.498Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-22T15:16:06.090Z] Removing intermediate container 0b1e2b9ca5b2 [2020-07-22T15:16:06.090Z] ---> 7e5e3bbf1718 [2020-07-22T15:16:06.090Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-22T15:16:06.090Z] ---> Running in 6502190eac82 [2020-07-22T15:16:06.090Z] ---> Running in f7ca7728279b [2020-07-22T15:16:06.687Z] ---> Running in 7d9b0a0c1a5f [2020-07-22T15:16:06.687Z] Removing intermediate container f7ca7728279b [2020-07-22T15:16:06.687Z] ---> 984abb43c318 [2020-07-22T15:16:06.687Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-22T15:16:06.687Z] Removing intermediate container 6502190eac82 [2020-07-22T15:16:06.687Z] ---> dde68ccfe9f1 [2020-07-22T15:16:06.687Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-22T15:16:07.327Z] Removing intermediate container 7d9b0a0c1a5f [2020-07-22T15:16:07.327Z] ---> 1b0703c361f9 [2020-07-22T15:16:07.327Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-22T15:16:07.922Z] ---> Running in 86a9ed203076 [2020-07-22T15:16:07.922Z] ---> 734d6bbf3043 [2020-07-22T15:16:07.922Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-22T15:16:07.922Z] ---> 5e4eaaf7957b [2020-07-22T15:16:07.922Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-22T15:16:08.906Z] Removing intermediate container 86a9ed203076 [2020-07-22T15:16:08.906Z] ---> 5111c89ef222 [2020-07-22T15:16:08.906Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-22T15:16:09.506Z] ---> Running in d8170de55df5 [2020-07-22T15:16:09.777Z] ---> c61aa4e5c660 [2020-07-22T15:16:09.777Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-22T15:16:10.047Z] ---> 198353970499 [2020-07-22T15:16:10.047Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-22T15:16:10.047Z] Removing intermediate container d8170de55df5 [2020-07-22T15:16:10.047Z] ---> 12fd61210efb [2020-07-22T15:16:10.047Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-22T15:16:12.039Z] ---> 9e5dab2fd7b9 [2020-07-22T15:16:12.039Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:16:12.039Z] ---> b309fca32365 [2020-07-22T15:16:12.039Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-22T15:16:12.039Z] ---> Running in 50cc09ed22a4 [2020-07-22T15:16:12.319Z] ---> 861a505b15d6 [2020-07-22T15:16:12.319Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-22T15:16:12.968Z] Removing intermediate container 50cc09ed22a4 [2020-07-22T15:16:12.968Z] ---> 409087f48cbe [2020-07-22T15:16:12.968Z] Step 18/20 : LABEL arch=arm64 [2020-07-22T15:16:13.257Z] ---> 7b941e8c578f [2020-07-22T15:16:13.257Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-22T15:16:13.529Z] ---> Running in 5c3a33566c33 [2020-07-22T15:16:13.529Z] ---> 9d92e0a1f390 [2020-07-22T15:16:13.529Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-22T15:16:14.515Z] Removing intermediate container 5c3a33566c33 [2020-07-22T15:16:14.515Z] ---> e0bba494d39b [2020-07-22T15:16:14.515Z] Step 19/20 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:16:15.116Z] ---> Running in 833b46be0f0a [2020-07-22T15:16:15.390Z] ---> 4d0ba39ee059 [2020-07-22T15:16:15.390Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-22T15:16:15.675Z] ---> a616dab88b69 [2020-07-22T15:16:15.675Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-22T15:16:15.675Z] ---> Running in c0097768cf59 [2020-07-22T15:16:15.949Z] Removing intermediate container 833b46be0f0a [2020-07-22T15:16:15.949Z] ---> 217bbf026ce3 [2020-07-22T15:16:15.949Z] Step 20/20 : LABEL version=0.0.0 [2020-07-22T15:16:16.587Z] ---> Running in de22d350222f [2020-07-22T15:16:16.587Z] Removing intermediate container f088401da8a1 [2020-07-22T15:16:16.587Z] ---> c4e1d0814409 [2020-07-22T15:16:16.587Z] [2020-07-22T15:16:16.587Z] Step 10/22 : FROM alpine [2020-07-22T15:16:16.860Z] latest: Pulling from library/alpine [2020-07-22T15:16:17.139Z] ---> 72bc3f7c650a [2020-07-22T15:16:17.139Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:16:17.139Z] Removing intermediate container de22d350222f [2020-07-22T15:16:17.139Z] ---> 3e35ba820900 [2020-07-22T15:16:17.139Z] [2020-07-22T15:16:17.431Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-22T15:16:17.431Z] Status: Downloaded newer image for alpine:latest [2020-07-22T15:16:17.431Z] ---> 62ee0e9f8440 [2020-07-22T15:16:17.431Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T15:16:17.431Z] ---> Running in 02705f697306 [2020-07-22T15:16:17.704Z] ---> Running in 89f410a9f304 [2020-07-22T15:16:17.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:16:17.978Z] Successfully built 3e35ba820900 [2020-07-22T15:16:17.978Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-22T15:16:17.978Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-07-22T15:16:18.250Z] Removing intermediate container 02705f697306 [2020-07-22T15:16:18.250Z] ---> 071608906b2c [2020-07-22T15:16:18.250Z] Step 21/23 : LABEL arch=arm64 [2020-07-22T15:16:18.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:16:18.521Z] Removing intermediate container 89f410a9f304 [2020-07-22T15:16:18.521Z] ---> 794bd0deafdf [2020-07-22T15:16:18.521Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-22T15:16:18.521Z] ---> Running in 8944c3fc25c1 [2020-07-22T15:16:18.521Z] ---> Running in 6ddb4131c44b [2020-07-22T15:16:18.798Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-22T15:16:18.798Z] (2/33) Installing expat (2.2.9-r1) [2020-07-22T15:16:18.798Z] (3/33) Installing libffi (3.3-r2) [2020-07-22T15:16:18.798Z] (4/33) Installing gdbm (1.13-r1) [2020-07-22T15:16:18.798Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-22T15:16:18.798Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-22T15:16:18.798Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-22T15:16:19.073Z] Removing intermediate container 8944c3fc25c1 [2020-07-22T15:16:19.073Z] ---> 30e9ee34e722 [2020-07-22T15:16:19.073Z] Step 22/23 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:16:19.344Z] Removing intermediate container 6ddb4131c44b [2020-07-22T15:16:19.344Z] ---> 473f61301174 [2020-07-22T15:16:19.344Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-22T15:16:19.638Z] ---> Running in 3650445e2545 [2020-07-22T15:16:19.913Z] ---> Running in 7029c3d2c6f1 [2020-07-22T15:16:20.903Z] Removing intermediate container 3650445e2545 [2020-07-22T15:16:20.903Z] ---> 577d6da149fe [2020-07-22T15:16:20.903Z] Step 23/23 : LABEL version=0.0.0 [2020-07-22T15:16:20.903Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-22T15:16:20.903Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-22T15:16:20.903Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-22T15:16:20.903Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-22T15:16:20.903Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-22T15:16:20.903Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-22T15:16:21.178Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-22T15:16:21.178Z] Removing intermediate container 7029c3d2c6f1 [2020-07-22T15:16:21.178Z] ---> a31afbb01b44 [2020-07-22T15:16:21.178Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:16:21.178Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-22T15:16:21.178Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-22T15:16:21.178Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-22T15:16:21.178Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-22T15:16:21.456Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-22T15:16:21.456Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-22T15:16:21.456Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-22T15:16:21.456Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-22T15:16:21.456Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-22T15:16:21.456Z] ---> Running in e7cabfb674f9 [2020-07-22T15:16:21.456Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-22T15:16:21.456Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-22T15:16:21.456Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-22T15:16:21.727Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-22T15:16:21.727Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-22T15:16:21.727Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-22T15:16:21.727Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-22T15:16:21.727Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-22T15:16:21.727Z] ---> Running in 759f7fae6d63 [2020-07-22T15:16:21.727Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-22T15:16:21.727Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-22T15:16:22.003Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:16:22.003Z] OK: 71 MiB in 55 packages [2020-07-22T15:16:22.277Z] Removing intermediate container e7cabfb674f9 [2020-07-22T15:16:22.277Z] ---> ac0ca2275090 [2020-07-22T15:16:22.277Z] [2020-07-22T15:16:23.256Z] Successfully built ac0ca2275090 [2020-07-22T15:16:23.256Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-22T15:16:23.256Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-07-22T15:16:25.898Z] Removing intermediate container 759f7fae6d63 [2020-07-22T15:16:25.898Z] ---> 43db3ce42026 [2020-07-22T15:16:25.898Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-22T15:16:26.501Z] ---> Running in b8b5ba5e0d15 [2020-07-22T15:16:28.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:16:29.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:16:29.675Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-22T15:16:29.951Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-22T15:16:29.951Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-22T15:16:30.229Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-22T15:16:30.229Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-22T15:16:30.505Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:16:30.505Z] OK: 8 MiB in 19 packages [2020-07-22T15:16:30.505Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:16:30.505Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:16:30.505Z] ---> 447081f80b7f [2020-07-22T15:16:30.505Z] Step 3/26 : WORKDIR /edgex-go [2020-07-22T15:16:30.505Z] ---> Using cache [2020-07-22T15:16:30.505Z] ---> 70b1553c47a6 [2020-07-22T15:16:30.505Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:16:30.505Z] ---> Using cache [2020-07-22T15:16:30.505Z] ---> 524f4e7c9e68 [2020-07-22T15:16:30.505Z] Step 5/26 : RUN apk update && apk add make git [2020-07-22T15:16:30.505Z] Removing intermediate container c0097768cf59 [2020-07-22T15:16:30.505Z] ---> b22ff4066f8a [2020-07-22T15:16:30.505Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-22T15:16:31.128Z] ---> Running in aba52d707aec [2020-07-22T15:16:31.400Z] ---> Running in 1634b5a535a3 [2020-07-22T15:16:32.846Z] Removing intermediate container b8b5ba5e0d15 [2020-07-22T15:16:32.846Z] ---> c024b6baa2f1 [2020-07-22T15:16:32.846Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-22T15:16:33.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:16:34.429Z] ---> 5190eebdce57 [2020-07-22T15:16:34.429Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-22T15:16:34.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:16:35.869Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:16:35.869Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:16:35.869Z] OK: 12620 distinct packages available [2020-07-22T15:16:36.469Z] OK: 217 MiB in 51 packages [2020-07-22T15:16:36.749Z] ---> b62a07689fbb [2020-07-22T15:16:36.749Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-22T15:16:38.186Z] ---> 43edf272424c [2020-07-22T15:16:38.186Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:16:38.458Z] Collecting docker-compose==1.23.2 [2020-07-22T15:16:38.458Z] ---> Running in 1687c0b4ee28 [2020-07-22T15:16:38.458Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-22T15:16:38.458Z] Removing intermediate container aba52d707aec [2020-07-22T15:16:38.458Z] ---> 5b7e99a0582b [2020-07-22T15:16:38.458Z] Step 6/26 : COPY go.mod . [2020-07-22T15:16:39.056Z] Removing intermediate container 1687c0b4ee28 [2020-07-22T15:16:39.056Z] ---> 0a32bc505721 [2020-07-22T15:16:39.056Z] Step 20/22 : LABEL arch=arm64 [2020-07-22T15:16:39.332Z] ---> Running in 8b89ead85991 [2020-07-22T15:16:39.942Z] ---> 8a91a1331f7f [2020-07-22T15:16:39.942Z] Step 7/26 : RUN go mod download [2020-07-22T15:16:39.942Z] Removing intermediate container 8b89ead85991 [2020-07-22T15:16:39.942Z] ---> 6471d4fbb395 [2020-07-22T15:16:39.942Z] Step 21/22 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:16:39.942Z] ---> Running in 754c979430b3 [2020-07-22T15:16:40.215Z] ---> Running in 3f48171706e7 [2020-07-22T15:16:40.215Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-22T15:16:40.215Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-22T15:16:40.808Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-22T15:16:40.808Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-22T15:16:41.083Z] Removing intermediate container 3f48171706e7 [2020-07-22T15:16:41.083Z] ---> 52f838282b3f [2020-07-22T15:16:41.083Z] Step 22/22 : LABEL version=0.0.0 [2020-07-22T15:16:41.354Z] ---> Running in e2cac8e3aca3 [2020-07-22T15:16:41.953Z] Removing intermediate container e2cac8e3aca3 [2020-07-22T15:16:41.953Z] ---> 5218dec20719 [2020-07-22T15:16:41.953Z] [2020-07-22T15:16:42.549Z] Successfully built 5218dec20719 [2020-07-22T15:16:42.549Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-22T15:16:42.549Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-07-22T15:16:43.534Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-22T15:16:43.534Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-22T15:16:44.505Z] Removing intermediate container 754c979430b3 [2020-07-22T15:16:44.505Z] ---> c35b544693e8 [2020-07-22T15:16:44.505Z] Step 8/26 : COPY . . [2020-07-22T15:16:44.505Z] Collecting docker<4.0,>=3.6.0 [2020-07-22T15:16:44.505Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-22T15:16:45.931Z] Collecting PyYAML<4,>=3.10 [2020-07-22T15:16:45.931Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-22T15:16:49.313Z] Collecting docopt<0.7,>=0.6.1 [2020-07-22T15:16:49.313Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-22T15:16:51.936Z] Collecting texttable<0.10,>=0.9.0 [2020-07-22T15:16:51.936Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-22T15:16:53.915Z] Collecting jsonschema<3,>=2.5.1 [2020-07-22T15:16:53.915Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-22T15:16:54.191Z] 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-22T15:16:54.467Z] Collecting cached-property<2,>=1.2.0 [2020-07-22T15:16:54.467Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-22T15:16:55.061Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-22T15:16:55.061Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-22T15:16:55.333Z] 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-22T15:16:55.333Z] 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-22T15:16:55.609Z] Collecting idna<2.8,>=2.5 [2020-07-22T15:16:55.609Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-22T15:16:55.886Z] Collecting docker-pycreds>=0.4.0 [2020-07-22T15:16:55.886Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-22T15:16:56.159Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-22T15:16:56.159Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-22T15:16:56.159Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-22T15:16:56.159Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-22T15:16:57.139Z] Installing collected packages: urllib3, idna, requests, dockerpty, websocket-client, docker-pycreds, docker, PyYAML, docopt, texttable, jsonschema, cached-property, docker-compose [2020-07-22T15:16:57.139Z] Attempting uninstall: urllib3 [2020-07-22T15:16:57.139Z] Found existing installation: urllib3 1.25.9 [2020-07-22T15:16:57.139Z] Uninstalling urllib3-1.25.9: [2020-07-22T15:16:57.413Z] Successfully uninstalled urllib3-1.25.9 [2020-07-22T15:16:58.014Z] Attempting uninstall: idna [2020-07-22T15:16:58.014Z] Found existing installation: idna 2.9 [2020-07-22T15:16:58.014Z] Uninstalling idna-2.9: [2020-07-22T15:16:58.287Z] Successfully uninstalled idna-2.9 [2020-07-22T15:16:59.266Z] Attempting uninstall: requests [2020-07-22T15:16:59.266Z] Found existing installation: requests 2.23.0 [2020-07-22T15:16:59.266Z] Uninstalling requests-2.23.0: [2020-07-22T15:16:59.266Z] Successfully uninstalled requests-2.23.0 [2020-07-22T15:16:59.857Z] Running setup.py install for dockerpty: started [2020-07-22T15:17:01.292Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:17:01.292Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-22T15:17:01.292Z] ---> 447081f80b7f [2020-07-22T15:17:01.292Z] Step 3/29 : WORKDIR /edgex-go [2020-07-22T15:17:01.292Z] ---> Using cache [2020-07-22T15:17:01.292Z] ---> 70b1553c47a6 [2020-07-22T15:17:01.292Z] Step 4/29 : RUN apk update && apk add make git [2020-07-22T15:17:02.268Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-22T15:17:05.676Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:17:05.676Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:17:05.676Z] ---> 447081f80b7f [2020-07-22T15:17:05.676Z] Step 3/21 : WORKDIR /edgex-go [2020-07-22T15:17:05.676Z] ---> Using cache [2020-07-22T15:17:05.676Z] ---> 70b1553c47a6 [2020-07-22T15:17:05.676Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:17:05.676Z] ---> Using cache [2020-07-22T15:17:05.676Z] ---> 524f4e7c9e68 [2020-07-22T15:17:05.676Z] Step 5/21 : RUN apk update && apk add make git [2020-07-22T15:17:05.676Z] ---> Using cache [2020-07-22T15:17:05.676Z] ---> 5b7e99a0582b [2020-07-22T15:17:05.676Z] Step 6/21 : COPY go.mod . [2020-07-22T15:17:05.676Z] ---> Using cache [2020-07-22T15:17:05.676Z] ---> 8a91a1331f7f [2020-07-22T15:17:05.676Z] Step 7/21 : RUN go mod download [2020-07-22T15:17:05.676Z] ---> Using cache [2020-07-22T15:17:05.676Z] ---> c35b544693e8 [2020-07-22T15:17:05.676Z] Step 8/21 : COPY . . [2020-07-22T15:17:07.669Z] Running setup.py install for PyYAML: started [2020-07-22T15:17:10.333Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-22T15:17:10.333Z] Running setup.py install for docopt: started [2020-07-22T15:17:13.757Z] Running setup.py install for docopt: finished with status 'done' [2020-07-22T15:17:13.757Z] Running setup.py install for texttable: started [2020-07-22T15:17:14.033Z] ---> Running in 20e67db2181a [2020-07-22T15:17:14.639Z] ---> 2394532dd5b8 [2020-07-22T15:17:14.639Z] 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-22T15:17:15.629Z] Running setup.py install for texttable: finished with status 'done' [2020-07-22T15:17:15.629Z] ---> Running in 36df372d5c5d [2020-07-22T15:17:16.225Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:17:16.225Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:17:16.225Z] ---> 447081f80b7f [2020-07-22T15:17:16.225Z] Step 3/20 : WORKDIR /edgex-go [2020-07-22T15:17:16.225Z] ---> Using cache [2020-07-22T15:17:16.225Z] ---> 70b1553c47a6 [2020-07-22T15:17:16.225Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:17:16.225Z] ---> Using cache [2020-07-22T15:17:16.225Z] ---> 524f4e7c9e68 [2020-07-22T15:17:16.225Z] Step 5/20 : RUN apk update && apk add make git [2020-07-22T15:17:16.225Z] ---> Using cache [2020-07-22T15:17:16.225Z] ---> 5b7e99a0582b [2020-07-22T15:17:16.225Z] Step 6/20 : COPY go.mod . [2020-07-22T15:17:16.225Z] ---> Using cache [2020-07-22T15:17:16.225Z] ---> 8a91a1331f7f [2020-07-22T15:17:16.225Z] Step 7/20 : RUN go mod download [2020-07-22T15:17:16.225Z] ---> Using cache [2020-07-22T15:17:16.225Z] ---> c35b544693e8 [2020-07-22T15:17:16.225Z] Step 8/20 : COPY . . [2020-07-22T15:17:16.225Z] ---> Using cache [2020-07-22T15:17:16.225Z] ---> 2394532dd5b8 [2020-07-22T15:17:16.225Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-22T15:17:16.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:17:16.821Z] ---> Running in ca041a686b3b [2020-07-22T15:17:17.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:17:17.697Z] 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-22T15:17:18.292Z] 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-22T15:17:18.292Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:17:18.292Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:17:18.292Z] OK: 12620 distinct packages available [2020-07-22T15:17:19.275Z] 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-22T15:17:19.275Z] OK: 217 MiB in 51 packages [2020-07-22T15:17:23.628Z] Removing intermediate container 20e67db2181a [2020-07-22T15:17:23.628Z] ---> 5266274c36a9 [2020-07-22T15:17:23.628Z] Step 5/29 : COPY go.mod . [2020-07-22T15:17:25.628Z] ---> cff6fae7d8c0 [2020-07-22T15:17:25.628Z] Step 6/29 : RUN go mod download [2020-07-22T15:17:26.255Z] ---> Running in 630074dd4761 [2020-07-22T15:17:26.529Z] Removing intermediate container 1634b5a535a3 [2020-07-22T15:17:26.529Z] ---> baf60953a751 [2020-07-22T15:17:26.529Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-22T15:17:27.149Z] ---> Running in cc389d8ede49 [2020-07-22T15:17:30.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:17:30.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:17:31.851Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-22T15:17:31.851Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-22T15:17:31.851Z] (3/3) Installing curl (7.69.1-r0) [2020-07-22T15:17:31.851Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:17:31.851Z] OK: 71 MiB in 58 packages [2020-07-22T15:17:32.126Z] ---> 33b56005adb5 [2020-07-22T15:17:32.126Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-22T15:17:32.405Z] Removing intermediate container 630074dd4761 [2020-07-22T15:17:32.405Z] ---> c40b475ab454 [2020-07-22T15:17:32.405Z] Step 7/29 : COPY . . [2020-07-22T15:17:32.405Z] ---> Running in 94530d2a2487 [2020-07-22T15:17:34.409Z] Removing intermediate container cc389d8ede49 [2020-07-22T15:17:34.409Z] ---> 33a3e7190d8d [2020-07-22T15:17:34.409Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:17:35.010Z] ---> Running in 05f8b8fdaa68 [2020-07-22T15:17:35.608Z] 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-22T15:17:36.204Z] Removing intermediate container 05f8b8fdaa68 [2020-07-22T15:17:36.204Z] ---> 46a9c7da286a [2020-07-22T15:17:36.204Z] Step 24/26 : LABEL arch=arm64 [2020-07-22T15:17:37.186Z] ---> Running in 5f46efd3b78c [2020-07-22T15:17:38.629Z] Removing intermediate container 5f46efd3b78c [2020-07-22T15:17:38.629Z] ---> 96a2b6961559 [2020-07-22T15:17:38.629Z] Step 25/26 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:17:38.907Z] ---> Running in f6fcb6400a2e [2020-07-22T15:17:40.347Z] Removing intermediate container f6fcb6400a2e [2020-07-22T15:17:40.347Z] ---> 4576753363fc [2020-07-22T15:17:40.347Z] Step 26/26 : LABEL version=0.0.0 [2020-07-22T15:17:40.624Z] ---> Running in be776631b0f7 [2020-07-22T15:17:42.066Z] Removing intermediate container be776631b0f7 [2020-07-22T15:17:42.066Z] ---> 9317a9e8a837 [2020-07-22T15:17:42.066Z] [2020-07-22T15:17:43.048Z] Successfully built 9317a9e8a837 [2020-07-22T15:17:43.048Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-22T15:17:43.048Z] Building docker-core-metadata-go [2020-07-22T15:18:05.294Z]  Building docker-sys-mgmt-agent-go ... done  ---> 03378634c417 [2020-07-22T15:18:05.294Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-22T15:18:05.294Z] ---> Running in 830f8c69c596 [2020-07-22T15:18:06.985Z] 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-22T15:18:17.241Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-22T15:18:17.241Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-22T15:18:17.241Z] ---> 447081f80b7f [2020-07-22T15:18:17.241Z] Step 3/21 : WORKDIR /edgex-go [2020-07-22T15:18:17.241Z] ---> Using cache [2020-07-22T15:18:17.241Z] ---> 70b1553c47a6 [2020-07-22T15:18:17.241Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T15:18:17.241Z] ---> Using cache [2020-07-22T15:18:17.241Z] ---> 524f4e7c9e68 [2020-07-22T15:18:17.241Z] Step 5/21 : RUN apk update && apk add make git [2020-07-22T15:18:17.241Z] ---> Using cache [2020-07-22T15:18:17.241Z] ---> 5b7e99a0582b [2020-07-22T15:18:17.241Z] Step 6/21 : COPY go.mod . [2020-07-22T15:18:17.241Z] ---> Using cache [2020-07-22T15:18:17.241Z] ---> 8a91a1331f7f [2020-07-22T15:18:17.241Z] Step 7/21 : RUN go mod download [2020-07-22T15:18:17.241Z] ---> Using cache [2020-07-22T15:18:17.241Z] ---> c35b544693e8 [2020-07-22T15:18:17.241Z] Step 8/21 : COPY . . [2020-07-22T15:18:17.241Z] ---> Using cache [2020-07-22T15:18:17.241Z] ---> 33b56005adb5 [2020-07-22T15:18:17.241Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-22T15:18:17.847Z] ---> Running in 44c4c14d538d [2020-07-22T15:18:20.469Z] 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-22T15:18:30.635Z] 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-22T15:18:40.793Z] Removing intermediate container ca041a686b3b [2020-07-22T15:18:40.793Z] ---> e1a912f916fe [2020-07-22T15:18:40.793Z] [2020-07-22T15:18:40.793Z] Step 10/20 : FROM alpine [2020-07-22T15:18:40.793Z] ---> 62ee0e9f8440 [2020-07-22T15:18:40.793Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-22T15:18:40.793Z] ---> Running in 49a1ca8ef7a8 [2020-07-22T15:18:41.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:18:42.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:18:43.031Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:18:43.031Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:18:43.031Z] OK: 12620 distinct packages available [2020-07-22T15:18:43.031Z] 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-22T15:18:44.014Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-22T15:18:44.015Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-22T15:18:44.015Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-22T15:18:44.015Z] (4/4) Installing curl (7.69.1-r0) [2020-07-22T15:18:44.015Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:18:44.015Z] Executing ca-certificates-20191127-r4.trigger [2020-07-22T15:18:44.290Z] OK: 7 MiB in 18 packages [2020-07-22T15:18:46.924Z] Removing intermediate container 49a1ca8ef7a8 [2020-07-22T15:18:46.924Z] ---> 1294e08b6540 [2020-07-22T15:18:46.924Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-22T15:18:46.924Z] ---> Running in 680fd816a414 [2020-07-22T15:18:47.524Z] Removing intermediate container 680fd816a414 [2020-07-22T15:18:47.524Z] ---> 061083fd1a5c [2020-07-22T15:18:47.524Z] Step 13/20 : WORKDIR /edgex [2020-07-22T15:18:47.800Z] ---> Running in b32cf3277e8a [2020-07-22T15:18:48.407Z] Removing intermediate container b32cf3277e8a [2020-07-22T15:18:48.407Z] ---> 278b2cf76586 [2020-07-22T15:18:48.407Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-22T15:18:49.859Z] ---> ca2b1ab48bf4 [2020-07-22T15:18:49.859Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-22T15:18:51.304Z] ---> f4c02b2df3de [2020-07-22T15:18:51.304Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-22T15:18:51.304Z] ---> Running in 673a54a8052e [2020-07-22T15:18:51.909Z] Removing intermediate container 673a54a8052e [2020-07-22T15:18:51.909Z] ---> e03b6c308477 [2020-07-22T15:18:51.909Z] Step 17/20 : CMD ["--init=true"] [2020-07-22T15:18:52.183Z] ---> Running in 2f1f4c630fd4 [2020-07-22T15:18:52.798Z] Removing intermediate container 2f1f4c630fd4 [2020-07-22T15:18:52.798Z] ---> 2766a49662ff [2020-07-22T15:18:52.798Z] Step 18/20 : LABEL arch=arm64 [2020-07-22T15:18:52.798Z] ---> Running in 41e7a128a7e1 [2020-07-22T15:18:53.814Z] Removing intermediate container 41e7a128a7e1 [2020-07-22T15:18:53.814Z] ---> 5802e617592d [2020-07-22T15:18:53.814Z] Step 19/20 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:18:53.814Z] ---> Running in 2ede2508e652 [2020-07-22T15:18:54.422Z] Removing intermediate container 2ede2508e652 [2020-07-22T15:18:54.422Z] ---> 4c902975420b [2020-07-22T15:18:54.422Z] Step 20/20 : LABEL version=0.0.0 [2020-07-22T15:18:54.707Z] ---> Running in 8d31a783010c [2020-07-22T15:18:55.695Z] Removing intermediate container 8d31a783010c [2020-07-22T15:18:55.695Z] ---> 473abfd95ad9 [2020-07-22T15:18:55.695Z] [2020-07-22T15:18:56.293Z] Successfully built 473abfd95ad9 [2020-07-22T15:18:56.570Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-22T15:18:59.190Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 36df372d5c5d [2020-07-22T15:18:59.190Z] ---> d87a74385f1f [2020-07-22T15:18:59.190Z] [2020-07-22T15:18:59.190Z] Step 10/26 : FROM alpine:3.10 [2020-07-22T15:18:59.790Z] 3.10: Pulling from library/alpine [2020-07-22T15:19:01.231Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-22T15:19:01.231Z] Status: Downloaded newer image for alpine:3.10 [2020-07-22T15:19:01.231Z] ---> 536a684cf733 [2020-07-22T15:19:01.231Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-22T15:19:01.231Z] ---> Running in 12823b05d9fe [2020-07-22T15:19:03.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:19:03.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:19:04.482Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-22T15:19:04.482Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-22T15:19:04.482Z] OK: 10167 distinct packages available [2020-07-22T15:19:05.090Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-22T15:19:05.090Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-22T15:19:05.090Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-22T15:19:05.090Z] (4/5) Installing curl (7.66.0-r0) [2020-07-22T15:19:05.090Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-22T15:19:05.090Z] Executing busybox-1.30.1-r3.trigger [2020-07-22T15:19:05.364Z] Executing ca-certificates-20191127-r2.trigger [2020-07-22T15:19:05.639Z] OK: 7 MiB in 19 packages [2020-07-22T15:19:08.309Z] Removing intermediate container 12823b05d9fe [2020-07-22T15:19:08.309Z] ---> 63930617b544 [2020-07-22T15:19:08.309Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-22T15:19:08.309Z] ---> Running in 123c44822627 [2020-07-22T15:19:08.934Z] Removing intermediate container 123c44822627 [2020-07-22T15:19:08.934Z] ---> 1524900c2043 [2020-07-22T15:19:08.934Z] Step 13/26 : WORKDIR / [2020-07-22T15:19:09.213Z] ---> Running in c0decaa4303d [2020-07-22T15:19:09.813Z] Removing intermediate container c0decaa4303d [2020-07-22T15:19:09.813Z] ---> 004c727c91b4 [2020-07-22T15:19:09.813Z] 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-22T15:19:11.269Z] ---> 36a99d30018d [2020-07-22T15:19:11.269Z] 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-22T15:19:12.281Z] ---> f066c4b3ce1b [2020-07-22T15:19:12.281Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-22T15:19:13.325Z] ---> 641b97597639 [2020-07-22T15:19:13.325Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-22T15:19:14.331Z] ---> 342f9df4224f [2020-07-22T15:19:14.331Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-22T15:19:16.356Z] ---> d28e51d725c5 [2020-07-22T15:19:16.356Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-22T15:19:17.807Z] ---> 8d47cdf3383d [2020-07-22T15:19:17.807Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-22T15:19:19.802Z] ---> f0a81b9d1380 [2020-07-22T15:19:19.802Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-22T15:19:20.794Z] ---> 1897820e26b5 [2020-07-22T15:19:20.794Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-22T15:19:21.069Z] ---> Running in e3ee47db3c57 [2020-07-22T15:19:25.405Z] Removing intermediate container 830f8c69c596 [2020-07-22T15:19:25.405Z] ---> 504e58b95077 [2020-07-22T15:19:25.405Z] [2020-07-22T15:19:25.405Z] Step 9/29 : FROM alpine:latest [2020-07-22T15:19:25.405Z] ---> 62ee0e9f8440 [2020-07-22T15:19:25.405Z] 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-22T15:19:26.025Z] ---> Running in 50d583ecd3d5 [2020-07-22T15:19:26.302Z] Removing intermediate container e3ee47db3c57 [2020-07-22T15:19:26.302Z] ---> 72247afa0d55 [2020-07-22T15:19:26.302Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-22T15:19:26.584Z] ---> Running in 6b8abd4e0118 [2020-07-22T15:19:26.856Z] Removing intermediate container 50d583ecd3d5 [2020-07-22T15:19:26.856Z] ---> a2b64293b604 [2020-07-22T15:19:26.856Z] Step 11/29 : USER root [2020-07-22T15:19:26.856Z] Removing intermediate container 94530d2a2487 [2020-07-22T15:19:26.856Z] ---> 07984dfdbe07 [2020-07-22T15:19:26.856Z] [2020-07-22T15:19:26.856Z] Step 10/21 : FROM scratch [2020-07-22T15:19:26.856Z] ---> [2020-07-22T15:19:26.856Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T15:19:27.138Z] ---> Running in cbd88f1e4a4d [2020-07-22T15:19:27.138Z] ---> Using cache [2020-07-22T15:19:27.138Z] ---> 3c0f35e6f969 [2020-07-22T15:19:27.138Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-22T15:19:27.416Z] ---> Running in 2fefe6a32a5a [2020-07-22T15:19:27.416Z] Removing intermediate container 6b8abd4e0118 [2020-07-22T15:19:27.416Z] ---> 43f884773340 [2020-07-22T15:19:27.416Z] Step 24/26 : LABEL arch=arm64 [2020-07-22T15:19:27.687Z] ---> Running in d9db68b74281 [2020-07-22T15:19:27.971Z] Removing intermediate container cbd88f1e4a4d [2020-07-22T15:19:27.971Z] ---> 6793daaeff5e [2020-07-22T15:19:27.971Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-22T15:19:27.971Z] ---> Running in 667fa2c23c54 [2020-07-22T15:19:28.255Z] Removing intermediate container 2fefe6a32a5a [2020-07-22T15:19:28.255Z] ---> 95689568b42e [2020-07-22T15:19:28.255Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T15:19:28.255Z] ---> Running in 379c71335aeb [2020-07-22T15:19:28.862Z] Removing intermediate container d9db68b74281 [2020-07-22T15:19:28.862Z] ---> 4870c3bcfbc2 [2020-07-22T15:19:28.862Z] Step 25/26 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:19:28.862Z] ---> Running in 1e9b36dbd02e [2020-07-22T15:19:29.467Z] Removing intermediate container 379c71335aeb [2020-07-22T15:19:29.467Z] ---> 5a6327cd974b [2020-07-22T15:19:29.467Z] Step 14/21 : WORKDIR / [2020-07-22T15:19:29.467Z] ---> Running in 9e6352556aed [2020-07-22T15:19:30.081Z] Removing intermediate container 1e9b36dbd02e [2020-07-22T15:19:30.081Z] ---> b93b50bda3ce [2020-07-22T15:19:30.081Z] Step 26/26 : LABEL version=0.0.0 [2020-07-22T15:19:30.081Z] ---> Running in a7d19268dcb1 [2020-07-22T15:19:30.363Z] Removing intermediate container 9e6352556aed [2020-07-22T15:19:30.363Z] ---> ae6114ae87e4 [2020-07-22T15:19:30.363Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-22T15:19:30.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T15:19:30.920Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T15:19:30.920Z] Removing intermediate container a7d19268dcb1 [2020-07-22T15:19:30.920Z] ---> 58fa761d6caa [2020-07-22T15:19:30.920Z] [2020-07-22T15:19:31.526Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-22T15:19:31.526Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-22T15:19:31.526Z] OK: 12620 distinct packages available [2020-07-22T15:19:31.526Z] Successfully built 58fa761d6caa [2020-07-22T15:19:31.526Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-22T15:19:31.803Z]  Building docker-security-secretstore-setup-go ... done  ---> a69e7be69312 [2020-07-22T15:19:31.803Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-22T15:19:32.078Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-22T15:19:32.359Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-22T15:19:32.360Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T15:19:32.360Z] Executing ca-certificates-20191127-r4.trigger [2020-07-22T15:19:32.636Z] OK: 6 MiB in 16 packages [2020-07-22T15:19:33.634Z] ---> a952603ecc23 [2020-07-22T15:19:33.634Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-22T15:19:34.619Z] Removing intermediate container 667fa2c23c54 [2020-07-22T15:19:34.619Z] ---> 7aaa4a8123d0 [2020-07-22T15:19:34.619Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-22T15:19:34.890Z] ---> 89b731f1838a [2020-07-22T15:19:34.891Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:19:34.891Z] ---> Running in 58280f6679fc [2020-07-22T15:19:34.891Z] ---> Running in 77a249d660c4 [2020-07-22T15:19:35.489Z] Removing intermediate container 58280f6679fc [2020-07-22T15:19:35.489Z] ---> 1d5f0d9cac64 [2020-07-22T15:19:35.489Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-22T15:19:35.489Z] ---> Running in 4a047117f6e2 [2020-07-22T15:19:35.489Z] Removing intermediate container 77a249d660c4 [2020-07-22T15:19:35.489Z] ---> d15c08c1b288 [2020-07-22T15:19:35.489Z] Step 19/21 : LABEL arch=arm64 [2020-07-22T15:19:35.764Z] ---> Running in 3d3563261ce5 [2020-07-22T15:19:36.042Z] Removing intermediate container 4a047117f6e2 [2020-07-22T15:19:36.042Z] ---> cbb667bda7f6 [2020-07-22T15:19:36.042Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-22T15:19:36.323Z] ---> Running in 64d6a7f0df37 [2020-07-22T15:19:36.323Z] Removing intermediate container 3d3563261ce5 [2020-07-22T15:19:36.323Z] ---> d86056bbdcbe [2020-07-22T15:19:36.323Z] Step 20/21 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:19:36.598Z] ---> Running in b5068042736c [2020-07-22T15:19:36.878Z] Removing intermediate container b5068042736c [2020-07-22T15:19:36.878Z] ---> 9fd4c96c72f4 [2020-07-22T15:19:36.878Z] Step 21/21 : LABEL version=0.0.0 [2020-07-22T15:19:37.156Z] ---> Running in aa42d913a9b5 [2020-07-22T15:19:37.425Z] Removing intermediate container aa42d913a9b5 [2020-07-22T15:19:37.425Z] ---> dfe93ed5cc02 [2020-07-22T15:19:37.425Z] [2020-07-22T15:19:38.026Z] Successfully built dfe93ed5cc02 [2020-07-22T15:19:38.026Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-22T15:19:38.999Z]  Building docker-core-command-go ... done Removing intermediate container 64d6a7f0df37 [2020-07-22T15:19:38.999Z] ---> 79a21cbb3b6c [2020-07-22T15:19:38.999Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-22T15:19:40.436Z] ---> 331b0c2f61e8 [2020-07-22T15:19:40.436Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-22T15:19:41.033Z] ---> 38dbf1dc9023 [2020-07-22T15:19:41.033Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-22T15:19:42.032Z] ---> eb2e64cdd33d [2020-07-22T15:19:42.032Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-22T15:19:43.007Z] ---> 37f94e4416cb [2020-07-22T15:19:43.007Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-22T15:19:43.007Z] Removing intermediate container 44c4c14d538d [2020-07-22T15:19:43.007Z] ---> d3762d67655e [2020-07-22T15:19:43.007Z] [2020-07-22T15:19:43.007Z] Step 10/21 : FROM scratch [2020-07-22T15:19:43.007Z] ---> [2020-07-22T15:19:43.007Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-22T15:19:43.286Z] ---> Using cache [2020-07-22T15:19:43.286Z] ---> 3c0f35e6f969 [2020-07-22T15:19:43.286Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-22T15:19:43.559Z] ---> Running in f3ab7ccbf724 [2020-07-22T15:19:43.830Z] Removing intermediate container f3ab7ccbf724 [2020-07-22T15:19:43.830Z] ---> 7431d0778cd2 [2020-07-22T15:19:43.830Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-22T15:19:43.830Z] ---> 0200350454e4 [2020-07-22T15:19:43.830Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-22T15:19:44.102Z] ---> Running in de8ad88199a6 [2020-07-22T15:19:44.102Z] ---> Running in 05c4b3d00f6e [2020-07-22T15:19:44.695Z] Removing intermediate container de8ad88199a6 [2020-07-22T15:19:44.695Z] ---> e11b06325a09 [2020-07-22T15:19:44.695Z] Step 14/21 : WORKDIR / [2020-07-22T15:19:44.695Z] ---> Running in 1f538a3d3b28 [2020-07-22T15:19:44.966Z] Removing intermediate container 1f538a3d3b28 [2020-07-22T15:19:44.966Z] ---> 7c5a2ebe8a54 [2020-07-22T15:19:44.966Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-22T15:19:45.947Z] ---> 6be77d10d647 [2020-07-22T15:19:45.947Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-22T15:19:46.976Z] Removing intermediate container 05c4b3d00f6e [2020-07-22T15:19:46.976Z] ---> f5ebee18f36d [2020-07-22T15:19:46.976Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-22T15:19:47.252Z] ---> 3247ec9fc1f2 [2020-07-22T15:19:47.252Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-22T15:19:47.525Z] ---> ea6914804381 [2020-07-22T15:19:47.525Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-22T15:19:47.797Z] ---> Running in 24cf1f1a9d91 [2020-07-22T15:19:48.072Z] ---> 83052fab1d73 [2020-07-22T15:19:48.072Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T15:19:48.072Z] ---> Running in cd43d4fc1716 [2020-07-22T15:19:48.661Z] Removing intermediate container cd43d4fc1716 [2020-07-22T15:19:48.661Z] ---> 7fd03723c48a [2020-07-22T15:19:48.661Z] Step 19/21 : LABEL arch=arm64 [2020-07-22T15:19:48.661Z] ---> Running in 00287a0a3299 [2020-07-22T15:19:49.254Z] Removing intermediate container 00287a0a3299 [2020-07-22T15:19:49.254Z] ---> 1f5853b9b1f7 [2020-07-22T15:19:49.254Z] Step 20/21 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:19:49.254Z] ---> Running in 7b313bfcec07 [2020-07-22T15:19:49.852Z] Removing intermediate container 7b313bfcec07 [2020-07-22T15:19:49.852Z] ---> 4c2288d35b5c [2020-07-22T15:19:49.852Z] Step 21/21 : LABEL version=0.0.0 [2020-07-22T15:19:49.852Z] ---> Running in 7f933f09c800 [2020-07-22T15:19:50.442Z] Removing intermediate container 7f933f09c800 [2020-07-22T15:19:50.442Z] ---> 98436d838467 [2020-07-22T15:19:50.442Z] [2020-07-22T15:19:50.442Z] Removing intermediate container 24cf1f1a9d91 [2020-07-22T15:19:50.442Z] ---> 626f990406f9 [2020-07-22T15:19:50.442Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-22T15:19:50.711Z] ---> Running in 178509a8abca [2020-07-22T15:19:50.711Z] Successfully built 98436d838467 [2020-07-22T15:19:50.711Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-22T15:19:53.302Z]  Building docker-core-metadata-go ... done Removing intermediate container 178509a8abca [2020-07-22T15:19:53.302Z] ---> 242b2588d05c [2020-07-22T15:19:53.302Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-22T15:19:53.302Z] ---> Running in 53ea746c435f [2020-07-22T15:19:53.570Z] Removing intermediate container 53ea746c435f [2020-07-22T15:19:53.570Z] ---> 69b543c3cbc1 [2020-07-22T15:19:53.570Z] Step 26/29 : CMD [ "generate" ] [2020-07-22T15:19:53.840Z] ---> Running in d3c0bd654397 [2020-07-22T15:19:54.111Z] Removing intermediate container d3c0bd654397 [2020-07-22T15:19:54.111Z] ---> 74ac7370c2e9 [2020-07-22T15:19:54.111Z] Step 27/29 : LABEL arch=arm64 [2020-07-22T15:19:54.381Z] ---> Running in 5744513e3d51 [2020-07-22T15:19:54.654Z] Removing intermediate container 5744513e3d51 [2020-07-22T15:19:54.654Z] ---> 1ddaefa889f7 [2020-07-22T15:19:54.654Z] Step 28/29 : LABEL git_sha=63afee67c6f71b5b2946b95519234ab665f55dca [2020-07-22T15:19:54.928Z] ---> Running in 23604b25bc69 [2020-07-22T15:19:55.200Z] Removing intermediate container 23604b25bc69 [2020-07-22T15:19:55.200Z] ---> e03343bba1e8 [2020-07-22T15:19:55.200Z] Step 29/29 : LABEL version=0.0.0 [2020-07-22T15:19:55.470Z] ---> Running in e87363f04fbf [2020-07-22T15:19:56.067Z] Removing intermediate container e87363f04fbf [2020-07-22T15:19:56.067Z] ---> b0e88d66e93f [2020-07-22T15:19:56.067Z] [2020-07-22T15:19:56.339Z] Successfully built b0e88d66e93f [2020-07-22T15:19:56.339Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-22T15:19:56.626Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-07-22T15:19:56.622Z] $ docker stop --time=1 64511bb3fc9f5f4e597cfb2052bba51a412e058d93b55f5af70b05458a76680b [2020-07-22T15:19:58.553Z] $ docker rm -f 64511bb3fc9f5f4e597cfb2052bba51a412e058d93b55f5af70b05458a76680b [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T15:19:59.303Z] + grep docker [2020-07-22T15:19:59.303Z] + docker images [2020-07-22T15:19:59.573Z] docker-security-secrets-setup-go-arm64 latest b0e88d66e93f 4 seconds ago 24.2MB [2020-07-22T15:19:59.573Z] docker-core-metadata-go-arm64 latest 98436d838467 9 seconds ago 13.8MB [2020-07-22T15:19:59.573Z] docker-core-command-go-arm64 latest dfe93ed5cc02 22 seconds ago 12.4MB [2020-07-22T15:19:59.573Z] docker-security-secretstore-setup-go-arm64 latest 58fa761d6caa 29 seconds ago 32.6MB [2020-07-22T15:19:59.573Z] docker-security-proxy-setup-go-arm64 latest 473abfd95ad9 About a minute ago 15.8MB [2020-07-22T15:19:59.573Z] docker-sys-mgmt-agent-go-arm64 latest 9317a9e8a837 2 minutes ago 266MB [2020-07-22T15:19:59.573Z] docker-core-data-go-arm64 latest 5218dec20719 3 minutes ago 22.6MB [2020-07-22T15:19:59.573Z] docker-support-notifications-go-arm64 latest ac0ca2275090 3 minutes ago 13.9MB [2020-07-22T15:19:59.573Z] docker-support-scheduler-go-arm64 latest 3e35ba820900 3 minutes ago 12.6MB [2020-07-22T15:19:59.573Z] docker-support-logging-go-arm64 latest 7797b55fa24b 4 minutes ago 11.4MB [2020-07-22T15:19:59.573Z] docker latest ce9d55ae87f1 3 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-22T15:20:01.281Z] provisioning config files... [2020-07-22T15:20:01.315Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4058669819349227789tmp [Pipeline] { [Pipeline] sh [2020-07-22T15:20:01.656Z] + curl -s https://codecov.io/bash [2020-07-22T15:20:01.656Z] + bash -s - -t @/w/workspace/edgex-go/4@tmp/config4058669819349227789tmp [Pipeline] } [2020-07-22T15:20:02.236Z] 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-22T15:20:03.546Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T15:20:04.426Z] ---> package-listing.sh [2020-07-22T15:20:04.426Z] ++ facter osfamily [2020-07-22T15:20:04.426Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-22T15:20:04.426Z] + OS_FAMILY=redhat [2020-07-22T15:20:04.426Z] + workspace=/w/workspace/edgex-go/4 [2020-07-22T15:20:04.426Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-22T15:20:04.426Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-22T15:20:04.426Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-22T15:20:04.426Z] + PACKAGES=/tmp/packages_start.txt [2020-07-22T15:20:04.426Z] + '[' /w/workspace/edgex-go/4 ']' [2020-07-22T15:20:04.426Z] + PACKAGES=/tmp/packages_end.txt [2020-07-22T15:20:04.426Z] + case "${OS_FAMILY}" in [2020-07-22T15:20:04.426Z] + rpm -qa [2020-07-22T15:20:04.426Z] + sort [2020-07-22T15:20:08.637Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-22T15:20:08.637Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-22T15:20:08.637Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-22T15:20:08.637Z] + '[' /w/workspace/edgex-go/4 ']' [2020-07-22T15:20:08.637Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2020-07-22T15:20:08.637Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-22T15:20:09.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T15:20:09.343Z] [2020-07-22T15:20:09.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-22T15:20:09.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T15:20:09.691Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-22T15:20:09.691Z] c9b1b535fdd9: Pulling fs layer [2020-07-22T15:20:09.691Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-22T15:20:09.691Z] 756a868c4378: Pulling fs layer [2020-07-22T15:20:09.691Z] 444b2fc9a129: Pulling fs layer [2020-07-22T15:20:09.691Z] ea15f1150254: Pulling fs layer [2020-07-22T15:20:09.691Z] 41b27a9f41bf: Pulling fs layer [2020-07-22T15:20:09.691Z] 28c525ee5125: Pulling fs layer [2020-07-22T15:20:09.691Z] 094b1ea09ed8: Pulling fs layer [2020-07-22T15:20:09.691Z] 138eaada9080: Pulling fs layer [2020-07-22T15:20:09.691Z] 0622d0fa9048: Pulling fs layer [2020-07-22T15:20:09.691Z] 444b2fc9a129: Waiting [2020-07-22T15:20:09.691Z] ea15f1150254: Waiting [2020-07-22T15:20:09.691Z] 41b27a9f41bf: Waiting [2020-07-22T15:20:09.691Z] 28c525ee5125: Waiting [2020-07-22T15:20:09.691Z] 094b1ea09ed8: Waiting [2020-07-22T15:20:09.691Z] 138eaada9080: Waiting [2020-07-22T15:20:09.691Z] 0622d0fa9048: Waiting [2020-07-22T15:20:09.691Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-22T15:20:09.691Z] 2cc5ad85d9ab: Download complete [2020-07-22T15:20:09.691Z] 444b2fc9a129: Verifying Checksum [2020-07-22T15:20:09.691Z] 444b2fc9a129: Download complete [2020-07-22T15:20:09.691Z] c9b1b535fdd9: Verifying Checksum [2020-07-22T15:20:09.691Z] c9b1b535fdd9: Download complete [2020-07-22T15:20:09.691Z] ea15f1150254: Verifying Checksum [2020-07-22T15:20:09.691Z] ea15f1150254: Download complete [2020-07-22T15:20:10.125Z] 28c525ee5125: Verifying Checksum [2020-07-22T15:20:10.125Z] 28c525ee5125: Download complete [2020-07-22T15:20:10.518Z] 756a868c4378: Verifying Checksum [2020-07-22T15:20:10.518Z] 756a868c4378: Download complete [2020-07-22T15:20:10.518Z] 138eaada9080: Verifying Checksum [2020-07-22T15:20:10.518Z] 138eaada9080: Download complete [2020-07-22T15:20:10.518Z] 094b1ea09ed8: Verifying Checksum [2020-07-22T15:20:10.518Z] 094b1ea09ed8: Download complete [2020-07-22T15:20:10.518Z] 0622d0fa9048: Verifying Checksum [2020-07-22T15:20:10.518Z] 0622d0fa9048: Download complete [2020-07-22T15:20:10.518Z] c9b1b535fdd9: Pull complete [2020-07-22T15:20:10.780Z] 2cc5ad85d9ab: Pull complete [2020-07-22T15:20:10.780Z] 41b27a9f41bf: Verifying Checksum [2020-07-22T15:20:10.780Z] 41b27a9f41bf: Download complete [2020-07-22T15:20:12.700Z] 756a868c4378: Pull complete [2020-07-22T15:20:12.700Z] 444b2fc9a129: Pull complete [2020-07-22T15:20:12.962Z] ea15f1150254: Pull complete [2020-07-22T15:20:19.561Z] 41b27a9f41bf: Pull complete [2020-07-22T15:20:19.561Z] 28c525ee5125: Pull complete [2020-07-22T15:20:20.949Z] 094b1ea09ed8: Pull complete [2020-07-22T15:20:21.217Z] 138eaada9080: Pull complete [2020-07-22T15:20:21.477Z] 0622d0fa9048: Pull complete [2020-07-22T15:20:21.477Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-22T15:20:21.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T15:20:21.477Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-22T15:20:21.668Z] prd-centos7-docker-4c-2g-594 does not seem to be running inside a container [2020-07-22T15:20:21.709Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-22T15:20:27.658Z] $ docker top 85141939448d81351895c0fb8379a930f119b30f1ca57448e1887106182b0c91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T15:20:27.895Z] provisioning config files... [2020-07-22T15:20:27.908Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config8673223817154746698tmp [Pipeline] { [Pipeline] echo [2020-07-22T15:20:27.975Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T15:20:28.270Z] ---> create-netrc.sh [Pipeline] echo [2020-07-22T15:20:28.279Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T15:20:28.577Z] ---> logs-deploy.sh [2020-07-22T15:20:28.577Z] + ARCHIVE_ARTIFACTS= [2020-07-22T15:20:28.577Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-22T15:20:28.577Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-22T15:20:28.577Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-22T15:20:28.577Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2634/4 [2020-07-22T15:20:28.577Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2634/4/ [2020-07-22T15:20:28.577Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2634/4 /w/workspace/edgex-go/4 [2020-07-22T15:20:29.517Z] Archives upload complete. [2020-07-22T15:20:29.777Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2634/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2634/4/