Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of anonymouse64 for edgexfoundry/edgex-go Obtained Jenkinsfile from 9c82d3ccfff3fe661d9185a1b7f7a2255cd8ebc8+b15589ad757bd96941d0737b641a3301667c5cfd (c66e39256b0d15ab02782d4f904441d8b2b5dd97) 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb 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 58add5173bd5747e956b7cc86a1e88a765e134cb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 58add5173bd5747e956b7cc86a1e88a765e134cb # timeout=10 Commit message: "Merge pull request #215 from ernestojeda/disable-tests-on-release-stream" > 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 Running on prd-centos7-docker-4c-2g-681 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit 9c82d3ccfff3fe661d9185a1b7f7a2255cd8ebc8 Merge succeeded, producing 76c9638192a061e523d41b6ab68bbe159b5d6f81 Checking out Revision 76c9638192a061e523d41b6ab68bbe159b5d6f81 (PR-2625) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c82d3ccfff3fe661d9185a1b7f7a2255cd8ebc8 # 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 b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 76c9638192a061e523d41b6ab68bbe159b5d6f81 # timeout=10 Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-23T04:30:42.399Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-23T04:30:42.640Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-23T04:30:42.759Z] ========================================================= [2020-07-23T04:30:42.759Z] EdgeX Global Pipelines Version Info [2020-07-23T04:30:42.759Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fbc3ca926a8af877d9bb710ab9f454f0847f0601 # timeout=10 [2020-07-23T04:30:44.222Z] ------------------- [2020-07-23T04:30:44.222Z] stable info: [2020-07-23T04:30:44.222Z] ------------------- [2020-07-23T04:30:44.222Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-23T04:30:44.222Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-23T04:30:44.222Z] Message: update stable to v1.0.103 [2020-07-23T04:30:45.165Z] ------------------- [2020-07-23T04:30:45.165Z] experimental info: [2020-07-23T04:30:45.165Z] ------------------- [2020-07-23T04:30:45.165Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-23T04:30:45.165Z] Commit SHA: 58add5173bd5747e956b7cc86a1e88a765e134cb [2020-07-23T04:30:45.165Z] Message: update experimental to v1.0.103 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-23T04:30:46.880Z] ++ 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-23T04:30:46.880Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:46.880Z] ++ dirname cmd/core-command/Dockerfile [2020-07-23T04:30:46.880Z] ++ cut -d/ -f2 [2020-07-23T04:30:46.880Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-23T04:30:46.880Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:46.880Z] ++ dirname cmd/core-data/Dockerfile [2020-07-23T04:30:46.880Z] ++ cut -d/ -f2 [2020-07-23T04:30:46.880Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-23T04:30:46.880Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:46.880Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-23T04:30:46.880Z] ++ cut -d/ -f2 [2020-07-23T04:30:46.880Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-23T04:30:46.880Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:46.880Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-23T04:30:46.880Z] ++ cut -d/ -f2 [2020-07-23T04:30:46.880Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-23T04:30:46.880Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:46.880Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-23T04:30:46.880Z] ++ cut -d/ -f2 [2020-07-23T04:30:46.880Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-23T04:30:46.880Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:46.880Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-23T04:30:46.880Z] ++ cut -d/ -f2 [2020-07-23T04:30:46.880Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-23T04:30:46.880Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:46.880Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-23T04:30:46.880Z] ++ cut -d/ -f2 [2020-07-23T04:30:46.880Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-23T04:30:46.880Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:46.880Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-23T04:30:46.880Z] ++ cut -d/ -f2 [2020-07-23T04:30:46.880Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-23T04:30:46.880Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:46.880Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-23T04:30:46.880Z] ++ cut -d/ -f2 [2020-07-23T04:30:46.880Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-23T04:30:46.880Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-23T04:30:46.880Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-23T04:30:46.880Z] ++ cut -d/ -f2 [2020-07-23T04:30:46.880Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-23T04:30:46.940Z] 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-23T04:30:47.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:30:47.561Z] [2020-07-23T04:30:47.561Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:30:47.894Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:30:47.894Z] latest: Pulling from edgex-devops/git-semver [2020-07-23T04:30:47.894Z] 31603596830f: Pulling fs layer [2020-07-23T04:30:47.894Z] 2a8b12db71e7: Pulling fs layer [2020-07-23T04:30:47.894Z] 6ca5941a6612: Pulling fs layer [2020-07-23T04:30:47.894Z] ecc8261a40a4: Pulling fs layer [2020-07-23T04:30:47.894Z] ecc8261a40a4: Waiting [2020-07-23T04:30:47.894Z] 2a8b12db71e7: Verifying Checksum [2020-07-23T04:30:47.894Z] 2a8b12db71e7: Download complete [2020-07-23T04:30:47.894Z] 31603596830f: Verifying Checksum [2020-07-23T04:30:47.894Z] 31603596830f: Download complete [2020-07-23T04:30:48.159Z] ecc8261a40a4: Verifying Checksum [2020-07-23T04:30:48.159Z] ecc8261a40a4: Download complete [2020-07-23T04:30:48.159Z] 6ca5941a6612: Verifying Checksum [2020-07-23T04:30:48.159Z] 6ca5941a6612: Download complete [2020-07-23T04:30:48.424Z] 31603596830f: Pull complete [2020-07-23T04:30:48.424Z] 2a8b12db71e7: Pull complete [2020-07-23T04:30:49.375Z] 6ca5941a6612: Pull complete [2020-07-23T04:30:49.375Z] ecc8261a40a4: Pull complete [2020-07-23T04:30:49.375Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-23T04:30:49.375Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-23T04:30:49.375Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-23T04:30:49.476Z] prd-centos7-docker-4c-2g-681 does not seem to be running inside a container [2020-07-23T04:30:49.513Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-23T04:30:51.824Z] $ docker top 66ff51e886fb14e7160ac559bf723c70078b44d0abfc8b2dd58f5cb72be0fa5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-23T04:30:52.089Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T04:30:52.089Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T04:30:52.286Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T04:30:52.283Z] $ docker exec 66ff51e886fb14e7160ac559bf723c70078b44d0abfc8b2dd58f5cb72be0fa5d ssh-agent [2020-07-23T04:30:52.457Z] SSH_AUTH_SOCK=/tmp/ssh-jjGJPYjykpwP/agent.12 [2020-07-23T04:30:52.458Z] SSH_AGENT_PID=17 [2020-07-23T04:30:52.467Z] Running ssh-add (command line suppressed) [2020-07-23T04:30:52.575Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5912882297116493984.key (/w/workspace/edgex-go/5@tmp/private_key_5912882297116493984.key) [2020-07-23T04:30:52.628Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T04:30:52.956Z] + git describe --exact-match --tags HEAD [2020-07-23T04:30:52.956Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-23T04:30:52.969Z] $ docker exec --env ******** --env ******** 66ff51e886fb14e7160ac559bf723c70078b44d0abfc8b2dd58f5cb72be0fa5d ssh-agent -k [2020-07-23T04:30:53.101Z] unset SSH_AUTH_SOCK; [2020-07-23T04:30:53.102Z] unset SSH_AGENT_PID; [2020-07-23T04:30:53.102Z] echo Agent pid 17 killed; [2020-07-23T04:30:53.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-23T04:30:53.262Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-23T04:30:53.262Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-23T04:30:53.370Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-23T04:30:53.370Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-23T04:30:53.533Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-23T04:30:53.529Z] $ docker exec 66ff51e886fb14e7160ac559bf723c70078b44d0abfc8b2dd58f5cb72be0fa5d ssh-agent [2020-07-23T04:30:53.709Z] SSH_AUTH_SOCK=/tmp/ssh-YZo6vXkSrEMb/agent.45 [2020-07-23T04:30:53.709Z] SSH_AGENT_PID=50 [2020-07-23T04:30:53.715Z] Running ssh-add (command line suppressed) [2020-07-23T04:30:53.830Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5994107183777219261.key (/w/workspace/edgex-go/5@tmp/private_key_5994107183777219261.key) [2020-07-23T04:30:53.887Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-23T04:30:54.206Z] + git semver init [2020-07-23T04:30:54.206Z] # -> Open(): unable to determine branch for HEAD [2020-07-23T04:30:54.206Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2020-07-23T04:30:54.206Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2020-07-23T04:30:54.206Z] # $SEMVER_REMOTE_NAME = origin [2020-07-23T04:30:54.206Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-23T04:30:54.206Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-23T04:30:54.206Z] # $SEMVER_BRANCH = PR-2625 [2020-07-23T04:30:54.206Z] # $SEMVER_TEMP = /tmp/semver-351704880 [2020-07-23T04:30:54.206Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-23T04:31:26.528Z] # '/tmp/semver-351704880' -> '/w/workspace/edgex-go/5/.semver' [2020-07-23T04:31:26.528Z] # -> Force: false [2020-07-23T04:31:26.528Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2020-07-23T04:31:26.552Z] $ docker exec --env ******** --env ******** 66ff51e886fb14e7160ac559bf723c70078b44d0abfc8b2dd58f5cb72be0fa5d ssh-agent -k [2020-07-23T04:31:26.784Z] unset SSH_AUTH_SOCK; [2020-07-23T04:31:26.785Z] unset SSH_AGENT_PID; [2020-07-23T04:31:26.785Z] echo Agent pid 50 killed; [2020-07-23T04:31:26.883Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-23T04:31:27.382Z] + git semver [Pipeline] } [2020-07-23T04:31:27.403Z] $ docker stop --time=1 66ff51e886fb14e7160ac559bf723c70078b44d0abfc8b2dd58f5cb72be0fa5d [2020-07-23T04:31:29.007Z] $ docker rm -f 66ff51e886fb14e7160ac559bf723c70078b44d0abfc8b2dd58f5cb72be0fa5d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-23T04:31:41.395Z] Stashed 23 file(s) [Pipeline] echo [2020-07-23T04:31:41.397Z] [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-23T04:31:41.793Z] ========================================================= [2020-07-23T04:31:41.793Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-23T04:31:41.793Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:31:42.137Z] + 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-23T04:31:45.454Z] Sending build context to Docker daemon 323.2MB [2020-07-23T04:31:45.454Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-23T04:31:45.454Z] Step 2/7 : FROM ${BASE} [2020-07-23T04:31:45.454Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-23T04:31:45.454Z] df20fa9351a1: Pulling fs layer [2020-07-23T04:31:45.454Z] ed8968b2872e: Pulling fs layer [2020-07-23T04:31:45.454Z] a92cc7c5fd73: Pulling fs layer [2020-07-23T04:31:45.454Z] 2dd03ba5bac4: Pulling fs layer [2020-07-23T04:31:45.454Z] 1e091d79d1de: Pulling fs layer [2020-07-23T04:31:45.454Z] 481702a1767f: Pulling fs layer [2020-07-23T04:31:45.454Z] f64a6f60c768: Pulling fs layer [2020-07-23T04:31:45.454Z] e78d2573fc39: Pulling fs layer [2020-07-23T04:31:45.454Z] e876d2f968b6: Pulling fs layer [2020-07-23T04:31:45.454Z] ce8a83651883: Pulling fs layer [2020-07-23T04:31:45.454Z] 07967f4d0e4b: Pulling fs layer [2020-07-23T04:31:45.454Z] 1e091d79d1de: Waiting [2020-07-23T04:31:45.454Z] 481702a1767f: Waiting [2020-07-23T04:31:45.454Z] f64a6f60c768: Waiting [2020-07-23T04:31:45.454Z] e78d2573fc39: Waiting [2020-07-23T04:31:45.454Z] e876d2f968b6: Waiting [2020-07-23T04:31:45.454Z] 2dd03ba5bac4: Waiting [2020-07-23T04:31:45.454Z] 07967f4d0e4b: Waiting [2020-07-23T04:31:45.454Z] ce8a83651883: Waiting [2020-07-23T04:31:45.454Z] a92cc7c5fd73: Download complete [2020-07-23T04:31:45.454Z] ed8968b2872e: Verifying Checksum [2020-07-23T04:31:45.454Z] ed8968b2872e: Download complete [2020-07-23T04:31:45.454Z] 1e091d79d1de: Verifying Checksum [2020-07-23T04:31:45.454Z] 1e091d79d1de: Download complete [2020-07-23T04:31:45.454Z] 481702a1767f: Verifying Checksum [2020-07-23T04:31:45.454Z] 481702a1767f: Download complete [2020-07-23T04:31:45.454Z] df20fa9351a1: Verifying Checksum [2020-07-23T04:31:45.725Z] df20fa9351a1: Pull complete [2020-07-23T04:31:46.306Z] f64a6f60c768: Verifying Checksum [2020-07-23T04:31:46.306Z] f64a6f60c768: Download complete [2020-07-23T04:31:46.306Z] e876d2f968b6: Verifying Checksum [2020-07-23T04:31:46.306Z] e876d2f968b6: Download complete [2020-07-23T04:31:46.898Z] ce8a83651883: Verifying Checksum [2020-07-23T04:31:46.898Z] ce8a83651883: Download complete [2020-07-23T04:31:46.898Z] e78d2573fc39: Verifying Checksum [2020-07-23T04:31:46.898Z] e78d2573fc39: Download complete [2020-07-23T04:31:47.159Z] 2dd03ba5bac4: Verifying Checksum [2020-07-23T04:31:47.159Z] 2dd03ba5bac4: Download complete [2020-07-23T04:31:47.159Z] 07967f4d0e4b: Verifying Checksum [2020-07-23T04:31:47.159Z] 07967f4d0e4b: Download complete [2020-07-23T04:31:48.101Z] ed8968b2872e: Pull complete [2020-07-23T04:31:48.363Z] a92cc7c5fd73: Pull complete [2020-07-23T04:31:53.957Z] 2dd03ba5bac4: Pull complete [2020-07-23T04:31:53.957Z] 1e091d79d1de: Pull complete [2020-07-23T04:31:53.957Z] 481702a1767f: Pull complete [2020-07-23T04:31:56.635Z] Still waiting to schedule task [2020-07-23T04:31:56.635Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-685’ is offline [2020-07-23T04:32:00.544Z] f64a6f60c768: Pull complete [2020-07-23T04:32:02.460Z] e78d2573fc39: Pull complete [2020-07-23T04:32:02.460Z] e876d2f968b6: Pull complete [2020-07-23T04:32:03.406Z] ce8a83651883: Pull complete [2020-07-23T04:32:03.406Z] 07967f4d0e4b: Pull complete [2020-07-23T04:32:03.406Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-23T04:32:03.669Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-23T04:32:03.669Z] ---> 5d7c900382c6 [2020-07-23T04:32:03.669Z] 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-23T04:32:05.059Z] ---> Running in bea14eaa20b3 [2020-07-23T04:32:05.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:32:06.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:32:07.141Z] (1/12) Installing libmagic (5.38-r0) [2020-07-23T04:32:07.401Z] (2/12) Installing file (5.38-r0) [2020-07-23T04:32:07.661Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-23T04:32:07.661Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-23T04:32:19.894Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-23T04:32:19.894Z] (6/12) Installing patch (2.7.6-r6) [2020-07-23T04:32:19.894Z] (7/12) Installing build-base (0.5-r2) [2020-07-23T04:32:19.894Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-23T04:32:19.894Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-23T04:32:19.894Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-23T04:32:20.171Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-23T04:32:20.171Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-23T04:32:21.338Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:32:21.338Z] OK: 233 MiB in 51 packages [2020-07-23T04:32:23.886Z] Removing intermediate container bea14eaa20b3 [2020-07-23T04:32:23.886Z] ---> 59cdf480115e [2020-07-23T04:32:23.886Z] Step 4/7 : WORKDIR /edgex-go [2020-07-23T04:32:23.886Z] ---> Running in f188264775f8 [2020-07-23T04:32:23.886Z] Removing intermediate container f188264775f8 [2020-07-23T04:32:23.886Z] ---> 6fe037be137b [2020-07-23T04:32:23.886Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-23T04:32:24.146Z] latest: Pulling from library/docker [2020-07-23T04:32:24.411Z] df20fa9351a1: Already exists [2020-07-23T04:32:24.411Z] 25ad7478873d: Pulling fs layer [2020-07-23T04:32:24.411Z] 4684f6177b5d: Pulling fs layer [2020-07-23T04:32:24.411Z] 46e300cec669: Pulling fs layer [2020-07-23T04:32:24.411Z] 63038576ad94: Pulling fs layer [2020-07-23T04:32:24.411Z] 0fdb76c4706c: Pulling fs layer [2020-07-23T04:32:24.411Z] cb7edeffdfd5: Pulling fs layer [2020-07-23T04:32:24.411Z] 63038576ad94: Waiting [2020-07-23T04:32:24.411Z] cb7edeffdfd5: Waiting [2020-07-23T04:32:24.411Z] 0fdb76c4706c: Waiting [2020-07-23T04:32:24.411Z] 4684f6177b5d: Verifying Checksum [2020-07-23T04:32:24.411Z] 4684f6177b5d: Download complete [2020-07-23T04:32:24.411Z] 25ad7478873d: Verifying Checksum [2020-07-23T04:32:24.411Z] 25ad7478873d: Download complete [2020-07-23T04:32:24.685Z] 63038576ad94: Verifying Checksum [2020-07-23T04:32:24.685Z] 63038576ad94: Download complete [2020-07-23T04:32:24.685Z] 0fdb76c4706c: Verifying Checksum [2020-07-23T04:32:24.685Z] 0fdb76c4706c: Download complete [2020-07-23T04:32:24.685Z] cb7edeffdfd5: Verifying Checksum [2020-07-23T04:32:24.685Z] cb7edeffdfd5: Download complete [2020-07-23T04:32:24.685Z] 25ad7478873d: Pull complete [2020-07-23T04:32:24.953Z] 4684f6177b5d: Pull complete [2020-07-23T04:32:25.214Z] 46e300cec669: Verifying Checksum [2020-07-23T04:32:25.214Z] 46e300cec669: Download complete [2020-07-23T04:32:27.761Z] 46e300cec669: Pull complete [2020-07-23T04:32:27.761Z] 63038576ad94: Pull complete [2020-07-23T04:32:27.761Z] 0fdb76c4706c: Pull complete [2020-07-23T04:32:27.761Z] cb7edeffdfd5: Pull complete [2020-07-23T04:32:27.761Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-23T04:32:27.761Z] Status: Downloaded newer image for docker:latest [2020-07-23T04:32:29.155Z] ---> c4e55cf78c43 [2020-07-23T04:32:29.155Z] Step 6/7 : COPY go.mod . [2020-07-23T04:32:29.415Z] ---> 005d31874db1 [2020-07-23T04:32:29.415Z] Step 7/7 : RUN go mod download [2020-07-23T04:32:29.415Z] ---> Running in 3fb7f9f3fe7f [2020-07-23T04:32:31.959Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-23T04:32:31.959Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-23T04:32:31.959Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-23T04:32:31.959Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-23T04:32:31.959Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-23T04:32:31.959Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-23T04:32:31.959Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-23T04:32:31.959Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-23T04:32:31.959Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-23T04:32:31.959Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-23T04:32:31.959Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-23T04:32:31.959Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-23T04:32:31.959Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-23T04:32:31.959Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-23T04:32:31.959Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-23T04:32:31.959Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-23T04:32:31.959Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-23T04:32:31.959Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-23T04:32:31.959Z] go: finding github.com/fatih/color v1.7.0 [2020-07-23T04:32:31.959Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-23T04:32:31.959Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-23T04:32:31.959Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-23T04:32:31.959Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-23T04:32:32.219Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-23T04:32:32.219Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-23T04:32:32.219Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-23T04:32:32.219Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-23T04:32:32.219Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-23T04:32:32.219Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-23T04:32:32.219Z] go: finding github.com/google/uuid v1.1.0 [2020-07-23T04:32:32.219Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-23T04:32:32.219Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-23T04:32:32.219Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-23T04:32:32.219Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-23T04:32:32.219Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-23T04:32:32.219Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-23T04:32:32.482Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-23T04:32:32.482Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-23T04:32:32.482Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-23T04:32:32.482Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-23T04:32:32.482Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-23T04:32:32.482Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-23T04:32:32.482Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-23T04:32:32.482Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-23T04:32:32.482Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-23T04:32:32.482Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-23T04:32:32.482Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-23T04:32:32.482Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-23T04:32:32.742Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-23T04:32:32.742Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-23T04:32:32.742Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-23T04:32:32.742Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-23T04:32:32.742Z] go: finding github.com/kr/pty v1.1.1 [2020-07-23T04:32:32.742Z] go: finding github.com/kr/text v0.1.0 [2020-07-23T04:32:32.742Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-23T04:32:32.742Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-23T04:32:32.742Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-23T04:32:32.742Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-23T04:32:32.742Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-23T04:32:33.002Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-23T04:32:33.002Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-23T04:32:33.002Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-23T04:32:33.002Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-23T04:32:33.002Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-23T04:32:33.002Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-23T04:32:33.002Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-23T04:32:33.002Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-23T04:32:33.002Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-23T04:32:33.002Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-23T04:32:33.002Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-23T04:32:33.002Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-23T04:32:33.002Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-23T04:32:33.262Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-23T04:32:33.262Z] go: finding github.com/posener/complete v1.1.1 [2020-07-23T04:32:33.262Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-23T04:32:33.262Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-23T04:32:33.262Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-23T04:32:33.262Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-23T04:32:33.262Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-23T04:32:33.262Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-23T04:32:33.262Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-23T04:32:33.262Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-23T04:32:33.262Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-23T04:32:33.262Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-23T04:32:33.527Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-23T04:32:33.527Z] go: finding golang.org/x/text v0.3.2 [2020-07-23T04:32:33.527Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-23T04:32:33.527Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-23T04:32:33.527Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-23T04:32:33.527Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-23T04:32:33.527Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-23T04:32:33.527Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-23T04:32:48.474Z] Removing intermediate container 3fb7f9f3fe7f [2020-07-23T04:32:48.474Z] ---> ce0eabcd8953 [2020-07-23T04:32:48.474Z] Successfully built ce0eabcd8953 [2020-07-23T04:32:48.474Z] 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-23T04:32:49.049Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-23T04:32:49.049Z] . [Pipeline] withDockerContainer [2020-07-23T04:32:49.150Z] prd-centos7-docker-4c-2g-681 does not seem to be running inside a container [2020-07-23T04:32:49.185Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-23T04:32:49.823Z] $ docker top 79e7ff0bc30c7a86e2e74baad08ac328cb4adfc6d9947727b7b6e68890e26c25 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:32:50.334Z] + go version [2020-07-23T04:32:50.334Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-23T04:32:50.346Z] ========================================================= [2020-07-23T04:32:50.346Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-23T04:32:50.346Z] ========================================================= [Pipeline] sh [2020-07-23T04:32:50.634Z] + make test raml_verify [2020-07-23T04:32:50.634Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-23T04:32:52.553Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-23T04:33:02.646Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-23T04:33:06.955Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-23T04:33:06.955Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-23T04:33:06.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-23T04:33:06.955Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-23T04:33:07.217Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.015s [2020-07-23T04:33:07.217Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-23T04:33:07.217Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-23T04:33:07.487Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-23T04:33:08.063Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-23T04:33:08.339Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-23T04:33:08.339Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-23T04:33:08.339Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-23T04:33:08.339Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-23T04:33:15.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.027s coverage: 46.6% of statements [2020-07-23T04:33:15.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-23T04:33:15.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-23T04:33:15.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-23T04:33:15.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-23T04:33:15.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-23T04:33:16.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.051s coverage: 27.4% of statements [2020-07-23T04:33:16.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-23T04:33:16.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-23T04:33:16.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-23T04:33:16.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-23T04:33:16.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-23T04:33:16.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-23T04:33:16.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.012s coverage: 100.0% of statements [2020-07-23T04:33:16.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-23T04:33:16.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements [2020-07-23T04:33:16.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-23T04:33:16.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.057s coverage: 29.3% of statements [2020-07-23T04:33:16.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-23T04:33:16.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-23T04:33:16.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-23T04:33:16.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-23T04:33:16.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-23T04:33:16.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.011s coverage: 100.0% of statements [2020-07-23T04:33:16.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-23T04:33:16.997Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.018s coverage: 100.0% of statements [2020-07-23T04:33:16.997Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-23T04:33:18.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.038s coverage: 89.8% of statements [2020-07-23T04:33:18.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-23T04:33:18.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.031s coverage: 97.5% of statements [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-23T04:33:18.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.034s coverage: 100.0% of statements [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-23T04:33:18.966Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-23T04:33:18.966Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2020-07-23T04:33:19.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.047s coverage: 63.5% of statements [2020-07-23T04:33:19.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-23T04:33:19.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-23T04:33:19.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements [2020-07-23T04:33:20.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.124s coverage: 55.9% of statements [2020-07-23T04:33:20.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-23T04:33:20.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-23T04:33:20.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-23T04:33:20.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-23T04:33:27.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.911s coverage: 86.3% of statements [2020-07-23T04:33:27.243Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-23T04:33:27.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.308s coverage: 72.2% of statements [2020-07-23T04:33:27.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.134s coverage: 72.1% of statements [2020-07-23T04:33:27.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.011s coverage: 82.4% of statements [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.008s coverage: 48.4% of statements [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.039s coverage: 96.8% of statements [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.047s coverage: 26.9% of statements [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.083s coverage: 84.1% of statements [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.018s coverage: 100.0% of statements [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.023s coverage: 43.1% of statements [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.025s coverage: 83.8% of statements [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.029s coverage: 46.1% of statements [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.038s coverage: 100.0% of statements [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.013s coverage: 100.0% of statements [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-23T04:33:27.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements [2020-07-23T04:33:27.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-23T04:33:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.074s coverage: 29.1% of statements [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-23T04:33:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-23T04:33:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.010s coverage: 100.0% of statements [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-23T04:33:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-23T04:33:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-23T04:33:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-23T04:33:29.872Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-23T04:33:29.872Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [2020-07-23T04:33:30.137Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-07-23T04:33:30.396Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-23T04:33:30.659Z] GO111MODULE=on go vet ./... [2020-07-23T04:33:35.972Z] gofmt -l . [2020-07-23T04:33:36.545Z] [ "`gofmt -l .`" = "" ] [2020-07-23T04:33:37.120Z] ./bin/test-go-mod-tidy.sh [2020-07-23T04:33:38.064Z] ./bin/test-attribution-txt.sh [2020-07-23T04:33:39.451Z] docker run --rm --privileged \ [2020-07-23T04:33:39.451Z] -v /w/workspace/edgex-go/5:/raml-verification -w /raml-verification \ [2020-07-23T04:33:39.451Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-23T04:33:39.451Z] /scripts/raml-verify.sh [2020-07-23T04:33:39.451Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-23T04:33:39.451Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-23T04:33:39.451Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-23T04:33:39.451Z] bd07af9ed1a4: Pulling fs layer [2020-07-23T04:33:39.451Z] 3556ccf180b2: Pulling fs layer [2020-07-23T04:33:39.451Z] 089d4748da74: Pulling fs layer [2020-07-23T04:33:39.451Z] c6eb57c77bc5: Pulling fs layer [2020-07-23T04:33:39.451Z] 0364d5097239: Pulling fs layer [2020-07-23T04:33:39.451Z] 089d4748da74: Waiting [2020-07-23T04:33:39.451Z] c6eb57c77bc5: Waiting [2020-07-23T04:33:39.451Z] 0364d5097239: Waiting [2020-07-23T04:33:39.716Z] 3556ccf180b2: Verifying Checksum [2020-07-23T04:33:39.716Z] 3556ccf180b2: Download complete [2020-07-23T04:33:39.716Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-23T04:33:39.716Z] cbdbe7a5bc2a: Download complete [2020-07-23T04:33:39.716Z] 089d4748da74: Verifying Checksum [2020-07-23T04:33:39.716Z] 089d4748da74: Download complete [2020-07-23T04:33:39.716Z] 0364d5097239: Verifying Checksum [2020-07-23T04:33:39.716Z] 0364d5097239: Download complete [2020-07-23T04:33:39.716Z] c6eb57c77bc5: Verifying Checksum [2020-07-23T04:33:39.716Z] c6eb57c77bc5: Download complete [2020-07-23T04:33:39.979Z] bd07af9ed1a4: Verifying Checksum [2020-07-23T04:33:39.979Z] bd07af9ed1a4: Download complete [2020-07-23T04:33:39.979Z] cbdbe7a5bc2a: Pull complete [2020-07-23T04:33:43.290Z] bd07af9ed1a4: Pull complete [2020-07-23T04:33:43.290Z] 3556ccf180b2: Pull complete [2020-07-23T04:33:43.290Z] 089d4748da74: Pull complete [2020-07-23T04:33:44.671Z] c6eb57c77bc5: Pull complete [2020-07-23T04:33:44.671Z] 0364d5097239: Pull complete [2020-07-23T04:33:44.671Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-23T04:33:44.671Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-23T04:33:54.685Z] Verifying ./api/raml/core-command.raml... [2020-07-23T04:33:55.263Z] OK [2020-07-23T04:33:55.263Z] Verifying ./api/raml/core-data.raml... [2020-07-23T04:33:56.655Z] OK [2020-07-23T04:33:56.655Z] Verifying ./api/raml/core-metadata.raml... [2020-07-23T04:33:58.040Z] OK [2020-07-23T04:33:58.041Z] Verifying ./api/raml/support-logging.raml... [2020-07-23T04:33:58.612Z] OK [2020-07-23T04:33:58.612Z] Verifying ./api/raml/support-notifications.raml... [2020-07-23T04:33:59.996Z] OK [2020-07-23T04:33:59.996Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-23T04:34:00.566Z] OK [2020-07-23T04:34:00.566Z] Verifying ./api/raml/system-agent.raml... [2020-07-23T04:34:01.142Z] OK [Pipeline] sh [2020-07-23T04:34:01.703Z] + ls -al . [2020-07-23T04:34:01.704Z] total 556 [2020-07-23T04:34:01.704Z] drwxrwxr-x 10 1001 1001 4096 Jul 23 04:33 . [2020-07-23T04:34:01.704Z] drwxr-xr-x 4 root root 28 Jul 23 04:32 .. [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 11 Jul 23 04:30 .dockerignore [2020-07-23T04:34:01.704Z] drwxrwxr-x 8 1001 1001 179 Jul 23 04:30 .git [2020-07-23T04:34:01.704Z] drwxrwxr-x 3 1001 1001 60 Jul 23 04:30 .github [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 924 Jul 23 04:30 .gitignore [2020-07-23T04:34:01.704Z] drwx------ 3 1001 1001 47 Jul 23 04:31 .semver [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 178 Jul 23 04:30 .sonarcloud.properties [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:30 CONTRIBUTING.md [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:30 Dockerfile.build [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 824 Jul 23 04:30 Jenkinsfile [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:30 LICENSE [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:30 Makefile [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:30 README.md [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:30 SECURITY.md [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 5 Jul 23 04:31 VERSION [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:30 ZMQWindows.md [2020-07-23T04:34:01.704Z] drwxrwxr-x 4 1001 1001 33 Jul 23 04:30 api [2020-07-23T04:34:01.704Z] drwxrwxr-x 2 1001 1001 117 Jul 23 04:30 bin [2020-07-23T04:34:01.704Z] drwxrwxr-x 15 1001 1001 4096 Jul 23 04:30 cmd [2020-07-23T04:34:01.704Z] -rw-r--r-- 1 root root 456067 Jul 23 04:33 coverage.out [2020-07-23T04:34:01.704Z] -rw-r--r-- 1 root root 1019 Jul 23 04:33 go.mod [2020-07-23T04:34:01.704Z] -rw-r--r-- 1 root root 18146 Jul 23 04:33 go.sum [2020-07-23T04:34:01.704Z] drwxrwxr-x 8 1001 1001 127 Jul 23 04:30 internal [2020-07-23T04:34:01.704Z] drwxrwxr-x 4 1001 1001 71 Jul 23 04:30 snap [2020-07-23T04:34:01.704Z] -rw-rw-r-- 1 1001 1001 168 Jul 23 04:30 version.go [Pipeline] sh [2020-07-23T04:34:02.003Z] + '[' -e coverage.out ] [2020-07-23T04:34:02.003Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-23T04:34:02.149Z] Stashed 1 file(s) [Pipeline] sh [2020-07-23T04:34:02.447Z] + make build [2020-07-23T04:34:02.447Z] 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-23T04:34:09.401Z] 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-23T04:34:12.767Z] 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-23T04:34:14.157Z] 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-23T04:34:15.545Z] 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-23T04:34:17.471Z] 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-23T04:34:18.047Z] 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-23T04:34:19.963Z] 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-23T04:34:21.355Z] 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-23T04:34:22.752Z] 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-23T04:34:24.145Z] 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-23T04:34:24.942Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-688 in /w/workspace/edgexfoundry_edgex-go_PR-2625 [Pipeline] { [Pipeline] ws [2020-07-23T04:34:24.984Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-07-23T04:34:25.546Z] 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-23T04:34:26.933Z] 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-23T04:34:27.887Z] $ docker stop --time=1 79e7ff0bc30c7a86e2e74baad08ac328cb4adfc6d9947727b7b6e68890e26c25 [2020-07-23T04:34:29.516Z] $ docker rm -f 79e7ff0bc30c7a86e2e74baad08ac328cb4adfc6d9947727b7b6e68890e26c25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-07-23T04:34:30.496Z] using credential edgex-jenkins-ssh [2020-07-23T04:34:30.546Z] Cloning the remote Git repository [2020-07-23T04:34:30.546Z] Cloning with configured refspecs honoured and without tags [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:34:30.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:34:30.889Z] [2020-07-23T04:34:30.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:34:31.234Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:34:31.234Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-23T04:34:31.234Z] cbdbe7a5bc2a: Already exists [2020-07-23T04:34:31.234Z] ca9280d653b3: Pulling fs layer [2020-07-23T04:34:31.234Z] 7e9c9ca2126c: Pulling fs layer [2020-07-23T04:34:30.612Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:34:30.734Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-07-23T04:34:30.804Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:34:30.804Z] > git --version # timeout=10 [2020-07-23T04:34:30.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:34:30.925Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:34:31.496Z] ca9280d653b3: Download complete [2020-07-23T04:34:32.080Z] 7e9c9ca2126c: Verifying Checksum [2020-07-23T04:34:32.080Z] 7e9c9ca2126c: Download complete [2020-07-23T04:34:32.340Z] ca9280d653b3: Pull complete [2020-07-23T04:34:40.501Z] 7e9c9ca2126c: Pull complete [2020-07-23T04:34:40.501Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-23T04:34:40.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:34:40.501Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-23T04:34:40.630Z] prd-centos7-docker-4c-2g-681 does not seem to be running inside a container [2020-07-23T04:34:40.672Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-23T04:34:43.375Z] $ docker top 9e70ecf25fb99481daad987d61d11e127a61cb21f9fd10f8c60077259a8bad8d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:34:43.828Z] + docker-compose build --help [2020-07-23T04:34:43.828Z] + grep parallel [2020-07-23T04:34:44.774Z] --parallel Build images in parallel. [Pipeline] } [2020-07-23T04:34:45.041Z] $ docker stop --time=1 9e70ecf25fb99481daad987d61d11e127a61cb21f9fd10f8c60077259a8bad8d [2020-07-23T04:34:46.387Z] $ docker rm -f 9e70ecf25fb99481daad987d61d11e127a61cb21f9fd10f8c60077259a8bad8d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2020-07-23T04:34:46.637Z] Fetching without tags [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:34:46.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-23T04:34:46.947Z] . [Pipeline] withDockerContainer [2020-07-23T04:34:47.041Z] prd-centos7-docker-4c-2g-681 does not seem to be running inside a container [2020-07-23T04:34:47.081Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-23T04:34:47.235Z] Merging remotes/origin/master commit b15589ad757bd96941d0737b641a3301667c5cfd into PR head commit 9c82d3ccfff3fe661d9185a1b7f7a2255cd8ebc8 [2020-07-23T04:34:46.550Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-23T04:34:46.567Z] > git config --add remote.origin.fetch +refs/pull/2625/head:refs/remotes/origin/PR-2625 # timeout=10 [2020-07-23T04:34:46.583Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:34:46.608Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-23T04:34:46.644Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-23T04:34:46.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:34:46.655Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2625/head:refs/remotes/origin/PR-2625 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-23T04:34:47.251Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T04:34:47.274Z] > git checkout -f 9c82d3ccfff3fe661d9185a1b7f7a2255cd8ebc8 # timeout=10 [2020-07-23T04:34:47.610Z] $ docker top ed37e1618085b68a270ef5329e5f8d4b3834446d4131ae07fdf3f5e5592f8c87 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:34:47.944Z] Merge succeeded, producing 6d2465c5e14b08c69ef93696d65a5cb79e0aa2fa [2020-07-23T04:34:47.944Z] Checking out Revision 6d2465c5e14b08c69ef93696d65a5cb79e0aa2fa (PR-2625) [2020-07-23T04:34:48.082Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-23T04:34:49.039Z] Building docker-core-command-go ... [2020-07-23T04:34:49.039Z] Building docker-core-data-go ... [2020-07-23T04:34:49.039Z] Building docker-core-metadata-go ... [2020-07-23T04:34:49.039Z] Building docker-security-proxy-setup-go ... [2020-07-23T04:34:49.039Z] Building docker-security-secrets-setup-go ... [2020-07-23T04:34:49.039Z] Building docker-security-secretstore-setup-go ... [2020-07-23T04:34:49.039Z] Building docker-support-logging-go ... [2020-07-23T04:34:49.039Z] Building docker-support-notifications-go ... [2020-07-23T04:34:49.039Z] Building docker-support-scheduler-go ... [2020-07-23T04:34:49.039Z] Building docker-sys-mgmt-agent-go ... [2020-07-23T04:34:49.039Z] Building docker-security-secretstore-setup-go [2020-07-23T04:34:49.039Z] Building docker-support-scheduler-go [2020-07-23T04:34:49.039Z] Building docker-core-metadata-go [2020-07-23T04:34:49.039Z] Building docker-support-notifications-go [2020-07-23T04:34:49.039Z] Building docker-security-secrets-setup-go [2020-07-23T04:34:47.556Z] > git remote # timeout=10 [2020-07-23T04:34:47.579Z] > git config --get remote.origin.url # timeout=10 [2020-07-23T04:34:47.594Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-23T04:34:47.605Z] > git merge b15589ad757bd96941d0737b641a3301667c5cfd # timeout=10 [2020-07-23T04:34:47.927Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-23T04:34:47.948Z] > git config core.sparsecheckout # timeout=10 [2020-07-23T04:34:47.967Z] > git checkout -f 6d2465c5e14b08c69ef93696d65a5cb79e0aa2fa # timeout=10 [2020-07-23T04:34:52.378Z] Commit message: "Merge commit 'b15589ad757bd96941d0737b641a3301667c5cfd' into HEAD" [2020-07-23T04:34:52.403Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-23T04:34:52.383Z] > git rev-list --no-walk fbc3ca926a8af877d9bb710ab9f454f0847f0601 # timeout=10 [Pipeline] echo [2020-07-23T04:35:04.771Z] ========================================================= [2020-07-23T04:35:04.771Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-23T04:35:04.771Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:35:05.610Z] + 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-23T04:35:09.942Z] Sending build context to Docker daemon 323.2MB [2020-07-23T04:35:09.942Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-23T04:35:09.942Z] Step 2/7 : FROM ${BASE} [2020-07-23T04:35:09.942Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-23T04:35:09.942Z] b538f80385f9: Pulling fs layer [2020-07-23T04:35:09.942Z] 74f711af9a0d: Pulling fs layer [2020-07-23T04:35:09.942Z] 99f96fe45779: Pulling fs layer [2020-07-23T04:35:09.942Z] fd7a069fd194: Pulling fs layer [2020-07-23T04:35:09.942Z] 66aa3694b03b: Pulling fs layer [2020-07-23T04:35:09.942Z] 170f70906a0f: Pulling fs layer [2020-07-23T04:35:09.942Z] ad7c5574e4b9: Pulling fs layer [2020-07-23T04:35:09.942Z] e772456be8f7: Pulling fs layer [2020-07-23T04:35:09.942Z] c890913d741a: Pulling fs layer [2020-07-23T04:35:09.942Z] 2480fcc9aa5a: Pulling fs layer [2020-07-23T04:35:09.942Z] 09adf4765672: Pulling fs layer [2020-07-23T04:35:09.942Z] fd7a069fd194: Waiting [2020-07-23T04:35:09.942Z] 66aa3694b03b: Waiting [2020-07-23T04:35:09.942Z] e772456be8f7: Waiting [2020-07-23T04:35:09.942Z] 170f70906a0f: Waiting [2020-07-23T04:35:09.942Z] ad7c5574e4b9: Waiting [2020-07-23T04:35:09.942Z] c890913d741a: Waiting [2020-07-23T04:35:09.942Z] 09adf4765672: Waiting [2020-07-23T04:35:09.942Z] 2480fcc9aa5a: Waiting [2020-07-23T04:35:09.942Z] 99f96fe45779: Verifying Checksum [2020-07-23T04:35:09.942Z] 99f96fe45779: Download complete [2020-07-23T04:35:09.942Z] 74f711af9a0d: Verifying Checksum [2020-07-23T04:35:09.942Z] 74f711af9a0d: Download complete [2020-07-23T04:35:09.942Z] 66aa3694b03b: Download complete [2020-07-23T04:35:09.942Z] 170f70906a0f: Verifying Checksum [2020-07-23T04:35:09.942Z] 170f70906a0f: Download complete [2020-07-23T04:35:09.942Z] b538f80385f9: Verifying Checksum [2020-07-23T04:35:09.942Z] b538f80385f9: Download complete [2020-07-23T04:35:10.543Z] b538f80385f9: Pull complete [2020-07-23T04:35:11.141Z] 74f711af9a0d: Pull complete [2020-07-23T04:35:11.412Z] 99f96fe45779: Pull complete [2020-07-23T04:35:12.859Z] ad7c5574e4b9: Verifying Checksum [2020-07-23T04:35:12.859Z] ad7c5574e4b9: Download complete [2020-07-23T04:35:12.859Z] c890913d741a: Verifying Checksum [2020-07-23T04:35:12.859Z] c890913d741a: Download complete [2020-07-23T04:35:14.885Z] 2480fcc9aa5a: Verifying Checksum [2020-07-23T04:35:14.885Z] 2480fcc9aa5a: Download complete [2020-07-23T04:35:14.885Z] 09adf4765672: Verifying Checksum [2020-07-23T04:35:14.885Z] 09adf4765672: Download complete [2020-07-23T04:35:15.159Z] e772456be8f7: Verifying Checksum [2020-07-23T04:35:15.159Z] e772456be8f7: Download complete [2020-07-23T04:35:15.760Z] fd7a069fd194: Verifying Checksum [2020-07-23T04:35:15.760Z] fd7a069fd194: Download complete [2020-07-23T04:35:15.872Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:15.872Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:15.872Z] ---> ce0eabcd8953 [2020-07-23T04:35:15.872Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:35:15.872Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:15.872Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:15.872Z] ---> ce0eabcd8953 [2020-07-23T04:35:15.872Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:35:15.872Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:15.872Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:15.872Z] ---> ce0eabcd8953 [2020-07-23T04:35:15.872Z] Step 3/23 : WORKDIR /edgex-go [2020-07-23T04:35:15.872Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:15.872Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-23T04:35:15.872Z] ---> ce0eabcd8953 [2020-07-23T04:35:15.872Z] Step 3/29 : WORKDIR /edgex-go [2020-07-23T04:35:15.872Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:35:15.872Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:35:15.872Z] ---> ce0eabcd8953 [2020-07-23T04:35:15.872Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:35:16.497Z] ---> Running in e0d63315fb97 [2020-07-23T04:35:16.497Z] ---> Running in 0f9b57b7f971 [2020-07-23T04:35:16.761Z] ---> Running in 1a756d78f2f8 [2020-07-23T04:35:16.761Z] ---> Running in fc347721dcc5 [2020-07-23T04:35:16.761Z] ---> Running in 063b0901fd3f [2020-07-23T04:35:17.021Z] Removing intermediate container 0f9b57b7f971 [2020-07-23T04:35:17.021Z] ---> b0ef82a7a074 [2020-07-23T04:35:17.021Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:17.021Z] Removing intermediate container e0d63315fb97 [2020-07-23T04:35:17.021Z] ---> 9e54874f1153 [2020-07-23T04:35:17.021Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:17.021Z] Removing intermediate container 1a756d78f2f8 [2020-07-23T04:35:17.021Z] ---> cbc4325d7428 [2020-07-23T04:35:17.021Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:17.021Z] Removing intermediate container fc347721dcc5 [2020-07-23T04:35:17.021Z] ---> a189b1114c72 [2020-07-23T04:35:17.021Z] Step 4/29 : RUN apk update && apk add make git [2020-07-23T04:35:17.282Z] Removing intermediate container 063b0901fd3f [2020-07-23T04:35:17.282Z] ---> db19148d6782 [2020-07-23T04:35:17.282Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:35:17.282Z] ---> Running in f8c293b061b4 [2020-07-23T04:35:17.282Z] ---> Running in fb480234d44b [2020-07-23T04:35:17.282Z] ---> Running in 1706fef0389a [2020-07-23T04:35:17.282Z] ---> Running in 54a96724a135 [2020-07-23T04:35:17.282Z] ---> Running in d6b0ced6c04c [2020-07-23T04:35:19.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:19.788Z] Removing intermediate container fb480234d44b [2020-07-23T04:35:19.788Z] ---> dbbec902da88 [2020-07-23T04:35:19.788Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:35:19.788Z] ---> Running in 732b607c2ec1 [2020-07-23T04:35:19.788Z] Removing intermediate container f8c293b061b4 [2020-07-23T04:35:19.788Z] ---> d6d8167ec257 [2020-07-23T04:35:19.788Z] Step 5/26 : RUN apk update && apk add make git [2020-07-23T04:35:20.047Z] Removing intermediate container 1706fef0389a [2020-07-23T04:35:20.047Z] ---> 2dbe704924d7 [2020-07-23T04:35:20.047Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-23T04:35:20.047Z] ---> Running in cabe05b766d1 [2020-07-23T04:35:20.307Z] Removing intermediate container d6b0ced6c04c [2020-07-23T04:35:20.307Z] ---> db81804bc73b [2020-07-23T04:35:20.307Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:35:20.307Z] ---> Running in d83949e9d819 [2020-07-23T04:35:20.572Z] ---> Running in 0dffece6cb6e [2020-07-23T04:35:20.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:20.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:21.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:21.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:21.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:22.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:23.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:23.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:23.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:35:24.431Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:24.431Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:24.431Z] OK: 12749 distinct packages available [2020-07-23T04:35:25.005Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:25.005Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:25.005Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:25.005Z] OK: 12749 distinct packages available [2020-07-23T04:35:25.268Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:25.268Z] Removing intermediate container 732b607c2ec1 [2020-07-23T04:35:25.269Z] ---> 224cf2aa5c9b [2020-07-23T04:35:25.269Z] Step 6/20 : COPY go.mod . [2020-07-23T04:35:25.546Z] ---> 7a8aafad96fb [2020-07-23T04:35:25.546Z] Step 7/20 : RUN go mod download [2020-07-23T04:35:25.546Z] ---> Running in 8f1c5ad18de6 [2020-07-23T04:35:25.809Z] Removing intermediate container 54a96724a135 [2020-07-23T04:35:25.809Z] ---> 337af6a8494a [2020-07-23T04:35:25.809Z] Step 5/29 : COPY go.mod . [2020-07-23T04:35:26.069Z] ---> e8e63e5a1f66 [2020-07-23T04:35:26.069Z] Step 6/29 : RUN go mod download [2020-07-23T04:35:26.069Z] ---> Running in 76e031adb121 [2020-07-23T04:35:27.466Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:27.466Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:27.466Z] OK: 12749 distinct packages available [2020-07-23T04:35:27.466Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:27.466Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:27.466Z] OK: 12749 distinct packages available [2020-07-23T04:35:27.466Z] Removing intermediate container 8f1c5ad18de6 [2020-07-23T04:35:27.466Z] ---> 2f3e5484363b [2020-07-23T04:35:27.466Z] Step 8/20 : COPY . . [2020-07-23T04:35:27.466Z] Removing intermediate container 76e031adb121 [2020-07-23T04:35:27.466Z] ---> b69ce0621544 [2020-07-23T04:35:27.466Z] Step 7/29 : COPY . . [2020-07-23T04:35:27.466Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:27.466Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:27.737Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:35:27.737Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:35:27.737Z] OK: 12749 distinct packages available [2020-07-23T04:35:28.166Z] fd7a069fd194: Pull complete [2020-07-23T04:35:28.166Z] 66aa3694b03b: Pull complete [2020-07-23T04:35:28.166Z] 170f70906a0f: Pull complete [2020-07-23T04:35:28.321Z] OK: 233 MiB in 51 packages [2020-07-23T04:35:31.559Z] ad7c5574e4b9: Pull complete [2020-07-23T04:35:33.672Z] Removing intermediate container 0dffece6cb6e [2020-07-23T04:35:33.672Z] ---> c6a2732607f3 [2020-07-23T04:35:33.672Z] Step 6/21 : COPY go.mod . [2020-07-23T04:35:33.937Z] Removing intermediate container d83949e9d819 [2020-07-23T04:35:33.937Z] ---> 37f74fe1b7bd [2020-07-23T04:35:33.937Z] Step 6/23 : COPY go.mod . [2020-07-23T04:35:34.511Z] Removing intermediate container cabe05b766d1 [2020-07-23T04:35:34.511Z] ---> 18e98ae4c573 [2020-07-23T04:35:34.511Z] Step 6/26 : COPY go.mod . [2020-07-23T04:35:35.867Z] e772456be8f7: Pull complete [2020-07-23T04:35:36.438Z] ---> ee1ea3a84160 [2020-07-23T04:35:36.438Z] Step 7/23 : RUN go mod download [2020-07-23T04:35:36.438Z] ---> 133614dc1187 [2020-07-23T04:35:36.438Z] Step 7/21 : RUN go mod download [2020-07-23T04:35:36.467Z] c890913d741a: Pull complete [2020-07-23T04:35:38.374Z] ---> Running in 446474b55a92 [2020-07-23T04:35:38.374Z] ---> Running in c375fa73e92d [2020-07-23T04:35:38.374Z] ---> 936a25d33420 [2020-07-23T04:35:38.374Z] Step 7/26 : RUN go mod download [2020-07-23T04:35:39.084Z] 2480fcc9aa5a: Pull complete [2020-07-23T04:35:39.326Z] ---> Running in ea86bc41c76e [2020-07-23T04:35:39.356Z] 09adf4765672: Pull complete [2020-07-23T04:35:39.356Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-23T04:35:39.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-23T04:35:39.356Z] ---> 2248a725d1cf [2020-07-23T04:35:39.356Z] 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-23T04:35:44.677Z] Removing intermediate container 446474b55a92 [2020-07-23T04:35:44.677Z] ---> dd03a3959f1f [2020-07-23T04:35:44.677Z] Step 8/23 : COPY . . [2020-07-23T04:35:45.253Z] Removing intermediate container c375fa73e92d [2020-07-23T04:35:45.253Z] ---> 2a617869ea2a [2020-07-23T04:35:45.253Z] Step 8/21 : COPY . . [2020-07-23T04:35:45.253Z] ---> 318682db41f5 [2020-07-23T04:35:45.253Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-23T04:35:45.519Z] ---> 971981f25436 [2020-07-23T04:35:45.519Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-23T04:35:45.519Z] Removing intermediate container ea86bc41c76e [2020-07-23T04:35:45.519Z] ---> 3a30cb1c0f86 [2020-07-23T04:35:45.519Z] Step 8/26 : COPY . . [2020-07-23T04:35:45.808Z] ---> Running in 546349eeea08 [2020-07-23T04:35:45.808Z] ---> Running in bf4a792c9606 [2020-07-23T04:35:46.093Z] ---> Running in abaefb4d3cee [2020-07-23T04:35:47.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:35:47.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:35:48.631Z] (1/12) Installing libmagic (5.38-r0) [2020-07-23T04:35:48.631Z] (2/12) Installing file (5.38-r0) [2020-07-23T04:35:48.631Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-23T04:35:48.904Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-23T04:35:54.279Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-23T04:35:54.279Z] (6/12) Installing patch (2.7.6-r6) [2020-07-23T04:35:54.279Z] (7/12) Installing build-base (0.5-r2) [2020-07-23T04:35:54.279Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-23T04:35:54.279Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-23T04:35:54.279Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-23T04:35:54.279Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-23T04:35:54.279Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-23T04:35:54.279Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:35:54.279Z] OK: 217 MiB in 51 packages [2020-07-23T04:35:58.107Z] 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-23T04:35:58.107Z] 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-23T04:35:58.577Z] Removing intermediate container abaefb4d3cee [2020-07-23T04:35:58.577Z] ---> 8e52fb31d3d9 [2020-07-23T04:35:58.577Z] Step 4/7 : WORKDIR /edgex-go [2020-07-23T04:35:58.577Z] ---> Running in ce88de44c457 [2020-07-23T04:35:59.167Z] Removing intermediate container ce88de44c457 [2020-07-23T04:35:59.167Z] ---> 418cb473a46f [2020-07-23T04:35:59.167Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-23T04:35:59.436Z] latest: Pulling from library/docker [2020-07-23T04:35:59.436Z] b538f80385f9: Already exists [2020-07-23T04:35:59.436Z] 259a493cd78d: Pulling fs layer [2020-07-23T04:35:59.436Z] b8e66b5100f5: Pulling fs layer [2020-07-23T04:35:59.436Z] 39dc9c94d07c: Pulling fs layer [2020-07-23T04:35:59.436Z] 551b823b3b82: Pulling fs layer [2020-07-23T04:35:59.436Z] 3c52a74df98c: Pulling fs layer [2020-07-23T04:35:59.436Z] 6c9b121b6998: Pulling fs layer [2020-07-23T04:35:59.436Z] 551b823b3b82: Waiting [2020-07-23T04:35:59.436Z] 6c9b121b6998: Waiting [2020-07-23T04:35:59.706Z] b8e66b5100f5: Verifying Checksum [2020-07-23T04:35:59.706Z] 259a493cd78d: Verifying Checksum [2020-07-23T04:35:59.706Z] 259a493cd78d: Download complete [2020-07-23T04:35:59.706Z] 551b823b3b82: Verifying Checksum [2020-07-23T04:35:59.706Z] 551b823b3b82: Download complete [2020-07-23T04:35:59.706Z] 3c52a74df98c: Verifying Checksum [2020-07-23T04:35:59.706Z] 3c52a74df98c: Download complete [2020-07-23T04:35:59.978Z] 6c9b121b6998: Verifying Checksum [2020-07-23T04:35:59.978Z] 6c9b121b6998: Download complete [2020-07-23T04:36:00.250Z] 259a493cd78d: Pull complete [2020-07-23T04:36:00.847Z] b8e66b5100f5: Pull complete [2020-07-23T04:36:00.847Z] 39dc9c94d07c: Verifying Checksum [2020-07-23T04:36:00.847Z] 39dc9c94d07c: Download complete [2020-07-23T04:36:04.221Z] 39dc9c94d07c: Pull complete [2020-07-23T04:36:04.492Z] 551b823b3b82: Pull complete [2020-07-23T04:36:04.764Z] 3c52a74df98c: Pull complete [2020-07-23T04:36:05.043Z] 6c9b121b6998: Pull complete [2020-07-23T04:36:05.043Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-23T04:36:05.043Z] Status: Downloaded newer image for docker:latest [2020-07-23T04:36:09.362Z] ---> 45bad102e1ea [2020-07-23T04:36:09.362Z] Step 6/7 : COPY go.mod . [2020-07-23T04:36:09.362Z] ---> bca114ccb743 [2020-07-23T04:36:09.362Z] Step 7/7 : RUN go mod download [2020-07-23T04:36:09.636Z] ---> Running in 1e3e855957eb [2020-07-23T04:36:13.036Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-23T04:36:13.036Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-23T04:36:13.036Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-23T04:36:13.036Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-23T04:36:13.036Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-23T04:36:13.036Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-23T04:36:13.036Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-23T04:36:13.036Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-23T04:36:13.036Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-23T04:36:13.036Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-23T04:36:13.037Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-23T04:36:13.037Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-23T04:36:13.037Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-23T04:36:13.037Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-23T04:36:13.037Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-23T04:36:13.037Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-23T04:36:13.037Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-23T04:36:13.037Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-23T04:36:13.037Z] go: finding github.com/fatih/color v1.7.0 [2020-07-23T04:36:13.037Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-23T04:36:13.037Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-23T04:36:13.037Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-23T04:36:13.037Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-23T04:36:13.037Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-23T04:36:13.037Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-23T04:36:13.037Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-23T04:36:13.037Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-23T04:36:13.037Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-23T04:36:13.037Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-23T04:36:13.037Z] go: finding github.com/google/uuid v1.1.0 [2020-07-23T04:36:13.037Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-23T04:36:13.037Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-23T04:36:13.309Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-23T04:36:13.309Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-23T04:36:13.309Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-23T04:36:13.309Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-23T04:36:13.309Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-23T04:36:13.309Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-23T04:36:13.309Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-23T04:36:13.309Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-23T04:36:13.309Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-23T04:36:13.309Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-23T04:36:13.581Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-23T04:36:13.581Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-23T04:36:13.581Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-23T04:36:13.581Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-23T04:36:13.581Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-23T04:36:13.581Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-23T04:36:13.581Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-23T04:36:13.581Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-23T04:36:13.581Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-23T04:36:13.581Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-23T04:36:13.581Z] go: finding github.com/kr/pty v1.1.1 [2020-07-23T04:36:13.581Z] go: finding github.com/kr/text v0.1.0 [2020-07-23T04:36:13.581Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-23T04:36:13.852Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-23T04:36:13.852Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-23T04:36:13.852Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-23T04:36:13.852Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-23T04:36:13.852Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-23T04:36:13.852Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-23T04:36:13.852Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-23T04:36:13.852Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-23T04:36:13.852Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-23T04:36:13.852Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-23T04:36:13.852Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-23T04:36:14.122Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-23T04:36:14.122Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-23T04:36:14.123Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-23T04:36:14.123Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-23T04:36:14.123Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-23T04:36:14.123Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-23T04:36:14.123Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-23T04:36:14.123Z] go: finding github.com/posener/complete v1.1.1 [2020-07-23T04:36:14.123Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-23T04:36:14.123Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-23T04:36:14.123Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-23T04:36:14.123Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-23T04:36:14.123Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-23T04:36:14.393Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-23T04:36:14.393Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-23T04:36:14.393Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-23T04:36:14.393Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-23T04:36:14.393Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-23T04:36:14.393Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-23T04:36:14.393Z] go: finding golang.org/x/text v0.3.2 [2020-07-23T04:36:14.393Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-23T04:36:14.393Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-23T04:36:14.393Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-23T04:36:14.393Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-23T04:36:14.666Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-23T04:36:14.666Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-23T04:36:16.469Z] ---> b58771d11f8d [2020-07-23T04:36:16.469Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-23T04:36:16.469Z] ---> 2b368f8b25f1 [2020-07-23T04:36:16.469Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-23T04:36:16.469Z] ---> Running in 5cb32f7eb7a7 [2020-07-23T04:36:17.439Z] ---> Running in 0d8c01ca0f69 [2020-07-23T04:36:17.711Z] ---> 842acc9f4998 [2020-07-23T04:36:17.711Z] 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-23T04:36:17.973Z] ---> Running in 42b6a7bcd58e [2020-07-23T04:36:19.916Z] 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-23T04:36:19.916Z] 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-23T04:36:19.916Z] 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-23T04:36:26.603Z] Removing intermediate container bf4a792c9606 [2020-07-23T04:36:26.603Z] ---> 1dfd948609b6 [2020-07-23T04:36:26.603Z] [2020-07-23T04:36:26.603Z] Step 9/29 : FROM alpine:latest [2020-07-23T04:36:26.603Z] latest: Pulling from library/alpine [2020-07-23T04:36:26.603Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-23T04:36:26.603Z] Status: Downloaded newer image for alpine:latest [2020-07-23T04:36:26.603Z] ---> a24bb4013296 [2020-07-23T04:36:26.603Z] 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-23T04:36:26.603Z] ---> Running in 345c2c3e8384 [2020-07-23T04:36:26.877Z] Removing intermediate container 345c2c3e8384 [2020-07-23T04:36:26.877Z] ---> 35e993d8c2ad [2020-07-23T04:36:26.877Z] Step 11/29 : USER root [2020-07-23T04:36:26.877Z] ---> Running in 9c073c2de782 [2020-07-23T04:36:27.463Z] Removing intermediate container 9c073c2de782 [2020-07-23T04:36:27.463Z] ---> e0b00c330d1a [2020-07-23T04:36:27.463Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-23T04:36:28.432Z] ---> Running in 334e88d2b58c [2020-07-23T04:36:29.395Z] Removing intermediate container 546349eeea08 [2020-07-23T04:36:29.395Z] ---> 1b48b49ab981 [2020-07-23T04:36:29.395Z] [2020-07-23T04:36:29.395Z] Step 10/20 : FROM scratch [2020-07-23T04:36:29.395Z] ---> [2020-07-23T04:36:29.395Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:36:29.662Z] ---> Running in 55b510cb9866 [2020-07-23T04:36:29.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:29.941Z] Removing intermediate container 55b510cb9866 [2020-07-23T04:36:29.941Z] ---> ad6078abf980 [2020-07-23T04:36:29.941Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-23T04:36:29.941Z] ---> Running in 1521e9fef5e1 [2020-07-23T04:36:29.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:30.217Z] Removing intermediate container 1521e9fef5e1 [2020-07-23T04:36:30.217Z] ---> 8d6a46ae758f [2020-07-23T04:36:30.217Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-23T04:36:30.217Z] ---> Running in b3f1c1c3c415 [2020-07-23T04:36:30.217Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:36:30.217Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:36:30.217Z] OK: 12749 distinct packages available [2020-07-23T04:36:30.489Z] Removing intermediate container b3f1c1c3c415 [2020-07-23T04:36:30.489Z] ---> 133569331bca [2020-07-23T04:36:30.489Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-23T04:36:30.755Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-23T04:36:30.755Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-23T04:36:30.755Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:36:30.756Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:36:31.026Z] OK: 6 MiB in 16 packages [2020-07-23T04:36:31.295Z] ---> c611c204052a [2020-07-23T04:36:31.295Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-23T04:36:32.951Z] Removing intermediate container 1e3e855957eb [2020-07-23T04:36:32.951Z] ---> efb8a037a834 [2020-07-23T04:36:32.951Z] Successfully built efb8a037a834 [2020-07-23T04:36:32.951Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-07-23T04:36:33.250Z] Removing intermediate container 334e88d2b58c [2020-07-23T04:36:33.250Z] ---> c43414e299c3 [2020-07-23T04:36:33.250Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-23T04:36:33.250Z] ---> cc5a30594c27 [2020-07-23T04:36:33.250Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-23T04:36:33.250Z] ---> Running in d9c5fa8f359e [2020-07-23T04:36:33.250Z] ---> b4f71f4e2a58 [2020-07-23T04:36:33.250Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:36:33.250Z] Removing intermediate container d9c5fa8f359e [2020-07-23T04:36:33.250Z] ---> 5b61e97fabbf [2020-07-23T04:36:33.250Z] Step 14/29 : WORKDIR $BASE_DIR [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:36:33.513Z] ---> Running in f2d2a8e38039 [2020-07-23T04:36:33.513Z] ---> Running in e3e8de471685 [2020-07-23T04:36:33.609Z] + docker inspect -f . ci-base-image-arm64 [2020-07-23T04:36:33.609Z] . [Pipeline] withDockerContainer [2020-07-23T04:36:33.777Z] Removing intermediate container f2d2a8e38039 [2020-07-23T04:36:33.777Z] ---> b5b4d6550d54 [2020-07-23T04:36:33.777Z] Step 18/20 : LABEL arch=x86_64 [2020-07-23T04:36:33.777Z] Removing intermediate container e3e8de471685 [2020-07-23T04:36:33.777Z] ---> 677e56ef2b1f [2020-07-23T04:36:33.777Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-23T04:36:33.777Z] ---> Running in c5a165eb629f [2020-07-23T04:36:33.865Z] prd-ubuntu18.04-docker-arm64-4c-16g-688 does not seem to be running inside a container [2020-07-23T04:36:34.045Z] ---> Running in ead9ff3d2e6c [2020-07-23T04:36:34.060Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-23T04:36:34.323Z] Removing intermediate container c5a165eb629f [2020-07-23T04:36:34.323Z] ---> 2ee3d21f9272 [2020-07-23T04:36:34.323Z] Step 19/20 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:36:34.323Z] ---> Running in c23c175952af [2020-07-23T04:36:34.608Z] Removing intermediate container c23c175952af [2020-07-23T04:36:34.608Z] ---> 645868bdae5c [2020-07-23T04:36:34.608Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:36:34.608Z] ---> Running in 1d06aa203499 [2020-07-23T04:36:35.218Z] Removing intermediate container 1d06aa203499 [2020-07-23T04:36:35.218Z] ---> ea49dc110030 [2020-07-23T04:36:35.218Z] [2020-07-23T04:36:35.497Z] Successfully built ea49dc110030 [2020-07-23T04:36:35.523Z] $ docker top bdeedf0f15c7fcd58e4fb628657206fe7756ece6cbec2218a218853fd0a74ccd -eo pid,comm [2020-07-23T04:36:35.777Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-23T04:36:35.777Z] Building docker-support-logging-go [Pipeline] { [Pipeline] sh [2020-07-23T04:36:36.382Z]  Building docker-support-scheduler-go ... done Removing intermediate container ead9ff3d2e6c [2020-07-23T04:36:36.382Z] ---> 80a6f2b086cf [2020-07-23T04:36:36.382Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-23T04:36:36.695Z] + go version [2020-07-23T04:36:36.695Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-23T04:36:36.716Z] ========================================================= [2020-07-23T04:36:36.716Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-23T04:36:36.716Z] ========================================================= [Pipeline] sh [2020-07-23T04:36:37.384Z] + make test raml_verify [2020-07-23T04:36:37.384Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-23T04:36:40.006Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-23T04:36:43.037Z] ---> bb0136902d88 [2020-07-23T04:36:43.037Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-23T04:36:44.472Z] ---> 04fbddbfdbcc [2020-07-23T04:36:44.472Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-23T04:36:45.918Z] ---> 7aa4dd7f23b9 [2020-07-23T04:36:45.918Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-23T04:36:46.539Z] 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-23T04:36:46.827Z] ---> c2d28e4c3417 [2020-07-23T04:36:46.827Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-23T04:36:49.435Z] ---> 7d4c25a56df2 [2020-07-23T04:36:49.435Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-23T04:36:51.396Z] ---> Running in f99c966f6a88 [2020-07-23T04:36:53.955Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:36:53.955Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:36:53.955Z] ---> ce0eabcd8953 [2020-07-23T04:36:53.955Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:36:53.955Z] ---> Using cache [2020-07-23T04:36:53.955Z] ---> db19148d6782 [2020-07-23T04:36:53.955Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:36:53.955Z] ---> Using cache [2020-07-23T04:36:53.955Z] ---> db81804bc73b [2020-07-23T04:36:53.955Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-23T04:36:54.908Z] ---> Running in 198fb51ff94a [2020-07-23T04:36:55.178Z] 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-23T04:36:56.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:56.138Z] Removing intermediate container f99c966f6a88 [2020-07-23T04:36:56.138Z] ---> e41e305d9f1f [2020-07-23T04:36:56.138Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:36:56.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:36:58.110Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:36:58.110Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:36:58.110Z] OK: 12749 distinct packages available [2020-07-23T04:36:58.110Z] OK: 233 MiB in 51 packages [2020-07-23T04:36:58.110Z] ---> 4fdbb82cd18f [2020-07-23T04:36:58.110Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:36:58.415Z] OK: 233 MiB in 51 packages [2020-07-23T04:36:58.711Z] ---> Running in c8055e30eafe [2020-07-23T04:36:58.711Z] Removing intermediate container 5cb32f7eb7a7 [2020-07-23T04:36:58.711Z] ---> a2b6018a7c88 [2020-07-23T04:36:58.711Z] [2020-07-23T04:36:58.711Z] Step 10/23 : FROM scratch [2020-07-23T04:36:58.711Z] ---> [2020-07-23T04:36:58.712Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:36:59.040Z] Removing intermediate container 0d8c01ca0f69 [2020-07-23T04:36:59.040Z] ---> 34fd2c186e7f [2020-07-23T04:36:59.040Z] [2020-07-23T04:36:59.040Z] Step 10/21 : FROM scratch [2020-07-23T04:36:59.040Z] ---> [2020-07-23T04:36:59.040Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:36:59.040Z] ---> Using cache [2020-07-23T04:36:59.040Z] ---> ad6078abf980 [2020-07-23T04:36:59.040Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-23T04:36:59.040Z] ---> Running in a5676c0d2305 [2020-07-23T04:36:59.040Z] ---> Running in edfc12209090 [2020-07-23T04:36:59.340Z] Removing intermediate container 198fb51ff94a [2020-07-23T04:36:59.340Z] ---> 0b172f1ea33a [2020-07-23T04:36:59.340Z] Step 6/21 : COPY go.mod . [2020-07-23T04:36:59.641Z] Removing intermediate container edfc12209090 [2020-07-23T04:36:59.641Z] ---> 8e8ae1069f83 [2020-07-23T04:36:59.641Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:36:59.641Z] Removing intermediate container a5676c0d2305 [2020-07-23T04:36:59.641Z] ---> 1fbde934ae9a [2020-07-23T04:36:59.641Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-23T04:36:59.641Z] ---> Running in 34410cdeae3f [2020-07-23T04:36:59.641Z] ---> Running in 2ee4f366d0a5 [2020-07-23T04:36:59.901Z] ---> eebced34ad54 [2020-07-23T04:36:59.901Z] Step 7/21 : RUN go mod download [2020-07-23T04:37:02.449Z] ---> Running in 270a99bd553e [2020-07-23T04:37:02.449Z] Removing intermediate container 34410cdeae3f [2020-07-23T04:37:02.449Z] ---> 89a999dc5ed6 [2020-07-23T04:37:02.449Z] Step 14/21 : WORKDIR / [2020-07-23T04:37:02.449Z] Removing intermediate container 2ee4f366d0a5 [2020-07-23T04:37:02.449Z] ---> 96ee48c3eb2d [2020-07-23T04:37:02.449Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-23T04:37:02.717Z] ---> Running in 26ca7f4dd8e7 [2020-07-23T04:37:02.717Z] ---> Running in 7b5b2cb68819 [2020-07-23T04:37:02.717Z] Removing intermediate container 42b6a7bcd58e [2020-07-23T04:37:02.717Z] ---> 55bc0722cce9 [2020-07-23T04:37:02.717Z] [2020-07-23T04:37:02.717Z] Step 10/26 : FROM alpine:3.10 [2020-07-23T04:37:02.717Z] Removing intermediate container c8055e30eafe [2020-07-23T04:37:02.717Z] ---> 4dc17e88a45c [2020-07-23T04:37:02.717Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-23T04:37:02.978Z] ---> Running in c88c7dc7e1bf [2020-07-23T04:37:02.978Z] Removing intermediate container 26ca7f4dd8e7 [2020-07-23T04:37:02.978Z] ---> 9398dfa8a84c [2020-07-23T04:37:02.978Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-23T04:37:02.978Z] 3.10: Pulling from library/alpine [2020-07-23T04:37:02.978Z] Removing intermediate container 7b5b2cb68819 [2020-07-23T04:37:02.978Z] ---> f6e9ced0541f [2020-07-23T04:37:02.978Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-23T04:37:03.561Z] ---> 764b2fc22a66 [2020-07-23T04:37:03.561Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-23T04:37:03.561Z] ---> c437921f4cb7 [2020-07-23T04:37:03.561Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-23T04:37:03.829Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-23T04:37:03.830Z] Status: Downloaded newer image for alpine:3.10 [2020-07-23T04:37:03.830Z] ---> be4e4bea2c2e [2020-07-23T04:37:03.830Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-23T04:37:05.213Z] ---> Running in d6f88815d9ab [2020-07-23T04:37:05.213Z] ---> 8486c61de7a0 [2020-07-23T04:37:05.213Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-23T04:37:05.213Z] ---> 85ca498fc228 [2020-07-23T04:37:05.213Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-23T04:37:05.792Z] Removing intermediate container 270a99bd553e [2020-07-23T04:37:05.792Z] ---> 0ac6319f6508 [2020-07-23T04:37:05.792Z] Step 8/21 : COPY . . [2020-07-23T04:37:06.060Z] ---> 2a53daa0ef85 [2020-07-23T04:37:06.060Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:37:06.060Z] Removing intermediate container c88c7dc7e1bf [2020-07-23T04:37:06.060Z] ---> 885561a78c73 [2020-07-23T04:37:06.060Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:37:06.060Z] ---> b7316e57d220 [2020-07-23T04:37:06.060Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-23T04:37:06.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:06.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:06.327Z] ---> Running in 3bcbf7e91e80 [2020-07-23T04:37:06.327Z] ---> Running in 547e0b89908b [2020-07-23T04:37:06.327Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-23T04:37:06.327Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-23T04:37:06.327Z] OK: 10346 distinct packages available [2020-07-23T04:37:06.595Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-23T04:37:06.595Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-23T04:37:06.595Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-23T04:37:06.595Z] (4/5) Installing curl (7.66.0-r0) [2020-07-23T04:37:06.595Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-23T04:37:06.867Z] Executing busybox-1.30.1-r3.trigger [2020-07-23T04:37:06.867Z] Executing ca-certificates-20191127-r2.trigger [2020-07-23T04:37:06.867Z] OK: 7 MiB in 19 packages [2020-07-23T04:37:07.448Z] ---> 3ec8c30c9779 [2020-07-23T04:37:07.448Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-23T04:37:08.834Z] Removing intermediate container 547e0b89908b [2020-07-23T04:37:08.834Z] ---> 21330c1e5044 [2020-07-23T04:37:08.834Z] Step 26/29 : CMD [ "generate" ] [2020-07-23T04:37:09.409Z] Removing intermediate container 3bcbf7e91e80 [2020-07-23T04:37:09.409Z] ---> 911cff02bb18 [2020-07-23T04:37:09.409Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:37:10.350Z] ---> Running in b862a2bac769 [2020-07-23T04:37:10.923Z] ---> Running in 4fc86c972af2 [2020-07-23T04:37:11.185Z] ---> e89703d2a61a [2020-07-23T04:37:11.185Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-23T04:37:12.441Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-23T04:37:13.116Z] Removing intermediate container b862a2bac769 [2020-07-23T04:37:13.116Z] ---> cb746da5d753 [2020-07-23T04:37:13.116Z] Step 27/29 : LABEL arch=x86_64 [2020-07-23T04:37:15.028Z] Removing intermediate container d6f88815d9ab [2020-07-23T04:37:15.028Z] ---> 757321e2e95d [2020-07-23T04:37:15.028Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:37:15.600Z] ---> 211a1a51a4c3 [2020-07-23T04:37:15.600Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:37:15.600Z] Removing intermediate container 4fc86c972af2 [2020-07-23T04:37:15.600Z] ---> 2cffc9aabb8f [2020-07-23T04:37:15.600Z] Step 20/21 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:37:17.524Z] ---> Running in e2220df2a891 [2020-07-23T04:37:18.099Z] ---> Running in 2fab9e2b79f0 [2020-07-23T04:37:18.362Z] ---> Running in 29f008adc767 [2020-07-23T04:37:18.362Z] ---> Running in a51f6bb477ca [2020-07-23T04:37:20.287Z] Removing intermediate container e2220df2a891 [2020-07-23T04:37:20.287Z] ---> 1045039d1028 [2020-07-23T04:37:20.287Z] Step 28/29 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:37:21.234Z] Removing intermediate container 2fab9e2b79f0 [2020-07-23T04:37:21.234Z] ---> a114e986b25e [2020-07-23T04:37:21.234Z] Step 21/23 : LABEL arch=x86_64 [2020-07-23T04:37:21.804Z] Removing intermediate container 29f008adc767 [2020-07-23T04:37:21.804Z] ---> 8f0ea8257b2f [2020-07-23T04:37:21.804Z] Step 13/26 : WORKDIR / [2020-07-23T04:37:21.804Z] ---> Running in 427145bb4c95 [2020-07-23T04:37:21.804Z] Removing intermediate container a51f6bb477ca [2020-07-23T04:37:21.804Z] ---> 2e844dea8fc5 [2020-07-23T04:37:21.804Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:37:21.804Z] ---> Running in 455f57b63743 [2020-07-23T04:37:21.804Z] ---> Running in 287977afd85a [2020-07-23T04:37:22.064Z] ---> Running in a68f1f473273 [2020-07-23T04:37:22.064Z] Removing intermediate container 427145bb4c95 [2020-07-23T04:37:22.064Z] ---> e9874fb66ffa [2020-07-23T04:37:22.064Z] Step 29/29 : LABEL version=0.0.0 [2020-07-23T04:37:22.064Z] ---> f74841810838 [2020-07-23T04:37:22.064Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-23T04:37:22.324Z] ---> Running in 0aa21cafae77 [2020-07-23T04:37:22.324Z] ---> Running in 286b8fb3debd [2020-07-23T04:37:22.324Z] Removing intermediate container 455f57b63743 [2020-07-23T04:37:22.324Z] ---> 1cef87f00ab5 [2020-07-23T04:37:22.324Z] Step 22/23 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:37:22.590Z] Removing intermediate container 287977afd85a [2020-07-23T04:37:22.590Z] ---> ddc5b9a6331f [2020-07-23T04:37:22.590Z] 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-23T04:37:22.590Z] Removing intermediate container a68f1f473273 [2020-07-23T04:37:22.590Z] ---> 6531bd66ec61 [2020-07-23T04:37:22.590Z] [2020-07-23T04:37:22.590Z] ---> Running in 887d51f49d2a [2020-07-23T04:37:22.590Z] Successfully built 6531bd66ec61 [2020-07-23T04:37:22.855Z] Successfully tagged docker-core-metadata-go:latest [2020-07-23T04:37:22.855Z] Building docker-core-data-go [2020-07-23T04:37:22.855Z]  Building docker-core-metadata-go ... done Removing intermediate container 0aa21cafae77 [2020-07-23T04:37:22.855Z] ---> 30dae4471468 [2020-07-23T04:37:22.855Z] [2020-07-23T04:37:22.855Z] Successfully built 30dae4471468 [2020-07-23T04:37:22.855Z] ---> d2759ca2b2b2 [2020-07-23T04:37:22.855Z] 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-23T04:37:22.855Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-23T04:37:22.855Z] Building docker-core-command-go [2020-07-23T04:37:22.855Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 887d51f49d2a [2020-07-23T04:37:22.855Z] ---> 6d37264c117c [2020-07-23T04:37:22.855Z] Step 23/23 : LABEL version=0.0.0 [2020-07-23T04:37:23.122Z] ---> Running in 848807507b80 [2020-07-23T04:37:23.122Z] 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-23T04:37:23.384Z] ---> de33c4cf6e1f [2020-07-23T04:37:23.384Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-23T04:37:23.652Z] Removing intermediate container 848807507b80 [2020-07-23T04:37:23.652Z] ---> 3687214cbd6e [2020-07-23T04:37:23.652Z] [2020-07-23T04:37:23.652Z] Successfully built 3687214cbd6e [2020-07-23T04:37:23.652Z] Successfully tagged docker-support-notifications-go:latest [2020-07-23T04:37:23.652Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-07-23T04:37:23.920Z] ---> f2c2ad06710d [2020-07-23T04:37:23.920Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-23T04:37:30.795Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-23T04:37:30.795Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-23T04:37:30.795Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-23T04:37:30.795Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-23T04:37:30.795Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.060s [2020-07-23T04:37:30.795Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-23T04:37:30.795Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-23T04:37:30.795Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-23T04:37:30.795Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-23T04:37:30.795Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-23T04:37:30.795Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-23T04:37:30.795Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-23T04:37:30.795Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-23T04:37:33.958Z] ---> 347a5dbf5d88 [2020-07-23T04:37:33.959Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-23T04:37:35.380Z] ---> a58c7b3390e8 [2020-07-23T04:37:35.380Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-23T04:37:38.788Z] ---> 4e0acbd32840 [2020-07-23T04:37:38.788Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-23T04:37:40.777Z] ---> 60cf17e0669b [2020-07-23T04:37:40.777Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:37:40.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements [2020-07-23T04:37:40.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-23T04:37:40.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-23T04:37:40.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-23T04:37:40.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-23T04:37:40.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-23T04:37:45.004Z] ---> 734c0f0a745c [2020-07-23T04:37:45.004Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:37:46.410Z] ---> Running in 4a94c6863598 [2020-07-23T04:37:46.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.147s coverage: 27.4% of statements [2020-07-23T04:37:46.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-23T04:37:46.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-23T04:37:46.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-23T04:37:46.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-23T04:37:46.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-23T04:37:46.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-23T04:37:46.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.024s coverage: 100.0% of statements [2020-07-23T04:37:46.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-23T04:37:46.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.028s coverage: 100.0% of statements [2020-07-23T04:37:46.440Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-23T04:37:48.371Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:37:48.371Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:37:48.371Z] ---> ce0eabcd8953 [2020-07-23T04:37:48.371Z] Step 3/22 : WORKDIR /edgex-go [2020-07-23T04:37:48.371Z] ---> Using cache [2020-07-23T04:37:48.371Z] ---> db19148d6782 [2020-07-23T04:37:48.371Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:37:48.371Z] ---> Using cache [2020-07-23T04:37:48.371Z] ---> db81804bc73b [2020-07-23T04:37:48.371Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-23T04:37:48.635Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:37:48.635Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:37:48.635Z] ---> ce0eabcd8953 [2020-07-23T04:37:48.635Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:37:48.635Z] ---> Using cache [2020-07-23T04:37:48.635Z] ---> db19148d6782 [2020-07-23T04:37:48.636Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:37:48.636Z] ---> Using cache [2020-07-23T04:37:48.636Z] ---> db81804bc73b [2020-07-23T04:37:48.636Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:37:48.636Z] ---> Using cache [2020-07-23T04:37:48.636Z] ---> c6a2732607f3 [2020-07-23T04:37:48.636Z] Step 6/21 : COPY go.mod . [2020-07-23T04:37:49.265Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:37:49.265Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:37:49.265Z] ---> ce0eabcd8953 [2020-07-23T04:37:49.265Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:37:49.265Z] ---> Using cache [2020-07-23T04:37:49.265Z] ---> db19148d6782 [2020-07-23T04:37:49.265Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:37:49.265Z] ---> Using cache [2020-07-23T04:37:49.265Z] ---> db81804bc73b [2020-07-23T04:37:49.265Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-23T04:37:49.645Z] ---> Using cache [2020-07-23T04:37:49.645Z] ---> 133614dc1187 [2020-07-23T04:37:49.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.424s coverage: 29.3% of statements [2020-07-23T04:37:49.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-23T04:37:49.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-23T04:37:49.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-23T04:37:49.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-23T04:37:49.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-23T04:37:49.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements [2020-07-23T04:37:49.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-23T04:37:49.838Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements [2020-07-23T04:37:49.838Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-23T04:37:49.914Z] Step 7/21 : RUN go mod download [2020-07-23T04:37:49.914Z] ---> Using cache [2020-07-23T04:37:49.914Z] ---> 2a617869ea2a [2020-07-23T04:37:49.914Z] Step 8/21 : COPY . . [2020-07-23T04:37:49.914Z] ---> Using cache [2020-07-23T04:37:49.914Z] ---> 2b368f8b25f1 [2020-07-23T04:37:49.914Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-23T04:37:50.199Z] ---> Running in 54503924efd5 [2020-07-23T04:37:50.199Z] ---> Running in e2df820fc924 [2020-07-23T04:37:50.199Z] ---> Running in 3506b5c85da1 [2020-07-23T04:37:50.826Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.084s coverage: 89.8% of statements [2020-07-23T04:37:50.826Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-23T04:37:51.161Z] Removing intermediate container 4a94c6863598 [2020-07-23T04:37:51.161Z] ---> 58c7f230a21c [2020-07-23T04:37:51.161Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:37:51.161Z] ---> Running in 72df43d8c6c3 [2020-07-23T04:37:51.161Z] 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-23T04:37:51.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:51.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:51.428Z] Removing intermediate container 72df43d8c6c3 [2020-07-23T04:37:51.428Z] ---> 59f5a238c9bd [2020-07-23T04:37:51.428Z] Step 24/26 : LABEL arch=x86_64 [2020-07-23T04:37:51.428Z] ---> Running in 0d270dfd0a97 [2020-07-23T04:37:51.692Z] Removing intermediate container 0d270dfd0a97 [2020-07-23T04:37:51.692Z] ---> 1afd7a4b7a4b [2020-07-23T04:37:51.692Z] Step 25/26 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:37:51.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:52.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:37:52.215Z] ---> Running in a24660f312ee [2020-07-23T04:37:52.482Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:37:52.482Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:37:52.482Z] OK: 12749 distinct packages available [2020-07-23T04:37:52.482Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:37:52.482Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:37:52.482Z] OK: 12749 distinct packages available [2020-07-23T04:37:52.753Z] OK: 233 MiB in 51 packages [2020-07-23T04:37:52.753Z] OK: 233 MiB in 51 packages [2020-07-23T04:37:52.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.164s coverage: 97.5% of statements [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-23T04:37:52.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 100.0% of statements [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-23T04:37:52.831Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-23T04:37:52.831Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements [2020-07-23T04:37:53.023Z] Removing intermediate container a24660f312ee [2020-07-23T04:37:53.023Z] ---> 715c0aa33484 [2020-07-23T04:37:53.023Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:37:53.612Z] ---> Running in 86ad897a1957 [2020-07-23T04:37:53.886Z] Removing intermediate container 286b8fb3debd [2020-07-23T04:37:53.886Z] ---> cf862dccb17a [2020-07-23T04:37:53.886Z] [2020-07-23T04:37:53.886Z] Step 10/21 : FROM scratch [2020-07-23T04:37:53.886Z] ---> [2020-07-23T04:37:53.886Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:37:54.474Z] ---> Using cache [2020-07-23T04:37:54.474Z] ---> 1fbde934ae9a [2020-07-23T04:37:54.475Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-23T04:37:54.753Z] Removing intermediate container 86ad897a1957 [2020-07-23T04:37:54.753Z] ---> 969bd8efacca [2020-07-23T04:37:54.753Z] [2020-07-23T04:37:54.753Z] Removing intermediate container 54503924efd5 [2020-07-23T04:37:54.753Z] ---> 0542397f6dea [2020-07-23T04:37:54.753Z] Step 6/26 : COPY go.mod . [2020-07-23T04:37:54.753Z] ---> Running in 588a4a27e6d1 [2020-07-23T04:37:54.753Z] Removing intermediate container 3506b5c85da1 [2020-07-23T04:37:54.753Z] ---> 663bf12ec767 [2020-07-23T04:37:54.753Z] Step 6/22 : COPY go.mod . [2020-07-23T04:37:55.020Z] Successfully built 969bd8efacca [2020-07-23T04:37:55.020Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-23T04:37:55.020Z] Building docker-security-proxy-setup-go [2020-07-23T04:37:55.020Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 588a4a27e6d1 [2020-07-23T04:37:55.020Z] ---> f9e170ee0596 [2020-07-23T04:37:55.020Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:37:55.290Z] ---> Running in 84a0ea4a6d9c [2020-07-23T04:37:55.290Z] ---> 4c8d4d1b60b8 [2020-07-23T04:37:55.290Z] Step 7/26 : RUN go mod download [2020-07-23T04:37:55.290Z] ---> d11c7cdb0db1 [2020-07-23T04:37:55.290Z] Step 7/22 : RUN go mod download [2020-07-23T04:37:55.563Z] ---> Running in f4aa334f66ac [2020-07-23T04:37:55.829Z] ---> Running in e95e5fd425f8 [2020-07-23T04:37:56.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.222s coverage: 63.5% of statements [2020-07-23T04:37:56.241Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-23T04:37:56.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-23T04:37:56.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements [2020-07-23T04:37:57.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 55.9% of statements [2020-07-23T04:37:57.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-23T04:37:57.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-23T04:37:57.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-23T04:37:57.224Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-23T04:37:59.130Z] Removing intermediate container 84a0ea4a6d9c [2020-07-23T04:37:59.130Z] ---> 877f16cc2dfd [2020-07-23T04:37:59.130Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-23T04:38:00.565Z] ---> abba937626c9 [2020-07-23T04:38:00.565Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-23T04:38:01.157Z] ---> b830745e496e [2020-07-23T04:38:01.157Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-23T04:38:02.758Z] ---> d6773af0d99c [2020-07-23T04:38:02.758Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-23T04:38:03.202Z] ---> 5cf94a6b66bd [2020-07-23T04:38:03.202Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:38:03.813Z] Removing intermediate container f4aa334f66ac [2020-07-23T04:38:03.813Z] ---> 6714f4ae61a4 [2020-07-23T04:38:03.813Z] Step 8/26 : COPY . . [2020-07-23T04:38:03.813Z] Removing intermediate container e95e5fd425f8 [2020-07-23T04:38:03.813Z] ---> 7fba2658d0e2 [2020-07-23T04:38:03.813Z] Step 8/22 : COPY . . [2020-07-23T04:38:03.813Z] ---> Running in a740df607504 [2020-07-23T04:38:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.148s coverage: 86.3% of statements [2020-07-23T04:38:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-23T04:38:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.090s coverage: 72.2% of statements [2020-07-23T04:38:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.403s coverage: 72.1% of statements [2020-07-23T04:38:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.048s coverage: 82.4% of statements [2020-07-23T04:38:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements [2020-07-23T04:38:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-23T04:38:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-23T04:38:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-23T04:38:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements [2020-07-23T04:38:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-23T04:38:05.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.037s coverage: 96.8% of statements [2020-07-23T04:38:05.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-23T04:38:08.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.162s coverage: 26.9% of statements [2020-07-23T04:38:08.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-23T04:38:08.144Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-23T04:38:08.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.337s coverage: 84.1% of statements [2020-07-23T04:38:08.144Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.027s coverage: 100.0% of statements [2020-07-23T04:38:10.589Z] Removing intermediate container a740df607504 [2020-07-23T04:38:10.589Z] ---> b2d6a2276a05 [2020-07-23T04:38:10.589Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:38:10.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.069s coverage: 43.1% of statements [2020-07-23T04:38:10.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-23T04:38:10.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-23T04:38:10.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.056s coverage: 100.0% of statements [2020-07-23T04:38:10.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-23T04:38:11.356Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.060s coverage: 83.8% of statements [2020-07-23T04:38:11.356Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-23T04:38:12.524Z] ---> Running in 35a32fe6df0c [2020-07-23T04:38:15.113Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:38:15.113Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:38:15.113Z] ---> ce0eabcd8953 [2020-07-23T04:38:15.113Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:38:15.372Z] ---> Using cache [2020-07-23T04:38:15.372Z] ---> db19148d6782 [2020-07-23T04:38:15.372Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:38:15.632Z] ---> Using cache [2020-07-23T04:38:15.632Z] ---> db81804bc73b [2020-07-23T04:38:15.632Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:38:15.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.177s coverage: 46.1% of statements [2020-07-23T04:38:15.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-23T04:38:15.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-23T04:38:15.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements [2020-07-23T04:38:15.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-23T04:38:15.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-23T04:38:15.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-23T04:38:15.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.099s coverage: 100.0% of statements [2020-07-23T04:38:15.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-23T04:38:15.893Z] ---> Using cache [2020-07-23T04:38:15.893Z] ---> c6a2732607f3 [2020-07-23T04:38:15.893Z] Step 6/20 : COPY go.mod . [2020-07-23T04:38:15.893Z] ---> Using cache [2020-07-23T04:38:15.893Z] ---> 133614dc1187 [2020-07-23T04:38:15.893Z] Step 7/20 : RUN go mod download [2020-07-23T04:38:15.893Z] ---> Using cache [2020-07-23T04:38:15.893Z] ---> 2a617869ea2a [2020-07-23T04:38:15.893Z] Step 8/20 : COPY . . [2020-07-23T04:38:15.893Z] ---> Using cache [2020-07-23T04:38:15.893Z] ---> 2b368f8b25f1 [2020-07-23T04:38:15.893Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-23T04:38:15.936Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2020-07-23T04:38:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-23T04:38:16.842Z] Removing intermediate container 35a32fe6df0c [2020-07-23T04:38:16.842Z] ---> 30bab4d0e14b [2020-07-23T04:38:16.842Z] Step 20/21 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:38:17.419Z] ---> Running in 28fa88ed655e [2020-07-23T04:38:19.971Z] ---> Running in d15c66f92ac6 [2020-07-23T04:38:21.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.187s coverage: 29.1% of statements [2020-07-23T04:38:21.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-23T04:38:21.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-23T04:38:21.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-23T04:38:21.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-23T04:38:21.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-23T04:38:21.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.055s coverage: 99.0% of statements [2020-07-23T04:38:21.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-23T04:38:21.339Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2020-07-23T04:38:21.339Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-23T04:38:21.339Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2020-07-23T04:38:21.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-23T04:38:21.339Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2020-07-23T04:38:21.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-23T04:38:21.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-23T04:38:21.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-23T04:38:21.339Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-23T04:38:23.970Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.020s coverage: 87.9% of statements [2020-07-23T04:38:23.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-23T04:38:23.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-23T04:38:24.569Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.019s coverage: 100.0% of statements [2020-07-23T04:38:24.841Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements [2020-07-23T04:38:25.114Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-23T04:38:25.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-23T04:38:25.708Z] GO111MODULE=on go vet ./... [2020-07-23T04:38:26.669Z] Removing intermediate container d15c66f92ac6 [2020-07-23T04:38:26.669Z] ---> eb09c43ac4e2 [2020-07-23T04:38:26.669Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:38:27.263Z] ---> Running in 36335adf5f2d [2020-07-23T04:38:29.240Z] Removing intermediate container 36335adf5f2d [2020-07-23T04:38:29.240Z] ---> b683bfd5d328 [2020-07-23T04:38:29.240Z] [2020-07-23T04:38:30.208Z] ---> 1b49b728c4a5 [2020-07-23T04:38:30.208Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-23T04:38:30.208Z] Successfully built b683bfd5d328 [2020-07-23T04:38:30.208Z] Successfully tagged docker-support-logging-go:latest [2020-07-23T04:38:30.480Z]  Building docker-support-logging-go ... done  ---> c11336607d19 [2020-07-23T04:38:30.480Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-23T04:38:30.760Z] ---> Running in 96baa9bb8ebf [2020-07-23T04:38:31.034Z] ---> Running in 0d32c15ff888 [2020-07-23T04:38:31.626Z] Removing intermediate container e2df820fc924 [2020-07-23T04:38:31.626Z] ---> a0395cbba901 [2020-07-23T04:38:31.626Z] [2020-07-23T04:38:31.626Z] Step 10/21 : FROM scratch [2020-07-23T04:38:31.626Z] ---> [2020-07-23T04:38:31.626Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:38:31.890Z] 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-23T04:38:31.890Z] 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-23T04:38:32.162Z] ---> Using cache [2020-07-23T04:38:32.162Z] ---> ad6078abf980 [2020-07-23T04:38:32.162Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-23T04:38:32.162Z] ---> Running in ddcfc4c39d89 [2020-07-23T04:38:32.439Z] Removing intermediate container ddcfc4c39d89 [2020-07-23T04:38:32.439Z] ---> 9f3ec48c10b3 [2020-07-23T04:38:32.439Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:38:32.439Z] ---> Running in a5d747ae3260 [2020-07-23T04:38:32.718Z] Removing intermediate container a5d747ae3260 [2020-07-23T04:38:32.718Z] ---> 6d1435030a31 [2020-07-23T04:38:32.718Z] Step 14/21 : WORKDIR / [2020-07-23T04:38:32.718Z] ---> Running in aba5008f0d37 [2020-07-23T04:38:32.983Z] Removing intermediate container aba5008f0d37 [2020-07-23T04:38:32.983Z] ---> 1d01565d6a91 [2020-07-23T04:38:32.983Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-23T04:38:33.571Z] ---> dacbec50a11a [2020-07-23T04:38:33.571Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-23T04:38:36.161Z] ---> 0161c74a9912 [2020-07-23T04:38:36.161Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-23T04:38:36.753Z] ---> 459529d8fc30 [2020-07-23T04:38:36.753Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:38:36.753Z] ---> Running in 6489bb7fd313 [2020-07-23T04:38:37.034Z] Removing intermediate container 6489bb7fd313 [2020-07-23T04:38:37.034Z] ---> d01e361ec27e [2020-07-23T04:38:37.034Z] Step 19/21 : LABEL arch=x86_64 [2020-07-23T04:38:37.034Z] ---> Running in 48774cf841d3 [2020-07-23T04:38:37.302Z] Removing intermediate container 48774cf841d3 [2020-07-23T04:38:37.302Z] ---> bf0cfdd7c806 [2020-07-23T04:38:37.302Z] Step 20/21 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:38:37.886Z] ---> Running in a9eaf07ef351 [2020-07-23T04:38:38.158Z] Removing intermediate container a9eaf07ef351 [2020-07-23T04:38:38.158Z] ---> c6812e43d53b [2020-07-23T04:38:38.158Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:38:38.158Z] ---> Running in 35624d049ae9 [2020-07-23T04:38:38.425Z] Removing intermediate container 35624d049ae9 [2020-07-23T04:38:38.425Z] ---> 316cec2306c4 [2020-07-23T04:38:38.425Z] [2020-07-23T04:38:38.690Z] Successfully built 316cec2306c4 [2020-07-23T04:38:38.690Z] Successfully tagged docker-core-command-go:latest [2020-07-23T04:38:44.013Z] gofmt -l . [2020-07-23T04:38:44.061Z]  Building docker-core-command-go ... done Removing intermediate container 28fa88ed655e [2020-07-23T04:38:44.061Z] ---> 290f88266690 [2020-07-23T04:38:44.061Z] [2020-07-23T04:38:44.061Z] Step 10/20 : FROM alpine [2020-07-23T04:38:44.061Z] ---> a24bb4013296 [2020-07-23T04:38:44.061Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-23T04:38:44.651Z] ---> Running in eeac3117af5a [2020-07-23T04:38:44.984Z] [ "`gofmt -l .`" = "" ] [2020-07-23T04:38:45.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:45.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:45.517Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:38:45.517Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:38:45.517Z] OK: 12749 distinct packages available [2020-07-23T04:38:45.787Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-23T04:38:45.787Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:38:45.787Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-23T04:38:46.056Z] (4/4) Installing curl (7.69.1-r0) [2020-07-23T04:38:46.056Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:38:46.056Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:38:46.056Z] OK: 7 MiB in 18 packages [2020-07-23T04:38:47.598Z] ./bin/test-go-mod-tidy.sh [2020-07-23T04:38:48.194Z] ./bin/test-attribution-txt.sh [2020-07-23T04:38:48.646Z] Removing intermediate container eeac3117af5a [2020-07-23T04:38:48.646Z] ---> 0f88527faeca [2020-07-23T04:38:48.646Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:38:48.647Z] ---> Running in 406e7709c6e5 [2020-07-23T04:38:48.918Z] Removing intermediate container 406e7709c6e5 [2020-07-23T04:38:48.918Z] ---> 95dc82169b00 [2020-07-23T04:38:48.918Z] Step 13/20 : WORKDIR /edgex [2020-07-23T04:38:48.918Z] ---> Running in 4fcd656cefc4 [2020-07-23T04:38:51.456Z] Removing intermediate container 4fcd656cefc4 [2020-07-23T04:38:51.456Z] ---> 5a08b1f15dc9 [2020-07-23T04:38:51.456Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-23T04:38:51.571Z] docker run --rm --privileged \ [2020-07-23T04:38:51.572Z] -v /w/workspace/edgex-go/5:/raml-verification -w /raml-verification \ [2020-07-23T04:38:51.572Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-23T04:38:51.572Z] /scripts/raml-verify.sh [2020-07-23T04:38:51.572Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-23T04:38:51.572Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-23T04:38:51.572Z] 29e5d40040c1: Pulling fs layer [2020-07-23T04:38:51.572Z] 8c46fbeab2c7: Pulling fs layer [2020-07-23T04:38:51.572Z] 8ba552a4e5fe: Pulling fs layer [2020-07-23T04:38:51.572Z] 1fb62381901b: Pulling fs layer [2020-07-23T04:38:51.572Z] 147fb30a95d9: Pulling fs layer [2020-07-23T04:38:51.572Z] 3ccc99ad11dc: Pulling fs layer [2020-07-23T04:38:51.572Z] 147fb30a95d9: Waiting [2020-07-23T04:38:51.572Z] 3ccc99ad11dc: Waiting [2020-07-23T04:38:51.572Z] 1fb62381901b: Waiting [2020-07-23T04:38:51.572Z] 8ba552a4e5fe: Verifying Checksum [2020-07-23T04:38:51.572Z] 8ba552a4e5fe: Download complete [2020-07-23T04:38:51.572Z] 1fb62381901b: Verifying Checksum [2020-07-23T04:38:51.572Z] 1fb62381901b: Download complete [2020-07-23T04:38:51.572Z] 29e5d40040c1: Verifying Checksum [2020-07-23T04:38:51.572Z] 29e5d40040c1: Download complete [2020-07-23T04:38:51.572Z] 3ccc99ad11dc: Verifying Checksum [2020-07-23T04:38:51.572Z] 3ccc99ad11dc: Download complete [2020-07-23T04:38:51.572Z] 147fb30a95d9: Verifying Checksum [2020-07-23T04:38:51.572Z] 147fb30a95d9: Download complete [2020-07-23T04:38:51.720Z] ---> b1bca6d3b0c8 [2020-07-23T04:38:51.720Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-23T04:38:52.167Z] 8c46fbeab2c7: Verifying Checksum [2020-07-23T04:38:52.167Z] 8c46fbeab2c7: Download complete [2020-07-23T04:38:52.167Z] 29e5d40040c1: Pull complete [2020-07-23T04:38:53.639Z] Removing intermediate container 0d32c15ff888 [2020-07-23T04:38:53.639Z] ---> 2f384dfd7310 [2020-07-23T04:38:53.639Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-23T04:38:53.901Z] ---> 3d6b65093482 [2020-07-23T04:38:53.901Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-23T04:38:53.901Z] ---> Running in 11adf28cd961 [2020-07-23T04:38:53.901Z] ---> Running in cc762b6a75eb [2020-07-23T04:38:54.171Z] Removing intermediate container cc762b6a75eb [2020-07-23T04:38:54.171Z] ---> b644e375022a [2020-07-23T04:38:54.171Z] Step 17/20 : CMD ["--init=true"] [2020-07-23T04:38:54.171Z] ---> Running in d841bf00a5a3 [2020-07-23T04:38:54.444Z] 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-23T04:38:54.444Z] Removing intermediate container d841bf00a5a3 [2020-07-23T04:38:54.444Z] ---> 472cdc563722 [2020-07-23T04:38:54.444Z] Step 18/20 : LABEL arch=x86_64 [2020-07-23T04:38:54.444Z] ---> Running in a8fcd2400fc2 [2020-07-23T04:38:54.708Z] Removing intermediate container a8fcd2400fc2 [2020-07-23T04:38:54.708Z] ---> 5f69a3c15c5a [2020-07-23T04:38:54.708Z] Step 19/20 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:38:54.972Z] ---> Running in 1c7e6421281c [2020-07-23T04:38:54.972Z] Removing intermediate container 1c7e6421281c [2020-07-23T04:38:54.972Z] ---> bcca0ca7889f [2020-07-23T04:38:54.972Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:38:55.236Z] ---> Running in 8fee03229d22 [2020-07-23T04:38:56.177Z] Removing intermediate container 8fee03229d22 [2020-07-23T04:38:56.177Z] ---> 26a086a6a41f [2020-07-23T04:38:56.177Z] [2020-07-23T04:38:56.177Z] Successfully built 26a086a6a41f [2020-07-23T04:38:56.458Z] 8c46fbeab2c7: Pull complete [2020-07-23T04:38:57.051Z] 8ba552a4e5fe: Pull complete [2020-07-23T04:38:57.121Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-23T04:38:57.121Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 96baa9bb8ebf [2020-07-23T04:38:57.121Z] ---> 85f2a27843fd [2020-07-23T04:38:57.121Z] [2020-07-23T04:38:57.121Z] Step 10/22 : FROM alpine [2020-07-23T04:38:57.121Z] ---> a24bb4013296 [2020-07-23T04:38:57.121Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:38:57.121Z] ---> Running in 5ef8cec3abf0 [2020-07-23T04:38:57.121Z] Removing intermediate container 11adf28cd961 [2020-07-23T04:38:57.121Z] ---> 3df65a37fe84 [2020-07-23T04:38:57.121Z] [2020-07-23T04:38:57.121Z] Step 11/26 : FROM docker:latest [2020-07-23T04:38:57.121Z] ---> 81f5749c9058 [2020-07-23T04:38:57.121Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-23T04:38:57.323Z] 1fb62381901b: Pull complete [2020-07-23T04:38:57.382Z] ---> Running in 9332731da451 [2020-07-23T04:38:57.382Z] Removing intermediate container 5ef8cec3abf0 [2020-07-23T04:38:57.382Z] ---> edb301237492 [2020-07-23T04:38:57.382Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-23T04:38:57.644Z] ---> Running in 2ded36d7794b [2020-07-23T04:38:57.905Z] Removing intermediate container 2ded36d7794b [2020-07-23T04:38:57.905Z] ---> d690765365a2 [2020-07-23T04:38:57.905Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-23T04:38:57.905Z] ---> Running in 0acc40886666 [2020-07-23T04:38:57.905Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:57.905Z] Removing intermediate container 0acc40886666 [2020-07-23T04:38:57.905Z] ---> cb9b88d37d3e [2020-07-23T04:38:57.905Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:38:58.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:38:58.165Z] ---> Running in 0dd5346bc3df [2020-07-23T04:38:58.165Z] (1/2) Installing readline (8.0.4-r0) [2020-07-23T04:38:58.165Z] (2/2) Installing bash (5.0.17-r0) [2020-07-23T04:38:58.165Z] Executing bash-5.0.17-r0.post-install [2020-07-23T04:38:58.165Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:38:58.165Z] OK: 12 MiB in 22 packages [2020-07-23T04:38:58.753Z] Removing intermediate container 9332731da451 [2020-07-23T04:38:58.753Z] ---> de049b9734b7 [2020-07-23T04:38:58.753Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-23T04:38:58.753Z] ---> Running in dc6d33042e0b [2020-07-23T04:39:00.144Z] Removing intermediate container 0dd5346bc3df [2020-07-23T04:39:00.144Z] ---> f1641502485f [2020-07-23T04:39:00.144Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-23T04:39:00.144Z] ---> Running in fc1ccefc39af [2020-07-23T04:39:00.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:39:00.665Z] Removing intermediate container dc6d33042e0b [2020-07-23T04:39:00.665Z] ---> cd50bc3902ac [2020-07-23T04:39:00.666Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-23T04:39:00.666Z] ---> Running in 3c5975288198 [2020-07-23T04:39:00.666Z] Removing intermediate container 3c5975288198 [2020-07-23T04:39:00.666Z] ---> b4eb109f8710 [2020-07-23T04:39:00.666Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-23T04:39:00.925Z] ---> Running in e0353244f6f6 [2020-07-23T04:39:00.925Z] Removing intermediate container e0353244f6f6 [2020-07-23T04:39:00.925Z] ---> cdbe988a7b2e [2020-07-23T04:39:00.925Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-23T04:39:00.925Z] ---> Running in 76ae46818b67 [2020-07-23T04:39:01.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:39:01.184Z] Removing intermediate container 76ae46818b67 [2020-07-23T04:39:01.184Z] ---> 3dfad498b2c2 [2020-07-23T04:39:01.184Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-23T04:39:01.618Z] 147fb30a95d9: Pull complete [2020-07-23T04:39:01.755Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-23T04:39:01.755Z] ---> bccacdde05fb [2020-07-23T04:39:01.755Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-23T04:39:01.755Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-23T04:39:01.755Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-23T04:39:01.892Z] 3ccc99ad11dc: Pull complete [2020-07-23T04:39:01.892Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-23T04:39:01.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-23T04:39:02.015Z] ---> 0e1d50d4f09b [2020-07-23T04:39:02.015Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-23T04:39:02.015Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-23T04:39:02.015Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-23T04:39:02.275Z] ---> 0a3cb894f963 [2020-07-23T04:39:02.275Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-23T04:39:02.275Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:39:02.275Z] OK: 8 MiB in 19 packages [2020-07-23T04:39:02.275Z] ---> Running in 4aff7db1a7ce [2020-07-23T04:39:02.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:39:02.846Z] Removing intermediate container fc1ccefc39af [2020-07-23T04:39:02.846Z] ---> b445ef020c47 [2020-07-23T04:39:02.847Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-23T04:39:02.847Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:39:02.847Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-23T04:39:02.847Z] (2/33) Installing expat (2.2.9-r1) [2020-07-23T04:39:02.847Z] (3/33) Installing libffi (3.3-r2) [2020-07-23T04:39:02.847Z] (4/33) Installing gdbm (1.13-r1) [2020-07-23T04:39:02.847Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-23T04:39:02.847Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-23T04:39:02.847Z] ---> c1a417251084 [2020-07-23T04:39:02.847Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-23T04:39:02.847Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-23T04:39:05.267Z] Verifying ./api/raml/core-command.raml... [2020-07-23T04:39:07.870Z] OK [2020-07-23T04:39:07.870Z] Verifying ./api/raml/core-metadata.raml... [2020-07-23T04:39:08.132Z] ---> bb3723190953 [2020-07-23T04:39:08.132Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-23T04:39:08.132Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-23T04:39:08.132Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-23T04:39:08.132Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-23T04:39:08.132Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-23T04:39:08.132Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-23T04:39:08.132Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-23T04:39:08.391Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-23T04:39:08.391Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-23T04:39:08.391Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-23T04:39:08.391Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-23T04:39:08.391Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-23T04:39:08.391Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-23T04:39:08.391Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-23T04:39:08.391Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-23T04:39:08.391Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-23T04:39:08.391Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-23T04:39:08.391Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-23T04:39:08.391Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-23T04:39:08.391Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-23T04:39:09.772Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-23T04:39:09.772Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-23T04:39:09.772Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-23T04:39:09.772Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-23T04:39:09.772Z] ---> c033efc4e762 [2020-07-23T04:39:09.772Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:39:09.772Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-23T04:39:09.772Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-23T04:39:09.772Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-23T04:39:10.713Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:39:10.713Z] ---> Running in b9f096acd2ad [2020-07-23T04:39:10.713Z] OK: 71 MiB in 55 packages [2020-07-23T04:39:10.713Z] Removing intermediate container b9f096acd2ad [2020-07-23T04:39:10.713Z] ---> 5c170c4a982c [2020-07-23T04:39:10.713Z] Step 20/22 : LABEL arch=x86_64 [2020-07-23T04:39:10.975Z] ---> Running in c1f4cc0a2286 [2020-07-23T04:39:10.975Z] Removing intermediate container c1f4cc0a2286 [2020-07-23T04:39:10.975Z] ---> 28cc6f186209 [2020-07-23T04:39:10.975Z] Step 21/22 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:39:12.430Z] ---> Running in 43f076d7f49d [2020-07-23T04:39:15.793Z] Removing intermediate container 43f076d7f49d [2020-07-23T04:39:15.793Z] ---> 11b521a52ee7 [2020-07-23T04:39:15.793Z] Step 22/22 : LABEL version=0.0.0 [2020-07-23T04:39:15.793Z] ---> Running in b5b655ba0bc3 [2020-07-23T04:39:15.793Z] Removing intermediate container 4aff7db1a7ce [2020-07-23T04:39:15.793Z] ---> 785cf035f431 [2020-07-23T04:39:15.793Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-23T04:39:15.793Z] ---> Running in ac95f4b16dee [2020-07-23T04:39:15.793Z] Removing intermediate container b5b655ba0bc3 [2020-07-23T04:39:15.793Z] ---> 67a480eafcbb [2020-07-23T04:39:15.793Z] [2020-07-23T04:39:16.053Z] Successfully built 67a480eafcbb [2020-07-23T04:39:16.053Z] Successfully tagged docker-core-data-go:latest [2020-07-23T04:39:16.116Z] OK [2020-07-23T04:39:16.116Z] Verifying ./api/raml/support-logging.raml... [2020-07-23T04:39:17.435Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2020-07-23T04:39:17.435Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-23T04:39:17.435Z] Collecting docker<4.0,>=3.6.0 [2020-07-23T04:39:17.435Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-23T04:39:17.694Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-23T04:39:17.694Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-23T04:39:18.265Z] Collecting jsonschema<3,>=2.5.1 [2020-07-23T04:39:18.265Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-23T04:39:18.265Z] Collecting docopt<0.7,>=0.6.1 [2020-07-23T04:39:18.265Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-23T04:39:18.834Z] Collecting PyYAML<4,>=3.10 [2020-07-23T04:39:18.834Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-23T04:39:19.487Z] OK [2020-07-23T04:39:19.487Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-23T04:39:19.773Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-23T04:39:19.773Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-23T04:39:19.773Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-23T04:39:19.773Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-23T04:39:20.033Z] Collecting cached-property<2,>=1.2.0 [2020-07-23T04:39:20.033Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-23T04:39:20.033Z] 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-23T04:39:21.415Z] Collecting texttable<0.10,>=0.9.0 [2020-07-23T04:39:21.415Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-23T04:39:21.985Z] Collecting docker-pycreds>=0.4.0 [2020-07-23T04:39:21.985Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-23T04:39:21.985Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-23T04:39:21.985Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-23T04:39:21.985Z] Collecting idna<2.8,>=2.5 [2020-07-23T04:39:21.985Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-23T04:39:21.985Z] 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-23T04:39:21.985Z] 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-23T04:39:21.985Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-23T04:39:21.985Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-23T04:39:21.985Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-23T04:39:21.985Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-23T04:39:22.244Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, docopt, PyYAML, cached-property, texttable, docker-compose [2020-07-23T04:39:22.244Z] Attempting uninstall: urllib3 [2020-07-23T04:39:22.244Z] Found existing installation: urllib3 1.25.9 [2020-07-23T04:39:22.244Z] Uninstalling urllib3-1.25.9: [2020-07-23T04:39:22.244Z] Successfully uninstalled urllib3-1.25.9 [2020-07-23T04:39:22.503Z] Attempting uninstall: idna [2020-07-23T04:39:22.503Z] Found existing installation: idna 2.9 [2020-07-23T04:39:22.503Z] Uninstalling idna-2.9: [2020-07-23T04:39:22.503Z] Successfully uninstalled idna-2.9 [2020-07-23T04:39:22.763Z] Attempting uninstall: requests [2020-07-23T04:39:22.763Z] Found existing installation: requests 2.23.0 [2020-07-23T04:39:22.763Z] Uninstalling requests-2.23.0: [2020-07-23T04:39:22.763Z] Successfully uninstalled requests-2.23.0 [2020-07-23T04:39:23.332Z] Running setup.py install for dockerpty: started [2020-07-23T04:39:23.592Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-23T04:39:23.592Z] Running setup.py install for docopt: started [2020-07-23T04:39:23.773Z] OK [2020-07-23T04:39:23.773Z] Verifying ./api/raml/core-data.raml... [2020-07-23T04:39:24.162Z] Running setup.py install for docopt: finished with status 'done' [2020-07-23T04:39:24.162Z] Running setup.py install for PyYAML: started [2020-07-23T04:39:24.733Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-23T04:39:24.733Z] Running setup.py install for texttable: started [2020-07-23T04:39:24.993Z] Running setup.py install for texttable: finished with status 'done' [2020-07-23T04:39:25.573Z] 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-23T04:39:28.870Z] Removing intermediate container ac95f4b16dee [2020-07-23T04:39:28.870Z] ---> 34c159ccae55 [2020-07-23T04:39:28.870Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-23T04:39:28.870Z] ---> Running in cb8e4a63ac95 [2020-07-23T04:39:28.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-23T04:39:28.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-23T04:39:28.870Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:39:28.870Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-23T04:39:28.870Z] (3/3) Installing curl (7.69.1-r0) [2020-07-23T04:39:28.870Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:39:28.870Z] OK: 72 MiB in 58 packages [2020-07-23T04:39:29.149Z] OK [2020-07-23T04:39:29.149Z] Verifying ./api/raml/support-notifications.raml... [2020-07-23T04:39:29.440Z] Removing intermediate container cb8e4a63ac95 [2020-07-23T04:39:29.441Z] ---> eff55adbbe3d [2020-07-23T04:39:29.441Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:39:29.441Z] ---> Running in 3267820e3414 [2020-07-23T04:39:29.700Z] Removing intermediate container 3267820e3414 [2020-07-23T04:39:29.700Z] ---> d9e6026baf8a [2020-07-23T04:39:29.700Z] Step 24/26 : LABEL arch=x86_64 [2020-07-23T04:39:29.700Z] ---> Running in 5e45c2dd3aa3 [2020-07-23T04:39:29.961Z] Removing intermediate container 5e45c2dd3aa3 [2020-07-23T04:39:29.961Z] ---> 99d75e822d22 [2020-07-23T04:39:29.961Z] Step 25/26 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:39:29.961Z] ---> Running in d309435441a1 [2020-07-23T04:39:29.961Z] Removing intermediate container d309435441a1 [2020-07-23T04:39:29.961Z] ---> 4561e754dfdf [2020-07-23T04:39:29.961Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:39:30.222Z] ---> Running in 47af24b0652b [2020-07-23T04:39:30.222Z] Removing intermediate container 47af24b0652b [2020-07-23T04:39:30.222Z] ---> 0c0bc9a3f3af [2020-07-23T04:39:30.222Z] [2020-07-23T04:39:30.222Z] Successfully built 0c0bc9a3f3af [2020-07-23T04:39:30.483Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-23T04:39:30.767Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-23T04:39:30.798Z] $ docker stop --time=1 ed37e1618085b68a270ef5329e5f8d4b3834446d4131ae07fdf3f5e5592f8c87 [2020-07-23T04:39:32.443Z] $ docker rm -f ed37e1618085b68a270ef5329e5f8d4b3834446d4131ae07fdf3f5e5592f8c87 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-23T04:39:32.954Z] + docker images [2020-07-23T04:39:32.954Z] + grep docker [2020-07-23T04:39:32.954Z] docker-sys-mgmt-agent-go latest 0c0bc9a3f3af 2 seconds ago 284MB [2020-07-23T04:39:32.954Z] docker-core-data-go latest 67a480eafcbb 17 seconds ago 23.8MB [2020-07-23T04:39:32.954Z] docker-security-proxy-setup-go latest 26a086a6a41f 37 seconds ago 16.4MB [2020-07-23T04:39:32.954Z] docker-core-command-go latest 316cec2306c4 54 seconds ago 13MB [2020-07-23T04:39:32.954Z] docker-support-logging-go latest b683bfd5d328 About a minute ago 11.8MB [2020-07-23T04:39:32.954Z] docker-security-secretstore-setup-go latest 969bd8efacca About a minute ago 33.9MB [2020-07-23T04:39:32.954Z] docker-support-notifications-go latest 3687214cbd6e 2 minutes ago 14.4MB [2020-07-23T04:39:32.954Z] docker-core-metadata-go latest 6531bd66ec61 2 minutes ago 14.4MB [2020-07-23T04:39:32.954Z] docker-security-secrets-setup-go latest 30dae4471468 2 minutes ago 25.1MB [2020-07-23T04:39:32.954Z] docker-support-scheduler-go latest ea49dc110030 2 minutes ago 13.1MB [2020-07-23T04:39:32.954Z] 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-23T04:39:34.526Z] OK [2020-07-23T04:39:34.526Z] Verifying ./api/raml/system-agent.raml... [2020-07-23T04:39:36.505Z] OK [Pipeline] sh [2020-07-23T04:39:37.769Z] + ls -al . [2020-07-23T04:39:37.769Z] total 588 [2020-07-23T04:39:37.769Z] drwxrwxr-x 10 1001 1001 4096 Jul 23 04:38 . [2020-07-23T04:39:37.769Z] drwxr-xr-x 4 root root 4096 Jul 23 04:36 .. [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 11 Jul 23 04:34 .dockerignore [2020-07-23T04:39:37.769Z] drwxrwxr-x 8 1001 1001 4096 Jul 23 04:34 .git [2020-07-23T04:39:37.769Z] drwxrwxr-x 3 1001 1001 4096 Jul 23 04:34 .github [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 924 Jul 23 04:34 .gitignore [2020-07-23T04:39:37.769Z] drwxrwxr-x 3 1001 1001 4096 Jul 23 04:35 .semver [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 178 Jul 23 04:34 .sonarcloud.properties [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 3804 Jul 23 04:34 CONTRIBUTING.md [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 1035 Jul 23 04:34 Dockerfile.build [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 824 Jul 23 04:34 Jenkinsfile [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 10775 Jul 23 04:34 LICENSE [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 6417 Jul 23 04:34 Makefile [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 5652 Jul 23 04:34 README.md [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 7111 Jul 23 04:34 SECURITY.md [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 5 Jul 23 04:31 VERSION [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 4131 Jul 23 04:34 ZMQWindows.md [2020-07-23T04:39:37.769Z] drwxrwxr-x 4 1001 1001 4096 Jul 23 04:34 api [2020-07-23T04:39:37.769Z] drwxrwxr-x 2 1001 1001 4096 Jul 23 04:34 bin [2020-07-23T04:39:37.769Z] drwxrwxr-x 15 1001 1001 4096 Jul 23 04:34 cmd [2020-07-23T04:39:37.769Z] -rw-r--r-- 1 root root 456067 Jul 23 04:38 coverage.out [2020-07-23T04:39:37.769Z] -rw-r--r-- 1 root root 1019 Jul 23 04:38 go.mod [2020-07-23T04:39:37.769Z] -rw-r--r-- 1 root root 18146 Jul 23 04:38 go.sum [2020-07-23T04:39:37.769Z] drwxrwxr-x 8 1001 1001 4096 Jul 23 04:34 internal [2020-07-23T04:39:37.769Z] drwxrwxr-x 4 1001 1001 4096 Jul 23 04:34 snap [2020-07-23T04:39:37.769Z] -rw-rw-r-- 1 1001 1001 168 Jul 23 04:34 version.go [Pipeline] sh [2020-07-23T04:39:38.422Z] + '[' -e coverage.out ] [2020-07-23T04:39:38.422Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-23T04:39:38.477Z] Warning: overwriting stash ‘coverage-report’ [2020-07-23T04:39:39.767Z] Stashed 1 file(s) [Pipeline] sh [2020-07-23T04:39:40.492Z] + make build [2020-07-23T04:39:40.492Z] 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-23T04:40:02.734Z] 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-23T04:40:15.095Z] 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-23T04:40:19.397Z] 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-23T04:40:24.791Z] 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-23T04:40:31.489Z] 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-23T04:40:33.453Z] 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-23T04:40:38.826Z] 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-23T04:40:44.202Z] 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-23T04:40:48.484Z] 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-23T04:40:53.864Z] 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-23T04:40:59.250Z] 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-23T04:41:03.542Z] 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-23T04:41:07.846Z] $ docker stop --time=1 bdeedf0f15c7fcd58e4fb628657206fe7756ece6cbec2218a218853fd0a74ccd [2020-07-23T04:41:12.970Z] $ docker rm -f bdeedf0f15c7fcd58e4fb628657206fe7756ece6cbec2218a218853fd0a74ccd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:41:14.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:41:14.755Z] [2020-07-23T04:41:14.755Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:41:15.124Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:41:15.399Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-23T04:41:15.399Z] 29e5d40040c1: Already exists [2020-07-23T04:41:15.399Z] 1ce36da41761: Pulling fs layer [2020-07-23T04:41:15.399Z] 25b303627fd3: Pulling fs layer [2020-07-23T04:41:15.992Z] 1ce36da41761: Verifying Checksum [2020-07-23T04:41:15.992Z] 1ce36da41761: Download complete [2020-07-23T04:41:16.963Z] 1ce36da41761: Pull complete [2020-07-23T04:41:17.949Z] 25b303627fd3: Verifying Checksum [2020-07-23T04:41:17.949Z] 25b303627fd3: Download complete [2020-07-23T04:41:28.084Z] 25b303627fd3: Pull complete [2020-07-23T04:41:28.084Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-23T04:41:28.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:41:28.084Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-23T04:41:28.299Z] prd-ubuntu18.04-docker-arm64-4c-16g-688 does not seem to be running inside a container [2020-07-23T04:41:28.360Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-23T04:41:31.917Z] $ docker top 05f324e01aea0d273882bc58fe4c326a271eaf78ae7085cfc8d85cc0e3c34c4c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:41:33.278Z] + docker-compose build --help [2020-07-23T04:41:33.278Z] + grep parallel [2020-07-23T04:41:37.550Z] --parallel Build images in parallel. [Pipeline] } [2020-07-23T04:41:37.560Z] $ docker stop --time=1 05f324e01aea0d273882bc58fe4c326a271eaf78ae7085cfc8d85cc0e3c34c4c [2020-07-23T04:41:39.528Z] $ docker rm -f 05f324e01aea0d273882bc58fe4c326a271eaf78ae7085cfc8d85cc0e3c34c4c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:41:40.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-23T04:41:40.346Z] . [Pipeline] withDockerContainer [2020-07-23T04:41:40.607Z] prd-ubuntu18.04-docker-arm64-4c-16g-688 does not seem to be running inside a container [2020-07-23T04:41:40.670Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-23T04:41:41.977Z] $ docker top c635352e400d8584c0baaa054ef414bf1e2075c2cdb6e37dfa95a062a065d4ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-23T04:41:42.992Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-23T04:41:47.274Z] Building docker-core-command-go ... [2020-07-23T04:41:47.274Z] Building docker-core-data-go ... [2020-07-23T04:41:47.274Z] Building docker-core-metadata-go ... [2020-07-23T04:41:47.274Z] Building docker-security-proxy-setup-go ... [2020-07-23T04:41:47.274Z] Building docker-security-secrets-setup-go ... [2020-07-23T04:41:47.274Z] Building docker-security-secretstore-setup-go ... [2020-07-23T04:41:47.274Z] Building docker-support-logging-go ... [2020-07-23T04:41:47.274Z] Building docker-support-notifications-go ... [2020-07-23T04:41:47.274Z] Building docker-support-scheduler-go ... [2020-07-23T04:41:47.274Z] Building docker-sys-mgmt-agent-go ... [2020-07-23T04:41:47.274Z] Building docker-security-secretstore-setup-go [2020-07-23T04:41:47.274Z] Building docker-security-proxy-setup-go [2020-07-23T04:41:47.274Z] Building docker-core-metadata-go [2020-07-23T04:41:47.274Z] Building docker-support-scheduler-go [2020-07-23T04:41:47.274Z] Building docker-security-secrets-setup-go [2020-07-23T04:43:39.132Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:43:39.132Z] Step 2/20 : FROM ${BUILDER_BASE} AS builderStep 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:43:39.132Z] ---> efb8a037a834 [2020-07-23T04:43:39.132Z] [2020-07-23T04:43:39.132Z] Step 3/20 : WORKDIR /edgex-goStep 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:43:39.132Z] [2020-07-23T04:43:39.132Z] ---> efb8a037a834 [2020-07-23T04:43:39.132Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:43:39.132Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:43:39.132Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-23T04:43:39.132Z] ---> efb8a037a834 [2020-07-23T04:43:39.132Z] Step 3/29 : WORKDIR /edgex-go [2020-07-23T04:43:39.132Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:43:39.132Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:43:39.132Z] ---> efb8a037a834 [2020-07-23T04:43:39.132Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:43:39.132Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:43:39.132Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:43:39.132Z] ---> efb8a037a834 [2020-07-23T04:43:39.132Z] Step 3/20 : WORKDIR /edgex-go [2020-07-23T04:43:39.132Z] ---> Running in 3862f9489a69 [2020-07-23T04:43:39.132Z] ---> Running in 73f571d4792d [2020-07-23T04:43:39.132Z] ---> Running in a43bd8f979ae [2020-07-23T04:43:39.132Z] ---> Running in f9adb721e085 [2020-07-23T04:43:39.132Z] ---> Running in 2aa9dec27e25 [2020-07-23T04:43:39.132Z] Removing intermediate container 3862f9489a69 [2020-07-23T04:43:39.132Z] ---> 580c9b1aacf6 [2020-07-23T04:43:39.132Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:43:39.132Z] Removing intermediate container f9adb721e085 [2020-07-23T04:43:39.132Z] ---> 3ba88946f9ae [2020-07-23T04:43:39.132Z] Step 4/29 : RUN apk update && apk add make git [2020-07-23T04:43:39.132Z] Removing intermediate container a43bd8f979ae [2020-07-23T04:43:39.132Z] ---> e404aea392fe [2020-07-23T04:43:39.132Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:43:39.132Z] Removing intermediate container 2aa9dec27e25 [2020-07-23T04:43:39.132Z] ---> bed083b24dd6 [2020-07-23T04:43:39.132Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:43:39.132Z] Removing intermediate container 73f571d4792d [2020-07-23T04:43:39.132Z] ---> 8045a3467aee [2020-07-23T04:43:39.132Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:43:39.132Z] ---> Running in 924b51395008 [2020-07-23T04:43:39.132Z] ---> Running in 42584e45ad0e [2020-07-23T04:43:39.132Z] ---> Running in 22dd380f08a8 [2020-07-23T04:43:39.132Z] ---> Running in 6abff6b9ee79 [2020-07-23T04:43:39.132Z] ---> Running in 310150c26455 [2020-07-23T04:43:39.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:39.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:40.386Z] Removing intermediate container 6abff6b9ee79 [2020-07-23T04:43:40.386Z] ---> 475aed28f411 [2020-07-23T04:43:40.386Z] Step 5/26 : RUN apk update && apk add make git [2020-07-23T04:43:40.386Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:43:40.386Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:43:40.386Z] OK: 12620 distinct packages available [2020-07-23T04:43:40.386Z] ---> Running in 852e29efc5ee [2020-07-23T04:43:40.665Z] Removing intermediate container 22dd380f08a8 [2020-07-23T04:43:40.665Z] ---> bb38982e0a7b [2020-07-23T04:43:40.665Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:43:40.949Z] ---> Running in a1c561e67793 [2020-07-23T04:43:41.238Z] Removing intermediate container 924b51395008 [2020-07-23T04:43:41.238Z] ---> c1b0a368c942 [2020-07-23T04:43:41.238Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:43:41.238Z] OK: 217 MiB in 51 packages [2020-07-23T04:43:41.515Z] ---> Running in 3e75b831781f [2020-07-23T04:43:41.515Z] Removing intermediate container 310150c26455 [2020-07-23T04:43:41.515Z] ---> 6f8132c894de [2020-07-23T04:43:41.515Z] Step 5/20 : RUN apk update && apk add make git [2020-07-23T04:43:41.794Z] ---> Running in 189bdb0409a6 [2020-07-23T04:43:43.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:43.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:43.496Z] Removing intermediate container 42584e45ad0e [2020-07-23T04:43:43.496Z] ---> f19cfb354dd1 [2020-07-23T04:43:43.496Z] Step 5/29 : COPY go.mod . [2020-07-23T04:43:43.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:44.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:44.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:44.041Z] ---> aa80c98c5dd0 [2020-07-23T04:43:44.041Z] Step 6/29 : RUN go mod download [2020-07-23T04:43:44.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:44.628Z] ---> Running in be2f12e5eae4 [2020-07-23T04:43:44.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:44.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:43:45.175Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:43:45.175Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:43:45.175Z] OK: 12620 distinct packages available [2020-07-23T04:43:45.175Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:43:45.175Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:43:45.175Z] OK: 12620 distinct packages available [2020-07-23T04:43:45.772Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:43:45.772Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:43:45.772Z] OK: 12620 distinct packages available [2020-07-23T04:43:45.772Z] OK: 217 MiB in 51 packages [2020-07-23T04:43:46.048Z] OK: 217 MiB in 51 packages [2020-07-23T04:43:46.332Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:43:46.332Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:43:46.332Z] OK: 12620 distinct packages available [2020-07-23T04:43:46.604Z] OK: 217 MiB in 51 packages [2020-07-23T04:43:47.202Z] OK: 217 MiB in 51 packages [2020-07-23T04:43:48.176Z] Removing intermediate container a1c561e67793 [2020-07-23T04:43:48.176Z] ---> 4741055600b5 [2020-07-23T04:43:48.176Z] Step 6/21 : COPY go.mod . [2020-07-23T04:43:48.176Z] Removing intermediate container 852e29efc5ee [2020-07-23T04:43:48.176Z] ---> 8d4532f5312f [2020-07-23T04:43:48.176Z] Step 6/26 : COPY go.mod . [2020-07-23T04:43:48.176Z] Removing intermediate container 3e75b831781f [2020-07-23T04:43:48.176Z] ---> 2848c5c463f4 [2020-07-23T04:43:48.176Z] Step 6/20 : COPY go.mod . [2020-07-23T04:43:48.448Z] Removing intermediate container be2f12e5eae4 [2020-07-23T04:43:48.448Z] ---> 3feb71415b9d [2020-07-23T04:43:48.448Z] Step 7/29 : COPY . . [2020-07-23T04:43:48.721Z] Removing intermediate container 189bdb0409a6 [2020-07-23T04:43:48.721Z] ---> a5df032f643e [2020-07-23T04:43:48.721Z] Step 6/20 : COPY go.mod . [2020-07-23T04:43:48.993Z] ---> 19966842f802 [2020-07-23T04:43:48.993Z] Step 7/21 : RUN go mod download [2020-07-23T04:43:48.993Z] ---> a3f5a1b4fcb0 [2020-07-23T04:43:48.993Z] Step 7/26 : RUN go mod download [2020-07-23T04:43:49.264Z] ---> 2a69aea464c8 [2020-07-23T04:43:49.264Z] Step 7/20 : RUN go mod download [2020-07-23T04:43:49.264Z] ---> Running in eaaeec0ceed6 [2020-07-23T04:43:49.532Z] ---> Running in 02543b4b7ecb [2020-07-23T04:43:49.817Z] ---> Running in 71507987be63 [2020-07-23T04:43:50.105Z] ---> b87ded8c9e4a [2020-07-23T04:43:50.105Z] Step 7/20 : RUN go mod download [2020-07-23T04:43:50.712Z] ---> Running in d3891c32f805 [2020-07-23T04:43:55.091Z] Removing intermediate container eaaeec0ceed6 [2020-07-23T04:43:55.091Z] ---> 8dbdac0c1b22 [2020-07-23T04:43:55.091Z] Step 8/21 : COPY . . [2020-07-23T04:43:55.752Z] Removing intermediate container d3891c32f805 [2020-07-23T04:43:55.752Z] ---> 7b54aba3cd2d [2020-07-23T04:43:55.752Z] Step 8/20 : COPY . . [2020-07-23T04:43:56.052Z] Removing intermediate container 02543b4b7ecb [2020-07-23T04:43:56.052Z] ---> da9416ee78d7 [2020-07-23T04:43:56.052Z] Step 8/26 : COPY . . [2020-07-23T04:43:56.389Z] Removing intermediate container 71507987be63 [2020-07-23T04:43:56.389Z] ---> 6463c64f0a47 [2020-07-23T04:43:56.389Z] Step 8/20 : COPY . . [2020-07-23T04:44:28.754Z] ---> 8ea416fdefc8 [2020-07-23T04:44:28.754Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-23T04:44:28.754Z] ---> c9a1c89f6541 [2020-07-23T04:44:28.754Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-23T04:44:28.754Z] ---> 79645e934727 [2020-07-23T04:44:28.754Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-23T04:44:28.754Z] ---> Running in 07b6bae6981c [2020-07-23T04:44:28.754Z] ---> d5134cf24c38 [2020-07-23T04:44:28.754Z] 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-23T04:44:28.754Z] ---> d5c6394e7df6 [2020-07-23T04:44:28.754Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-23T04:44:28.754Z] ---> Running in 6440e51fe701 [2020-07-23T04:44:28.754Z] ---> Running in aeb79751db80 [2020-07-23T04:44:28.754Z] ---> Running in a533b34bf832 [2020-07-23T04:44:28.754Z] ---> Running in a6b59bd51ddd [2020-07-23T04:44:28.754Z] 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-23T04:44:28.754Z] 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-23T04:44:28.754Z] 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-23T04:44:28.754Z] 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-23T04:44:28.754Z] 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-23T04:46:05.585Z] 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-23T04:46:05.585Z] Removing intermediate container 07b6bae6981c [2020-07-23T04:46:05.585Z] ---> abba6052e7e9 [2020-07-23T04:46:05.585Z] [2020-07-23T04:46:05.585Z] Step 9/29 : FROM alpine:latest [2020-07-23T04:46:05.585Z] latest: Pulling from library/alpine [2020-07-23T04:46:05.585Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-23T04:46:05.585Z] Status: Downloaded newer image for alpine:latest [2020-07-23T04:46:05.585Z] ---> 62ee0e9f8440 [2020-07-23T04:46:05.585Z] 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-23T04:46:05.585Z] ---> Running in 22d17506cd54 [2020-07-23T04:46:05.585Z] Removing intermediate container 22d17506cd54 [2020-07-23T04:46:05.585Z] ---> 7ea3856ad0c0 [2020-07-23T04:46:05.585Z] Step 11/29 : USER root [2020-07-23T04:46:05.585Z] ---> Running in 5288728438ba [2020-07-23T04:46:05.585Z] Removing intermediate container 6440e51fe701 [2020-07-23T04:46:05.585Z] ---> 0e96efcfd4bf [2020-07-23T04:46:05.585Z] [2020-07-23T04:46:05.585Z] Step 10/20 : FROM alpine [2020-07-23T04:46:05.585Z] ---> 62ee0e9f8440 [2020-07-23T04:46:05.585Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-23T04:46:05.585Z] Removing intermediate container 5288728438ba [2020-07-23T04:46:05.585Z] ---> bc9a6d80ce69 [2020-07-23T04:46:05.585Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-23T04:46:05.585Z] ---> Running in 910a34fec98a [2020-07-23T04:46:05.585Z] ---> Running in d4c7a91323eb [2020-07-23T04:46:06.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:06.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:06.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:06.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:07.447Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:46:07.447Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:46:07.447Z] OK: 12620 distinct packages available [2020-07-23T04:46:07.447Z] v3.12.0-175-g8b3334c57c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:46:07.447Z] v3.12.0-177-g0fe5306cd8 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:46:07.447Z] OK: 12620 distinct packages available [2020-07-23T04:46:08.430Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-23T04:46:08.430Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-23T04:46:08.430Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:46:08.430Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-23T04:46:08.430Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:46:08.430Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:46:08.430Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-23T04:46:08.430Z] (4/4) Installing curl (7.69.1-r0) [2020-07-23T04:46:08.430Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:46:08.705Z] Executing ca-certificates-20191127-r4.trigger [2020-07-23T04:46:08.705Z] OK: 6 MiB in 16 packages [2020-07-23T04:46:08.980Z] OK: 7 MiB in 18 packages [2020-07-23T04:46:09.976Z] 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-23T04:46:11.421Z] Removing intermediate container d4c7a91323eb [2020-07-23T04:46:11.421Z] ---> 0c158720bee8 [2020-07-23T04:46:11.421Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-23T04:46:11.698Z] Removing intermediate container 910a34fec98a [2020-07-23T04:46:11.698Z] ---> 6d8c01182cc2 [2020-07-23T04:46:11.698Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:46:11.698Z] ---> Running in 2fee04d36e97 [2020-07-23T04:46:11.698Z] ---> Running in 161566b06337 [2020-07-23T04:46:12.300Z] Removing intermediate container 2fee04d36e97 [2020-07-23T04:46:12.300Z] ---> d144c42cbfbc [2020-07-23T04:46:12.300Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-23T04:46:12.580Z] Removing intermediate container 161566b06337 [2020-07-23T04:46:12.580Z] ---> c68968a9b534 [2020-07-23T04:46:12.580Z] Step 13/20 : WORKDIR /edgex [2020-07-23T04:46:12.580Z] ---> Running in 2146a3289ae6 [2020-07-23T04:46:12.580Z] ---> Running in c9257ddc476d [2020-07-23T04:46:13.182Z] Removing intermediate container 2146a3289ae6 [2020-07-23T04:46:13.182Z] ---> 698e61148979 [2020-07-23T04:46:13.182Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-23T04:46:13.459Z] ---> Running in 80e7154f7ca6 [2020-07-23T04:46:13.459Z] Removing intermediate container c9257ddc476d [2020-07-23T04:46:13.459Z] ---> 927a6de212cd [2020-07-23T04:46:13.459Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-23T04:46:15.444Z] ---> bab69dfcf01e [2020-07-23T04:46:15.444Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-23T04:46:17.433Z] ---> a3d0aab06e8e [2020-07-23T04:46:17.433Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-23T04:46:17.433Z] ---> Running in b47368f9472d [2020-07-23T04:46:18.027Z] Removing intermediate container b47368f9472d [2020-07-23T04:46:18.027Z] ---> d287f9fe92fc [2020-07-23T04:46:18.027Z] Step 17/20 : CMD ["--init=true"] [2020-07-23T04:46:18.309Z] Removing intermediate container 80e7154f7ca6 [2020-07-23T04:46:18.309Z] ---> f4ac4e4c8c71 [2020-07-23T04:46:18.309Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-23T04:46:18.309Z] ---> Running in 188fdab60b36 [2020-07-23T04:46:19.304Z] Removing intermediate container 188fdab60b36 [2020-07-23T04:46:19.304Z] ---> 9ffb895a177a [2020-07-23T04:46:19.304Z] Step 18/20 : LABEL arch=arm64 [2020-07-23T04:46:19.593Z] ---> Running in e34467a796ef [2020-07-23T04:46:20.566Z] ---> 669018ccc60d [2020-07-23T04:46:20.566Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-23T04:46:20.566Z] Removing intermediate container e34467a796ef [2020-07-23T04:46:20.566Z] ---> d312cbfa5828 [2020-07-23T04:46:20.566Z] Step 19/20 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:46:20.566Z] ---> Running in f1f7b1b9f677 [2020-07-23T04:46:21.992Z] Removing intermediate container f1f7b1b9f677 [2020-07-23T04:46:21.992Z] ---> 5a0cee842022 [2020-07-23T04:46:21.992Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:46:22.267Z] ---> bf8e0912b2a0 [2020-07-23T04:46:22.267Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-23T04:46:22.267Z] ---> Running in 1d03eb82f784 [2020-07-23T04:46:23.259Z] Removing intermediate container 1d03eb82f784 [2020-07-23T04:46:23.259Z] ---> 4a913e89371d [2020-07-23T04:46:23.259Z] [2020-07-23T04:46:23.856Z] Successfully built 4a913e89371d [2020-07-23T04:46:23.856Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-23T04:46:23.856Z] Building docker-core-data-go [2020-07-23T04:46:24.132Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a533b34bf832 [2020-07-23T04:46:24.132Z] ---> 34598ff50a70 [2020-07-23T04:46:24.132Z] [2020-07-23T04:46:24.132Z] Step 10/26 : FROM alpine:3.10 [2020-07-23T04:46:24.132Z] ---> 79a2b1bdc35e [2020-07-23T04:46:24.132Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-23T04:46:24.412Z] 3.10: Pulling from library/alpine [2020-07-23T04:46:25.865Z] ---> 0f4508d841f2 [2020-07-23T04:46:25.865Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-23T04:46:26.150Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-23T04:46:26.150Z] Status: Downloaded newer image for alpine:3.10 [2020-07-23T04:46:26.150Z] ---> 536a684cf733 [2020-07-23T04:46:26.150Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-23T04:46:27.588Z] ---> Running in 3a0af84f794f [2020-07-23T04:46:29.053Z] ---> 4513ccc171bc [2020-07-23T04:46:29.053Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-23T04:46:30.482Z] ---> Running in 41e4a3d5fd74 [2020-07-23T04:46:31.481Z] Removing intermediate container a6b59bd51ddd [2020-07-23T04:46:31.481Z] ---> 5d5f60bb2df9 [2020-07-23T04:46:31.481Z] [2020-07-23T04:46:31.481Z] Step 10/20 : FROM scratch [2020-07-23T04:46:31.481Z] ---> [2020-07-23T04:46:31.481Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:46:32.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:32.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:32.669Z] ---> Running in b20ad51a26a0 [2020-07-23T04:46:32.669Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-23T04:46:32.669Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-23T04:46:32.669Z] OK: 10167 distinct packages available [2020-07-23T04:46:33.279Z] Removing intermediate container b20ad51a26a0 [2020-07-23T04:46:33.279Z] ---> 66869d6f389a [2020-07-23T04:46:33.279Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-23T04:46:33.279Z] ---> Running in c9c46fd9b962 [2020-07-23T04:46:33.279Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-23T04:46:33.559Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-23T04:46:33.559Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-23T04:46:33.559Z] (4/5) Installing curl (7.66.0-r0) [2020-07-23T04:46:33.559Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-23T04:46:33.559Z] Executing busybox-1.30.1-r3.trigger [2020-07-23T04:46:33.559Z] Executing ca-certificates-20191127-r2.trigger [2020-07-23T04:46:33.839Z] OK: 7 MiB in 19 packages [2020-07-23T04:46:34.444Z] Removing intermediate container c9c46fd9b962 [2020-07-23T04:46:34.444Z] ---> f5449338859d [2020-07-23T04:46:34.444Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-23T04:46:35.453Z] ---> Running in c4f0778ff077 [2020-07-23T04:46:36.070Z] Removing intermediate container 41e4a3d5fd74 [2020-07-23T04:46:36.070Z] ---> f30a0dad1758 [2020-07-23T04:46:36.070Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:46:36.347Z] Removing intermediate container c4f0778ff077 [2020-07-23T04:46:36.347Z] ---> 606370686152 [2020-07-23T04:46:36.347Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-23T04:46:36.954Z] Removing intermediate container 3a0af84f794f [2020-07-23T04:46:36.954Z] ---> 6d694d39ab2d [2020-07-23T04:46:36.954Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-23T04:46:37.582Z] ---> d0de380c30da [2020-07-23T04:46:37.582Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:46:37.582Z] Removing intermediate container aeb79751db80 [2020-07-23T04:46:37.582Z] ---> 250e8f2722ee [2020-07-23T04:46:37.582Z] [2020-07-23T04:46:37.582Z] Step 10/21 : FROM scratch [2020-07-23T04:46:37.582Z] ---> [2020-07-23T04:46:37.582Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:46:37.582Z] ---> Running in 2726a3794d0b [2020-07-23T04:46:37.889Z] ---> Using cache [2020-07-23T04:46:37.889Z] ---> 66869d6f389a [2020-07-23T04:46:37.889Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-23T04:46:38.181Z] ---> b47987197428 [2020-07-23T04:46:38.181Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-23T04:46:38.456Z] ---> Running in 03a602e1567b [2020-07-23T04:46:38.456Z] ---> Running in 83f8603c2f96 [2020-07-23T04:46:38.732Z] Removing intermediate container 2726a3794d0b [2020-07-23T04:46:38.732Z] ---> 87d82d239fb9 [2020-07-23T04:46:38.732Z] Step 13/26 : WORKDIR / [2020-07-23T04:46:40.190Z] ---> Running in a619aa2af309 [2020-07-23T04:46:40.468Z] Removing intermediate container 83f8603c2f96 [2020-07-23T04:46:40.468Z] ---> 9f20c2e875b0 [2020-07-23T04:46:40.468Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:46:40.745Z] ---> e304eed03aaa [2020-07-23T04:46:40.745Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-23T04:46:40.745Z] ---> Running in 6c58f3f93d01 [2020-07-23T04:46:41.340Z] Removing intermediate container a619aa2af309 [2020-07-23T04:46:41.340Z] ---> eaa87e463de9 [2020-07-23T04:46:41.340Z] 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-23T04:46:41.618Z] Removing intermediate container 6c58f3f93d01 [2020-07-23T04:46:41.618Z] ---> 48895e87d6d8 [2020-07-23T04:46:41.618Z] Step 14/21 : WORKDIR / [2020-07-23T04:46:41.893Z] ---> Running in 241c547b961a [2020-07-23T04:46:42.496Z] ---> 79e9d2f6605a [2020-07-23T04:46:42.496Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:46:43.102Z] ---> 6a5443c933a7 [2020-07-23T04:46:43.102Z] 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-23T04:46:43.102Z] ---> Running in 9f158dab9aaf [2020-07-23T04:46:43.376Z] Removing intermediate container 241c547b961a [2020-07-23T04:46:43.376Z] ---> df026eac2f7b [2020-07-23T04:46:43.376Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-23T04:46:43.975Z] Removing intermediate container 9f158dab9aaf [2020-07-23T04:46:43.975Z] ---> 1d4a7d42aaf2 [2020-07-23T04:46:43.975Z] Step 18/20 : LABEL arch=arm64 [2020-07-23T04:46:44.573Z] Removing intermediate container 03a602e1567b [2020-07-23T04:46:44.573Z] ---> 516a25eb4931 [2020-07-23T04:46:44.573Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-23T04:46:44.847Z] ---> c7aa1e67ae7b [2020-07-23T04:46:44.847Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-23T04:46:44.847Z] ---> Running in df0f6303c745 [2020-07-23T04:46:45.123Z] ---> b512fb1c5e73 [2020-07-23T04:46:45.123Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-23T04:46:45.400Z] ---> Running in 73c3d281e71a [2020-07-23T04:46:45.695Z] Removing intermediate container df0f6303c745 [2020-07-23T04:46:45.695Z] ---> 07407ddeb6f3 [2020-07-23T04:46:45.695Z] Step 19/20 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:46:46.291Z] ---> cd35b34a3aab [2020-07-23T04:46:46.291Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-23T04:46:46.568Z] ---> Running in cb4a031520e7 [2020-07-23T04:46:47.549Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:46:47.549Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:46:47.549Z] ---> efb8a037a834 [2020-07-23T04:46:47.549Z] Step 3/22 : WORKDIR /edgex-go [2020-07-23T04:46:47.549Z] ---> Using cache [2020-07-23T04:46:47.549Z] ---> 8045a3467aee [2020-07-23T04:46:47.549Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:46:47.549Z] ---> Using cache [2020-07-23T04:46:47.549Z] ---> 6f8132c894de [2020-07-23T04:46:47.549Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-23T04:46:47.549Z] ---> c0ebd5237eb0 [2020-07-23T04:46:47.549Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-23T04:46:47.549Z] ---> Running in 07245bee0594 [2020-07-23T04:46:47.549Z] Removing intermediate container cb4a031520e7 [2020-07-23T04:46:47.549Z] ---> acb868f9a6a8 [2020-07-23T04:46:47.549Z] Step 20/20 : LABEL version=0.0.0 [2020-07-23T04:46:47.828Z] ---> Running in 2acdaa8943a1 [2020-07-23T04:46:48.106Z] ---> 45c0ef556361 [2020-07-23T04:46:48.106Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-23T04:46:48.712Z] ---> 1cd2f7fc8d53 [2020-07-23T04:46:48.712Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:46:48.984Z] Removing intermediate container 2acdaa8943a1 [2020-07-23T04:46:48.984Z] ---> 002188d43ec6 [2020-07-23T04:46:48.984Z] [2020-07-23T04:46:49.256Z] ---> Running in 510964603ee9 [2020-07-23T04:46:49.863Z] Successfully built 002188d43ec6 [2020-07-23T04:46:49.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:50.138Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-23T04:46:50.138Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-07-23T04:46:50.138Z] Removing intermediate container 510964603ee9 [2020-07-23T04:46:50.138Z] ---> b95634e2dff8 [2020-07-23T04:46:50.138Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:46:50.138Z] ---> 4c4d37e4eaab [2020-07-23T04:46:50.138Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-23T04:46:50.414Z] ---> Running in 4f282e5d35a0 [2020-07-23T04:46:50.414Z] Removing intermediate container 73c3d281e71a [2020-07-23T04:46:50.414Z] ---> d20e67b579ca [2020-07-23T04:46:50.414Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:46:50.414Z] ---> Running in 2e70b1a968d1 [2020-07-23T04:46:51.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:46:51.017Z] Removing intermediate container 4f282e5d35a0 [2020-07-23T04:46:51.017Z] ---> a357a021bed6 [2020-07-23T04:46:51.017Z] Step 20/21 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:46:51.017Z] ---> Running in 8aa004a02804 [2020-07-23T04:46:51.017Z] Removing intermediate container 2e70b1a968d1 [2020-07-23T04:46:51.017Z] ---> 6e520c713ec5 [2020-07-23T04:46:51.302Z] Step 26/29 : CMD [ "generate" ] [2020-07-23T04:46:51.909Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:46:51.909Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:46:51.909Z] OK: 12620 distinct packages available [2020-07-23T04:46:51.909Z] ---> Running in d5483fb8dc13 [2020-07-23T04:46:52.190Z] ---> 97a5561ecab1 [2020-07-23T04:46:52.190Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-23T04:46:52.792Z] Removing intermediate container 8aa004a02804 [2020-07-23T04:46:52.792Z] ---> 632a717d3d3c [2020-07-23T04:46:52.792Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:46:52.792Z] OK: 217 MiB in 51 packages [2020-07-23T04:46:53.405Z] Removing intermediate container d5483fb8dc13 [2020-07-23T04:46:53.405Z] ---> 6287dedf3eda [2020-07-23T04:46:53.405Z] Step 27/29 : LABEL arch=arm64 [2020-07-23T04:46:53.680Z] ---> Running in 0eb3f143677c [2020-07-23T04:46:54.663Z] ---> Running in 24527fd58f19 [2020-07-23T04:46:54.937Z] ---> d37784c333de [2020-07-23T04:46:54.937Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-23T04:46:55.533Z] Removing intermediate container 0eb3f143677c [2020-07-23T04:46:55.533Z] ---> 3996a60d2ef8 [2020-07-23T04:46:55.534Z] [2020-07-23T04:46:55.807Z] Removing intermediate container 24527fd58f19 [2020-07-23T04:46:55.807Z] ---> 3ff3c1ab9b83 [2020-07-23T04:46:55.807Z] Step 28/29 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:46:56.088Z] Successfully built 3996a60d2ef8 [2020-07-23T04:46:56.369Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-23T04:46:56.369Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-07-23T04:46:56.369Z] Removing intermediate container 07245bee0594 [2020-07-23T04:46:56.369Z] ---> 48e133db26d4 [2020-07-23T04:46:56.369Z] Step 6/22 : COPY go.mod . [2020-07-23T04:46:56.642Z] ---> Running in 2a5f4d5f1a24 [2020-07-23T04:46:56.642Z] ---> 60f8addb9267 [2020-07-23T04:46:56.642Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-23T04:46:57.252Z] ---> Running in 7ee4838293f0 [2020-07-23T04:46:57.252Z] Removing intermediate container 2a5f4d5f1a24 [2020-07-23T04:46:57.252Z] ---> 38f24b2e88a9 [2020-07-23T04:46:57.252Z] Step 29/29 : LABEL version=0.0.0 [2020-07-23T04:46:57.252Z] ---> bbf36a1fed84 [2020-07-23T04:46:57.252Z] Step 7/22 : RUN go mod download [2020-07-23T04:46:57.528Z] ---> Running in fdd8277380b4 [2020-07-23T04:46:58.129Z] ---> Running in 78c528a79c0b [2020-07-23T04:46:58.721Z] Removing intermediate container fdd8277380b4 [2020-07-23T04:46:58.721Z] ---> 87ca585a16f0 [2020-07-23T04:46:58.721Z] [2020-07-23T04:46:59.707Z] Successfully built 87ca585a16f0 [2020-07-23T04:46:59.707Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-23T04:46:59.707Z]  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go [2020-07-23T04:47:03.107Z] Removing intermediate container 7ee4838293f0 [2020-07-23T04:47:03.107Z] ---> cb0e01fbed48 [2020-07-23T04:47:03.107Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-23T04:47:03.107Z] Removing intermediate container 78c528a79c0b [2020-07-23T04:47:03.107Z] ---> 7aeafe31bcf7 [2020-07-23T04:47:03.107Z] Step 8/22 : COPY . . [2020-07-23T04:47:03.107Z] ---> Running in 26e6d7e351e9 [2020-07-23T04:47:04.545Z] Removing intermediate container 26e6d7e351e9 [2020-07-23T04:47:04.545Z] ---> 2176a147cb58 [2020-07-23T04:47:04.545Z] Step 24/26 : LABEL arch=arm64 [2020-07-23T04:47:08.857Z] ---> Running in 6b1095cb3fd6 [2020-07-23T04:47:10.845Z] Removing intermediate container 6b1095cb3fd6 [2020-07-23T04:47:10.845Z] ---> cc660ab79f5c [2020-07-23T04:47:10.845Z] Step 25/26 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:47:11.438Z] ---> Running in 09d986b79837 [2020-07-23T04:47:12.474Z] Removing intermediate container 09d986b79837 [2020-07-23T04:47:12.474Z] ---> 20ae74084556 [2020-07-23T04:47:12.474Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:47:13.073Z] ---> Running in ecd9ef4ccbfd [2020-07-23T04:47:13.675Z] Removing intermediate container ecd9ef4ccbfd [2020-07-23T04:47:13.675Z] ---> 795b04a4f066 [2020-07-23T04:47:13.675Z] [2020-07-23T04:47:14.271Z] Successfully built 795b04a4f066 [2020-07-23T04:47:14.271Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-23T04:47:14.543Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-07-23T04:47:22.828Z] ---> 2a91905a78e0 [2020-07-23T04:47:22.828Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-23T04:47:22.828Z] ---> Running in 4caf143f8992 [2020-07-23T04:47:24.263Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-07-23T04:47:46.442Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:47:46.442Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:47:46.442Z] ---> efb8a037a834 [2020-07-23T04:47:46.442Z] Step 3/23 : WORKDIR /edgex-go [2020-07-23T04:47:46.442Z] ---> Using cache [2020-07-23T04:47:46.442Z] ---> 8045a3467aee [2020-07-23T04:47:46.442Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:47:46.442Z] ---> Using cache [2020-07-23T04:47:46.442Z] ---> 6f8132c894de [2020-07-23T04:47:46.442Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-23T04:47:51.854Z] ---> Running in 9023428b61b6 [2020-07-23T04:47:53.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:47:54.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:47:55.429Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:47:55.429Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:47:55.429Z] OK: 12620 distinct packages available [2020-07-23T04:47:56.876Z] OK: 217 MiB in 51 packages [2020-07-23T04:48:00.290Z] Removing intermediate container 9023428b61b6 [2020-07-23T04:48:00.291Z] ---> 3a923cc7d21a [2020-07-23T04:48:00.291Z] Step 6/23 : COPY go.mod . [2020-07-23T04:48:02.286Z] ---> 59b4ae92e6fe [2020-07-23T04:48:02.286Z] Step 7/23 : RUN go mod download [2020-07-23T04:48:02.286Z] ---> Running in eccd597cf68d [2020-07-23T04:48:05.298Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:48:05.298Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:48:05.298Z] ---> efb8a037a834 [2020-07-23T04:48:05.298Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:48:05.298Z] ---> Using cache [2020-07-23T04:48:05.298Z] ---> 8045a3467aee [2020-07-23T04:48:05.298Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:48:05.298Z] ---> Using cache [2020-07-23T04:48:05.298Z] ---> 6f8132c894de [2020-07-23T04:48:05.298Z] Step 5/21 : RUN apk update && apk add make git [2020-07-23T04:48:05.298Z] ---> Using cache [2020-07-23T04:48:05.298Z] ---> a5df032f643e [2020-07-23T04:48:05.298Z] Step 6/21 : COPY go.mod . [2020-07-23T04:48:05.298Z] ---> Using cache [2020-07-23T04:48:05.298Z] ---> b87ded8c9e4a [2020-07-23T04:48:05.298Z] Step 7/21 : RUN go mod download [2020-07-23T04:48:05.298Z] ---> Using cache [2020-07-23T04:48:05.298Z] ---> 7b54aba3cd2d [2020-07-23T04:48:05.298Z] Step 8/21 : COPY . . [2020-07-23T04:48:05.298Z] ---> Using cache [2020-07-23T04:48:05.298Z] ---> c9a1c89f6541 [2020-07-23T04:48:05.298Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-23T04:48:05.298Z] ---> Running in 51f5532eb91a [2020-07-23T04:48:08.807Z] Removing intermediate container eccd597cf68d [2020-07-23T04:48:08.807Z] ---> f6fdb0ef9ab0 [2020-07-23T04:48:08.807Z] Step 8/23 : COPY . . [2020-07-23T04:48:09.078Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:48:09.078Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:48:09.078Z] ---> efb8a037a834 [2020-07-23T04:48:09.078Z] Step 3/26 : WORKDIR /edgex-go [2020-07-23T04:48:09.078Z] ---> Using cache [2020-07-23T04:48:09.078Z] ---> 8045a3467aee [2020-07-23T04:48:09.078Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:48:09.078Z] ---> Using cache [2020-07-23T04:48:09.078Z] ---> 6f8132c894de [2020-07-23T04:48:09.078Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-23T04:48:09.078Z] ---> Running in e3866fbb795c [2020-07-23T04:48:09.078Z] 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-23T04:48:12.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:13.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:14.515Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:48:14.515Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:48:14.515Z] OK: 12620 distinct packages available [2020-07-23T04:48:15.504Z] OK: 217 MiB in 51 packages [2020-07-23T04:48:22.265Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-23T04:48:22.265Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-23T04:48:22.265Z] ---> efb8a037a834 [2020-07-23T04:48:22.265Z] Step 3/21 : WORKDIR /edgex-go [2020-07-23T04:48:22.265Z] ---> Using cache [2020-07-23T04:48:22.265Z] ---> 8045a3467aee [2020-07-23T04:48:22.265Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:48:22.265Z] ---> Using cache [2020-07-23T04:48:22.265Z] ---> 6f8132c894de [2020-07-23T04:48:22.265Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-23T04:48:22.545Z] ---> Running in 58b80f34c721 [2020-07-23T04:48:23.543Z] Removing intermediate container e3866fbb795c [2020-07-23T04:48:23.543Z] ---> 93900e640973 [2020-07-23T04:48:23.543Z] Step 6/26 : COPY go.mod . [2020-07-23T04:48:25.526Z] ---> b3c4f089cbef [2020-07-23T04:48:25.526Z] Step 7/26 : RUN go mod download [2020-07-23T04:48:25.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:25.802Z] ---> Running in c4fd9cd31662 [2020-07-23T04:48:26.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:48:27.862Z] v3.12.0-175-g8b3334c57c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-23T04:48:27.862Z] v3.12.0-177-g0fe5306cd8 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-23T04:48:27.862Z] OK: 12620 distinct packages available [2020-07-23T04:48:28.467Z] OK: 217 MiB in 51 packages [2020-07-23T04:48:29.453Z] OK: 217 MiB in 51 packages [2020-07-23T04:48:33.799Z] Removing intermediate container 58b80f34c721 [2020-07-23T04:48:33.799Z] ---> 476e69d3d91c [2020-07-23T04:48:33.799Z] Step 6/21 : COPY go.mod . [2020-07-23T04:48:33.799Z] Removing intermediate container c4fd9cd31662 [2020-07-23T04:48:33.799Z] ---> 3549a4b959c2 [2020-07-23T04:48:33.799Z] Step 8/26 : COPY . . [2020-07-23T04:48:34.787Z] ---> 0cc96343d500 [2020-07-23T04:48:34.787Z] Step 7/21 : RUN go mod download [2020-07-23T04:48:35.388Z] ---> Running in ca2ae1ebac5d [2020-07-23T04:48:43.721Z] Removing intermediate container ca2ae1ebac5d [2020-07-23T04:48:43.721Z] ---> 5f0ed0b2d7d8 [2020-07-23T04:48:43.721Z] Step 8/21 : COPY . . [2020-07-23T04:48:43.721Z] ---> 43dc118ac84c [2020-07-23T04:48:43.721Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-23T04:48:44.702Z] ---> Running in 8b218c95cb88 [2020-07-23T04:48:48.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-23T04:48:54.872Z] Removing intermediate container 4caf143f8992 [2020-07-23T04:48:54.872Z] ---> a2a792a10c49 [2020-07-23T04:48:54.872Z] [2020-07-23T04:48:54.872Z] Step 10/22 : FROM alpine [2020-07-23T04:48:54.872Z] ---> 62ee0e9f8440 [2020-07-23T04:48:54.872Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:48:55.872Z] ---> Running in 0b4ae909e081 [2020-07-23T04:48:56.925Z] Removing intermediate container 0b4ae909e081 [2020-07-23T04:48:56.925Z] ---> f3e95585d74c [2020-07-23T04:48:56.925Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-23T04:48:57.539Z] ---> Running in 66ae69f4301a [2020-07-23T04:48:58.535Z] Removing intermediate container 66ae69f4301a [2020-07-23T04:48:58.535Z] ---> fcf4fd2a293f [2020-07-23T04:48:58.535Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-23T04:48:58.815Z] ---> Running in 53d8a7bae992 [2020-07-23T04:49:00.281Z] Removing intermediate container 53d8a7bae992 [2020-07-23T04:49:00.281Z] ---> 9a884beb4f36 [2020-07-23T04:49:00.281Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-23T04:49:00.891Z] ---> Running in 88b2150cc4b8 [2020-07-23T04:49:09.195Z] Removing intermediate container 88b2150cc4b8 [2020-07-23T04:49:09.195Z] ---> 8bb7be3a2201 [2020-07-23T04:49:09.195Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-23T04:49:09.195Z] ---> Running in 04af44fdedbe [2020-07-23T04:49:11.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:12.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:49:13.018Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-23T04:49:13.300Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-23T04:49:13.300Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-23T04:49:13.591Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-23T04:49:13.877Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-23T04:49:13.877Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:49:13.877Z] OK: 8 MiB in 19 packages [2020-07-23T04:49:16.535Z] ---> e7a5d9027b5f [2020-07-23T04:49:16.535Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-23T04:49:16.824Z] Removing intermediate container 04af44fdedbe [2020-07-23T04:49:16.824Z] ---> 5d9b137c4666 [2020-07-23T04:49:16.824Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-23T04:49:16.824Z] ---> Running in 916a31c01d3f [2020-07-23T04:49:19.476Z] ---> c36ef69241a1 [2020-07-23T04:49:19.476Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-23T04:49:20.094Z] 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-23T04:49:22.743Z] ---> 4c7c2cdfd811 [2020-07-23T04:49:22.743Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-23T04:49:24.779Z] ---> e1f41dd21694 [2020-07-23T04:49:24.779Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:49:24.779Z] ---> Running in 83766e006629 [2020-07-23T04:49:26.237Z] Removing intermediate container 83766e006629 [2020-07-23T04:49:26.237Z] ---> c9e57de924ef [2020-07-23T04:49:26.237Z] Step 20/22 : LABEL arch=arm64 [2020-07-23T04:49:26.237Z] ---> 80922ac14377 [2020-07-23T04:49:26.237Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-23T04:49:26.237Z] ---> Running in 817e8858187a [2020-07-23T04:49:26.237Z] ---> Running in 582208ed36bb [2020-07-23T04:49:27.696Z] Removing intermediate container 817e8858187a [2020-07-23T04:49:27.696Z] ---> d649975b5a6a [2020-07-23T04:49:27.696Z] Step 21/22 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:49:27.696Z] ---> Running in 25e0c5b53c6e [2020-07-23T04:49:28.682Z] Removing intermediate container 25e0c5b53c6e [2020-07-23T04:49:28.682Z] ---> 4bb91df57c19 [2020-07-23T04:49:28.682Z] Step 22/22 : LABEL version=0.0.0 [2020-07-23T04:49:28.682Z] ---> Running in 8889b3b1055e [2020-07-23T04:49:28.958Z] 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-23T04:49:29.233Z] Removing intermediate container 8889b3b1055e [2020-07-23T04:49:29.233Z] ---> ae1d85a8b7f5 [2020-07-23T04:49:29.233Z] [2020-07-23T04:49:29.832Z] Successfully built ae1d85a8b7f5 [2020-07-23T04:49:29.832Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-23T04:49:42.260Z]  Building docker-core-data-go ... done Removing intermediate container 51f5532eb91a [2020-07-23T04:49:42.260Z] ---> a9955aa43d19 [2020-07-23T04:49:42.260Z] [2020-07-23T04:49:42.260Z] Step 10/21 : FROM scratch [2020-07-23T04:49:42.260Z] ---> [2020-07-23T04:49:42.260Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-23T04:49:42.260Z] ---> Using cache [2020-07-23T04:49:42.260Z] ---> 66869d6f389a [2020-07-23T04:49:42.260Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-23T04:49:42.260Z] ---> Running in e946446c3178 [2020-07-23T04:49:42.862Z] Removing intermediate container e946446c3178 [2020-07-23T04:49:42.862Z] ---> df694426fd28 [2020-07-23T04:49:42.862Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:49:43.152Z] ---> Running in fa9b1cf13d5b [2020-07-23T04:49:43.752Z] Removing intermediate container fa9b1cf13d5b [2020-07-23T04:49:43.752Z] ---> 74761a2bdbca [2020-07-23T04:49:43.752Z] Step 14/21 : WORKDIR / [2020-07-23T04:49:43.752Z] ---> Running in 8ed5eeace636 [2020-07-23T04:49:44.743Z] Removing intermediate container 8ed5eeace636 [2020-07-23T04:49:44.743Z] ---> 2565b344dd16 [2020-07-23T04:49:44.743Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-23T04:49:45.753Z] ---> 6bb9438b689f [2020-07-23T04:49:45.753Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-23T04:49:47.753Z] ---> 5f2e48937e3d [2020-07-23T04:49:47.753Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-23T04:49:48.747Z] ---> cec7a9d67f10 [2020-07-23T04:49:48.747Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:49:49.029Z] ---> Running in 9382ecd83b6b [2020-07-23T04:49:49.633Z] Removing intermediate container 9382ecd83b6b [2020-07-23T04:49:49.633Z] ---> 9737b6096f26 [2020-07-23T04:49:49.916Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:49:49.916Z] ---> Running in 75081faebb12 [2020-07-23T04:49:50.908Z] Removing intermediate container 75081faebb12 [2020-07-23T04:49:50.908Z] ---> c9aafa98135d [2020-07-23T04:49:50.908Z] Step 20/21 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:49:50.908Z] ---> Running in 7277d8da23e4 [2020-07-23T04:49:51.920Z] Removing intermediate container 7277d8da23e4 [2020-07-23T04:49:51.920Z] ---> 8d4f5ef4f775 [2020-07-23T04:49:51.920Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:49:51.920Z] ---> Running in d778facff6b4 [2020-07-23T04:49:52.927Z] Removing intermediate container d778facff6b4 [2020-07-23T04:49:52.927Z] ---> d18671b6037f [2020-07-23T04:49:52.927Z] [2020-07-23T04:49:53.534Z] Successfully built d18671b6037f [2020-07-23T04:49:53.534Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-23T04:50:25.942Z]  Building docker-core-command-go ... done Removing intermediate container 8b218c95cb88 [2020-07-23T04:50:25.942Z] ---> 5ff35f189c19 [2020-07-23T04:50:25.942Z] [2020-07-23T04:50:25.942Z] Step 10/23 : FROM scratch [2020-07-23T04:50:25.942Z] ---> [2020-07-23T04:50:25.942Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:50:25.942Z] ---> Running in acb0efa2b6fa [2020-07-23T04:50:25.942Z] Removing intermediate container acb0efa2b6fa [2020-07-23T04:50:25.942Z] ---> e5ef7477bef7 [2020-07-23T04:50:25.942Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-23T04:50:25.942Z] ---> Running in 07bbe6c3ab2f [2020-07-23T04:50:25.942Z] Removing intermediate container 07bbe6c3ab2f [2020-07-23T04:50:25.942Z] ---> bd8e08a02340 [2020-07-23T04:50:25.942Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-23T04:50:25.942Z] ---> Running in 56a66a8f9553 [2020-07-23T04:50:26.543Z] Removing intermediate container 56a66a8f9553 [2020-07-23T04:50:26.543Z] ---> dff838656864 [2020-07-23T04:50:26.543Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-23T04:50:27.526Z] ---> a99b0f797b13 [2020-07-23T04:50:27.526Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-23T04:50:28.975Z] ---> e722f491cf46 [2020-07-23T04:50:28.975Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-23T04:50:30.413Z] ---> 1a3013c00fb6 [2020-07-23T04:50:30.413Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-23T04:50:31.406Z] ---> 8c1cab0a29a1 [2020-07-23T04:50:31.406Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-23T04:50:32.868Z] ---> 781f2bff5673 [2020-07-23T04:50:32.868Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-23T04:50:34.300Z] ---> 0bb5018d03d4 [2020-07-23T04:50:34.300Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:50:34.300Z] ---> Running in bfa9749f3914 [2020-07-23T04:50:34.576Z] Removing intermediate container 916a31c01d3f [2020-07-23T04:50:34.576Z] ---> 8279e99927a7 [2020-07-23T04:50:34.576Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-23T04:50:34.850Z] ---> Running in be5484d4e7e9 [2020-07-23T04:50:34.850Z] Removing intermediate container bfa9749f3914 [2020-07-23T04:50:34.850Z] ---> 51d4679a91c3 [2020-07-23T04:50:34.850Z] Step 21/23 : LABEL arch=arm64 [2020-07-23T04:50:35.130Z] ---> Running in cafa52966c48 [2020-07-23T04:50:36.112Z] Removing intermediate container cafa52966c48 [2020-07-23T04:50:36.112Z] ---> 6ef36f6a3d2f [2020-07-23T04:50:36.112Z] Step 22/23 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:50:36.112Z] ---> Running in 40e04f8182fb [2020-07-23T04:50:36.712Z] 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-23T04:50:36.986Z] Removing intermediate container 40e04f8182fb [2020-07-23T04:50:36.986Z] ---> 3ebc746483e7 [2020-07-23T04:50:36.986Z] Step 23/23 : LABEL version=0.0.0 [2020-07-23T04:50:37.304Z] ---> Running in e8e038c290a6 [2020-07-23T04:50:37.645Z] Removing intermediate container 582208ed36bb [2020-07-23T04:50:37.645Z] ---> cafe80b747bd [2020-07-23T04:50:37.645Z] [2020-07-23T04:50:37.645Z] Step 10/21 : FROM scratch [2020-07-23T04:50:37.645Z] ---> [2020-07-23T04:50:37.645Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-23T04:50:37.645Z] ---> Using cache [2020-07-23T04:50:37.645Z] ---> e5ef7477bef7 [2020-07-23T04:50:37.645Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-23T04:50:37.947Z] Removing intermediate container e8e038c290a6 [2020-07-23T04:50:37.947Z] ---> 2acda17f838d [2020-07-23T04:50:37.947Z] [2020-07-23T04:50:37.947Z] ---> Running in c22b805f520a [2020-07-23T04:50:38.657Z] Removing intermediate container c22b805f520a [2020-07-23T04:50:38.657Z] ---> 388c7aa49433 [2020-07-23T04:50:38.657Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-23T04:50:38.657Z] Successfully built 2acda17f838d [2020-07-23T04:50:38.657Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-23T04:50:38.657Z]  Building docker-support-notifications-go ... done  ---> Running in 70949512bf6f [2020-07-23T04:50:39.313Z] Removing intermediate container 70949512bf6f [2020-07-23T04:50:39.313Z] ---> a2a90323bb7a [2020-07-23T04:50:39.313Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-23T04:50:40.345Z] ---> bab598156592 [2020-07-23T04:50:40.345Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-23T04:50:40.345Z] Removing intermediate container be5484d4e7e9 [2020-07-23T04:50:40.345Z] ---> f48f058e3aaa [2020-07-23T04:50:40.345Z] [2020-07-23T04:50:40.345Z] Step 11/26 : FROM docker:latest [2020-07-23T04:50:40.345Z] ---> ce9d55ae87f1 [2020-07-23T04:50:40.345Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-23T04:50:41.271Z] ---> Running in 7305851f4b03 [2020-07-23T04:50:41.271Z] ---> 5961df1cfddd [2020-07-23T04:50:41.271Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-23T04:50:42.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:42.259Z] ---> 3fee1028a6d7 [2020-07-23T04:50:42.259Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-23T04:50:42.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:42.882Z] (1/2) Installing readline (8.0.4-r0) [2020-07-23T04:50:42.882Z] (2/2) Installing bash (5.0.17-r0) [2020-07-23T04:50:42.882Z] Executing bash-5.0.17-r0.post-install [2020-07-23T04:50:42.882Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:50:42.882Z] OK: 12 MiB in 22 packages [2020-07-23T04:50:43.154Z] ---> 77b8b2e67857 [2020-07-23T04:50:43.154Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:50:43.428Z] ---> Running in d2c924aa6dba [2020-07-23T04:50:44.025Z] Removing intermediate container d2c924aa6dba [2020-07-23T04:50:44.025Z] ---> 9490f76acd8a [2020-07-23T04:50:44.025Z] Step 19/21 : LABEL arch=arm64 [2020-07-23T04:50:44.025Z] ---> Running in 11ececa5d703 [2020-07-23T04:50:44.296Z] Removing intermediate container 7305851f4b03 [2020-07-23T04:50:44.296Z] ---> cfec50b58408 [2020-07-23T04:50:44.296Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-23T04:50:44.571Z] ---> Running in 16e515d1f7b9 [2020-07-23T04:50:44.571Z] Removing intermediate container 11ececa5d703 [2020-07-23T04:50:44.571Z] ---> f98d504f47a0 [2020-07-23T04:50:44.571Z] Step 20/21 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:50:44.844Z] ---> Running in 0344a26f748a [2020-07-23T04:50:45.120Z] Removing intermediate container 0344a26f748a [2020-07-23T04:50:45.120Z] ---> 1ffb9da07d7e [2020-07-23T04:50:45.120Z] Step 21/21 : LABEL version=0.0.0 [2020-07-23T04:50:45.396Z] ---> Running in 0a9444ff891f [2020-07-23T04:50:45.985Z] Removing intermediate container 0a9444ff891f [2020-07-23T04:50:45.986Z] ---> b3478f2664b1 [2020-07-23T04:50:45.986Z] [2020-07-23T04:50:46.257Z] Successfully built b3478f2664b1 [2020-07-23T04:50:46.257Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-23T04:50:47.228Z]  Building docker-support-logging-go ... done Removing intermediate container 16e515d1f7b9 [2020-07-23T04:50:47.228Z] ---> 3658982e9670 [2020-07-23T04:50:47.228Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-23T04:50:47.498Z] ---> Running in 021a5183041a [2020-07-23T04:50:48.089Z] Removing intermediate container 021a5183041a [2020-07-23T04:50:48.089Z] ---> fa71f2d85ca7 [2020-07-23T04:50:48.089Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-23T04:50:48.089Z] ---> Running in 38802cd42e21 [2020-07-23T04:50:48.682Z] Removing intermediate container 38802cd42e21 [2020-07-23T04:50:48.682Z] ---> e9dd7745b080 [2020-07-23T04:50:48.682Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-23T04:50:48.682Z] ---> Running in e62f3d5ced78 [2020-07-23T04:50:48.953Z] Removing intermediate container e62f3d5ced78 [2020-07-23T04:50:48.953Z] ---> 3d495670e273 [2020-07-23T04:50:48.953Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-23T04:50:50.384Z] ---> 1af274831bb3 [2020-07-23T04:50:50.384Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-23T04:50:50.985Z] ---> 28c7ee9349d7 [2020-07-23T04:50:50.985Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-23T04:50:51.964Z] ---> 35a4df79fe8e [2020-07-23T04:50:51.964Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-23T04:50:51.964Z] ---> Running in 15dc6374b333 [2020-07-23T04:50:53.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:53.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:50:54.522Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-23T04:50:54.522Z] (2/33) Installing expat (2.2.9-r1) [2020-07-23T04:50:54.522Z] (3/33) Installing libffi (3.3-r2) [2020-07-23T04:50:54.522Z] (4/33) Installing gdbm (1.13-r1) [2020-07-23T04:50:54.522Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-23T04:50:54.522Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-23T04:50:54.522Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-23T04:50:56.489Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-23T04:50:56.489Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-23T04:50:56.489Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-23T04:50:56.489Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-23T04:50:56.489Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-23T04:50:56.489Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-23T04:50:56.489Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-23T04:50:56.489Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-23T04:50:56.489Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-23T04:50:56.489Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-23T04:50:56.489Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-23T04:50:56.489Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-23T04:50:56.489Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-23T04:50:56.489Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-23T04:50:56.489Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-23T04:50:56.489Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-23T04:50:56.489Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-23T04:50:56.489Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-23T04:50:56.489Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-23T04:50:56.489Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-23T04:50:56.489Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-23T04:50:56.489Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-23T04:50:56.489Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-23T04:50:56.489Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-23T04:50:56.489Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-23T04:50:56.763Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-23T04:50:56.763Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:50:56.763Z] OK: 71 MiB in 55 packages [2020-07-23T04:51:03.471Z] Removing intermediate container 15dc6374b333 [2020-07-23T04:51:03.471Z] ---> 245252af192f [2020-07-23T04:51:03.471Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-23T04:51:03.742Z] ---> Running in bf237cdaf736 [2020-07-23T04:51:10.427Z] Collecting docker-compose==1.23.2 [2020-07-23T04:51:10.427Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-23T04:51:10.427Z] Collecting cached-property<2,>=1.2.0 [2020-07-23T04:51:10.427Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-23T04:51:11.396Z] Collecting jsonschema<3,>=2.5.1 [2020-07-23T04:51:11.396Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-23T04:51:11.666Z] 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-23T04:51:13.087Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-23T04:51:13.087Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-23T04:51:13.677Z] Collecting texttable<0.10,>=0.9.0 [2020-07-23T04:51:13.677Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-23T04:51:17.043Z] Collecting docopt<0.7,>=0.6.1 [2020-07-23T04:51:17.043Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-23T04:51:19.649Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-23T04:51:19.649Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-23T04:51:20.240Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-23T04:51:20.240Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-23T04:51:23.604Z] Collecting PyYAML<4,>=3.10 [2020-07-23T04:51:23.604Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-23T04:51:27.879Z] Collecting docker<4.0,>=3.6.0 [2020-07-23T04:51:27.879Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-23T04:51:27.879Z] 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-23T04:51:27.879Z] 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-23T04:51:28.469Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-23T04:51:28.469Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-23T04:51:28.740Z] Collecting idna<2.8,>=2.5 [2020-07-23T04:51:28.740Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-23T04:51:29.011Z] Collecting docker-pycreds>=0.4.0 [2020-07-23T04:51:29.281Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-23T04:51:29.281Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-23T04:51:29.281Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-23T04:51:29.281Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-23T04:51:29.281Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-23T04:51:30.249Z] Installing collected packages: cached-property, jsonschema, urllib3, idna, requests, texttable, docopt, websocket-client, dockerpty, PyYAML, docker-pycreds, docker, docker-compose [2020-07-23T04:51:30.839Z] Attempting uninstall: urllib3 [2020-07-23T04:51:30.839Z] Found existing installation: urllib3 1.25.9 [2020-07-23T04:51:30.839Z] Uninstalling urllib3-1.25.9: [2020-07-23T04:51:31.110Z] Successfully uninstalled urllib3-1.25.9 [2020-07-23T04:51:31.700Z] Attempting uninstall: idna [2020-07-23T04:51:31.700Z] Found existing installation: idna 2.9 [2020-07-23T04:51:31.700Z] Uninstalling idna-2.9: [2020-07-23T04:51:31.700Z] Successfully uninstalled idna-2.9 [2020-07-23T04:51:32.680Z] Attempting uninstall: requests [2020-07-23T04:51:32.680Z] Found existing installation: requests 2.23.0 [2020-07-23T04:51:32.680Z] Uninstalling requests-2.23.0: [2020-07-23T04:51:32.680Z] Successfully uninstalled requests-2.23.0 [2020-07-23T04:51:32.953Z] Running setup.py install for texttable: started [2020-07-23T04:51:35.574Z] Running setup.py install for texttable: finished with status 'done' [2020-07-23T04:51:35.574Z] Running setup.py install for docopt: started [2020-07-23T04:51:37.535Z] Running setup.py install for docopt: finished with status 'done' [2020-07-23T04:51:37.806Z] Running setup.py install for dockerpty: started [2020-07-23T04:51:40.411Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-23T04:51:40.411Z] Running setup.py install for PyYAML: started [2020-07-23T04:51:43.019Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-23T04:51:44.982Z] 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-23T04:51:48.349Z] Removing intermediate container bf237cdaf736 [2020-07-23T04:51:48.349Z] ---> 7038f4c601ff [2020-07-23T04:51:48.349Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-23T04:51:48.349Z] ---> Running in b027ea1ccbc7 [2020-07-23T04:51:50.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-23T04:51:50.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-23T04:51:50.897Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-23T04:51:50.897Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-23T04:51:50.897Z] (3/3) Installing curl (7.69.1-r0) [2020-07-23T04:51:50.897Z] Executing busybox-1.31.1-r16.trigger [2020-07-23T04:51:50.897Z] OK: 71 MiB in 58 packages [2020-07-23T04:51:52.317Z] Removing intermediate container b027ea1ccbc7 [2020-07-23T04:51:52.317Z] ---> fa236f8e58a0 [2020-07-23T04:51:52.317Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-23T04:51:52.317Z] ---> Running in a7e1ded35b52 [2020-07-23T04:51:52.586Z] Removing intermediate container a7e1ded35b52 [2020-07-23T04:51:52.586Z] ---> 21bd131da767 [2020-07-23T04:51:52.586Z] Step 24/26 : LABEL arch=arm64 [2020-07-23T04:51:52.857Z] ---> Running in 87f15bd1441b [2020-07-23T04:51:53.131Z] Removing intermediate container 87f15bd1441b [2020-07-23T04:51:53.131Z] ---> 888bd903aafe [2020-07-23T04:51:53.131Z] Step 25/26 : LABEL git_sha=76c9638192a061e523d41b6ab68bbe159b5d6f81 [2020-07-23T04:51:53.401Z] ---> Running in 8897ccba3e71 [2020-07-23T04:51:53.671Z] Removing intermediate container 8897ccba3e71 [2020-07-23T04:51:53.671Z] ---> 89c3abbdd08f [2020-07-23T04:51:53.671Z] Step 26/26 : LABEL version=0.0.0 [2020-07-23T04:51:53.943Z] ---> Running in 578ca037d11d [2020-07-23T04:51:54.218Z] Removing intermediate container 578ca037d11d [2020-07-23T04:51:54.218Z] ---> 2f01298e0a8c [2020-07-23T04:51:54.218Z] [2020-07-23T04:51:54.809Z] Successfully built 2f01298e0a8c [2020-07-23T04:51:54.809Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-23T04:51:55.414Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-23T04:51:55.401Z] $ docker stop --time=1 c635352e400d8584c0baaa054ef414bf1e2075c2cdb6e37dfa95a062a065d4ca [2020-07-23T04:51:57.354Z] $ docker rm -f c635352e400d8584c0baaa054ef414bf1e2075c2cdb6e37dfa95a062a065d4ca [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-23T04:51:58.063Z] + + docker images [2020-07-23T04:51:58.063Z] grep docker [2020-07-23T04:51:58.335Z] docker-sys-mgmt-agent-go-arm64 latest 2f01298e0a8c 4 seconds ago 266MB [2020-07-23T04:51:58.335Z] docker-support-logging-go-arm64 latest b3478f2664b1 About a minute ago 11.4MB [2020-07-23T04:51:58.335Z] docker-support-notifications-go-arm64 latest 2acda17f838d About a minute ago 13.9MB [2020-07-23T04:51:58.335Z] docker-core-command-go-arm64 latest d18671b6037f 2 minutes ago 12.4MB [2020-07-23T04:51:58.335Z] docker-core-data-go-arm64 latest ae1d85a8b7f5 2 minutes ago 22.6MB [2020-07-23T04:51:58.335Z] docker-security-secretstore-setup-go-arm64 latest 795b04a4f066 4 minutes ago 32.6MB [2020-07-23T04:51:58.335Z] docker-security-secrets-setup-go-arm64 latest 87ca585a16f0 5 minutes ago 24.2MB [2020-07-23T04:51:58.335Z] docker-core-metadata-go-arm64 latest 3996a60d2ef8 5 minutes ago 13.8MB [2020-07-23T04:51:58.335Z] docker-support-scheduler-go-arm64 latest 002188d43ec6 5 minutes ago 12.6MB [2020-07-23T04:51:58.335Z] docker-security-proxy-setup-go-arm64 latest 4a913e89371d 5 minutes ago 15.8MB [2020-07-23T04:51:58.335Z] 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-23T04:51:59.693Z] provisioning config files... [2020-07-23T04:51:59.716Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config7428496599722092066tmp [Pipeline] { [Pipeline] sh [2020-07-23T04:52:00.088Z] + curl -s https://codecov.io/bash [2020-07-23T04:52:00.088Z] + bash -s - -t @/w/workspace/edgex-go/5@tmp/config7428496599722092066tmp [Pipeline] } [2020-07-23T04:52:00.357Z] 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-23T04:52:01.925Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:52:02.816Z] ---> package-listing.sh [2020-07-23T04:52:02.817Z] ++ facter osfamily [2020-07-23T04:52:02.817Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-23T04:52:02.817Z] + OS_FAMILY=redhat [2020-07-23T04:52:02.817Z] + workspace=/w/workspace/edgex-go/5 [2020-07-23T04:52:02.817Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-23T04:52:02.817Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-23T04:52:02.817Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-23T04:52:02.817Z] + PACKAGES=/tmp/packages_start.txt [2020-07-23T04:52:02.817Z] + '[' /w/workspace/edgex-go/5 ']' [2020-07-23T04:52:02.817Z] + PACKAGES=/tmp/packages_end.txt [2020-07-23T04:52:02.817Z] + case "${OS_FAMILY}" in [2020-07-23T04:52:02.817Z] + rpm -qa [2020-07-23T04:52:02.817Z] + sort [2020-07-23T04:52:07.024Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-23T04:52:07.024Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-23T04:52:07.024Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-23T04:52:07.024Z] + '[' /w/workspace/edgex-go/5 ']' [2020-07-23T04:52:07.024Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2020-07-23T04:52:07.024Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:52:07.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:52:07.409Z] [2020-07-23T04:52:07.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-23T04:52:07.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:52:07.753Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-23T04:52:07.753Z] c9b1b535fdd9: Pulling fs layer [2020-07-23T04:52:07.753Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-23T04:52:07.753Z] 756a868c4378: Pulling fs layer [2020-07-23T04:52:07.753Z] 444b2fc9a129: Pulling fs layer [2020-07-23T04:52:07.753Z] ea15f1150254: Pulling fs layer [2020-07-23T04:52:07.753Z] 41b27a9f41bf: Pulling fs layer [2020-07-23T04:52:07.753Z] 28c525ee5125: Pulling fs layer [2020-07-23T04:52:07.753Z] 094b1ea09ed8: Pulling fs layer [2020-07-23T04:52:07.753Z] 138eaada9080: Pulling fs layer [2020-07-23T04:52:07.753Z] 0622d0fa9048: Pulling fs layer [2020-07-23T04:52:07.753Z] 138eaada9080: Waiting [2020-07-23T04:52:07.753Z] 0622d0fa9048: Waiting [2020-07-23T04:52:07.753Z] 444b2fc9a129: Waiting [2020-07-23T04:52:07.753Z] 28c525ee5125: Waiting [2020-07-23T04:52:07.753Z] 094b1ea09ed8: Waiting [2020-07-23T04:52:07.753Z] ea15f1150254: Waiting [2020-07-23T04:52:07.753Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-23T04:52:07.753Z] 2cc5ad85d9ab: Download complete [2020-07-23T04:52:07.753Z] 444b2fc9a129: Verifying Checksum [2020-07-23T04:52:07.753Z] 444b2fc9a129: Download complete [2020-07-23T04:52:07.753Z] c9b1b535fdd9: Verifying Checksum [2020-07-23T04:52:07.753Z] c9b1b535fdd9: Download complete [2020-07-23T04:52:07.753Z] ea15f1150254: Verifying Checksum [2020-07-23T04:52:07.753Z] ea15f1150254: Download complete [2020-07-23T04:52:08.016Z] 28c525ee5125: Verifying Checksum [2020-07-23T04:52:08.016Z] 28c525ee5125: Download complete [2020-07-23T04:52:08.279Z] 756a868c4378: Verifying Checksum [2020-07-23T04:52:08.279Z] 756a868c4378: Download complete [2020-07-23T04:52:08.279Z] 138eaada9080: Verifying Checksum [2020-07-23T04:52:08.279Z] 138eaada9080: Download complete [2020-07-23T04:52:08.279Z] c9b1b535fdd9: Pull complete [2020-07-23T04:52:08.279Z] 0622d0fa9048: Verifying Checksum [2020-07-23T04:52:08.279Z] 0622d0fa9048: Download complete [2020-07-23T04:52:08.279Z] 094b1ea09ed8: Verifying Checksum [2020-07-23T04:52:08.279Z] 094b1ea09ed8: Download complete [2020-07-23T04:52:08.852Z] 2cc5ad85d9ab: Pull complete [2020-07-23T04:52:08.852Z] 41b27a9f41bf: Verifying Checksum [2020-07-23T04:52:08.852Z] 41b27a9f41bf: Download complete [2020-07-23T04:52:10.247Z] 756a868c4378: Pull complete [2020-07-23T04:52:10.247Z] 444b2fc9a129: Pull complete [2020-07-23T04:52:10.512Z] ea15f1150254: Pull complete [2020-07-23T04:52:15.810Z] 41b27a9f41bf: Pull complete [2020-07-23T04:52:15.810Z] 28c525ee5125: Pull complete [2020-07-23T04:52:17.736Z] 094b1ea09ed8: Pull complete [2020-07-23T04:52:19.651Z] 138eaada9080: Pull complete [2020-07-23T04:52:19.911Z] 0622d0fa9048: Pull complete [2020-07-23T04:52:19.911Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-23T04:52:19.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-23T04:52:19.911Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-23T04:52:20.089Z] prd-centos7-docker-4c-2g-681 does not seem to be running inside a container [2020-07-23T04:52:20.156Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-23T04:52:24.118Z] $ docker top a091338888eabe1ab640e1985ff8ac6ecc66a133a4328c41093f536c5e7821c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-23T04:52:24.414Z] provisioning config files... [2020-07-23T04:52:24.427Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config3603381239058806203tmp [Pipeline] { [Pipeline] echo [2020-07-23T04:52:24.498Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:52:24.793Z] ---> create-netrc.sh [Pipeline] echo [2020-07-23T04:52:24.802Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-23T04:52:25.092Z] ---> logs-deploy.sh [2020-07-23T04:52:25.092Z] + ARCHIVE_ARTIFACTS= [2020-07-23T04:52:25.092Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-23T04:52:25.092Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-23T04:52:25.092Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-23T04:52:25.092Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/5 [2020-07-23T04:52:25.092Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/5/ [2020-07-23T04:52:25.092Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/5 /w/workspace/edgex-go/5 [2020-07-23T04:52:26.033Z] Archives upload complete. [2020-07-23T04:52:26.293Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2625/5 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2625/5/ [2020-07-23T04:52:26.862Z] ---> uname -a: [2020-07-23T04:52:26.862Z] Linux a091338888ea 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-07-23T04:52:26.862Z] [2020-07-23T04:52:26.862Z]