Pull request #2645 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 890eed59273f8d47040d5f6787b10474dde7e5bf+fafc60a9d7fea616381e3b22eee758626c34d17c (5d6ab141539359191962fd66bcaee2fd9a66ad88) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1441 in /w/workspace/edgexfoundry_edgex-go_PR-2645 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fafc60a9d7fea616381e3b22eee758626c34d17c into PR head commit 890eed59273f8d47040d5f6787b10474dde7e5bf Merge succeeded, producing 890eed59273f8d47040d5f6787b10474dde7e5bf Checking out Revision 890eed59273f8d47040d5f6787b10474dde7e5bf (PR-2645) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2645/head:refs/remotes/origin/PR-2645 # 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/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 890eed59273f8d47040d5f6787b10474dde7e5bf # 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 fafc60a9d7fea616381e3b22eee758626c34d17c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 890eed59273f8d47040d5f6787b10474dde7e5bf # timeout=10 Commit message: "build: remove VERSION file as git-semver now manages version" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 4a6d51dc6980001c9f79f4994ce23529a8d4a897 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-29T16:09:57.561Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-29T16:09:57.792Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-29T16:09:57.874Z] ========================================================= [2020-07-29T16:09:57.874Z] EdgeX Global Pipelines Version Info [2020-07-29T16:09:57.874Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-29T16:09:59.679Z] ------------------- [2020-07-29T16:09:59.679Z] stable info: [2020-07-29T16:09:59.679Z] ------------------- [2020-07-29T16:09:59.679Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-29T16:09:59.679Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-29T16:09:59.679Z] Message: update stable to v1.0.106 [2020-07-29T16:10:00.250Z] ------------------- [2020-07-29T16:10:00.250Z] experimental info: [2020-07-29T16:10:00.250Z] ------------------- [2020-07-29T16:10:00.250Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-29T16:10:00.251Z] Commit SHA: 626b9661e310b9d132ae9d5c3b37d89ff845648b [2020-07-29T16:10:00.251Z] Message: update experimental to v1.0.108 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-29T16:10:02.022Z] ++ 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-29T16:10:02.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T16:10:02.022Z] ++ dirname cmd/core-command/Dockerfile [2020-07-29T16:10:02.022Z] ++ cut -d/ -f2 [2020-07-29T16:10:02.022Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-29T16:10:02.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T16:10:02.022Z] ++ dirname cmd/core-data/Dockerfile [2020-07-29T16:10:02.022Z] ++ cut -d/ -f2 [2020-07-29T16:10:02.022Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-29T16:10:02.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T16:10:02.022Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-29T16:10:02.022Z] ++ cut -d/ -f2 [2020-07-29T16:10:02.022Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-29T16:10:02.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T16:10:02.022Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-29T16:10:02.022Z] ++ cut -d/ -f2 [2020-07-29T16:10:02.022Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-29T16:10:02.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T16:10:02.022Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-29T16:10:02.022Z] ++ cut -d/ -f2 [2020-07-29T16:10:02.022Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-29T16:10:02.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T16:10:02.022Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-29T16:10:02.022Z] ++ cut -d/ -f2 [2020-07-29T16:10:02.022Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-29T16:10:02.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T16:10:02.022Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-29T16:10:02.022Z] ++ cut -d/ -f2 [2020-07-29T16:10:02.022Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-29T16:10:02.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T16:10:02.022Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-29T16:10:02.022Z] ++ cut -d/ -f2 [2020-07-29T16:10:02.022Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-29T16:10:02.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T16:10:02.022Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-29T16:10:02.022Z] ++ cut -d/ -f2 [2020-07-29T16:10:02.022Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-29T16:10:02.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-29T16:10:02.022Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-29T16:10:02.022Z] ++ cut -d/ -f2 [2020-07-29T16:10:02.022Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-29T16:10:02.083Z] 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-29T16:10:03.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T16:10:03.093Z] [2020-07-29T16:10:03.093Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T16:10:03.461Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T16:10:03.461Z] latest: Pulling from edgex-devops/git-semver [2020-07-29T16:10:03.461Z] 31603596830f: Pulling fs layer [2020-07-29T16:10:03.461Z] 2a8b12db71e7: Pulling fs layer [2020-07-29T16:10:03.461Z] 6ca5941a6612: Pulling fs layer [2020-07-29T16:10:03.461Z] ecc8261a40a4: Pulling fs layer [2020-07-29T16:10:03.461Z] ecc8261a40a4: Waiting [2020-07-29T16:10:03.461Z] 2a8b12db71e7: Verifying Checksum [2020-07-29T16:10:03.461Z] 2a8b12db71e7: Download complete [2020-07-29T16:10:03.722Z] 31603596830f: Verifying Checksum [2020-07-29T16:10:03.722Z] 31603596830f: Download complete [2020-07-29T16:10:03.722Z] ecc8261a40a4: Verifying Checksum [2020-07-29T16:10:03.722Z] ecc8261a40a4: Download complete [2020-07-29T16:10:03.722Z] 6ca5941a6612: Verifying Checksum [2020-07-29T16:10:03.722Z] 6ca5941a6612: Download complete [2020-07-29T16:10:03.984Z] 31603596830f: Pull complete [2020-07-29T16:10:03.984Z] 2a8b12db71e7: Pull complete [2020-07-29T16:10:04.928Z] 6ca5941a6612: Pull complete [2020-07-29T16:10:04.928Z] ecc8261a40a4: Pull complete [2020-07-29T16:10:04.928Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-29T16:10:04.928Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-29T16:10:04.928Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-29T16:10:05.027Z] prd-centos7-docker-4c-2g-1441 does not seem to be running inside a container [2020-07-29T16:10:05.072Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-29T16:10:07.449Z] $ docker top 0072c86ab86fa71b9bf15eb3bf4b6f1080eb38d19f9f718680191994b909463e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-29T16:10:07.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T16:10:07.715Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T16:10:07.933Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T16:10:07.938Z] $ docker exec 0072c86ab86fa71b9bf15eb3bf4b6f1080eb38d19f9f718680191994b909463e ssh-agent [2020-07-29T16:10:08.096Z] SSH_AUTH_SOCK=/tmp/ssh-ka3XX7qfQQTx/agent.11 [2020-07-29T16:10:08.096Z] SSH_AGENT_PID=16 [2020-07-29T16:10:08.105Z] Running ssh-add (command line suppressed) [2020-07-29T16:10:08.224Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3285849761706379822.key (/w/workspace/edgex-go/4@tmp/private_key_3285849761706379822.key) [2020-07-29T16:10:08.273Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T16:10:08.598Z] + git describe --exact-match --tags HEAD [2020-07-29T16:10:08.598Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-29T16:10:08.619Z] $ docker exec --env ******** --env ******** 0072c86ab86fa71b9bf15eb3bf4b6f1080eb38d19f9f718680191994b909463e ssh-agent -k [2020-07-29T16:10:08.733Z] unset SSH_AUTH_SOCK; [2020-07-29T16:10:08.734Z] unset SSH_AGENT_PID; [2020-07-29T16:10:08.734Z] echo Agent pid 16 killed; [2020-07-29T16:10:08.780Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-29T16:10:08.857Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-29T16:10:08.857Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-29T16:10:08.940Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-29T16:10:08.940Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-29T16:10:09.104Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-29T16:10:09.109Z] $ docker exec 0072c86ab86fa71b9bf15eb3bf4b6f1080eb38d19f9f718680191994b909463e ssh-agent [2020-07-29T16:10:09.267Z] SSH_AUTH_SOCK=/tmp/ssh-XsBL9PXMIs5O/agent.45 [2020-07-29T16:10:09.267Z] SSH_AGENT_PID=51 [2020-07-29T16:10:09.273Z] Running ssh-add (command line suppressed) [2020-07-29T16:10:09.387Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8441435782129948081.key (/w/workspace/edgex-go/4@tmp/private_key_8441435782129948081.key) [2020-07-29T16:10:09.437Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-29T16:10:09.759Z] + git semver init [2020-07-29T16:10:09.759Z] # -> Open(): unable to determine branch for HEAD [2020-07-29T16:10:09.759Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2020-07-29T16:10:09.759Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2020-07-29T16:10:09.759Z] # $SEMVER_REMOTE_NAME = origin [2020-07-29T16:10:09.759Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-29T16:10:09.759Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-29T16:10:09.759Z] # $SEMVER_BRANCH = PR-2645 [2020-07-29T16:10:09.759Z] # $SEMVER_TEMP = /tmp/semver-889203539 [2020-07-29T16:10:09.759Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-29T16:10:36.561Z] # '/tmp/semver-889203539' -> '/w/workspace/edgex-go/4/.semver' [2020-07-29T16:10:36.561Z] # -> Force: false [2020-07-29T16:10:36.561Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2020-07-29T16:10:36.572Z] $ docker exec --env ******** --env ******** 0072c86ab86fa71b9bf15eb3bf4b6f1080eb38d19f9f718680191994b909463e ssh-agent -k [2020-07-29T16:10:36.792Z] unset SSH_AUTH_SOCK; [2020-07-29T16:10:36.793Z] unset SSH_AGENT_PID; [2020-07-29T16:10:36.793Z] echo Agent pid 51 killed; [2020-07-29T16:10:36.860Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-29T16:10:37.359Z] + git semver [Pipeline] } [2020-07-29T16:10:37.373Z] $ docker stop --time=1 0072c86ab86fa71b9bf15eb3bf4b6f1080eb38d19f9f718680191994b909463e [2020-07-29T16:10:38.794Z] $ docker rm -f 0072c86ab86fa71b9bf15eb3bf4b6f1080eb38d19f9f718680191994b909463e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-29T16:10:51.492Z] Stashed 27 file(s) [Pipeline] echo [2020-07-29T16:10:51.494Z] [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-29T16:10:51.961Z] ========================================================= [2020-07-29T16:10:51.961Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-29T16:10:51.961Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T16:10:52.316Z] + 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-29T16:10:55.621Z] Sending build context to Docker daemon 322.9MB [2020-07-29T16:10:55.621Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T16:10:55.621Z] Step 2/7 : FROM ${BASE} [2020-07-29T16:10:55.621Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-29T16:10:55.621Z] df20fa9351a1: Pulling fs layer [2020-07-29T16:10:55.621Z] ed8968b2872e: Pulling fs layer [2020-07-29T16:10:55.621Z] a92cc7c5fd73: Pulling fs layer [2020-07-29T16:10:55.621Z] 2dd03ba5bac4: Pulling fs layer [2020-07-29T16:10:55.621Z] 1e091d79d1de: Pulling fs layer [2020-07-29T16:10:55.621Z] 481702a1767f: Pulling fs layer [2020-07-29T16:10:55.621Z] f64a6f60c768: Pulling fs layer [2020-07-29T16:10:55.621Z] e78d2573fc39: Pulling fs layer [2020-07-29T16:10:55.621Z] e876d2f968b6: Pulling fs layer [2020-07-29T16:10:55.621Z] ce8a83651883: Pulling fs layer [2020-07-29T16:10:55.621Z] 07967f4d0e4b: Pulling fs layer [2020-07-29T16:10:55.621Z] 2dd03ba5bac4: Waiting [2020-07-29T16:10:55.621Z] 1e091d79d1de: Waiting [2020-07-29T16:10:55.621Z] 481702a1767f: Waiting [2020-07-29T16:10:55.621Z] f64a6f60c768: Waiting [2020-07-29T16:10:55.621Z] e78d2573fc39: Waiting [2020-07-29T16:10:55.621Z] e876d2f968b6: Waiting [2020-07-29T16:10:55.621Z] ce8a83651883: Waiting [2020-07-29T16:10:55.621Z] 07967f4d0e4b: Waiting [2020-07-29T16:10:55.621Z] a92cc7c5fd73: Verifying Checksum [2020-07-29T16:10:55.621Z] a92cc7c5fd73: Download complete [2020-07-29T16:10:55.621Z] ed8968b2872e: Verifying Checksum [2020-07-29T16:10:55.621Z] ed8968b2872e: Download complete [2020-07-29T16:10:55.621Z] 1e091d79d1de: Download complete [2020-07-29T16:10:55.621Z] 481702a1767f: Verifying Checksum [2020-07-29T16:10:55.621Z] 481702a1767f: Download complete [2020-07-29T16:10:55.621Z] df20fa9351a1: Verifying Checksum [2020-07-29T16:10:55.621Z] df20fa9351a1: Download complete [2020-07-29T16:10:55.621Z] df20fa9351a1: Pull complete [2020-07-29T16:10:56.579Z] f64a6f60c768: Verifying Checksum [2020-07-29T16:10:56.579Z] f64a6f60c768: Download complete [2020-07-29T16:10:56.579Z] e876d2f968b6: Verifying Checksum [2020-07-29T16:10:56.579Z] e876d2f968b6: Download complete [2020-07-29T16:10:56.579Z] e78d2573fc39: Verifying Checksum [2020-07-29T16:10:56.580Z] e78d2573fc39: Download complete [2020-07-29T16:10:56.844Z] 07967f4d0e4b: Verifying Checksum [2020-07-29T16:10:56.844Z] 07967f4d0e4b: Download complete [2020-07-29T16:10:57.105Z] 2dd03ba5bac4: Verifying Checksum [2020-07-29T16:10:57.105Z] 2dd03ba5bac4: Download complete [2020-07-29T16:10:57.105Z] ce8a83651883: Verifying Checksum [2020-07-29T16:10:57.105Z] ce8a83651883: Download complete [2020-07-29T16:10:57.677Z] ed8968b2872e: Pull complete [2020-07-29T16:10:58.247Z] a92cc7c5fd73: Pull complete [2020-07-29T16:11:03.549Z] 2dd03ba5bac4: Pull complete [2020-07-29T16:11:03.549Z] 1e091d79d1de: Pull complete [2020-07-29T16:11:03.549Z] 481702a1767f: Pull complete [2020-07-29T16:11:06.758Z] Still waiting to schedule task [2020-07-29T16:11:06.758Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-07-29T16:11:10.171Z] f64a6f60c768: Pull complete [2020-07-29T16:11:12.725Z] e78d2573fc39: Pull complete [2020-07-29T16:11:12.725Z] e876d2f968b6: Pull complete [2020-07-29T16:11:13.670Z] ce8a83651883: Pull complete [2020-07-29T16:11:13.670Z] 07967f4d0e4b: Pull complete [2020-07-29T16:11:13.670Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-29T16:11:13.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-29T16:11:13.670Z] ---> 5d7c900382c6 [2020-07-29T16:11:13.670Z] 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-29T16:11:15.584Z] ---> Running in e287a55fedd8 [2020-07-29T16:11:15.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:11:16.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:11:17.361Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T16:11:17.361Z] (2/12) Installing file (5.38-r0) [2020-07-29T16:11:17.361Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T16:11:17.361Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T16:11:20.665Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T16:11:20.665Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T16:11:20.665Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T16:11:20.665Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T16:11:20.665Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T16:11:20.665Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T16:11:20.665Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T16:11:20.927Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T16:11:20.927Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:11:20.927Z] OK: 233 MiB in 51 packages [2020-07-29T16:11:25.145Z] Removing intermediate container e287a55fedd8 [2020-07-29T16:11:25.145Z] ---> 25bd6e9bce3a [2020-07-29T16:11:25.145Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T16:11:25.145Z] ---> Running in e9492ca46384 [2020-07-29T16:11:25.145Z] Removing intermediate container e9492ca46384 [2020-07-29T16:11:25.145Z] ---> 08dc3eacd877 [2020-07-29T16:11:25.145Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T16:11:25.145Z] latest: Pulling from library/docker [2020-07-29T16:11:25.145Z] df20fa9351a1: Already exists [2020-07-29T16:11:25.145Z] 25ad7478873d: Pulling fs layer [2020-07-29T16:11:25.145Z] 4684f6177b5d: Pulling fs layer [2020-07-29T16:11:25.145Z] 46e300cec669: Pulling fs layer [2020-07-29T16:11:25.145Z] 63038576ad94: Pulling fs layer [2020-07-29T16:11:25.145Z] 0fdb76c4706c: Pulling fs layer [2020-07-29T16:11:25.145Z] cb7edeffdfd5: Pulling fs layer [2020-07-29T16:11:25.145Z] cb7edeffdfd5: Waiting [2020-07-29T16:11:25.145Z] 63038576ad94: Waiting [2020-07-29T16:11:25.145Z] 0fdb76c4706c: Waiting [2020-07-29T16:11:25.414Z] 4684f6177b5d: Verifying Checksum [2020-07-29T16:11:25.414Z] 4684f6177b5d: Download complete [2020-07-29T16:11:25.414Z] 25ad7478873d: Verifying Checksum [2020-07-29T16:11:25.414Z] 25ad7478873d: Download complete [2020-07-29T16:11:25.414Z] 63038576ad94: Verifying Checksum [2020-07-29T16:11:25.414Z] 63038576ad94: Download complete [2020-07-29T16:11:25.677Z] 0fdb76c4706c: Verifying Checksum [2020-07-29T16:11:25.677Z] 0fdb76c4706c: Download complete [2020-07-29T16:11:25.677Z] cb7edeffdfd5: Verifying Checksum [2020-07-29T16:11:25.677Z] cb7edeffdfd5: Download complete [2020-07-29T16:11:25.677Z] 25ad7478873d: Pull complete [2020-07-29T16:11:25.939Z] 4684f6177b5d: Pull complete [2020-07-29T16:11:26.203Z] 46e300cec669: Verifying Checksum [2020-07-29T16:11:26.203Z] 46e300cec669: Download complete [2020-07-29T16:11:28.760Z] 46e300cec669: Pull complete [2020-07-29T16:11:28.760Z] 63038576ad94: Pull complete [2020-07-29T16:11:28.760Z] 0fdb76c4706c: Pull complete [2020-07-29T16:11:29.024Z] cb7edeffdfd5: Pull complete [2020-07-29T16:11:29.024Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T16:11:29.024Z] Status: Downloaded newer image for docker:latest [2020-07-29T16:11:30.411Z] ---> 9dfdcd0bbcb8 [2020-07-29T16:11:30.411Z] Step 6/7 : COPY go.mod . [2020-07-29T16:11:30.672Z] ---> d2b2c987aa59 [2020-07-29T16:11:30.672Z] Step 7/7 : RUN go mod download [2020-07-29T16:11:30.672Z] ---> Running in 4c618971d8e1 [2020-07-29T16:11:33.222Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T16:11:33.222Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T16:11:33.222Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T16:11:33.222Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T16:11:33.222Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T16:11:33.222Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T16:11:33.222Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T16:11:33.222Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T16:11:33.222Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T16:11:33.222Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T16:11:33.222Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T16:11:33.222Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T16:11:33.222Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T16:11:33.222Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T16:11:33.222Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T16:11:33.222Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T16:11:33.222Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T16:11:33.222Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T16:11:33.222Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T16:11:33.222Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T16:11:33.222Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T16:11:33.222Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T16:11:33.222Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T16:11:33.483Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T16:11:33.483Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T16:11:33.483Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T16:11:33.483Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T16:11:33.483Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T16:11:33.483Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T16:11:33.483Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T16:11:33.483Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T16:11:33.483Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T16:11:33.483Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T16:11:33.483Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T16:11:33.483Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T16:11:33.483Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T16:11:33.744Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T16:11:33.744Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T16:11:33.744Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T16:11:33.744Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T16:11:33.744Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T16:11:33.744Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T16:11:33.744Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T16:11:33.744Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T16:11:33.744Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T16:11:33.744Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T16:11:33.744Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T16:11:33.744Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T16:11:33.744Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T16:11:34.005Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T16:11:34.005Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T16:11:34.005Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T16:11:34.005Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T16:11:34.005Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T16:11:34.005Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T16:11:34.005Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T16:11:34.005Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T16:11:34.005Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T16:11:34.005Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T16:11:34.005Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T16:11:34.005Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T16:11:34.005Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T16:11:34.267Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T16:11:34.267Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T16:11:34.267Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T16:11:34.267Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T16:11:34.267Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T16:11:34.267Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T16:11:34.267Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T16:11:34.267Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T16:11:34.267Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T16:11:34.267Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T16:11:34.267Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T16:11:34.267Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T16:11:34.267Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T16:11:34.530Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T16:11:34.530Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T16:11:34.530Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T16:11:34.530Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T16:11:34.530Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T16:11:34.530Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T16:11:34.530Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T16:11:34.530Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T16:11:34.530Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T16:11:34.530Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T16:11:34.530Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T16:11:34.530Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T16:11:34.793Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T16:11:34.793Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T16:11:34.793Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T16:11:34.793Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T16:11:34.793Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T16:11:47.048Z] Removing intermediate container 4c618971d8e1 [2020-07-29T16:11:47.048Z] ---> 20794b3768ec [2020-07-29T16:11:47.048Z] Successfully built 20794b3768ec [2020-07-29T16:11:47.048Z] 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-29T16:11:47.616Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-29T16:11:47.616Z] . [Pipeline] withDockerContainer [2020-07-29T16:11:47.712Z] prd-centos7-docker-4c-2g-1441 does not seem to be running inside a container [2020-07-29T16:11:47.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-07-29T16:11:48.360Z] $ docker top 834f4c01dad92adef545ebca22762d41785376696610102c2df5dcbfe57f9003 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T16:11:48.825Z] + go version [2020-07-29T16:11:48.825Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-29T16:11:48.836Z] ========================================================= [2020-07-29T16:11:48.836Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T16:11:48.836Z] ========================================================= [Pipeline] sh [2020-07-29T16:11:49.125Z] + make test [2020-07-29T16:11:49.125Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T16:11:51.687Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T16:11:59.933Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T16:12:04.218Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T16:12:04.218Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T16:12:04.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T16:12:04.218Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T16:12:06.808Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.009s [2020-07-29T16:12:06.808Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T16:12:06.808Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T16:12:06.808Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T16:12:06.808Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T16:12:07.400Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T16:12:07.400Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T16:12:07.400Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T16:12:07.400Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T16:12:11.677Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.066s coverage: 46.6% of statements [2020-07-29T16:12:11.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T16:12:11.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T16:12:11.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T16:12:11.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T16:12:11.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T16:12:15.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.043s coverage: 27.4% of statements [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T16:12:15.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T16:12:15.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.024s coverage: 100.0% of statements [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T16:12:15.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.086s coverage: 29.3% of statements [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T16:12:15.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.032s coverage: 100.0% of statements [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T16:12:15.965Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.017s coverage: 100.0% of statements [2020-07-29T16:12:15.965Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T16:12:16.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.020s coverage: 89.8% of statements [2020-07-29T16:12:16.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T16:12:16.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements [2020-07-29T16:12:16.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T16:12:16.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.016s coverage: 100.0% of statements [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T16:12:16.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T16:12:16.774Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.006s coverage: 58.8% of statements [2020-07-29T16:12:17.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.035s coverage: 63.5% of statements [2020-07-29T16:12:17.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T16:12:17.736Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T16:12:17.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements [2020-07-29T16:12:18.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.097s coverage: 55.9% of statements [2020-07-29T16:12:18.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T16:12:18.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T16:12:18.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T16:12:18.007Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T16:12:21.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.498s coverage: 86.3% of statements [2020-07-29T16:12:21.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T16:12:21.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.249s coverage: 72.2% of statements [2020-07-29T16:12:21.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.085s coverage: 72.1% of statements [2020-07-29T16:12:21.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.021s coverage: 82.4% of statements [2020-07-29T16:12:21.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.047s coverage: 48.4% of statements [2020-07-29T16:12:21.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T16:12:21.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T16:12:21.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T16:12:21.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements [2020-07-29T16:12:21.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T16:12:21.368Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.009s coverage: 96.8% of statements [2020-07-29T16:12:21.368Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T16:12:21.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.036s coverage: 26.9% of statements [2020-07-29T16:12:21.968Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T16:12:21.968Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T16:12:21.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.107s coverage: 84.1% of statements [2020-07-29T16:12:22.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements [2020-07-29T16:12:22.230Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.017s coverage: 43.1% of statements [2020-07-29T16:12:22.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T16:12:22.230Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T16:12:22.818Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.009s coverage: 100.0% of statements [2020-07-29T16:12:22.818Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T16:12:23.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.032s coverage: 83.8% of statements [2020-07-29T16:12:23.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T16:12:25.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.024s coverage: 45.1% of statements [2020-07-29T16:12:25.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T16:12:25.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T16:12:25.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.042s coverage: 100.0% of statements [2020-07-29T16:12:25.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T16:12:25.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T16:12:25.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T16:12:25.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements [2020-07-29T16:12:25.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T16:12:25.694Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements [2020-07-29T16:12:25.694Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T16:12:26.671Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.043s coverage: 29.1% of statements [2020-07-29T16:12:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T16:12:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T16:12:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T16:12:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T16:12:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T16:12:26.933Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.018s coverage: 99.0% of statements [2020-07-29T16:12:26.933Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T16:12:27.201Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements [2020-07-29T16:12:27.201Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T16:12:27.201Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2020-07-29T16:12:27.201Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T16:12:27.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2020-07-29T16:12:27.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T16:12:27.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T16:12:27.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T16:12:27.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T16:12:27.777Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements [2020-07-29T16:12:27.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T16:12:27.777Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T16:12:28.043Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-07-29T16:12:28.305Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-07-29T16:12:28.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-07-29T16:12:28.886Z] GO111MODULE=on go vet ./... [2020-07-29T16:12:34.220Z] gofmt -l . [2020-07-29T16:12:34.790Z] [ "`gofmt -l .`" = "" ] [2020-07-29T16:12:35.364Z] ./bin/test-go-mod-tidy.sh [2020-07-29T16:12:36.307Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-29T16:12:37.999Z] + ls -al . [2020-07-29T16:12:37.999Z] total 556 [2020-07-29T16:12:37.999Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 16:12 . [2020-07-29T16:12:37.999Z] drwxr-xr-x 4 root root 28 Jul 29 16:11 .. [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 16:09 .dockerignore [2020-07-29T16:12:37.999Z] drwxrwxr-x 8 1001 1001 179 Jul 29 16:09 .git [2020-07-29T16:12:37.999Z] drwxrwxr-x 3 1001 1001 60 Jul 29 16:09 .github [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 932 Jul 29 16:09 .gitignore [2020-07-29T16:12:37.999Z] drwx------ 3 1001 1001 47 Jul 29 16:10 .semver [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 166 Jul 29 16:09 .sonarcloud.properties [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 16:09 CONTRIBUTING.md [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 16:09 Dockerfile.build [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 865 Jul 29 16:09 Jenkinsfile [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 16:09 LICENSE [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 6237 Jul 29 16:09 Makefile [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 16:09 README.md [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 16:09 SECURITY.md [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 16:10 VERSION [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 16:09 ZMQWindows.md [2020-07-29T16:12:37.999Z] drwxrwxr-x 2 1001 1001 117 Jul 29 16:09 bin [2020-07-29T16:12:37.999Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 16:09 cmd [2020-07-29T16:12:37.999Z] -rw-r--r-- 1 root root 456067 Jul 29 16:12 coverage.out [2020-07-29T16:12:37.999Z] -rw-r--r-- 1 root root 1019 Jul 29 16:12 go.mod [2020-07-29T16:12:37.999Z] -rw-r--r-- 1 root root 18146 Jul 29 16:12 go.sum [2020-07-29T16:12:37.999Z] drwxrwxr-x 8 1001 1001 127 Jul 29 16:09 internal [2020-07-29T16:12:37.999Z] drwxrwxr-x 4 1001 1001 26 Jul 29 16:09 openapi [2020-07-29T16:12:37.999Z] drwxrwxr-x 4 1001 1001 71 Jul 29 16:09 snap [2020-07-29T16:12:37.999Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 16:09 version.go [Pipeline] sh [2020-07-29T16:12:38.403Z] + '[' -e coverage.out ] [2020-07-29T16:12:38.403Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T16:12:38.553Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T16:12:38.932Z] + make build [2020-07-29T16:12:38.932Z] 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-29T16:12:44.382Z] 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-29T16:12:47.693Z] 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-29T16:12:49.088Z] 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-29T16:12:50.481Z] 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-29T16:12:52.401Z] 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-29T16:12:52.979Z] 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-29T16:12:55.554Z] 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-29T16:12: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-29T16:12:59.060Z] 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-29T16:13:00.451Z] 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-29T16:13:01.840Z] 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-29T16:13:03.228Z] 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-29T16:13:04.187Z] $ docker stop --time=1 834f4c01dad92adef545ebca22762d41785376696610102c2df5dcbfe57f9003 [2020-07-29T16:13:05.763Z] $ docker rm -f 834f4c01dad92adef545ebca22762d41785376696610102c2df5dcbfe57f9003 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T16:13:08.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T16:13:08.793Z] [2020-07-29T16:13:08.793Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T16:13:09.131Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T16:13:09.131Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-29T16:13:09.131Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-29T16:13:09.131Z] ca9280d653b3: Pulling fs layer [2020-07-29T16:13:09.131Z] 7e9c9ca2126c: Pulling fs layer [2020-07-29T16:13:09.131Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-29T16:13:09.131Z] cbdbe7a5bc2a: Download complete [2020-07-29T16:13:09.394Z] ca9280d653b3: Verifying Checksum [2020-07-29T16:13:09.394Z] ca9280d653b3: Download complete [2020-07-29T16:13:09.659Z] cbdbe7a5bc2a: Pull complete [2020-07-29T16:13:10.236Z] 7e9c9ca2126c: Download complete [2020-07-29T16:13:10.236Z] ca9280d653b3: Pull complete [2020-07-29T16:13:20.258Z] 7e9c9ca2126c: Pull complete [2020-07-29T16:13:20.258Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-29T16:13:20.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T16:13:20.258Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-29T16:13:20.389Z] prd-centos7-docker-4c-2g-1441 does not seem to be running inside a container [2020-07-29T16:13:20.436Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-29T16:13:21.566Z] $ docker top b619134c95d4429e223f0da0ac2755295188cb3a340970e1e218d76b1adf0994 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T16:13:22.044Z] + docker-compose build --help [2020-07-29T16:13:22.044Z] + grep parallel [2020-07-29T16:13:22.988Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T16:13:23.001Z] $ docker stop --time=1 b619134c95d4429e223f0da0ac2755295188cb3a340970e1e218d76b1adf0994 [2020-07-29T16:13:24.372Z] $ docker rm -f b619134c95d4429e223f0da0ac2755295188cb3a340970e1e218d76b1adf0994 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T16:13:25.001Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-29T16:13:25.001Z] . [Pipeline] withDockerContainer [2020-07-29T16:13:25.110Z] prd-centos7-docker-4c-2g-1441 does not seem to be running inside a container [2020-07-29T16:13:25.154Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-29T16:13:25.711Z] $ docker top 578f0e1c23349cc41d148003f6f2e00dee571c90d28c0617fcdd30a6ee3bb9da -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T16:13:26.159Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T16:13:27.106Z] Building docker-core-command-go ... [2020-07-29T16:13:27.106Z] Building docker-core-data-go ... [2020-07-29T16:13:27.106Z] Building docker-core-metadata-go ... [2020-07-29T16:13:27.106Z] Building docker-security-proxy-setup-go ... [2020-07-29T16:13:27.106Z] Building docker-security-secrets-setup-go ... [2020-07-29T16:13:27.106Z] Building docker-security-secretstore-setup-go ... [2020-07-29T16:13:27.106Z] Building docker-support-logging-go ... [2020-07-29T16:13:27.106Z] Building docker-support-notifications-go ... [2020-07-29T16:13:27.106Z] Building docker-support-scheduler-go ... [2020-07-29T16:13:27.106Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T16:13:27.106Z] Building docker-security-secretstore-setup-go [2020-07-29T16:13:27.106Z] Building docker-security-secrets-setup-go [2020-07-29T16:13:27.106Z] Building docker-security-proxy-setup-go [2020-07-29T16:13:27.106Z] Building docker-support-notifications-go [2020-07-29T16:13:27.106Z] Building docker-support-logging-go [2020-07-29T16:13:59.297Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:13:59.297Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T16:13:59.297Z] ---> 20794b3768ec [2020-07-29T16:13:59.297Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T16:13:59.297Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:13:59.297Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:13:59.297Z] ---> 20794b3768ec [2020-07-29T16:13:59.297Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T16:13:59.297Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:13:59.297Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:13:59.297Z] ---> 20794b3768ec [2020-07-29T16:13:59.297Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T16:13:59.297Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:13:59.297Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:13:59.297Z] ---> 20794b3768ec [2020-07-29T16:13:59.297Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T16:13:59.297Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:13:59.297Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:13:59.297Z] ---> 20794b3768ec [2020-07-29T16:13:59.297Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T16:13:59.297Z] ---> Running in 585316429c8b [2020-07-29T16:13:59.297Z] ---> Running in 9c28a8f49a56 [2020-07-29T16:13:59.297Z] ---> Running in 865511707aa7 [2020-07-29T16:13:59.297Z] ---> Running in 9ec457169bd2 [2020-07-29T16:13:59.297Z] ---> Running in cf3e1848afdd [2020-07-29T16:13:59.297Z] Removing intermediate container 9ec457169bd2 [2020-07-29T16:13:59.297Z] ---> 900f2d10bebf [2020-07-29T16:13:59.297Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:13:59.297Z] Removing intermediate container cf3e1848afdd [2020-07-29T16:13:59.297Z] ---> 5f6e22519986 [2020-07-29T16:13:59.297Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T16:13:59.297Z] Removing intermediate container 585316429c8b [2020-07-29T16:13:59.297Z] ---> f1f83280da9d [2020-07-29T16:13:59.297Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:13:59.297Z] Removing intermediate container 9c28a8f49a56 [2020-07-29T16:13:59.297Z] ---> 8f547525a5b2 [2020-07-29T16:13:59.297Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:13:59.297Z] Removing intermediate container 865511707aa7 [2020-07-29T16:13:59.297Z] ---> 1aa4d6d9a7f9 [2020-07-29T16:13:59.297Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:13:59.297Z] ---> Running in d24f5dba5f67 [2020-07-29T16:13:59.297Z] ---> Running in 870f2dc9b9f9 [2020-07-29T16:13:59.297Z] ---> Running in f69f55c15b0b [2020-07-29T16:13:59.297Z] ---> Running in 03d9adc44419 [2020-07-29T16:13:59.297Z] ---> Running in df865096162a [2020-07-29T16:13:59.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:14:00.136Z] Removing intermediate container 870f2dc9b9f9 [2020-07-29T16:14:00.136Z] ---> 05920f60bb4e [2020-07-29T16:14:00.136Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T16:14:00.400Z] Removing intermediate container f69f55c15b0b [2020-07-29T16:14:00.400Z] ---> d14fd1dd7894 [2020-07-29T16:14:00.400Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T16:14:00.400Z] ---> Running in 476403f89546 [2020-07-29T16:14:00.400Z] ---> Running in a35f75506bdf [2020-07-29T16:14:00.400Z] Removing intermediate container df865096162a [2020-07-29T16:14:00.400Z] ---> e0784edfd41c [2020-07-29T16:14:00.400Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T16:14:00.663Z] Removing intermediate container 03d9adc44419 [2020-07-29T16:14:00.663Z] ---> b8a5ca714555 [2020-07-29T16:14:00.663Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T16:14:00.663Z] ---> Running in d9284a718366 [2020-07-29T16:14:00.927Z] ---> Running in 31b7ea4f0305 [2020-07-29T16:14:00.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:14:01.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:14:01.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:14:01.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:14:01.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:14:02.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:14:02.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:14:02.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:14:02.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:14:02.573Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:14:02.573Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:14:02.573Z] OK: 12749 distinct packages available [2020-07-29T16:14:02.573Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:14:02.573Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:14:02.573Z] OK: 12749 distinct packages available [2020-07-29T16:14:02.573Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:14:02.573Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:14:02.573Z] OK: 12749 distinct packages available [2020-07-29T16:14:02.573Z] OK: 233 MiB in 51 packages [2020-07-29T16:14:02.835Z] OK: 233 MiB in 51 packages [2020-07-29T16:14:02.835Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:14:02.835Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:14:02.835Z] OK: 12749 distinct packages available [2020-07-29T16:14:02.835Z] OK: 233 MiB in 51 packages [2020-07-29T16:14:03.108Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:14:03.108Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:14:03.108Z] OK: 12749 distinct packages available [2020-07-29T16:14:03.108Z] OK: 233 MiB in 51 packages [2020-07-29T16:14:03.108Z] OK: 233 MiB in 51 packages [2020-07-29T16:14:03.369Z] OK: 233 MiB in 51 packages [2020-07-29T16:14:03.633Z] Removing intermediate container 476403f89546 [2020-07-29T16:14:03.633Z] ---> ac9d88e77e5e [2020-07-29T16:14:03.633Z] Step 6/23 : COPY go.mod . [2020-07-29T16:14:03.633Z] Removing intermediate container a35f75506bdf [2020-07-29T16:14:03.633Z] ---> e58695ee95c9 [2020-07-29T16:14:03.633Z] Step 6/26 : COPY go.mod . [2020-07-29T16:14:03.633Z] Removing intermediate container d9284a718366 [2020-07-29T16:14:03.633Z] ---> f4dec1a103d7 [2020-07-29T16:14:03.633Z] Step 6/20 : COPY go.mod . [2020-07-29T16:14:04.215Z] ---> 77108c1a6aa5 [2020-07-29T16:14:04.215Z] Step 7/23 : RUN go mod download [2020-07-29T16:14:04.215Z] ---> 1955ed2ffa1a [2020-07-29T16:14:04.215Z] Step 7/26 : RUN go mod download [2020-07-29T16:14:04.215Z] ---> 6acea87f5a5e [2020-07-29T16:14:04.215Z] Step 7/20 : RUN go mod download [2020-07-29T16:14:04.215Z] ---> Running in 1383b6a718f1 [2020-07-29T16:14:04.215Z] ---> Running in 77e727ae85ca [2020-07-29T16:14:04.482Z] ---> Running in faea0bd7d7d2 [2020-07-29T16:14:04.482Z] Removing intermediate container 31b7ea4f0305 [2020-07-29T16:14:04.482Z] ---> c70bf54c7012 [2020-07-29T16:14:04.482Z] Step 6/21 : COPY go.mod . [2020-07-29T16:14:04.482Z] Removing intermediate container d24f5dba5f67 [2020-07-29T16:14:04.482Z] ---> cfc800c8db9f [2020-07-29T16:14:04.482Z] Step 5/29 : COPY go.mod . [2020-07-29T16:14:05.062Z] ---> 4dcd14ed5be5 [2020-07-29T16:14:05.062Z] Step 6/29 : RUN go mod download [2020-07-29T16:14:05.062Z] ---> 8f8a8d7e2163 [2020-07-29T16:14:05.062Z] Step 7/21 : RUN go mod download [2020-07-29T16:14:05.062Z] ---> Running in a3b7c7364132 [2020-07-29T16:14:05.062Z] ---> Running in e5e068cf524a [2020-07-29T16:14:06.987Z] Removing intermediate container 77e727ae85ca [2020-07-29T16:14:06.987Z] ---> 612323894bf7 [2020-07-29T16:14:06.987Z] Step 8/23 : COPY . . [2020-07-29T16:14:06.987Z] Removing intermediate container 1383b6a718f1 [2020-07-29T16:14:06.987Z] ---> 1610e37aeec1 [2020-07-29T16:14:06.987Z] Step 8/26 : COPY . . [2020-07-29T16:14:06.987Z] Removing intermediate container faea0bd7d7d2 [2020-07-29T16:14:06.987Z] ---> 3306492f970d [2020-07-29T16:14:06.987Z] Step 8/20 : COPY . . [2020-07-29T16:14:10.315Z] Removing intermediate container e5e068cf524a [2020-07-29T16:14:10.315Z] ---> 9b91dcb921f2 [2020-07-29T16:14:10.315Z] Step 7/29 : COPY . . [2020-07-29T16:14:13.632Z] Removing intermediate container a3b7c7364132 [2020-07-29T16:14:13.632Z] ---> 4c5fbfa13988 [2020-07-29T16:14:13.632Z] Step 8/21 : COPY . . [2020-07-29T16:14:28.878Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1443 in /w/workspace/edgexfoundry_edgex-go_PR-2645 [Pipeline] { [Pipeline] ws [2020-07-29T16:14:28.971Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-07-29T16:14:34.178Z] using credential edgex-jenkins-ssh [2020-07-29T16:14:34.227Z] Cloning the remote Git repository [2020-07-29T16:14:34.228Z] Cloning with configured refspecs honoured and without tags [2020-07-29T16:14:34.298Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-29T16:14:34.410Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-07-29T16:14:34.485Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T16:14:34.486Z] > git --version # timeout=10 [2020-07-29T16:14:34.510Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T16:14:34.575Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T16:14:45.909Z] ---> f02b5f503c02 [2020-07-29T16:14:45.909Z] 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-29T16:14:45.909Z] ---> fa733f4b1859 [2020-07-29T16:14:45.909Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T16:14:45.909Z] ---> Running in d3a50aef1839 [2020-07-29T16:14:45.909Z] ---> bcdf8cd8dc5c [2020-07-29T16:14:45.909Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T16:14:45.909Z] ---> 66e95147cf0a [2020-07-29T16:14:45.909Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T16:14:45.909Z] ---> Running in db88ee07a593 [2020-07-29T16:14:45.909Z] ---> 731ebbc9500f [2020-07-29T16:14:45.909Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T16:14:45.909Z] ---> Running in e9c43b62b7cd [2020-07-29T16:14:45.909Z] ---> Running in b0bdc51e40f9 [2020-07-29T16:14:45.909Z] ---> Running in 1083fc52fd15 [2020-07-29T16:14:45.909Z] 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-29T16:14:45.909Z] 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-29T16:14:45.909Z] 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-29T16:14:45.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T16:14:45.909Z] 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-29T16:14:49.008Z] Fetching without tags [2020-07-29T16:14:48.901Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T16:14:48.922Z] > git config --add remote.origin.fetch +refs/pull/2645/head:refs/remotes/origin/PR-2645 # timeout=10 [2020-07-29T16:14:48.951Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T16:14:48.979Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-29T16:14:49.018Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-29T16:14:49.019Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T16:14:49.031Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2645/head:refs/remotes/origin/PR-2645 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-29T16:14:49.531Z] Merging remotes/origin/master commit fafc60a9d7fea616381e3b22eee758626c34d17c into PR head commit 890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:14:49.922Z] Merge succeeded, producing 890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:14:49.923Z] Checking out Revision 890eed59273f8d47040d5f6787b10474dde7e5bf (PR-2645) [2020-07-29T16:14:49.551Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T16:14:49.567Z] > git checkout -f 890eed59273f8d47040d5f6787b10474dde7e5bf # timeout=10 [2020-07-29T16:14:49.849Z] > git remote # timeout=10 [2020-07-29T16:14:49.863Z] > git config --get remote.origin.url # timeout=10 [2020-07-29T16:14:49.878Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-29T16:14:49.888Z] > git merge fafc60a9d7fea616381e3b22eee758626c34d17c # timeout=10 [2020-07-29T16:14:49.909Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-29T16:14:49.964Z] > git config core.sparsecheckout # timeout=10 [2020-07-29T16:14:49.978Z] > git checkout -f 890eed59273f8d47040d5f6787b10474dde7e5bf # timeout=10 [2020-07-29T16:14:54.451Z] Commit message: "build: remove VERSION file as git-semver now manages version" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-29T16:15:06.749Z] ========================================================= [2020-07-29T16:15:06.749Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-29T16:15:06.749Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-29T16:15:07.581Z] + 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-29T16:15:11.954Z] Sending build context to Docker daemon 322.9MB [2020-07-29T16:15:11.954Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-29T16:15:11.954Z] Step 2/7 : FROM ${BASE} [2020-07-29T16:15:11.954Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-29T16:15:11.954Z] b538f80385f9: Pulling fs layer [2020-07-29T16:15:11.954Z] 74f711af9a0d: Pulling fs layer [2020-07-29T16:15:11.954Z] 99f96fe45779: Pulling fs layer [2020-07-29T16:15:11.954Z] fd7a069fd194: Pulling fs layer [2020-07-29T16:15:11.954Z] 66aa3694b03b: Pulling fs layer [2020-07-29T16:15:11.954Z] 170f70906a0f: Pulling fs layer [2020-07-29T16:15:11.954Z] ad7c5574e4b9: Pulling fs layer [2020-07-29T16:15:11.954Z] e772456be8f7: Pulling fs layer [2020-07-29T16:15:11.954Z] c890913d741a: Pulling fs layer [2020-07-29T16:15:11.954Z] 2480fcc9aa5a: Pulling fs layer [2020-07-29T16:15:11.954Z] 09adf4765672: Pulling fs layer [2020-07-29T16:15:11.954Z] fd7a069fd194: Waiting [2020-07-29T16:15:11.954Z] 66aa3694b03b: Waiting [2020-07-29T16:15:11.954Z] 170f70906a0f: Waiting [2020-07-29T16:15:11.954Z] ad7c5574e4b9: Waiting [2020-07-29T16:15:11.954Z] 2480fcc9aa5a: Waiting [2020-07-29T16:15:11.954Z] 09adf4765672: Waiting [2020-07-29T16:15:11.954Z] e772456be8f7: Waiting [2020-07-29T16:15:11.954Z] c890913d741a: Waiting [2020-07-29T16:15:11.954Z] 99f96fe45779: Verifying Checksum [2020-07-29T16:15:11.954Z] 99f96fe45779: Download complete [2020-07-29T16:15:11.954Z] 74f711af9a0d: Download complete [2020-07-29T16:15:11.954Z] 66aa3694b03b: Download complete [2020-07-29T16:15:11.954Z] 170f70906a0f: Verifying Checksum [2020-07-29T16:15:11.954Z] 170f70906a0f: Download complete [2020-07-29T16:15:11.954Z] b538f80385f9: Verifying Checksum [2020-07-29T16:15:11.954Z] b538f80385f9: Download complete [2020-07-29T16:15:12.554Z] b538f80385f9: Pull complete [2020-07-29T16:15:12.625Z] 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-29T16:15:13.157Z] 74f711af9a0d: Pull complete [2020-07-29T16:15:13.434Z] 99f96fe45779: Pull complete [2020-07-29T16:15:13.583Z] 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-29T16:15:15.424Z] ad7c5574e4b9: Verifying Checksum [2020-07-29T16:15:15.424Z] ad7c5574e4b9: Download complete [2020-07-29T16:15:15.424Z] c890913d741a: Download complete [2020-07-29T16:15:16.891Z] Removing intermediate container e9c43b62b7cd [2020-07-29T16:15:16.892Z] ---> 712bb1183a28 [2020-07-29T16:15:16.892Z] [2020-07-29T16:15:16.892Z] Step 9/29 : FROM alpine:latest [2020-07-29T16:15:16.892Z] Removing intermediate container 1083fc52fd15 [2020-07-29T16:15:16.892Z] ---> a22ae074bc2c [2020-07-29T16:15:16.892Z] [2020-07-29T16:15:16.892Z] Step 10/21 : FROM scratch [2020-07-29T16:15:16.892Z] ---> [2020-07-29T16:15:16.892Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T16:15:16.892Z] Removing intermediate container db88ee07a593 [2020-07-29T16:15:16.892Z] ---> 0ccee54a9c2e [2020-07-29T16:15:16.892Z] [2020-07-29T16:15:16.892Z] Step 10/20 : FROM alpine [2020-07-29T16:15:17.154Z] latest: Pulling from library/alpine [2020-07-29T16:15:17.154Z] ---> Running in 257015ade22b [2020-07-29T16:15:17.154Z] latest: Pulling from library/alpine [2020-07-29T16:15:17.414Z] 2480fcc9aa5a: Download complete [2020-07-29T16:15:17.414Z] 09adf4765672: Verifying Checksum [2020-07-29T16:15:17.414Z] 09adf4765672: Download complete [2020-07-29T16:15:17.414Z] e772456be8f7: Verifying Checksum [2020-07-29T16:15:17.414Z] e772456be8f7: Download complete [2020-07-29T16:15:17.686Z] fd7a069fd194: Verifying Checksum [2020-07-29T16:15:17.686Z] fd7a069fd194: Download complete [2020-07-29T16:15:17.730Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T16:15:17.730Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T16:15:17.730Z] Removing intermediate container 257015ade22b [2020-07-29T16:15:17.730Z] ---> 0604fa8d6274 [2020-07-29T16:15:17.730Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T16:15:17.730Z] Status: Downloaded newer image for alpine:latest [2020-07-29T16:15:17.730Z] ---> a24bb4013296 [2020-07-29T16:15:17.730Z] 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-29T16:15:17.730Z] Status: Downloaded newer image for alpine:latest [2020-07-29T16:15:17.730Z] ---> a24bb4013296 [2020-07-29T16:15:17.730Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T16:15:19.117Z] ---> Running in f9e02b3e3101 [2020-07-29T16:15:19.118Z] ---> Running in e541b8d2f094 [2020-07-29T16:15:19.118Z] ---> Running in 522ffb2036d0 [2020-07-29T16:15:19.118Z] Removing intermediate container b0bdc51e40f9 [2020-07-29T16:15:19.118Z] ---> 8545044aff74 [2020-07-29T16:15:19.118Z] [2020-07-29T16:15:19.118Z] Step 10/23 : FROM scratch [2020-07-29T16:15:19.118Z] ---> [2020-07-29T16:15:19.118Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T16:15:19.118Z] Removing intermediate container f9e02b3e3101 [2020-07-29T16:15:19.118Z] ---> 3e5c90fbc0b2 [2020-07-29T16:15:19.118Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T16:15:19.380Z] ---> Using cache [2020-07-29T16:15:19.380Z] ---> 0604fa8d6274 [2020-07-29T16:15:19.380Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T16:15:19.380Z] Removing intermediate container e541b8d2f094 [2020-07-29T16:15:19.380Z] ---> d23569da8a4b [2020-07-29T16:15:19.380Z] Step 11/29 : USER root [2020-07-29T16:15:19.380Z] ---> Running in 66548ba5b3c4 [2020-07-29T16:15:19.380Z] ---> Running in ea6a2dbe34b1 [2020-07-29T16:15:20.326Z] ---> Running in ae359682c2a6 [2020-07-29T16:15:20.589Z] Removing intermediate container ea6a2dbe34b1 [2020-07-29T16:15:20.589Z] ---> a6594d2747fb [2020-07-29T16:15:20.589Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T16:15:20.589Z] Removing intermediate container 66548ba5b3c4 [2020-07-29T16:15:20.589Z] ---> 9fce9e264458 [2020-07-29T16:15:20.589Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T16:15:20.589Z] ---> Running in f9167bf4b9c2 [2020-07-29T16:15:20.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:15:20.857Z] Removing intermediate container ae359682c2a6 [2020-07-29T16:15:20.857Z] ---> cdd3df74fd62 [2020-07-29T16:15:20.857Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T16:15:20.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:15:21.119Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:15:21.119Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:15:21.119Z] OK: 12749 distinct packages available [2020-07-29T16:15:21.380Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T16:15:21.380Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T16:15:21.380Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T16:15:21.380Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T16:15:21.380Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:15:21.380Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T16:15:21.380Z] OK: 7 MiB in 18 packages [2020-07-29T16:15:22.325Z] Removing intermediate container f9167bf4b9c2 [2020-07-29T16:15:22.325Z] ---> e8a453e46cd2 [2020-07-29T16:15:22.325Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T16:15:22.325Z] ---> b6d6209cd80e [2020-07-29T16:15:22.325Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T16:15:22.325Z] ---> Running in c10f062e293e [2020-07-29T16:15:22.325Z] Removing intermediate container d3a50aef1839 [2020-07-29T16:15:22.325Z] ---> 260a4b92629f [2020-07-29T16:15:22.325Z] [2020-07-29T16:15:22.325Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T16:15:22.586Z] 3.10: Pulling from library/alpine [2020-07-29T16:15:23.156Z] ---> 50b2ffd1e643 [2020-07-29T16:15:23.156Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T16:15:25.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:15:25.729Z] ---> 6affb173df02 [2020-07-29T16:15:25.729Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T16:15:25.729Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:15:25.729Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T16:15:25.729Z] Removing intermediate container 522ffb2036d0 [2020-07-29T16:15:25.729Z] ---> 4b67adcd70b8 [2020-07-29T16:15:25.729Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T16:15:25.729Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T16:15:25.729Z] ---> be4e4bea2c2e [2020-07-29T16:15:25.729Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T16:15:25.730Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:15:25.730Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:15:25.730Z] OK: 12749 distinct packages available [2020-07-29T16:15:25.730Z] ---> 886f8647b67d [2020-07-29T16:15:25.730Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T16:15:25.730Z] ---> Running in 850c1fa9bcd8 [2020-07-29T16:15:25.730Z] ---> Running in 3e234423c2d4 [2020-07-29T16:15:26.004Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T16:15:26.004Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T16:15:26.004Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:15:26.004Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T16:15:26.004Z] OK: 6 MiB in 16 packages [2020-07-29T16:15:26.580Z] ---> 9262069d44cc [2020-07-29T16:15:26.580Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T16:15:26.852Z] Removing intermediate container 850c1fa9bcd8 [2020-07-29T16:15:26.852Z] ---> edd8acbebae9 [2020-07-29T16:15:26.852Z] Step 13/20 : WORKDIR /edgex [2020-07-29T16:15:26.852Z] ---> fa83951b7510 [2020-07-29T16:15:26.852Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T16:15:26.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:15:27.112Z] ---> Running in b1cede9190bb [2020-07-29T16:15:27.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:15:27.112Z] ---> 4d67dfd45485 [2020-07-29T16:15:27.112Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:15:27.112Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T16:15:27.112Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T16:15:27.112Z] OK: 10346 distinct packages available [2020-07-29T16:15:27.373Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T16:15:27.373Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T16:15:27.373Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T16:15:27.373Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T16:15:27.373Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T16:15:27.373Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T16:15:27.373Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T16:15:27.373Z] OK: 7 MiB in 19 packages [2020-07-29T16:15:27.635Z] ---> Running in fd7514f72956 [2020-07-29T16:15:28.213Z] ---> ed6d7e946f0b [2020-07-29T16:15:28.213Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T16:15:28.213Z] Removing intermediate container c10f062e293e [2020-07-29T16:15:28.213Z] ---> bf09ccbafe0e [2020-07-29T16:15:28.213Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T16:15:28.213Z] Removing intermediate container b1cede9190bb [2020-07-29T16:15:28.213Z] ---> 253cf85a5cad [2020-07-29T16:15:28.213Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T16:15:28.213Z] Removing intermediate container fd7514f72956 [2020-07-29T16:15:28.213Z] ---> 32badd1ac4f0 [2020-07-29T16:15:28.213Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T16:15:28.478Z] ---> Running in 88a02076243e [2020-07-29T16:15:29.061Z] ---> Running in 577e28d1cd43 [2020-07-29T16:15:29.061Z] ---> fe730e0eab1e [2020-07-29T16:15:29.061Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T16:15:29.325Z] Removing intermediate container 3e234423c2d4 [2020-07-29T16:15:29.325Z] ---> a4ae06bdb40d [2020-07-29T16:15:29.325Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T16:15:29.325Z] Removing intermediate container 88a02076243e [2020-07-29T16:15:29.325Z] ---> d2655131e869 [2020-07-29T16:15:29.325Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T16:15:29.325Z] ---> d4f5db1e2306 [2020-07-29T16:15:29.325Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T16:15:29.325Z] Removing intermediate container 577e28d1cd43 [2020-07-29T16:15:29.325Z] ---> 90c2aeba6205 [2020-07-29T16:15:29.325Z] Step 20/21 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:15:29.587Z] ---> Running in bd6f7a017cb9 [2020-07-29T16:15:29.587Z] ---> Running in b6c7aa26b99a [2020-07-29T16:15:29.587Z] ---> Running in 2620ebe554eb [2020-07-29T16:15:29.855Z] ---> 59599a09d292 [2020-07-29T16:15:29.855Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T16:15:29.855Z] ---> eed292d58339 [2020-07-29T16:15:29.855Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:15:29.855Z] Removing intermediate container bd6f7a017cb9 [2020-07-29T16:15:29.855Z] ---> abb96e2cc924 [2020-07-29T16:15:29.855Z] Step 13/26 : WORKDIR / [2020-07-29T16:15:29.855Z] ---> Running in 82deb0e37fc0 [2020-07-29T16:15:29.855Z] Removing intermediate container b6c7aa26b99a [2020-07-29T16:15:29.855Z] ---> b09623df817f [2020-07-29T16:15:29.855Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T16:15:30.084Z] fd7a069fd194: Pull complete [2020-07-29T16:15:30.084Z] 66aa3694b03b: Pull complete [2020-07-29T16:15:30.115Z] ---> Running in 83f9e475a87b [2020-07-29T16:15:30.115Z] Removing intermediate container 2620ebe554eb [2020-07-29T16:15:30.115Z] ---> de5c8e76ef27 [2020-07-29T16:15:30.115Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T16:15:30.115Z] ---> Running in ed25eb226230 [2020-07-29T16:15:30.115Z] ---> Running in 63103d563cef [2020-07-29T16:15:30.115Z] Removing intermediate container 82deb0e37fc0 [2020-07-29T16:15:30.115Z] ---> 0936780a3e0e [2020-07-29T16:15:30.115Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T16:15:30.360Z] 170f70906a0f: Pull complete [2020-07-29T16:15:30.375Z] ---> Running in 36fdadaf50f2 [2020-07-29T16:15:30.375Z] ---> Running in e15e32555acf [2020-07-29T16:15:30.638Z] Removing intermediate container 83f9e475a87b [2020-07-29T16:15:30.638Z] ---> a8c9a6cc4910 [2020-07-29T16:15:30.638Z] Step 21/23 : LABEL arch=x86_64 [2020-07-29T16:15:30.638Z] Removing intermediate container ed25eb226230 [2020-07-29T16:15:30.638Z] ---> 8044f9cbf4de [2020-07-29T16:15:30.638Z] 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-29T16:15:30.638Z] ---> Running in a6d52235f19b [2020-07-29T16:15:30.904Z] Removing intermediate container 36fdadaf50f2 [2020-07-29T16:15:30.905Z] ---> 157b66a2ee34 [2020-07-29T16:15:30.905Z] [2020-07-29T16:15:30.905Z] Successfully built 157b66a2ee34 [2020-07-29T16:15:31.174Z] Successfully tagged docker-support-logging-go:latest [2020-07-29T16:15:31.174Z]  Building docker-support-logging-go ... done Building docker-core-metadata-go [2020-07-29T16:15:31.174Z] Removing intermediate container e15e32555acf [2020-07-29T16:15:31.174Z] ---> 571f4db77419 [2020-07-29T16:15:31.174Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T16:15:31.439Z] Removing intermediate container a6d52235f19b [2020-07-29T16:15:31.439Z] ---> 3d143fb6cfc9 [2020-07-29T16:15:31.439Z] Step 22/23 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:15:31.439Z] ---> b3c6240b9f5d [2020-07-29T16:15:31.439Z] 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-29T16:15:31.439Z] ---> Running in 04f3c9e17dde [2020-07-29T16:15:31.703Z] ---> Running in 09f806055661 [2020-07-29T16:15:31.967Z] ---> 1ddd57afed77 [2020-07-29T16:15:31.967Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T16:15:31.967Z] Removing intermediate container 09f806055661 [2020-07-29T16:15:31.967Z] ---> 910d2f17807c [2020-07-29T16:15:31.967Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T16:15:31.967Z] Removing intermediate container 04f3c9e17dde [2020-07-29T16:15:31.967Z] ---> 2eb651b5defd [2020-07-29T16:15:31.967Z] Step 19/20 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:15:32.244Z] Removing intermediate container 63103d563cef [2020-07-29T16:15:32.245Z] ---> 615fc5741b20 [2020-07-29T16:15:32.245Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T16:15:32.245Z] ---> Running in 824e870f642d [2020-07-29T16:15:32.245Z] ---> Running in 0197e8891971 [2020-07-29T16:15:34.686Z] ad7c5574e4b9: Pull complete [2020-07-29T16:15:35.751Z] ---> 9c5dcc380e9e [2020-07-29T16:15:35.751Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T16:15:35.751Z] Removing intermediate container 824e870f642d [2020-07-29T16:15:35.751Z] ---> ace11a85c5fc [2020-07-29T16:15:35.751Z] [2020-07-29T16:15:35.751Z] Removing intermediate container 0197e8891971 [2020-07-29T16:15:35.751Z] ---> 5546cc8e4b03 [2020-07-29T16:15:35.751Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T16:15:35.751Z] ---> d0af4809c254 [2020-07-29T16:15:35.751Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T16:15:36.031Z] Successfully built ace11a85c5fc [2020-07-29T16:15:36.299Z] Successfully tagged docker-support-notifications-go:latest [2020-07-29T16:15:36.299Z] Building docker-sys-mgmt-agent-go [2020-07-29T16:15:36.299Z]  Building docker-support-notifications-go ... done  ---> Running in 5c5bfa252dc4 [2020-07-29T16:15:37.278Z] ---> 283fe1687950 [2020-07-29T16:15:37.278Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T16:15:37.278Z] ---> 29c30d575e8e [2020-07-29T16:15:37.278Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T16:15:38.998Z] e772456be8f7: Pull complete [2020-07-29T16:15:38.998Z] c890913d741a: Pull complete [2020-07-29T16:15:40.606Z] Removing intermediate container 5c5bfa252dc4 [2020-07-29T16:15:40.606Z] ---> ce5d1ab5db59 [2020-07-29T16:15:40.606Z] [2020-07-29T16:15:40.606Z] Successfully built ce5d1ab5db59 [2020-07-29T16:15:40.868Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-29T16:15:40.868Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-07-29T16:15:41.627Z] 2480fcc9aa5a: Pull complete [2020-07-29T16:15:42.224Z] 09adf4765672: Pull complete [2020-07-29T16:15:42.224Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-29T16:15:42.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-29T16:15:42.224Z] ---> 2248a725d1cf [2020-07-29T16:15:42.224Z] 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-29T16:15:42.263Z] ---> 665857d1b20e [2020-07-29T16:15:42.263Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T16:15:42.263Z] ---> 69e0bb62f7dd [2020-07-29T16:15:42.263Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T16:15:46.502Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:15:46.502Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:15:46.502Z] ---> 20794b3768ec [2020-07-29T16:15:46.502Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T16:15:46.502Z] ---> Using cache [2020-07-29T16:15:46.502Z] ---> 1aa4d6d9a7f9 [2020-07-29T16:15:46.502Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:15:46.502Z] ---> Using cache [2020-07-29T16:15:46.502Z] ---> e0784edfd41c [2020-07-29T16:15:46.502Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T16:15:46.502Z] ---> Using cache [2020-07-29T16:15:46.502Z] ---> f4dec1a103d7 [2020-07-29T16:15:46.502Z] Step 6/21 : COPY go.mod . [2020-07-29T16:15:46.502Z] ---> Using cache [2020-07-29T16:15:46.502Z] ---> 6acea87f5a5e [2020-07-29T16:15:46.502Z] Step 7/21 : RUN go mod download [2020-07-29T16:15:46.502Z] ---> Using cache [2020-07-29T16:15:46.502Z] ---> 3306492f970d [2020-07-29T16:15:46.502Z] Step 8/21 : COPY . . [2020-07-29T16:15:46.502Z] ---> Using cache [2020-07-29T16:15:46.502Z] ---> fa733f4b1859 [2020-07-29T16:15:46.502Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T16:15:47.084Z] ---> a9ec4155cc1e [2020-07-29T16:15:47.085Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T16:15:47.085Z] ---> e4edca9e9106 [2020-07-29T16:15:47.085Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T16:15:47.640Z] ---> Running in 1bc0a62326e2 [2020-07-29T16:15:48.037Z] ---> Running in e7f9f70489ce [2020-07-29T16:15:48.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:15:49.439Z] ---> a59de02e360e [2020-07-29T16:15:49.440Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T16:15:49.440Z] ---> a6164cebda31 [2020-07-29T16:15:49.440Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T16:15:50.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:15:50.405Z] ---> Running in 7c386eb0f454 [2020-07-29T16:15:50.405Z] 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-29T16:15:51.804Z] ---> 8161156b9f32 [2020-07-29T16:15:51.804Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T16:15:52.004Z] (1/12) Installing libmagic (5.38-r0) [2020-07-29T16:15:52.068Z] ---> Running in a2d3f0d5b4c5 [2020-07-29T16:15:52.275Z] (2/12) Installing file (5.38-r0) [2020-07-29T16:15:52.275Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-29T16:15:52.275Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-29T16:15:56.285Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:15:56.285Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:15:56.285Z] ---> 20794b3768ec [2020-07-29T16:15:56.285Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T16:15:56.285Z] ---> Using cache [2020-07-29T16:15:56.285Z] ---> 1aa4d6d9a7f9 [2020-07-29T16:15:56.285Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:15:56.285Z] ---> Using cache [2020-07-29T16:15:56.285Z] ---> e0784edfd41c [2020-07-29T16:15:56.285Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T16:15:56.547Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-29T16:15:56.547Z] (6/12) Installing patch (2.7.6-r6) [2020-07-29T16:15:56.818Z] (7/12) Installing build-base (0.5-r2) [2020-07-29T16:15:56.818Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-29T16:15:56.818Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-29T16:15:57.089Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-29T16:15:57.089Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-29T16:15:57.243Z] ---> Running in fbf9a06dbc5f [2020-07-29T16:15:57.362Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-29T16:15:57.362Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:15:57.362Z] OK: 217 MiB in 51 packages [2020-07-29T16:15:57.509Z] Removing intermediate container 7c386eb0f454 [2020-07-29T16:15:57.510Z] ---> b1a34f93cebe [2020-07-29T16:15:57.510Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T16:15:58.483Z] Removing intermediate container a2d3f0d5b4c5 [2020-07-29T16:15:58.483Z] ---> 9d8eaec1111f [2020-07-29T16:15:58.483Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T16:15:58.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:15:58.748Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:15:58.748Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:15:58.748Z] ---> 20794b3768ec [2020-07-29T16:15:58.748Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T16:15:58.748Z] ---> Using cache [2020-07-29T16:15:58.748Z] ---> 1aa4d6d9a7f9 [2020-07-29T16:15:58.748Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:15:58.748Z] ---> Using cache [2020-07-29T16:15:58.748Z] ---> e0784edfd41c [2020-07-29T16:15:58.748Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T16:15:58.748Z] ---> Using cache [2020-07-29T16:15:58.748Z] ---> f4dec1a103d7 [2020-07-29T16:15:58.748Z] Step 6/21 : COPY go.mod . [2020-07-29T16:15:58.748Z] ---> Using cache [2020-07-29T16:15:58.748Z] ---> 6acea87f5a5e [2020-07-29T16:15:58.748Z] Step 7/21 : RUN go mod download [2020-07-29T16:15:58.748Z] ---> Using cache [2020-07-29T16:15:58.748Z] ---> 3306492f970d [2020-07-29T16:15:58.748Z] Step 8/21 : COPY . . [2020-07-29T16:15:58.748Z] ---> Using cache [2020-07-29T16:15:58.748Z] ---> fa733f4b1859 [2020-07-29T16:15:58.748Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T16:15:59.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:15:59.611Z] ---> Running in 4cc6344f4a35 [2020-07-29T16:15:59.611Z] ---> e34961bbfae6 [2020-07-29T16:15:59.611Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T16:15:59.611Z] ---> Running in 0c3f40a16902 [2020-07-29T16:15:59.917Z] ---> Running in 94991c2aaffc [2020-07-29T16:15:59.917Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:15:59.917Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:15:59.917Z] OK: 12749 distinct packages available [2020-07-29T16:16:00.193Z] Removing intermediate container 0c3f40a16902 [2020-07-29T16:16:00.193Z] ---> 2a01706ea4b1 [2020-07-29T16:16:00.193Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T16:16:00.193Z] OK: 233 MiB in 51 packages [2020-07-29T16:16:00.193Z] ---> Running in 3f0023f75917 [2020-07-29T16:16:00.793Z] Removing intermediate container 3f0023f75917 [2020-07-29T16:16:00.793Z] ---> d2fa7737353c [2020-07-29T16:16:00.793Z] Step 25/26 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:16:00.793Z] ---> Running in 0648085e35e5 [2020-07-29T16:16:00.793Z] 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-29T16:16:01.062Z] Removing intermediate container fbf9a06dbc5f [2020-07-29T16:16:01.062Z] ---> a360aee12ff8 [2020-07-29T16:16:01.062Z] Step 6/26 : COPY go.mod . [2020-07-29T16:16:01.062Z] Removing intermediate container 0648085e35e5 [2020-07-29T16:16:01.062Z] ---> 1d4983af8b79 [2020-07-29T16:16:01.062Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T16:16:01.062Z] ---> Running in a58cbe32662d [2020-07-29T16:16:01.647Z] Removing intermediate container a58cbe32662d [2020-07-29T16:16:01.647Z] ---> 521af93e5869 [2020-07-29T16:16:01.647Z] [2020-07-29T16:16:01.647Z] ---> 89719cb06e0c [2020-07-29T16:16:01.647Z] Step 7/26 : RUN go mod download [2020-07-29T16:16:01.647Z] Successfully built 521af93e5869 [2020-07-29T16:16:01.670Z] Removing intermediate container 1bc0a62326e2 [2020-07-29T16:16:01.670Z] ---> 3567ad2c00f9 [2020-07-29T16:16:01.670Z] Step 4/7 : WORKDIR /edgex-go [2020-07-29T16:16:01.929Z] ---> Running in 875ddaf6d0e3 [2020-07-29T16:16:01.929Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-29T16:16:01.929Z] Building docker-support-scheduler-go [2020-07-29T16:16:01.929Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 94991c2aaffc [2020-07-29T16:16:01.929Z] ---> cdc195755e9a [2020-07-29T16:16:01.929Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T16:16:01.944Z] ---> Running in f973b9064758 [2020-07-29T16:16:02.519Z] ---> Running in fe76142a0a57 [2020-07-29T16:16:02.537Z] Removing intermediate container f973b9064758 [2020-07-29T16:16:02.537Z] ---> 1d1c078ab10b [2020-07-29T16:16:02.537Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-29T16:16:02.537Z] latest: Pulling from library/docker [2020-07-29T16:16:02.813Z] b538f80385f9: Already exists [2020-07-29T16:16:02.813Z] 259a493cd78d: Pulling fs layer [2020-07-29T16:16:02.813Z] b8e66b5100f5: Pulling fs layer [2020-07-29T16:16:02.813Z] 39dc9c94d07c: Pulling fs layer [2020-07-29T16:16:02.813Z] 551b823b3b82: Pulling fs layer [2020-07-29T16:16:02.813Z] 3c52a74df98c: Pulling fs layer [2020-07-29T16:16:02.813Z] 6c9b121b6998: Pulling fs layer [2020-07-29T16:16:02.813Z] 551b823b3b82: Waiting [2020-07-29T16:16:02.813Z] 3c52a74df98c: Waiting [2020-07-29T16:16:02.813Z] 6c9b121b6998: Waiting [2020-07-29T16:16:03.091Z] b8e66b5100f5: Verifying Checksum [2020-07-29T16:16:03.091Z] b8e66b5100f5: Download complete [2020-07-29T16:16:03.091Z] 259a493cd78d: Verifying Checksum [2020-07-29T16:16:03.091Z] 259a493cd78d: Download complete [2020-07-29T16:16:03.367Z] 551b823b3b82: Verifying Checksum [2020-07-29T16:16:03.367Z] 551b823b3b82: Download complete [2020-07-29T16:16:03.367Z] 3c52a74df98c: Verifying Checksum [2020-07-29T16:16:03.367Z] 3c52a74df98c: Download complete [2020-07-29T16:16:03.367Z] 6c9b121b6998: Verifying Checksum [2020-07-29T16:16:03.367Z] 6c9b121b6998: Download complete [2020-07-29T16:16:03.967Z] 259a493cd78d: Pull complete [2020-07-29T16:16:04.243Z] b8e66b5100f5: Pull complete [2020-07-29T16:16:04.243Z] 39dc9c94d07c: Verifying Checksum [2020-07-29T16:16:04.243Z] 39dc9c94d07c: Download complete [2020-07-29T16:16:07.634Z] 39dc9c94d07c: Pull complete [2020-07-29T16:16:07.916Z] 551b823b3b82: Pull complete [2020-07-29T16:16:08.523Z] 3c52a74df98c: Pull complete [2020-07-29T16:16:08.799Z] 6c9b121b6998: Pull complete [2020-07-29T16:16:08.799Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-29T16:16:08.799Z] Status: Downloaded newer image for docker:latest [2020-07-29T16:16:09.189Z] Removing intermediate container 875ddaf6d0e3 [2020-07-29T16:16:09.189Z] ---> 71d63a5ae86f [2020-07-29T16:16:09.189Z] Step 8/26 : COPY . . [2020-07-29T16:16:12.189Z] ---> 30c6cc39cf66 [2020-07-29T16:16:12.189Z] Step 6/7 : COPY go.mod . [2020-07-29T16:16:12.575Z] Removing intermediate container fe76142a0a57 [2020-07-29T16:16:12.575Z] ---> 8cef42e22e1b [2020-07-29T16:16:12.575Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T16:16:12.575Z] ---> Running in 1525d86c463e [2020-07-29T16:16:12.785Z] ---> 82701ff34551 [2020-07-29T16:16:12.785Z] Step 7/7 : RUN go mod download [2020-07-29T16:16:13.059Z] ---> Running in aa285071622b [2020-07-29T16:16:14.535Z] Removing intermediate container 1525d86c463e [2020-07-29T16:16:14.535Z] ---> 66142cec0154 [2020-07-29T16:16:14.535Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T16:16:15.140Z] ---> Running in 3ba84fb8f300 [2020-07-29T16:16:16.155Z] Removing intermediate container 3ba84fb8f300 [2020-07-29T16:16:16.155Z] ---> 2a60d53df2ae [2020-07-29T16:16:16.155Z] Step 27/29 : LABEL arch=x86_64 [2020-07-29T16:16:16.422Z] ---> Running in 75baf3bc33b8 [2020-07-29T16:16:16.446Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-29T16:16:16.446Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-29T16:16:16.446Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-29T16:16:16.446Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-29T16:16:16.446Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-29T16:16:16.446Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-29T16:16:16.446Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-29T16:16:16.446Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-29T16:16:16.446Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-29T16:16:16.446Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-29T16:16:16.446Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-29T16:16:16.446Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-29T16:16:16.446Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-29T16:16:16.446Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-29T16:16:16.446Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-29T16:16:16.446Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-29T16:16:16.446Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-29T16:16:16.446Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-29T16:16:16.446Z] go: finding github.com/fatih/color v1.7.0 [2020-07-29T16:16:16.446Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-29T16:16:16.446Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-29T16:16:16.446Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-29T16:16:16.446Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-29T16:16:16.718Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-29T16:16:16.718Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-29T16:16:16.718Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-29T16:16:16.718Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-29T16:16:16.718Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-29T16:16:16.718Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-29T16:16:16.718Z] go: finding github.com/google/uuid v1.1.0 [2020-07-29T16:16:16.718Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-29T16:16:16.718Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-29T16:16:16.718Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-29T16:16:16.718Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-29T16:16:16.718Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-29T16:16:16.987Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-29T16:16:16.987Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-29T16:16:16.987Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-29T16:16:16.987Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-29T16:16:16.987Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-29T16:16:16.987Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-29T16:16:16.987Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-29T16:16:16.987Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-29T16:16:16.987Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-29T16:16:16.987Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-29T16:16:16.987Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-29T16:16:16.987Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-29T16:16:17.256Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-29T16:16:17.256Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-29T16:16:17.256Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-29T16:16:17.256Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-29T16:16:17.256Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-29T16:16:17.256Z] go: finding github.com/kr/pty v1.1.1 [2020-07-29T16:16:17.256Z] go: finding github.com/kr/text v0.1.0 [2020-07-29T16:16:17.256Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-29T16:16:17.256Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-29T16:16:17.256Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-29T16:16:17.256Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-29T16:16:17.527Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-29T16:16:17.527Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-29T16:16:17.527Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-29T16:16:17.527Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-29T16:16:17.527Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-29T16:16:17.527Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-29T16:16:17.527Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-29T16:16:17.527Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-29T16:16:17.527Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-29T16:16:17.796Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-29T16:16:17.796Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-29T16:16:17.796Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-29T16:16:17.796Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-29T16:16:17.796Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-29T16:16:17.796Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-29T16:16:17.796Z] go: finding github.com/posener/complete v1.1.1 [2020-07-29T16:16:17.796Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-29T16:16:17.796Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-29T16:16:17.796Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-29T16:16:17.796Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-29T16:16:17.796Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-29T16:16:18.072Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-29T16:16:18.072Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-29T16:16:18.072Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-29T16:16:18.072Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-29T16:16:18.072Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-29T16:16:18.072Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-29T16:16:18.072Z] go: finding golang.org/x/text v0.3.2 [2020-07-29T16:16:18.072Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-29T16:16:18.072Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-29T16:16:18.073Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-29T16:16:18.073Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-29T16:16:18.073Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-29T16:16:18.359Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-29T16:16:19.040Z] Removing intermediate container 75baf3bc33b8 [2020-07-29T16:16:19.040Z] ---> 54c97fc0ee9c [2020-07-29T16:16:19.040Z] Step 28/29 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:16:20.442Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:16:20.442Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:16:20.442Z] ---> 20794b3768ec [2020-07-29T16:16:20.442Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T16:16:20.442Z] ---> Using cache [2020-07-29T16:16:20.442Z] ---> 1aa4d6d9a7f9 [2020-07-29T16:16:20.442Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:16:20.442Z] ---> Using cache [2020-07-29T16:16:20.442Z] ---> e0784edfd41c [2020-07-29T16:16:20.442Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T16:16:20.442Z] ---> Using cache [2020-07-29T16:16:20.442Z] ---> f4dec1a103d7 [2020-07-29T16:16:20.442Z] Step 6/20 : COPY go.mod . [2020-07-29T16:16:20.703Z] ---> Using cache [2020-07-29T16:16:20.703Z] ---> 6acea87f5a5e [2020-07-29T16:16:20.703Z] Step 7/20 : RUN go mod download [2020-07-29T16:16:20.703Z] ---> Using cache [2020-07-29T16:16:20.703Z] ---> 3306492f970d [2020-07-29T16:16:20.703Z] Step 8/20 : COPY . . [2020-07-29T16:16:20.703Z] ---> Using cache [2020-07-29T16:16:20.703Z] ---> fa733f4b1859 [2020-07-29T16:16:20.703Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T16:16:21.656Z] ---> Running in db8149ebb013 [2020-07-29T16:16:22.240Z] ---> Running in 8e808d5cb257 [2020-07-29T16:16:22.842Z] Removing intermediate container db8149ebb013 [2020-07-29T16:16:22.842Z] ---> eb45adaf035d [2020-07-29T16:16:22.842Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T16:16:22.842Z] ---> Running in 172f5e8f1d74 [2020-07-29T16:16:23.430Z] Removing intermediate container 172f5e8f1d74 [2020-07-29T16:16:23.430Z] ---> 2a7a4b3be4cd [2020-07-29T16:16:23.430Z] [2020-07-29T16:16:24.397Z] Successfully built 2a7a4b3be4cd [2020-07-29T16:16:24.658Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-29T16:16:24.658Z]  Building docker-security-secrets-setup-go ... done Building docker-core-data-go [2020-07-29T16:16:25.607Z] 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-29T16:16:35.669Z] ---> ef5645c91afd [2020-07-29T16:16:35.669Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T16:16:36.709Z] Removing intermediate container aa285071622b [2020-07-29T16:16:36.709Z] ---> b99739204563 [2020-07-29T16:16:36.709Z] Successfully built b99739204563 [2020-07-29T16:16:36.709Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T16:16:37.347Z] + docker inspect -f . ci-base-image-arm64 [2020-07-29T16:16:37.347Z] . [Pipeline] withDockerContainer [2020-07-29T16:16:37.623Z] prd-ubuntu18.04-docker-arm64-4c-16g-1443 does not seem to be running inside a container [2020-07-29T16:16:37.627Z] ---> Running in 9e5a1f739b1a [2020-07-29T16:16:37.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-07-29T16:16:39.221Z] $ docker top 2ee25334cb36a082a87362ca6668e2385a4431669cb35cf1922b7e55077e75b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T16:16:40.295Z] + go version [2020-07-29T16:16:40.295Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-29T16:16:40.323Z] ========================================================= [2020-07-29T16:16:40.324Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-29T16:16:40.324Z] ========================================================= [Pipeline] sh [2020-07-29T16:16:40.954Z] Removing intermediate container e7f9f70489ce [2020-07-29T16:16:40.954Z] ---> 538f3cbafb67 [2020-07-29T16:16:40.954Z] [2020-07-29T16:16:40.954Z] Step 10/21 : FROM scratch [2020-07-29T16:16:40.954Z] ---> [2020-07-29T16:16:40.954Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T16:16:40.954Z] Removing intermediate container 4cc6344f4a35 [2020-07-29T16:16:40.954Z] ---> 34eb360f3a95 [2020-07-29T16:16:40.954Z] [2020-07-29T16:16:40.954Z] Step 10/21 : FROM scratch [2020-07-29T16:16:40.954Z] ---> [2020-07-29T16:16:40.954Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T16:16:41.113Z] + make test [2020-07-29T16:16:41.113Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-29T16:16:43.056Z] 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-29T16:16:43.731Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-29T16:16:43.764Z] ---> Running in debb49bbcf6e [2020-07-29T16:16:43.764Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:16:43.764Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:16:43.764Z] ---> 20794b3768ec [2020-07-29T16:16:43.764Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T16:16:43.764Z] ---> Using cache [2020-07-29T16:16:43.764Z] ---> 1aa4d6d9a7f9 [2020-07-29T16:16:43.764Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:16:43.764Z] ---> Using cache [2020-07-29T16:16:43.764Z] ---> e0784edfd41c [2020-07-29T16:16:43.764Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T16:16:43.764Z] ---> Running in 2d047a861d2d [2020-07-29T16:16:45.728Z] ---> Running in 12faab01ade4 [2020-07-29T16:16:45.728Z] Removing intermediate container 2d047a861d2d [2020-07-29T16:16:45.728Z] ---> 9098740d548a [2020-07-29T16:16:45.728Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T16:16:45.728Z] Removing intermediate container debb49bbcf6e [2020-07-29T16:16:45.728Z] ---> 046ce867f249 [2020-07-29T16:16:45.728Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-29T16:16:45.728Z] ---> Running in 7eb29de74b16 [2020-07-29T16:16:45.998Z] ---> Running in 7aec98b1ed42 [2020-07-29T16:16:46.264Z] Removing intermediate container 7eb29de74b16 [2020-07-29T16:16:46.264Z] ---> b44a222baca4 [2020-07-29T16:16:46.264Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T16:16:46.264Z] ---> Running in cce7e84c4320 [2020-07-29T16:16:46.264Z] Removing intermediate container 7aec98b1ed42 [2020-07-29T16:16:46.264Z] ---> 5281fdfbd6cb [2020-07-29T16:16:46.264Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T16:16:46.536Z] ---> Running in c4ab89b5c9cf [2020-07-29T16:16:46.536Z] Removing intermediate container cce7e84c4320 [2020-07-29T16:16:46.536Z] ---> ea0c0f056b57 [2020-07-29T16:16:46.536Z] Step 14/21 : WORKDIR / [2020-07-29T16:16:46.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:16:46.807Z] ---> Running in 1c7d17766506 [2020-07-29T16:16:46.807Z] Removing intermediate container c4ab89b5c9cf [2020-07-29T16:16:46.807Z] ---> 71d7e501de50 [2020-07-29T16:16:46.807Z] Step 14/21 : WORKDIR / [2020-07-29T16:16:46.807Z] ---> Running in ca0d75c56336 [2020-07-29T16:16:47.077Z] Removing intermediate container 1c7d17766506 [2020-07-29T16:16:47.077Z] ---> b061ee052631 [2020-07-29T16:16:47.077Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T16:16:47.077Z] Removing intermediate container ca0d75c56336 [2020-07-29T16:16:47.077Z] ---> 4970a9a13975 [2020-07-29T16:16:47.077Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T16:16:47.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:16:47.623Z] ---> 720fb9b42f21 [2020-07-29T16:16:47.623Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T16:16:47.895Z] ---> f6e4be37c090 [2020-07-29T16:16:47.895Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T16:16:47.895Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:16:47.895Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:16:47.895Z] OK: 12749 distinct packages available [2020-07-29T16:16:48.170Z] OK: 233 MiB in 51 packages [2020-07-29T16:16:50.755Z] ---> 3c654ec2934a [2020-07-29T16:16:50.755Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T16:16:50.755Z] ---> d7edb6fae44b [2020-07-29T16:16:50.756Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T16:16:50.756Z] Removing intermediate container 12faab01ade4 [2020-07-29T16:16:50.756Z] ---> 1ff3106e21ac [2020-07-29T16:16:50.756Z] Step 6/22 : COPY go.mod . [2020-07-29T16:16:50.756Z] ---> df7a1ff55284 [2020-07-29T16:16:50.756Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:16:51.016Z] ---> 5b03bba66712 [2020-07-29T16:16:51.016Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:16:51.016Z] ---> Running in 9a3124239dba [2020-07-29T16:16:51.285Z] ---> 9df755471887 [2020-07-29T16:16:51.285Z] Step 7/22 : RUN go mod download [2020-07-29T16:16:51.285Z] ---> Running in 0262afd95071 [2020-07-29T16:16:51.558Z] Removing intermediate container 9a3124239dba [2020-07-29T16:16:51.558Z] ---> 15e3cf0a7a9f [2020-07-29T16:16:51.558Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T16:16:51.558Z] ---> Running in a1ba899143ce [2020-07-29T16:16:51.834Z] Removing intermediate container 0262afd95071 [2020-07-29T16:16:51.834Z] ---> 631487c5e76f [2020-07-29T16:16:51.834Z] Step 19/21 : LABEL arch=x86_64 [2020-07-29T16:16:52.432Z] ---> Running in 52bf3f71520c [2020-07-29T16:16:53.378Z] ---> Running in 16e57d3a462e [2020-07-29T16:16:53.956Z] Removing intermediate container 52bf3f71520c [2020-07-29T16:16:53.956Z] ---> bc67963b9749 [2020-07-29T16:16:53.956Z] Step 20/21 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:16:55.871Z] Removing intermediate container 8e808d5cb257 [2020-07-29T16:16:55.871Z] ---> 8ec1001d6d74 [2020-07-29T16:16:55.871Z] [2020-07-29T16:16:55.871Z] Step 10/20 : FROM scratch [2020-07-29T16:16:55.871Z] ---> [2020-07-29T16:16:55.871Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T16:16:55.871Z] ---> Using cache [2020-07-29T16:16:55.871Z] ---> 046ce867f249 [2020-07-29T16:16:55.871Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T16:16:55.871Z] Removing intermediate container 16e57d3a462e [2020-07-29T16:16:55.871Z] ---> f474d3c80218 [2020-07-29T16:16:55.871Z] Step 20/21 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:16:55.871Z] ---> Running in a903f64e0c7d [2020-07-29T16:16:56.131Z] ---> Running in adbf1d5ff848 [2020-07-29T16:16:56.131Z] ---> Running in c6ec3db57cfd [2020-07-29T16:16:56.391Z] Removing intermediate container adbf1d5ff848 [2020-07-29T16:16:56.391Z] ---> b7250dc4f5f6 [2020-07-29T16:16:56.391Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T16:16:56.391Z] Removing intermediate container a903f64e0c7d [2020-07-29T16:16:56.391Z] ---> 0c1727a4d3c7 [2020-07-29T16:16:56.391Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T16:16:56.651Z] ---> Running in 9f8d5e820689 [2020-07-29T16:16:56.651Z] Removing intermediate container c6ec3db57cfd [2020-07-29T16:16:56.651Z] ---> a1960aebacdd [2020-07-29T16:16:56.651Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T16:16:56.651Z] ---> Running in 2e9a903abbce [2020-07-29T16:16:56.651Z] Removing intermediate container a1ba899143ce [2020-07-29T16:16:56.651Z] ---> 1e3e7aa4b883 [2020-07-29T16:16:56.651Z] Step 8/22 : COPY . . [2020-07-29T16:16:56.651Z] ---> Running in dc37f019c414 [2020-07-29T16:16:56.920Z] Removing intermediate container 9f8d5e820689 [2020-07-29T16:16:56.920Z] ---> 9e5683f65c8b [2020-07-29T16:16:56.920Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T16:16:56.920Z] Removing intermediate container 2e9a903abbce [2020-07-29T16:16:56.920Z] ---> 7696a09752b4 [2020-07-29T16:16:56.920Z] [2020-07-29T16:16:57.190Z] Successfully built 7696a09752b4 [2020-07-29T16:16:57.762Z] Successfully tagged docker-core-command-go:latest [2020-07-29T16:16:58.704Z]  Building docker-core-command-go ... done Removing intermediate container dc37f019c414 [2020-07-29T16:16:58.704Z] ---> 413571b5cd3e [2020-07-29T16:16:58.704Z] [2020-07-29T16:16:59.275Z] Successfully built 413571b5cd3e [2020-07-29T16:16:59.536Z] Successfully tagged docker-core-metadata-go:latest [2020-07-29T16:17:00.486Z]  Building docker-core-metadata-go ... done  ---> 724f014348c8 [2020-07-29T16:17:00.486Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T16:17:10.497Z] ---> 3a0031fba22f [2020-07-29T16:17:10.497Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T16:17:10.497Z] Removing intermediate container 9e5a1f739b1a [2020-07-29T16:17:10.497Z] ---> 85ebbd1c1382 [2020-07-29T16:17:10.497Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T16:17:10.758Z] ---> Running in 698b8babd304 [2020-07-29T16:17:10.758Z] ---> 902d88c139d1 [2020-07-29T16:17:10.758Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:17:12.147Z] ---> Running in 381a58612069 [2020-07-29T16:17:13.537Z] Removing intermediate container 381a58612069 [2020-07-29T16:17:13.537Z] ---> d59be11f69cb [2020-07-29T16:17:13.537Z] Step 18/20 : LABEL arch=x86_64 [2020-07-29T16:17:13.812Z] 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-29T16:17:15.196Z] ---> Running in fe24a080efd2 [2020-07-29T16:17:15.196Z] ---> 30be100c5584 [2020-07-29T16:17:15.196Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T16:17:15.196Z] ---> Running in afa66f84ca42 [2020-07-29T16:17:15.196Z] Removing intermediate container fe24a080efd2 [2020-07-29T16:17:15.196Z] ---> f29967c03bed [2020-07-29T16:17:15.196Z] Step 19/20 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:17:15.458Z] ---> Running in 1f562ed13962 [2020-07-29T16:17:15.724Z] Removing intermediate container 1f562ed13962 [2020-07-29T16:17:15.724Z] ---> ba29af7832fd [2020-07-29T16:17:15.724Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T16:17:15.724Z] ---> Running in 975e9b1f057b [2020-07-29T16:17:15.724Z] 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-29T16:17:15.987Z] Removing intermediate container 975e9b1f057b [2020-07-29T16:17:15.987Z] ---> 23060cdc52f7 [2020-07-29T16:17:15.987Z] [2020-07-29T16:17:15.987Z] Successfully built 23060cdc52f7 [2020-07-29T16:17:15.987Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-29T16:17:15.987Z]  Building docker-support-scheduler-go ... done Removing intermediate container 698b8babd304 [2020-07-29T16:17:15.987Z] ---> dde35ecc7453 [2020-07-29T16:17:15.987Z] [2020-07-29T16:17:15.987Z] Step 11/26 : FROM docker:latest [2020-07-29T16:17:15.987Z] ---> 81f5749c9058 [2020-07-29T16:17:15.987Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T16:17:16.092Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-29T16:17:16.261Z] ---> Running in f0a063ca32d4 [2020-07-29T16:17:16.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:17:16.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:17:17.153Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T16:17:17.153Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T16:17:17.153Z] Executing bash-5.0.17-r0.post-install [2020-07-29T16:17:17.153Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:17:17.153Z] OK: 12 MiB in 22 packages [2020-07-29T16:17:18.567Z] Removing intermediate container f0a063ca32d4 [2020-07-29T16:17:18.567Z] ---> 208fd6256f24 [2020-07-29T16:17:18.567Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T16:17:18.567Z] ---> Running in 0c9b416ec165 [2020-07-29T16:17:20.570Z] Removing intermediate container 0c9b416ec165 [2020-07-29T16:17:20.570Z] ---> e73e9eba05aa [2020-07-29T16:17:20.570Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T16:17:20.570Z] ---> Running in 4aa1cc0e864c [2020-07-29T16:17:20.852Z] Removing intermediate container 4aa1cc0e864c [2020-07-29T16:17:20.852Z] ---> 5478f8a6b31c [2020-07-29T16:17:20.852Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T16:17:20.852Z] ---> Running in 8bed32498d5d [2020-07-29T16:17:21.455Z] Removing intermediate container 8bed32498d5d [2020-07-29T16:17:21.455Z] ---> 48ad5a37cc87 [2020-07-29T16:17:21.455Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T16:17:21.455Z] ---> Running in dd577cfe0205 [2020-07-29T16:17:21.724Z] Removing intermediate container dd577cfe0205 [2020-07-29T16:17:21.724Z] ---> 2546ea80be6b [2020-07-29T16:17:21.724Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T16:17:22.699Z] ---> f4abba7c9ab4 [2020-07-29T16:17:22.699Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T16:17:22.970Z] ---> 58b4fe2533d0 [2020-07-29T16:17:22.970Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T16:17:23.556Z] ---> 24c126c150db [2020-07-29T16:17:23.556Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T16:17:23.556Z] ---> Running in fdfcd06406db [2020-07-29T16:17:24.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:17:24.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:17:24.767Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T16:17:24.767Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T16:17:24.767Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T16:17:24.767Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T16:17:25.040Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T16:17:25.040Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T16:17:25.040Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T16:17:25.984Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T16:17:25.984Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T16:17:25.984Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T16:17:25.984Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T16:17:25.984Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T16:17:25.984Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T16:17:25.984Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T16:17:25.984Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T16:17:26.244Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T16:17:26.244Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T16:17:26.244Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T16:17:26.244Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T16:17:26.244Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T16:17:26.244Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T16:17:26.244Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T16:17:26.244Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T16:17:26.244Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T16:17:26.244Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T16:17:26.244Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T16:17:26.504Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T16:17:26.504Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T16:17:26.504Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T16:17:26.504Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T16:17:26.504Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T16:17:26.504Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T16:17:26.504Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T16:17:26.504Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:17:26.504Z] OK: 71 MiB in 55 packages [2020-07-29T16:17:28.544Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-29T16:17:28.544Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-29T16:17:28.544Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-29T16:17:28.544Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-29T16:17:28.544Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s [2020-07-29T16:17:28.544Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-29T16:17:28.544Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-29T16:17:29.173Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-29T16:17:31.159Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-29T16:17:31.755Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-29T16:17:32.359Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-29T16:17:32.359Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-29T16:17:32.359Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-29T16:17:36.507Z] Removing intermediate container fdfcd06406db [2020-07-29T16:17:36.507Z] ---> 8f27d2644fc0 [2020-07-29T16:17:36.507Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T16:17:36.507Z] ---> Running in 9b6b71cd7234 [2020-07-29T16:17:38.421Z] Removing intermediate container afa66f84ca42 [2020-07-29T16:17:38.421Z] ---> af4d11aee1fa [2020-07-29T16:17:38.421Z] [2020-07-29T16:17:38.421Z] Step 10/22 : FROM alpine [2020-07-29T16:17:38.421Z] ---> a24bb4013296 [2020-07-29T16:17:38.421Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T16:17:38.421Z] ---> Running in 9b6892995b1e [2020-07-29T16:17:38.421Z] Collecting docker-compose==1.23.2 [2020-07-29T16:17:38.421Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T16:17:38.421Z] Removing intermediate container 9b6892995b1e [2020-07-29T16:17:38.421Z] ---> 2198d92a04ad [2020-07-29T16:17:38.421Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T16:17:38.421Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T16:17:38.682Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T16:17:38.682Z] ---> Running in ebddca5daa51 [2020-07-29T16:17:38.682Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T16:17:38.682Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T16:17:38.682Z] Removing intermediate container ebddca5daa51 [2020-07-29T16:17:38.682Z] ---> e47d5f97b19d [2020-07-29T16:17:38.682Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T16:17:38.943Z] ---> Running in 4223e1dec060 [2020-07-29T16:17:38.943Z] Removing intermediate container 4223e1dec060 [2020-07-29T16:17:38.943Z] ---> 18a2612bdff8 [2020-07-29T16:17:38.943Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:17:38.943Z] ---> Running in cff9b780aa7b [2020-07-29T16:17:39.202Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T16:17:39.202Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T16:17:39.468Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T16:17:39.468Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T16:17:39.468Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T16:17:39.468Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T16:17:40.039Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T16:17:40.039Z] Removing intermediate container cff9b780aa7b [2020-07-29T16:17:40.039Z] ---> c432f5946db2 [2020-07-29T16:17:40.039Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T16:17:40.039Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T16:17:40.039Z] ---> Running in 03113a20c6ee [2020-07-29T16:17:40.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:17:40.609Z] Collecting PyYAML<4,>=3.10 [2020-07-29T16:17:40.609Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T16:17:40.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 46.6% of statements [2020-07-29T16:17:40.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-29T16:17:40.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-29T16:17:40.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-29T16:17:40.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-29T16:17:40.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-29T16:17:41.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:17:41.440Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T16:17:41.440Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T16:17:41.440Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T16:17:41.440Z] 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-29T16:17:41.440Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T16:17:41.440Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T16:17:41.440Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T16:17:41.700Z] 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-29T16:17:41.700Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T16:17:41.700Z] Collecting idna<2.8,>=2.5 [2020-07-29T16:17:41.700Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T16:17:41.700Z] 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-29T16:17:41.700Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T16:17:41.700Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T16:17:41.700Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T16:17:41.961Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T16:17:41.961Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T16:17:41.961Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T16:17:41.961Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T16:17:41.961Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T16:17:41.961Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T16:17:41.961Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T16:17:41.961Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:17:41.961Z] Installing collected packages: jsonschema, texttable, cached-property, idna, urllib3, requests, docopt, dockerpty, PyYAML, websocket-client, docker-pycreds, docker, docker-compose [2020-07-29T16:17:42.225Z] OK: 8 MiB in 19 packages [2020-07-29T16:17:42.486Z] Running setup.py install for texttable: started [2020-07-29T16:17:42.747Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T16:17:43.320Z] Attempting uninstall: idna [2020-07-29T16:17:43.320Z] Found existing installation: idna 2.9 [2020-07-29T16:17:43.320Z] Uninstalling idna-2.9: [2020-07-29T16:17:43.320Z] Successfully uninstalled idna-2.9 [2020-07-29T16:17:43.582Z] Removing intermediate container 03113a20c6ee [2020-07-29T16:17:43.582Z] ---> 56bab2ebc70f [2020-07-29T16:17:43.582Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T16:17:43.582Z] Attempting uninstall: urllib3 [2020-07-29T16:17:43.582Z] Found existing installation: urllib3 1.25.9 [2020-07-29T16:17:43.582Z] Uninstalling urllib3-1.25.9: [2020-07-29T16:17:43.582Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T16:17:44.522Z] Attempting uninstall: requests [2020-07-29T16:17:44.522Z] ---> 0bcb9f113552 [2020-07-29T16:17:44.522Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T16:17:44.522Z] Found existing installation: requests 2.23.0 [2020-07-29T16:17:44.522Z] Uninstalling requests-2.23.0: [2020-07-29T16:17:44.522Z] Successfully uninstalled requests-2.23.0 [2020-07-29T16:17:44.522Z] Running setup.py install for docopt: started [2020-07-29T16:17:45.206Z] ---> bc239032dd67 [2020-07-29T16:17:45.206Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T16:17:45.206Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T16:17:45.206Z] Running setup.py install for dockerpty: started [2020-07-29T16:17:45.206Z] ---> afd818ca3ba3 [2020-07-29T16:17:45.206Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:17:45.206Z] ---> Running in d68ed5155ae6 [2020-07-29T16:17:45.479Z] Removing intermediate container d68ed5155ae6 [2020-07-29T16:17:45.480Z] ---> eb5fa696b215 [2020-07-29T16:17:45.480Z] Step 20/22 : LABEL arch=x86_64 [2020-07-29T16:17:45.480Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T16:17:45.480Z] Running setup.py install for PyYAML: started [2020-07-29T16:17:45.480Z] ---> Running in 18006d20b7f9 [2020-07-29T16:17:45.756Z] Removing intermediate container 18006d20b7f9 [2020-07-29T16:17:45.756Z] ---> acf0974e4914 [2020-07-29T16:17:45.756Z] Step 21/22 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:17:45.756Z] ---> Running in 8826946909b1 [2020-07-29T16:17:45.756Z] Removing intermediate container 8826946909b1 [2020-07-29T16:17:45.756Z] ---> 32254dab9b33 [2020-07-29T16:17:45.756Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T16:17:46.029Z] ---> Running in c11080037d5b [2020-07-29T16:17:46.029Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T16:17:46.975Z] Removing intermediate container c11080037d5b [2020-07-29T16:17:46.975Z] ---> 564958996088 [2020-07-29T16:17:46.975Z] [2020-07-29T16:17:46.975Z] Successfully built 564958996088 [2020-07-29T16:17:46.975Z] Successfully tagged docker-core-data-go:latest [2020-07-29T16:17:47.237Z]  Building docker-core-data-go ... done 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-29T16:17:47.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.151s coverage: 27.4% of statements [2020-07-29T16:17:47.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-29T16:17:47.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-29T16:17:47.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-29T16:17:47.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-29T16:17:47.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-29T16:17:47.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-29T16:17:47.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements [2020-07-29T16:17:47.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-29T16:17:47.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements [2020-07-29T16:17:47.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-29T16:17:49.404Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 29.3% of statements [2020-07-29T16:17:49.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-29T16:17:49.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-29T16:17:49.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-29T16:17:49.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-29T16:17:49.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-29T16:17:49.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.043s coverage: 100.0% of statements [2020-07-29T16:17:49.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-29T16:17:49.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements [2020-07-29T16:17:49.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-29T16:17:49.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.100s coverage: 89.8% of statements [2020-07-29T16:17:49.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-29T16:17:50.541Z] Removing intermediate container 9b6b71cd7234 [2020-07-29T16:17:50.541Z] ---> 94a9fc26ecff [2020-07-29T16:17:50.541Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T16:17:50.541Z] ---> Running in dc3cb468acfd [2020-07-29T16:17:50.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-29T16:17:50.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-29T16:17:50.801Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T16:17:50.801Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T16:17:50.801Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T16:17:50.801Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:17:50.801Z] OK: 72 MiB in 58 packages [2020-07-29T16:17:51.373Z] Removing intermediate container dc3cb468acfd [2020-07-29T16:17:51.373Z] ---> afa3e2e01d91 [2020-07-29T16:17:51.373Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:17:51.373Z] ---> Running in fb623a05715a [2020-07-29T16:17:51.633Z] Removing intermediate container fb623a05715a [2020-07-29T16:17:51.633Z] ---> 7cbd9cffec12 [2020-07-29T16:17:51.633Z] Step 24/26 : LABEL arch=x86_64 [2020-07-29T16:17:51.633Z] ---> Running in 0bb92dc24a92 [2020-07-29T16:17:51.633Z] Removing intermediate container 0bb92dc24a92 [2020-07-29T16:17:51.633Z] ---> 619986b9412c [2020-07-29T16:17:51.633Z] Step 25/26 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:17:51.893Z] ---> Running in 6fcf6fb04123 [2020-07-29T16:17:51.893Z] Removing intermediate container 6fcf6fb04123 [2020-07-29T16:17:51.893Z] ---> a5420208a446 [2020-07-29T16:17:51.893Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T16:17:51.893Z] ---> Running in 928cb0d35db3 [2020-07-29T16:17:52.155Z] Removing intermediate container 928cb0d35db3 [2020-07-29T16:17:52.155Z] ---> d872b7f4c6b1 [2020-07-29T16:17:52.155Z] [2020-07-29T16:17:52.155Z] Successfully built d872b7f4c6b1 [2020-07-29T16:17:52.155Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-29T16:17:52.425Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-29T16:17:52.435Z] $ docker stop --time=1 578f0e1c23349cc41d148003f6f2e00dee571c90d28c0617fcdd30a6ee3bb9da [2020-07-29T16:17:52.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.144s coverage: 97.5% of statements [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-29T16:17:52.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 100.0% of statements [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-29T16:17:52.814Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-29T16:17:53.091Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2020-07-29T16:17:54.042Z] $ docker rm -f 578f0e1c23349cc41d148003f6f2e00dee571c90d28c0617fcdd30a6ee3bb9da [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T16:17:55.546Z] + docker images [2020-07-29T16:17:55.546Z] + grep docker [2020-07-29T16:17:56.119Z] docker-sys-mgmt-agent-go latest d872b7f4c6b1 4 seconds ago 284MB [2020-07-29T16:17:56.119Z] docker-core-data-go latest 564958996088 10 seconds ago 23.8MB [2020-07-29T16:17:56.119Z] docker-support-scheduler-go latest 23060cdc52f7 40 seconds ago 13.1MB [2020-07-29T16:17:56.119Z] docker-core-command-go latest 7696a09752b4 59 seconds ago 13MB [2020-07-29T16:17:56.119Z] docker-core-metadata-go latest 413571b5cd3e 59 seconds ago 14.4MB [2020-07-29T16:17:56.119Z] docker-security-secrets-setup-go latest 2a7a4b3be4cd About a minute ago 25.1MB [2020-07-29T16:17:56.119Z] docker-security-secretstore-setup-go latest 521af93e5869 About a minute ago 33.9MB [2020-07-29T16:17:56.119Z] docker-security-proxy-setup-go latest ce5d1ab5db59 2 minutes ago 16.4MB [2020-07-29T16:17:56.119Z] docker-support-notifications-go latest ace11a85c5fc 2 minutes ago 14.4MB [2020-07-29T16:17:56.119Z] docker-support-logging-go latest 157b66a2ee34 2 minutes ago 11.8MB [2020-07-29T16:17:56.119Z] docker latest 81f5749c9058 4 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-29T16:17:57.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.177s coverage: 63.5% of statements [2020-07-29T16:17:57.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-29T16:17:57.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-29T16:17:57.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements [2020-07-29T16:17:58.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.388s coverage: 55.9% of statements [2020-07-29T16:17:58.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-29T16:17:58.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-29T16:17:58.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-29T16:17:58.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-29T16:18:04.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.677s coverage: 86.3% of statements [2020-07-29T16:18:04.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-29T16:18:04.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.172s coverage: 72.2% of statements [2020-07-29T16:18:04.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.343s coverage: 72.1% of statements [2020-07-29T16:18:04.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.029s coverage: 82.4% of statements [2020-07-29T16:18:04.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements [2020-07-29T16:18:04.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-29T16:18:04.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-29T16:18:04.287Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-29T16:18:04.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.049s coverage: 28.8% of statements [2020-07-29T16:18:04.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-29T16:18:06.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.032s coverage: 96.8% of statements [2020-07-29T16:18:06.549Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-29T16:18:09.960Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 26.9% of statements [2020-07-29T16:18:09.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-29T16:18:09.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-29T16:18:09.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.289s coverage: 84.1% of statements [2020-07-29T16:18:09.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.071s coverage: 100.0% of statements [2020-07-29T16:18:12.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.035s coverage: 43.1% of statements [2020-07-29T16:18:12.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-29T16:18:12.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-29T16:18:12.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.031s coverage: 100.0% of statements [2020-07-29T16:18:12.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-29T16:18:12.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.098s coverage: 83.8% of statements [2020-07-29T16:18:12.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-29T16:18:19.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.177s coverage: 46.1% of statements [2020-07-29T16:18:19.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-29T16:18:19.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-29T16:18:19.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.034s coverage: 100.0% of statements [2020-07-29T16:18:19.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-29T16:18:19.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-29T16:18:19.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-29T16:18:19.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.076s coverage: 100.0% of statements [2020-07-29T16:18:19.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-29T16:18:19.599Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements [2020-07-29T16:18:19.599Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-29T16:18:25.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.221s coverage: 29.1% of statements [2020-07-29T16:18:25.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-29T16:18:25.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-29T16:18:25.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-29T16:18:25.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-29T16:18:25.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-29T16:18:25.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2020-07-29T16:18:25.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-29T16:18:25.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2020-07-29T16:18:25.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-29T16:18:25.005Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2020-07-29T16:18:25.005Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-29T16:18:25.283Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2020-07-29T16:18:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-29T16:18:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-29T16:18:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-29T16:18:25.283Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-29T16:18:27.270Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.074s coverage: 87.9% of statements [2020-07-29T16:18:27.270Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-29T16:18:27.270Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-29T16:18:27.270Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.016s coverage: 100.0% of statements [2020-07-29T16:18:27.542Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements [2020-07-29T16:18:28.519Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.025s coverage: 100.0% of statements [2020-07-29T16:18:29.111Z] GO111MODULE=on go vet ./... [2020-07-29T16:18:47.416Z] gofmt -l . [2020-07-29T16:18:47.416Z] [ "`gofmt -l .`" = "" ] [2020-07-29T16:18:49.386Z] ./bin/test-go-mod-tidy.sh [2020-07-29T16:18:49.979Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-07-29T16:18:54.016Z] + ls -al . [2020-07-29T16:18:54.016Z] total 588 [2020-07-29T16:18:54.016Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 16:18 . [2020-07-29T16:18:54.016Z] drwxr-xr-x 4 root root 4096 Jul 29 16:16 .. [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 16:14 .dockerignore [2020-07-29T16:18:54.016Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 16:14 .git [2020-07-29T16:18:54.016Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 16:14 .github [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 932 Jul 29 16:14 .gitignore [2020-07-29T16:18:54.016Z] drwxrwxr-x 3 1001 1001 4096 Jul 29 16:15 .semver [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 166 Jul 29 16:14 .sonarcloud.properties [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 16:14 CONTRIBUTING.md [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 1035 Jul 29 16:14 Dockerfile.build [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 865 Jul 29 16:14 Jenkinsfile [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 16:14 LICENSE [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 6237 Jul 29 16:14 Makefile [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 5652 Jul 29 16:14 README.md [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 7111 Jul 29 16:14 SECURITY.md [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 5 Jul 29 16:10 VERSION [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 16:14 ZMQWindows.md [2020-07-29T16:18:54.016Z] drwxrwxr-x 2 1001 1001 4096 Jul 29 16:14 bin [2020-07-29T16:18:54.016Z] drwxrwxr-x 15 1001 1001 4096 Jul 29 16:14 cmd [2020-07-29T16:18:54.016Z] -rw-r--r-- 1 root root 456067 Jul 29 16:18 coverage.out [2020-07-29T16:18:54.016Z] -rw-r--r-- 1 root root 1019 Jul 29 16:18 go.mod [2020-07-29T16:18:54.016Z] -rw-r--r-- 1 root root 18146 Jul 29 16:18 go.sum [2020-07-29T16:18:54.016Z] drwxrwxr-x 8 1001 1001 4096 Jul 29 16:14 internal [2020-07-29T16:18:54.016Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 16:14 openapi [2020-07-29T16:18:54.016Z] drwxrwxr-x 4 1001 1001 4096 Jul 29 16:14 snap [2020-07-29T16:18:54.016Z] -rw-rw-r-- 1 1001 1001 168 Jul 29 16:14 version.go [Pipeline] sh [2020-07-29T16:18:54.669Z] + '[' -e coverage.out ] [2020-07-29T16:18:54.669Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-29T16:18:54.725Z] Warning: overwriting stash ‘coverage-report’ [2020-07-29T16:18:55.872Z] Stashed 1 file(s) [Pipeline] sh [2020-07-29T16:18:56.555Z] + make build [2020-07-29T16:18:56.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-29T16:19:14.899Z] 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-29T16:19:25.024Z] 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-29T16:19:30.417Z] 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-29T16:19:35.800Z] 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-29T16:19:42.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-29T16:19:43.462Z] 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-29T16:19:47.756Z] 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-29T16:19:54.442Z] 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-29T16:19:57.049Z] 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-29T16:20:02.442Z] 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-29T16:20:06.737Z] 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-29T16:20:11.038Z] 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-29T16:20:15.348Z] $ docker stop --time=1 2ee25334cb36a082a87362ca6668e2385a4431669cb35cf1922b7e55077e75b0 [2020-07-29T16:20:17.766Z] $ docker rm -f 2ee25334cb36a082a87362ca6668e2385a4431669cb35cf1922b7e55077e75b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T16:20:19.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T16:20:19.299Z] [2020-07-29T16:20:19.299Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-29T16:20:19.700Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T16:20:19.979Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-29T16:20:19.979Z] 29e5d40040c1: Pulling fs layer [2020-07-29T16:20:19.979Z] 1ce36da41761: Pulling fs layer [2020-07-29T16:20:19.979Z] 25b303627fd3: Pulling fs layer [2020-07-29T16:20:19.979Z] 29e5d40040c1: Verifying Checksum [2020-07-29T16:20:19.979Z] 29e5d40040c1: Download complete [2020-07-29T16:20:20.257Z] 1ce36da41761: Verifying Checksum [2020-07-29T16:20:20.257Z] 1ce36da41761: Download complete [2020-07-29T16:20:20.864Z] 29e5d40040c1: Pull complete [2020-07-29T16:20:21.843Z] 1ce36da41761: Pull complete [2020-07-29T16:20:22.115Z] 25b303627fd3: Verifying Checksum [2020-07-29T16:20:22.115Z] 25b303627fd3: Download complete [2020-07-29T16:20:32.275Z] 25b303627fd3: Pull complete [2020-07-29T16:20:32.275Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-29T16:20:32.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T16:20:32.275Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-29T16:20:32.536Z] prd-ubuntu18.04-docker-arm64-4c-16g-1443 does not seem to be running inside a container [2020-07-29T16:20:32.620Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-29T16:20:36.017Z] $ docker top da9031c7f7883fb4bddab151d08918b00e4f2e20f02d7e7b2866bba17860c358 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T16:20:37.397Z] + docker-compose build --help [2020-07-29T16:20:37.398Z] + grep parallel [2020-07-29T16:20:40.765Z] --parallel Build images in parallel. [Pipeline] } [2020-07-29T16:20:41.053Z] $ docker stop --time=1 da9031c7f7883fb4bddab151d08918b00e4f2e20f02d7e7b2866bba17860c358 [2020-07-29T16:20:43.015Z] $ docker rm -f da9031c7f7883fb4bddab151d08918b00e4f2e20f02d7e7b2866bba17860c358 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-29T16:20:43.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-29T16:20:43.916Z] . [Pipeline] withDockerContainer [2020-07-29T16:20:44.156Z] prd-ubuntu18.04-docker-arm64-4c-16g-1443 does not seem to be running inside a container [2020-07-29T16:20:44.243Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-29T16:20:45.579Z] $ docker top 535c823890a9c27990e6f8ed85eba31a0fe3e72f6199d4154b91cca65e92629c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-29T16:20:46.605Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-29T16:20:50.960Z] Building docker-core-command-go ... [2020-07-29T16:20:50.960Z] Building docker-core-data-go ... [2020-07-29T16:20:50.960Z] Building docker-core-metadata-go ... [2020-07-29T16:20:50.960Z] Building docker-security-proxy-setup-go ... [2020-07-29T16:20:50.960Z] Building docker-security-secrets-setup-go ... [2020-07-29T16:20:50.960Z] Building docker-security-secretstore-setup-go ... [2020-07-29T16:20:50.960Z] Building docker-support-logging-go ... [2020-07-29T16:20:50.960Z] Building docker-support-notifications-go ... [2020-07-29T16:20:50.960Z] Building docker-support-scheduler-go ... [2020-07-29T16:20:50.960Z] Building docker-sys-mgmt-agent-go ... [2020-07-29T16:20:50.960Z] Building docker-core-metadata-go [2020-07-29T16:20:50.960Z] Building docker-core-data-go [2020-07-29T16:20:50.960Z] Building docker-support-logging-go [2020-07-29T16:20:50.960Z] Building docker-support-scheduler-go [2020-07-29T16:20:50.960Z] Building docker-support-notifications-go [2020-07-29T16:22:42.759Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:22:42.759Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:22:42.759Z] ---> b99739204563 [2020-07-29T16:22:42.759Z] Step 3/22 : WORKDIR /edgex-go [2020-07-29T16:22:42.759Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:22:42.759Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:22:42.759Z] ---> b99739204563 [2020-07-29T16:22:42.759Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T16:22:42.759Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:22:42.759Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:22:42.759Z] ---> b99739204563 [2020-07-29T16:22:42.759Z] Step 3/23 : WORKDIR /edgex-go [2020-07-29T16:22:42.759Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:22:42.759Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:22:42.759Z] ---> b99739204563 [2020-07-29T16:22:42.759Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T16:22:42.759Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:22:42.759Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:22:42.759Z] ---> b99739204563 [2020-07-29T16:22:42.759Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T16:22:42.759Z] ---> Running in 433e9b473f4d [2020-07-29T16:22:42.759Z] ---> Running in 62409cb95749 [2020-07-29T16:22:42.759Z] ---> Running in fac2f410046a [2020-07-29T16:22:42.759Z] ---> Running in fd7c7fcefef6 [2020-07-29T16:22:42.759Z] ---> Running in aed21bc5e463 [2020-07-29T16:22:42.759Z] Removing intermediate container 62409cb95749 [2020-07-29T16:22:42.759Z] ---> c2436e1c5e44 [2020-07-29T16:22:42.759Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:22:42.759Z] Removing intermediate container 433e9b473f4d [2020-07-29T16:22:42.759Z] ---> 83d32163a2d0 [2020-07-29T16:22:42.759Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:22:42.759Z] ---> Running in bc7f024acd73 [2020-07-29T16:22:42.759Z] Removing intermediate container fd7c7fcefef6 [2020-07-29T16:22:42.759Z] ---> eced5e9b129e [2020-07-29T16:22:42.759Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:22:42.759Z] Removing intermediate container aed21bc5e463 [2020-07-29T16:22:42.759Z] ---> fb6b2602d492 [2020-07-29T16:22:42.759Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:22:42.759Z] Removing intermediate container fac2f410046a [2020-07-29T16:22:42.759Z] ---> 6cf0967206cf [2020-07-29T16:22:42.759Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:22:42.759Z] ---> Running in 6689d5f87de5 [2020-07-29T16:22:42.759Z] ---> Running in ca8328769a2e [2020-07-29T16:22:42.759Z] ---> Running in 545d44a63df4 [2020-07-29T16:22:42.759Z] ---> Running in 1bbf0c7e1662 [2020-07-29T16:22:45.386Z] Removing intermediate container bc7f024acd73 [2020-07-29T16:22:45.386Z] ---> 98e573ac4872 [2020-07-29T16:22:45.386Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-29T16:22:45.657Z] ---> Running in 5e8410c64e42 [2020-07-29T16:22:45.657Z] Removing intermediate container 6689d5f87de5 [2020-07-29T16:22:45.657Z] ---> 75ad24af5d42 [2020-07-29T16:22:45.657Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-29T16:22:45.940Z] ---> Running in 150ee7d8f33e [2020-07-29T16:22:45.940Z] Removing intermediate container ca8328769a2e [2020-07-29T16:22:45.940Z] ---> cd2d696ea578 [2020-07-29T16:22:45.940Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T16:22:46.223Z] Removing intermediate container 1bbf0c7e1662 [2020-07-29T16:22:46.223Z] ---> bbcd0aee0ab0 [2020-07-29T16:22:46.223Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T16:22:46.223Z] ---> Running in fe6e6d56cca8 [2020-07-29T16:22:46.223Z] Removing intermediate container 545d44a63df4 [2020-07-29T16:22:46.223Z] ---> 6e27a14f42bc [2020-07-29T16:22:46.223Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-29T16:22:46.498Z] ---> Running in 69f870872f20 [2020-07-29T16:22:46.775Z] ---> Running in 6fc860d8bd59 [2020-07-29T16:22:48.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:22:48.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:22:48.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:22:48.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:22:49.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:22:49.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:22:49.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:22:49.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:22:49.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:22:49.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:22:49.856Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:22:49.856Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:22:49.856Z] OK: 12620 distinct packages available [2020-07-29T16:22:49.856Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:22:49.856Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:22:49.856Z] OK: 12620 distinct packages available [2020-07-29T16:22:50.456Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:22:50.456Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:22:50.456Z] OK: 12620 distinct packages available [2020-07-29T16:22:50.456Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:22:50.456Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:22:50.456Z] OK: 12620 distinct packages available [2020-07-29T16:22:50.731Z] OK: 217 MiB in 51 packages [2020-07-29T16:22:50.731Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:22:50.731Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:22:50.731Z] OK: 12620 distinct packages available [2020-07-29T16:22:51.004Z] OK: 217 MiB in 51 packages [2020-07-29T16:22:51.608Z] OK: 217 MiB in 51 packages [2020-07-29T16:22:51.608Z] OK: 217 MiB in 51 packages [2020-07-29T16:22:51.608Z] OK: 217 MiB in 51 packages [2020-07-29T16:22:52.601Z] OK: 217 MiB in 51 packages [2020-07-29T16:22:52.601Z] Removing intermediate container 5e8410c64e42 [2020-07-29T16:22:52.601Z] ---> e53d9943087d [2020-07-29T16:22:52.601Z] Step 6/22 : COPY go.mod . [2020-07-29T16:22:52.873Z] Removing intermediate container 150ee7d8f33e [2020-07-29T16:22:52.873Z] ---> ca20e7bb4d25 [2020-07-29T16:22:52.873Z] Step 6/23 : COPY go.mod . [2020-07-29T16:22:53.466Z] Removing intermediate container fe6e6d56cca8 [2020-07-29T16:22:53.466Z] ---> 41db18144009 [2020-07-29T16:22:53.466Z] Step 6/20 : COPY go.mod . [2020-07-29T16:22:53.466Z] Removing intermediate container 69f870872f20 [2020-07-29T16:22:53.466Z] ---> 74171db89f6b [2020-07-29T16:22:53.466Z] Step 6/21 : COPY go.mod . [2020-07-29T16:22:53.743Z] ---> 3306634b2460 [2020-07-29T16:22:53.743Z] Step 7/22 : RUN go mod download [2020-07-29T16:22:54.021Z] ---> Running in 6453fcf598f8 [2020-07-29T16:22:54.293Z] ---> 3ee529ebd2c4 [2020-07-29T16:22:54.293Z] Step 7/23 : RUN go mod download [2020-07-29T16:22:54.293Z] Removing intermediate container 6fc860d8bd59 [2020-07-29T16:22:54.293Z] ---> 82a50df1a0e7 [2020-07-29T16:22:54.293Z] Step 6/21 : COPY go.mod . [2020-07-29T16:22:54.568Z] ---> Running in 09fb23ef25b2 [2020-07-29T16:22:54.568Z] ---> e6c1f4e5c7a8 [2020-07-29T16:22:54.568Z] Step 7/20 : RUN go mod download [2020-07-29T16:22:54.568Z] ---> 7f19bc1a8985 [2020-07-29T16:22:54.568Z] Step 7/21 : RUN go mod download [2020-07-29T16:22:54.841Z] ---> Running in a0c8c34dac80 [2020-07-29T16:22:54.841Z] ---> Running in 514f6a6c7941 [2020-07-29T16:22:55.441Z] ---> f080d8e23d5b [2020-07-29T16:22:55.441Z] Step 7/21 : RUN go mod download [2020-07-29T16:22:55.720Z] ---> Running in 5bc96eb7ac7c [2020-07-29T16:22:59.116Z] Removing intermediate container 6453fcf598f8 [2020-07-29T16:22:59.116Z] ---> 71fa2457231e [2020-07-29T16:22:59.116Z] Step 8/22 : COPY . . [2020-07-29T16:22:59.394Z] Removing intermediate container 09fb23ef25b2 [2020-07-29T16:22:59.394Z] ---> 066f9ba072ef [2020-07-29T16:22:59.394Z] Step 8/23 : COPY . . [2020-07-29T16:23:04.796Z] Removing intermediate container 514f6a6c7941 [2020-07-29T16:23:04.796Z] ---> 81bee90ea6a7 [2020-07-29T16:23:04.796Z] Step 8/21 : COPY . . [2020-07-29T16:23:04.796Z] Removing intermediate container a0c8c34dac80 [2020-07-29T16:23:04.796Z] ---> 1d1aaec0778b [2020-07-29T16:23:04.796Z] Step 8/20 : COPY . . [2020-07-29T16:23:04.796Z] Removing intermediate container 5bc96eb7ac7c [2020-07-29T16:23:04.796Z] ---> f538e4a79c22 [2020-07-29T16:23:04.796Z] Step 8/21 : COPY . . [2020-07-29T16:23:31.599Z] ---> 2453911627a9 [2020-07-29T16:23:31.599Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-29T16:23:31.599Z] ---> 2cb618847d9c [2020-07-29T16:23:31.599Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-29T16:23:31.599Z] ---> 93377397beef [2020-07-29T16:23:31.599Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-29T16:23:31.599Z] ---> 34d28db0da83 [2020-07-29T16:23:31.599Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-29T16:23:31.599Z] ---> d192cc58ea28 [2020-07-29T16:23:31.599Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-29T16:23:31.599Z] ---> Running in 1b88934eb40a [2020-07-29T16:23:31.599Z] ---> Running in 35e31d7658c5 [2020-07-29T16:23:31.599Z] ---> Running in 117e567f9b78 [2020-07-29T16:23:31.599Z] ---> Running in 92a08d653cf3 [2020-07-29T16:23:31.599Z] ---> Running in 36e19cf2d8ed [2020-07-29T16:23:33.578Z] 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-29T16:23:33.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-29T16:23:33.853Z] 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-29T16:23:34.130Z] 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-29T16:23:34.130Z] 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-29T16:25:25.982Z] Removing intermediate container 92a08d653cf3 [2020-07-29T16:25:25.982Z] ---> 7fc711765ef8 [2020-07-29T16:25:25.982Z] [2020-07-29T16:25:25.982Z] Step 10/21 : FROM scratch [2020-07-29T16:25:25.982Z] ---> [2020-07-29T16:25:25.982Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T16:25:25.982Z] ---> Running in 0a9657e6d049 [2020-07-29T16:25:25.982Z] Removing intermediate container 0a9657e6d049 [2020-07-29T16:25:25.982Z] ---> a9c92b96fb3e [2020-07-29T16:25:25.982Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-29T16:25:25.982Z] ---> Running in 2af9b9aaf743 [2020-07-29T16:25:25.982Z] Removing intermediate container 2af9b9aaf743 [2020-07-29T16:25:25.982Z] ---> 669b2c88ce75 [2020-07-29T16:25:25.982Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T16:25:25.982Z] ---> Running in dfd9db7e8dbf [2020-07-29T16:25:25.982Z] Removing intermediate container dfd9db7e8dbf [2020-07-29T16:25:25.982Z] ---> 36dfa5861fdc [2020-07-29T16:25:25.982Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-29T16:25:25.982Z] ---> c6618400e955 [2020-07-29T16:25:25.982Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-29T16:25:25.982Z] ---> c9aad4770e1a [2020-07-29T16:25:25.982Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-29T16:25:25.982Z] ---> 63697b3e969e [2020-07-29T16:25:25.982Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-29T16:25:25.982Z] ---> a85b0d56dd4a [2020-07-29T16:25:25.982Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:25:25.982Z] ---> Running in d519cb255d56 [2020-07-29T16:25:25.982Z] Removing intermediate container d519cb255d56 [2020-07-29T16:25:25.982Z] ---> 67962e9c5a93 [2020-07-29T16:25:25.982Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T16:25:25.982Z] ---> Running in 40c51569861c [2020-07-29T16:25:25.982Z] Removing intermediate container 40c51569861c [2020-07-29T16:25:25.982Z] ---> 61c68f2e34e1 [2020-07-29T16:25:25.982Z] Step 20/21 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:25:25.982Z] ---> Running in 403194b742d7 [2020-07-29T16:25:25.982Z] Removing intermediate container 403194b742d7 [2020-07-29T16:25:25.982Z] ---> 0c41c1e9865f [2020-07-29T16:25:25.982Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T16:25:25.982Z] ---> Running in 70732fbb47b2 [2020-07-29T16:25:27.425Z] Removing intermediate container 70732fbb47b2 [2020-07-29T16:25:27.425Z] ---> 044014354ec3 [2020-07-29T16:25:27.425Z] [2020-07-29T16:25:28.410Z] Successfully built 044014354ec3 [2020-07-29T16:25:28.690Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-29T16:25:28.690Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-07-29T16:25:29.681Z] Removing intermediate container 35e31d7658c5 [2020-07-29T16:25:29.681Z] ---> 3aff1200cab8 [2020-07-29T16:25:29.963Z] [2020-07-29T16:25:29.963Z] Step 10/23 : FROM scratch [2020-07-29T16:25:29.963Z] ---> [2020-07-29T16:25:29.963Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-29T16:25:29.963Z] ---> Using cache [2020-07-29T16:25:29.963Z] ---> a9c92b96fb3e [2020-07-29T16:25:29.963Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-29T16:25:30.240Z] Removing intermediate container 36e19cf2d8ed [2020-07-29T16:25:30.240Z] ---> c5b01d948388 [2020-07-29T16:25:30.240Z] [2020-07-29T16:25:30.240Z] Step 10/20 : FROM scratch [2020-07-29T16:25:30.240Z] ---> [2020-07-29T16:25:30.240Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T16:25:30.523Z] ---> Running in b6af8e0513d8 [2020-07-29T16:25:30.804Z] ---> Running in 0064e5afa0a7 [2020-07-29T16:25:31.794Z] Removing intermediate container b6af8e0513d8 [2020-07-29T16:25:31.794Z] ---> 7dda38d2849b [2020-07-29T16:25:31.794Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-29T16:25:33.225Z] ---> Running in dc7b5c09c3b8 [2020-07-29T16:25:33.225Z] Removing intermediate container 0064e5afa0a7 [2020-07-29T16:25:33.225Z] ---> dc68f6bd9df4 [2020-07-29T16:25:33.225Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-29T16:25:34.665Z] ---> Running in 28f63f246356 [2020-07-29T16:25:35.264Z] Removing intermediate container dc7b5c09c3b8 [2020-07-29T16:25:35.264Z] ---> fc52d9b7ee15 [2020-07-29T16:25:35.264Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-29T16:25:35.862Z] Removing intermediate container 28f63f246356 [2020-07-29T16:25:35.862Z] ---> 06c6c5469cd4 [2020-07-29T16:25:35.862Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-29T16:25:36.852Z] ---> Running in 901762c07f47 [2020-07-29T16:25:37.467Z] ---> 9eaa7c682a44 [2020-07-29T16:25:37.467Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-29T16:25:37.741Z] Removing intermediate container 901762c07f47 [2020-07-29T16:25:37.741Z] ---> 516c7e07a5a3 [2020-07-29T16:25:37.741Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-29T16:25:40.379Z] Removing intermediate container 117e567f9b78 [2020-07-29T16:25:40.379Z] ---> 9f30044d9f51 [2020-07-29T16:25:40.379Z] [2020-07-29T16:25:40.379Z] Step 10/21 : FROM scratch [2020-07-29T16:25:40.379Z] ---> [2020-07-29T16:25:40.379Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T16:25:40.379Z] ---> Using cache [2020-07-29T16:25:40.379Z] ---> dc68f6bd9df4 [2020-07-29T16:25:40.379Z] Step 12/21 : ENV APP_PORT=48081 ---> 621536e97203 [2020-07-29T16:25:40.379Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-29T16:25:40.379Z] [2020-07-29T16:25:40.379Z] ---> c58616427b69 [2020-07-29T16:25:40.379Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-29T16:25:40.379Z] ---> Running in 7bf928f3f7c0 [2020-07-29T16:25:42.372Z] Removing intermediate container 7bf928f3f7c0 [2020-07-29T16:25:42.372Z] ---> d29ec3c2ee29 [2020-07-29T16:25:42.372Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T16:25:44.373Z] ---> d054c87b4a41 [2020-07-29T16:25:44.373Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-29T16:25:44.373Z] ---> c88ea0a4bbdc [2020-07-29T16:25:44.373Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-29T16:25:44.373Z] ---> Running in 96c080eec34d [2020-07-29T16:25:44.984Z] Removing intermediate container 96c080eec34d [2020-07-29T16:25:44.984Z] ---> ec40b380e84e [2020-07-29T16:25:44.984Z] Step 14/21 : WORKDIR / [2020-07-29T16:25:46.429Z] ---> bcc84eb24f5d [2020-07-29T16:25:46.429Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:25:46.429Z] ---> 22e99c4e893c [2020-07-29T16:25:46.429Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-29T16:25:46.761Z] ---> Running in 41db37eacb10 [2020-07-29T16:25:47.375Z] ---> Running in 97caf5e6bbdc [2020-07-29T16:25:47.969Z] Removing intermediate container 1b88934eb40a [2020-07-29T16:25:47.969Z] ---> 119f99d54be9 [2020-07-29T16:25:47.969Z] [2020-07-29T16:25:47.969Z] Step 10/22 : FROM alpine [2020-07-29T16:25:47.969Z] Removing intermediate container 41db37eacb10 [2020-07-29T16:25:47.969Z] ---> b1d0c11fbe0e [2020-07-29T16:25:47.969Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-29T16:25:48.271Z] latest: Pulling from library/alpine [2020-07-29T16:25:48.271Z] Removing intermediate container 97caf5e6bbdc [2020-07-29T16:25:48.271Z] ---> 785d2c04b214 [2020-07-29T16:25:48.272Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T16:25:48.874Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-29T16:25:48.874Z] ---> bd8538086603 [2020-07-29T16:25:48.874Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-29T16:25:48.874Z] Status: Downloaded newer image for alpine:latest [2020-07-29T16:25:48.874Z] ---> 62ee0e9f8440 [2020-07-29T16:25:48.874Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T16:25:49.147Z] ---> Running in d59c5dd41f1d [2020-07-29T16:25:49.147Z] ---> 60f64e686996 [2020-07-29T16:25:49.147Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-29T16:25:49.428Z] ---> Running in 8a20b1ab0772 [2020-07-29T16:25:49.428Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:25:49.428Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:25:49.428Z] ---> b99739204563 [2020-07-29T16:25:49.428Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T16:25:49.428Z] ---> Using cache [2020-07-29T16:25:49.428Z] ---> eced5e9b129e [2020-07-29T16:25:49.428Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:25:49.428Z] ---> Using cache [2020-07-29T16:25:49.428Z] ---> 6e27a14f42bc [2020-07-29T16:25:49.428Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-29T16:25:49.428Z] ---> Running in 29f59e7efec6 [2020-07-29T16:25:49.718Z] Removing intermediate container d59c5dd41f1d [2020-07-29T16:25:49.718Z] ---> e6a95cecac93 [2020-07-29T16:25:49.718Z] Step 19/20 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:25:50.321Z] ---> Running in 22ce47da38b0 [2020-07-29T16:25:50.321Z] Removing intermediate container 8a20b1ab0772 [2020-07-29T16:25:50.321Z] ---> 5961589dadd9 [2020-07-29T16:25:50.321Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-29T16:25:50.321Z] ---> 5271feb0daf5 [2020-07-29T16:25:50.321Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:25:50.910Z] ---> Running in 369f5257ffce [2020-07-29T16:25:50.910Z] ---> Running in ba0490912993 [2020-07-29T16:25:50.910Z] Removing intermediate container 22ce47da38b0 [2020-07-29T16:25:50.910Z] ---> bcaecf2b6265 [2020-07-29T16:25:50.910Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T16:25:51.182Z] ---> 77d7760a4cda [2020-07-29T16:25:51.182Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-29T16:25:51.182Z] ---> Running in c95df14f86ca [2020-07-29T16:25:51.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:25:51.455Z] Removing intermediate container ba0490912993 [2020-07-29T16:25:51.455Z] ---> 606e0586d123 [2020-07-29T16:25:51.455Z] Step 21/23 : LABEL arch=arm64 [2020-07-29T16:25:51.726Z] Removing intermediate container 369f5257ffce [2020-07-29T16:25:51.726Z] ---> b4b474fa4309 [2020-07-29T16:25:51.726Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-29T16:25:51.726Z] Removing intermediate container c95df14f86ca [2020-07-29T16:25:51.726Z] ---> 127565c27ad5 [2020-07-29T16:25:51.726Z] [2020-07-29T16:25:51.726Z] ---> Running in dab9682ce28e [2020-07-29T16:25:51.996Z] ---> Running in 084deec364d9 [2020-07-29T16:25:51.996Z] ---> 7b7741e6a55b [2020-07-29T16:25:51.996Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:25:52.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:25:52.274Z] ---> Running in c3efba69abe7 [2020-07-29T16:25:52.274Z] Successfully built 127565c27ad5 [2020-07-29T16:25:52.548Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-29T16:25:52.548Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-07-29T16:25:52.548Z] Removing intermediate container dab9682ce28e [2020-07-29T16:25:52.548Z] ---> 9f4a1b2852c9 [2020-07-29T16:25:52.548Z] Step 22/23 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:25:52.548Z] Removing intermediate container 084deec364d9 [2020-07-29T16:25:52.548Z] ---> 460d559e208f [2020-07-29T16:25:52.548Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:25:52.821Z] ---> Running in 48656e6fd430 [2020-07-29T16:25:52.821Z] Removing intermediate container c3efba69abe7 [2020-07-29T16:25:52.821Z] ---> 59ee81a55a7e [2020-07-29T16:25:52.821Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T16:25:52.821Z] ---> Running in c1922d6dd8e3 [2020-07-29T16:25:53.096Z] ---> Running in 54975cd0c5ec [2020-07-29T16:25:53.096Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:25:53.096Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:25:53.096Z] OK: 12620 distinct packages available [2020-07-29T16:25:53.392Z] Removing intermediate container 48656e6fd430 [2020-07-29T16:25:53.392Z] ---> 8516e7841b5a [2020-07-29T16:25:53.392Z] Step 23/23 : LABEL version=0.0.0 [2020-07-29T16:25:53.994Z] OK: 217 MiB in 51 packages [2020-07-29T16:25:53.994Z] ---> Running in db207dd9fdaa [2020-07-29T16:25:53.994Z] Removing intermediate container 54975cd0c5ec [2020-07-29T16:25:53.994Z] ---> 39962358ef8e [2020-07-29T16:25:53.994Z] Step 20/21 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:25:54.984Z] ---> Running in ebf3b64ac2df [2020-07-29T16:25:55.968Z] Removing intermediate container db207dd9fdaa [2020-07-29T16:25:55.968Z] ---> 0884483cb35b [2020-07-29T16:25:55.968Z] [2020-07-29T16:25:56.242Z] Successfully built 0884483cb35b [2020-07-29T16:25:56.516Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-29T16:25:56.516Z]  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go [2020-07-29T16:25:56.516Z] Removing intermediate container ebf3b64ac2df [2020-07-29T16:25:56.516Z] ---> f1d006213685 [2020-07-29T16:25:56.516Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T16:25:57.117Z] ---> Running in 8b57637e457a [2020-07-29T16:25:57.118Z] Removing intermediate container 29f59e7efec6 [2020-07-29T16:25:57.118Z] ---> 5bea6a661bdd [2020-07-29T16:25:57.118Z] Step 6/26 : COPY go.mod . [2020-07-29T16:25:57.753Z] Removing intermediate container c1922d6dd8e3 [2020-07-29T16:25:57.753Z] ---> 887055bb9bbb [2020-07-29T16:25:57.753Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-29T16:25:58.348Z] Removing intermediate container 8b57637e457a [2020-07-29T16:25:58.348Z] ---> 0bdabef435e0 [2020-07-29T16:25:58.348Z] [2020-07-29T16:25:58.624Z] Successfully built 0bdabef435e0 [2020-07-29T16:25:59.222Z] ---> 221d32694def [2020-07-29T16:25:59.222Z] Step 7/26 : RUN go mod download [2020-07-29T16:25:59.222Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-29T16:25:59.222Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-07-29T16:25:59.222Z] ---> Running in 23141b653c85 [2020-07-29T16:26:00.196Z] ---> Running in 07007048faf3 [2020-07-29T16:26:02.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:26:03.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:26:03.662Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-29T16:26:03.662Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-29T16:26:03.662Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-29T16:26:03.945Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-29T16:26:03.945Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-29T16:26:04.219Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:26:04.219Z] OK: 8 MiB in 19 packages [2020-07-29T16:26:06.197Z] Removing intermediate container 07007048faf3 [2020-07-29T16:26:06.197Z] ---> 1c9cc90155b7 [2020-07-29T16:26:06.197Z] Step 8/26 : COPY . . [2020-07-29T16:26:06.471Z] Removing intermediate container 23141b653c85 [2020-07-29T16:26:06.471Z] ---> 91c38e7e904e [2020-07-29T16:26:06.471Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-29T16:26:11.877Z] ---> 2843b20f4627 [2020-07-29T16:26:11.877Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-29T16:26:17.293Z] ---> ecb1b1eee7d5 [2020-07-29T16:26:17.294Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-29T16:26:17.891Z] ---> 51063e26f9e1 [2020-07-29T16:26:17.891Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:26:18.167Z] ---> Running in f3e5c5ab0ac8 [2020-07-29T16:26:19.147Z] Removing intermediate container f3e5c5ab0ac8 [2020-07-29T16:26:19.147Z] ---> c583b8fb9444 [2020-07-29T16:26:19.147Z] Step 20/22 : LABEL arch=arm64 [2020-07-29T16:26:19.147Z] ---> Running in 0dd6bb43d505 [2020-07-29T16:26:20.130Z] Removing intermediate container 0dd6bb43d505 [2020-07-29T16:26:20.130Z] ---> 7467e970ec76 [2020-07-29T16:26:20.130Z] Step 21/22 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:26:20.401Z] ---> Running in bb3424c11bc1 [2020-07-29T16:26:21.027Z] Removing intermediate container bb3424c11bc1 [2020-07-29T16:26:21.027Z] ---> 757eeb16e874 [2020-07-29T16:26:21.027Z] Step 22/22 : LABEL version=0.0.0 [2020-07-29T16:26:21.304Z] ---> Running in d35da41c05fb [2020-07-29T16:26:22.295Z] Removing intermediate container d35da41c05fb [2020-07-29T16:26:22.295Z] ---> 130ffe0896e2 [2020-07-29T16:26:22.295Z] [2020-07-29T16:26:22.899Z] Successfully built 130ffe0896e2 [2020-07-29T16:26:23.173Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-29T16:26:23.173Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-07-29T16:26:23.767Z] ---> 5d0038d85c9a [2020-07-29T16:26:23.767Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-29T16:26:24.042Z] ---> Running in bfcc550798a4 [2020-07-29T16:26:25.481Z] 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-29T16:26:40.600Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:26:40.600Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:26:40.600Z] ---> b99739204563 [2020-07-29T16:26:40.600Z] Step 3/26 : WORKDIR /edgex-go [2020-07-29T16:26:40.600Z] ---> Using cache [2020-07-29T16:26:40.600Z] ---> eced5e9b129e [2020-07-29T16:26:40.600Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:26:40.600Z] ---> Using cache [2020-07-29T16:26:40.600Z] ---> 6e27a14f42bc [2020-07-29T16:26:40.600Z] Step 5/26 : RUN apk update && apk add make git [2020-07-29T16:26:46.011Z] ---> Running in ae7c2781540e [2020-07-29T16:26:48.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:26:49.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:26:50.238Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:26:50.238Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:26:50.238Z] OK: 12620 distinct packages available [2020-07-29T16:26:50.513Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:26:50.513Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-29T16:26:50.513Z] ---> b99739204563 [2020-07-29T16:26:50.513Z] Step 3/29 : WORKDIR /edgex-go [2020-07-29T16:26:50.513Z] ---> Using cache [2020-07-29T16:26:50.513Z] ---> eced5e9b129e [2020-07-29T16:26:50.513Z] Step 4/29 : RUN apk update && apk add make git [2020-07-29T16:26:51.116Z] ---> Running in 35711111c177 [2020-07-29T16:26:51.116Z] OK: 217 MiB in 51 packages [2020-07-29T16:26:53.753Z] Removing intermediate container ae7c2781540e [2020-07-29T16:26:53.753Z] ---> b74e2711fdd6 [2020-07-29T16:26:53.753Z] Step 6/26 : COPY go.mod . [2020-07-29T16:26:54.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:26:55.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:26:55.305Z] ---> 3daa2a55160f [2020-07-29T16:26:55.305Z] Step 7/26 : RUN go mod download [2020-07-29T16:26:55.589Z] ---> Running in 67781a119ea2 [2020-07-29T16:26:55.863Z] v3.12.0-185-gb4b2a5e482 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:26:55.863Z] v3.12.0-186-g2cd07a16f7 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:26:55.863Z] OK: 12620 distinct packages available [2020-07-29T16:26:57.326Z] OK: 217 MiB in 51 packages [2020-07-29T16:26:57.326Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:26:57.326Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:26:57.326Z] ---> b99739204563 [2020-07-29T16:26:57.326Z] Step 3/21 : WORKDIR /edgex-go [2020-07-29T16:26:57.326Z] ---> Using cache [2020-07-29T16:26:57.326Z] ---> eced5e9b129e [2020-07-29T16:26:57.326Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:26:57.326Z] ---> Using cache [2020-07-29T16:26:57.326Z] ---> 6e27a14f42bc [2020-07-29T16:26:57.326Z] Step 5/21 : RUN apk update && apk add make git [2020-07-29T16:26:57.326Z] ---> Using cache [2020-07-29T16:26:57.326Z] ---> b74e2711fdd6 [2020-07-29T16:26:57.326Z] Step 6/21 : COPY go.mod . [2020-07-29T16:26:57.326Z] ---> Using cache [2020-07-29T16:26:57.326Z] ---> 3daa2a55160f [2020-07-29T16:26:57.326Z] Step 7/21 : RUN go mod download [2020-07-29T16:26:57.326Z] ---> Running in d8c81dbf19f7 [2020-07-29T16:26:59.971Z] Removing intermediate container 35711111c177 [2020-07-29T16:26:59.971Z] ---> 4ef7a61cdfbf [2020-07-29T16:26:59.971Z] Step 5/29 : COPY go.mod . [2020-07-29T16:27:01.947Z] Removing intermediate container 67781a119ea2 [2020-07-29T16:27:01.947Z] ---> 237797a73a26 [2020-07-29T16:27:01.947Z] Step 8/26 : COPY . . [2020-07-29T16:27:01.947Z] ---> 4dd52a530158 [2020-07-29T16:27:01.947Z] Step 6/29 : RUN go mod download [2020-07-29T16:27:02.221Z] ---> Running in e3ae2f290ddf [2020-07-29T16:27:02.814Z] Removing intermediate container d8c81dbf19f7 [2020-07-29T16:27:02.814Z] ---> 07489793ddbc [2020-07-29T16:27:02.815Z] Step 8/21 : COPY . . [2020-07-29T16:27:11.119Z] Removing intermediate container e3ae2f290ddf [2020-07-29T16:27:11.119Z] ---> 113da34d22a9 [2020-07-29T16:27:11.119Z] Step 7/29 : COPY . . [2020-07-29T16:27:11.390Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-29T16:27:11.390Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-29T16:27:11.390Z] ---> b99739204563 [2020-07-29T16:27:11.390Z] Step 3/20 : WORKDIR /edgex-go [2020-07-29T16:27:11.390Z] ---> Using cache [2020-07-29T16:27:11.390Z] ---> eced5e9b129e [2020-07-29T16:27:11.390Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-29T16:27:11.390Z] ---> Using cache [2020-07-29T16:27:11.390Z] ---> 6e27a14f42bc [2020-07-29T16:27:11.390Z] Step 5/20 : RUN apk update && apk add make git [2020-07-29T16:27:11.390Z] ---> Using cache [2020-07-29T16:27:11.390Z] ---> b74e2711fdd6 [2020-07-29T16:27:11.390Z] Step 6/20 : COPY go.mod . [2020-07-29T16:27:11.390Z] ---> Using cache [2020-07-29T16:27:11.390Z] ---> 3daa2a55160f [2020-07-29T16:27:11.390Z] Step 7/20 : RUN go mod download [2020-07-29T16:27:11.390Z] ---> Using cache [2020-07-29T16:27:11.390Z] ---> 07489793ddbc [2020-07-29T16:27:11.390Z] Step 8/20 : COPY . . [2020-07-29T16:27:21.516Z] Removing intermediate container bfcc550798a4 [2020-07-29T16:27:21.516Z] ---> dbe0c728b807 [2020-07-29T16:27:21.516Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-29T16:27:26.921Z] ---> Running in 94b9cda04815 [2020-07-29T16:27:27.901Z] ---> 4c4dcbd17d23 [2020-07-29T16:27:27.901Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-29T16:27:27.901Z] ---> aef7622c3fbd [2020-07-29T16:27:27.901Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-07-29T16:27:28.877Z] ---> Running in 1843532a9526 [2020-07-29T16:27:28.877Z] ---> Running in eced852bc876 [2020-07-29T16:27:29.151Z] 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-29T16:27:31.118Z] 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-29T16:27:31.118Z] 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-29T16:27:33.744Z] ---> 3583eb13e822 [2020-07-29T16:27:33.744Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-29T16:27:33.744Z] ---> Running in 3145aed0a25e [2020-07-29T16:27:34.739Z] Removing intermediate container 94b9cda04815 [2020-07-29T16:27:34.739Z] ---> b2baa70f1ae4 [2020-07-29T16:27:34.739Z] [2020-07-29T16:27:34.739Z] Step 11/26 : FROM docker:latest [2020-07-29T16:27:34.739Z] ---> ce9d55ae87f1 [2020-07-29T16:27:34.739Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-29T16:27:34.739Z] ---> 64738bcf35cf [2020-07-29T16:27:34.739Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-29T16:27:34.739Z] ---> Running in 40576f90b0a3 [2020-07-29T16:27:35.010Z] ---> Running in 1107cce92e71 [2020-07-29T16:27:36.972Z] 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-29T16:27:37.952Z] 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-29T16:27:37.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:27:38.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:27:39.204Z] (1/2) Installing readline (8.0.4-r0) [2020-07-29T16:27:39.204Z] (2/2) Installing bash (5.0.17-r0) [2020-07-29T16:27:39.204Z] Executing bash-5.0.17-r0.post-install [2020-07-29T16:27:39.204Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:27:39.204Z] OK: 12 MiB in 22 packages [2020-07-29T16:27:41.209Z] Removing intermediate container 40576f90b0a3 [2020-07-29T16:27:41.209Z] ---> d71c64b2aa32 [2020-07-29T16:27:41.209Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-29T16:27:41.209Z] ---> Running in f0533759cc56 [2020-07-29T16:27:45.532Z] Removing intermediate container f0533759cc56 [2020-07-29T16:27:45.532Z] ---> 3db8ceecb8a2 [2020-07-29T16:27:45.532Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-29T16:27:45.532Z] ---> Running in e074fc05bee5 [2020-07-29T16:27:46.134Z] Removing intermediate container e074fc05bee5 [2020-07-29T16:27:46.134Z] ---> ccc8abeeaf96 [2020-07-29T16:27:46.134Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-29T16:27:46.410Z] ---> Running in fcf2b2bf36ad [2020-07-29T16:27:47.015Z] Removing intermediate container fcf2b2bf36ad [2020-07-29T16:27:47.015Z] ---> 1d67b723eeed [2020-07-29T16:27:47.015Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-29T16:27:47.333Z] ---> Running in af99b920f03c [2020-07-29T16:27:48.030Z] Removing intermediate container af99b920f03c [2020-07-29T16:27:48.030Z] ---> 918bec6b713b [2020-07-29T16:27:48.030Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-29T16:27:50.077Z] ---> 9fa890739eb6 [2020-07-29T16:27:50.077Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-29T16:27:50.728Z] ---> dc79ee7070f2 [2020-07-29T16:27:50.728Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-29T16:27:52.169Z] ---> 7ecf9fb2e467 [2020-07-29T16:27:52.169Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-29T16:27:52.448Z] ---> Running in 3b243ab32437 [2020-07-29T16:27:55.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:27:55.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:27:55.692Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-29T16:27:55.692Z] (2/33) Installing expat (2.2.9-r1) [2020-07-29T16:27:55.692Z] (3/33) Installing libffi (3.3-r2) [2020-07-29T16:27:55.692Z] (4/33) Installing gdbm (1.13-r1) [2020-07-29T16:27:55.692Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-29T16:27:55.692Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-29T16:27:55.692Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-29T16:27:58.333Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-29T16:27:58.333Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-29T16:27:58.333Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-29T16:27:58.333Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-29T16:27:58.333Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-29T16:27:58.333Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-29T16:27:58.333Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-29T16:27:58.333Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-29T16:27:58.333Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-29T16:27:58.333Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-29T16:27:58.333Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-29T16:27:58.333Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-29T16:27:58.333Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-29T16:27:58.333Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-29T16:27:58.333Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-29T16:27:58.333Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-29T16:27:58.333Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-29T16:27:58.333Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-29T16:27:58.333Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-29T16:27:58.333Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-29T16:27:58.333Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-29T16:27:58.333Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-29T16:27:58.333Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-29T16:27:58.333Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-29T16:27:58.333Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-29T16:27:58.611Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-29T16:27:58.611Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:27:58.611Z] OK: 71 MiB in 55 packages [2020-07-29T16:28:08.802Z] Removing intermediate container 3b243ab32437 [2020-07-29T16:28:08.802Z] ---> 37635bb3a301 [2020-07-29T16:28:08.802Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-29T16:28:08.802Z] ---> Running in 4565412a2d52 [2020-07-29T16:28:15.542Z] Collecting docker-compose==1.23.2 [2020-07-29T16:28:15.542Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-29T16:28:15.542Z] Collecting cached-property<2,>=1.2.0 [2020-07-29T16:28:15.542Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-29T16:28:16.987Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-29T16:28:16.987Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-29T16:28:17.588Z] Collecting docopt<0.7,>=0.6.1 [2020-07-29T16:28:17.588Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-29T16:28:20.247Z] Collecting texttable<0.10,>=0.9.0 [2020-07-29T16:28:20.247Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-29T16:28:22.884Z] 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-29T16:28:22.884Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-29T16:28:22.884Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-29T16:28:26.291Z] Collecting PyYAML<4,>=3.10 [2020-07-29T16:28:26.291Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-29T16:28:30.616Z] Collecting jsonschema<3,>=2.5.1 [2020-07-29T16:28:30.616Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-29T16:28:30.890Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-29T16:28:30.890Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-29T16:28:31.877Z] Collecting docker<4.0,>=3.6.0 [2020-07-29T16:28:31.877Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-29T16:28:32.479Z] 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-29T16:28:32.479Z] 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-29T16:28:32.754Z] Collecting idna<2.8,>=2.5 [2020-07-29T16:28:32.754Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-29T16:28:33.357Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-29T16:28:33.642Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-29T16:28:33.917Z] Collecting docker-pycreds>=0.4.0 [2020-07-29T16:28:33.917Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-29T16:28:34.195Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-29T16:28:34.195Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-29T16:28:34.195Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-29T16:28:34.195Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-29T16:28:35.637Z] Installing collected packages: cached-property, idna, urllib3, requests, docopt, texttable, dockerpty, PyYAML, jsonschema, websocket-client, docker-pycreds, docker, docker-compose [2020-07-29T16:28:35.638Z] Attempting uninstall: idna [2020-07-29T16:28:35.638Z] Found existing installation: idna 2.9 [2020-07-29T16:28:35.638Z] Uninstalling idna-2.9: [2020-07-29T16:28:35.638Z] Successfully uninstalled idna-2.9 [2020-07-29T16:28:36.240Z] Attempting uninstall: urllib3 [2020-07-29T16:28:36.240Z] Found existing installation: urllib3 1.25.9 [2020-07-29T16:28:36.240Z] Uninstalling urllib3-1.25.9: [2020-07-29T16:28:36.518Z] Successfully uninstalled urllib3-1.25.9 [2020-07-29T16:28:37.505Z] Attempting uninstall: requests [2020-07-29T16:28:37.505Z] Found existing installation: requests 2.23.0 [2020-07-29T16:28:37.505Z] Uninstalling requests-2.23.0: [2020-07-29T16:28:37.505Z] Successfully uninstalled requests-2.23.0 [2020-07-29T16:28:38.108Z] Running setup.py install for docopt: started [2020-07-29T16:28:40.767Z] Running setup.py install for docopt: finished with status 'done' [2020-07-29T16:28:40.767Z] Running setup.py install for texttable: started [2020-07-29T16:28:43.399Z] Running setup.py install for texttable: finished with status 'done' [2020-07-29T16:28:43.399Z] Running setup.py install for dockerpty: started [2020-07-29T16:28:46.030Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-29T16:28:46.030Z] Running setup.py install for PyYAML: started [2020-07-29T16:28:48.666Z] 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-29T16:28:49.270Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-29T16:28:52.680Z] 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-29T16:28:59.433Z] Removing intermediate container 4565412a2d52 [2020-07-29T16:28:59.433Z] ---> feb5d591e39a [2020-07-29T16:28:59.433Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-29T16:28:59.713Z] ---> Running in 01c66b89ceec [2020-07-29T16:29:00.320Z] Removing intermediate container 3145aed0a25e [2020-07-29T16:29:00.320Z] ---> 4bcbc86015a9 [2020-07-29T16:29:00.320Z] [2020-07-29T16:29:00.320Z] Step 9/29 : FROM alpine:latest [2020-07-29T16:29:00.320Z] ---> 62ee0e9f8440 [2020-07-29T16:29:00.320Z] 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-29T16:29:00.599Z] ---> Running in 9a7e8659adb3 [2020-07-29T16:29:01.594Z] Removing intermediate container 9a7e8659adb3 [2020-07-29T16:29:01.594Z] ---> d5a862e029d7 [2020-07-29T16:29:01.594Z] Step 11/29 : USER root [2020-07-29T16:29:01.873Z] 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-29T16:29:01.873Z] ---> Running in 6a3ef82b1b20 [2020-07-29T16:29:02.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:29:02.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:29:03.040Z] Removing intermediate container 6a3ef82b1b20 [2020-07-29T16:29:03.040Z] ---> e77c75805c95 [2020-07-29T16:29:03.040Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-29T16:29:03.335Z] ---> Running in 6bf23b80517b [2020-07-29T16:29:03.623Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T16:29:03.906Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-29T16:29:03.906Z] (3/3) Installing curl (7.69.1-r0) [2020-07-29T16:29:03.906Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:29:03.906Z] OK: 71 MiB in 58 packages [2020-07-29T16:29:03.906Z] Removing intermediate container 1107cce92e71 [2020-07-29T16:29:03.906Z] ---> 5c8235d163ef [2020-07-29T16:29:03.906Z] [2020-07-29T16:29:03.906Z] Step 10/20 : FROM alpine [2020-07-29T16:29:03.906Z] ---> 62ee0e9f8440 [2020-07-29T16:29:03.906Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-29T16:29:04.199Z] ---> Running in 4b370e1899bb [2020-07-29T16:29:05.643Z] Removing intermediate container 01c66b89ceec [2020-07-29T16:29:05.643Z] ---> 601220c0c17b [2020-07-29T16:29:05.643Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:29:05.920Z] ---> Running in 517eca1919be [2020-07-29T16:29:06.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:29:06.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:29:06.757Z] Removing intermediate container 517eca1919be [2020-07-29T16:29:06.757Z] ---> b46f3bf786d2 [2020-07-29T16:29:06.757Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T16:29:06.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:29:07.032Z] ---> Running in 073103f93223 [2020-07-29T16:29:07.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:29:07.311Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:29:07.311Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:29:07.311Z] OK: 12620 distinct packages available [2020-07-29T16:29:07.586Z] Removing intermediate container 073103f93223 [2020-07-29T16:29:07.586Z] ---> 6f0e3f2e293b [2020-07-29T16:29:07.586Z] Step 25/26 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:29:07.586Z] ---> Running in 828e5fc8b304 [2020-07-29T16:29:07.586Z] v3.12.0-185-gb4b2a5e482 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-29T16:29:07.586Z] v3.12.0-186-g2cd07a16f7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-29T16:29:07.586Z] OK: 12620 distinct packages available [2020-07-29T16:29:08.187Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-29T16:29:08.187Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-29T16:29:08.187Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:29:08.187Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T16:29:08.471Z] Removing intermediate container 828e5fc8b304 [2020-07-29T16:29:08.471Z] ---> 282223eb0f78 [2020-07-29T16:29:08.471Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T16:29:08.471Z] OK: 6 MiB in 16 packages [2020-07-29T16:29:08.471Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-29T16:29:08.471Z] ---> Running in 4615268626f0 [2020-07-29T16:29:08.471Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-29T16:29:08.761Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-29T16:29:08.761Z] (4/4) Installing curl (7.69.1-r0) [2020-07-29T16:29:08.761Z] Executing busybox-1.31.1-r16.trigger [2020-07-29T16:29:08.761Z] Executing ca-certificates-20191127-r4.trigger [2020-07-29T16:29:09.041Z] OK: 7 MiB in 18 packages [2020-07-29T16:29:09.319Z] Removing intermediate container 4615268626f0 [2020-07-29T16:29:09.320Z] ---> f737fd84a853 [2020-07-29T16:29:09.320Z] [2020-07-29T16:29:10.316Z] Successfully built f737fd84a853 [2020-07-29T16:29:10.316Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-29T16:29:11.186Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 6bf23b80517b [2020-07-29T16:29:11.186Z] ---> 08def0b513d4 [2020-07-29T16:29:11.186Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-29T16:29:11.480Z] Removing intermediate container 4b370e1899bb [2020-07-29T16:29:11.480Z] ---> 020017a8949c [2020-07-29T16:29:11.480Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T16:29:11.480Z] ---> Running in 22242c010cc8 [2020-07-29T16:29:11.758Z] ---> Running in 935adeb429fd [2020-07-29T16:29:12.747Z] Removing intermediate container 22242c010cc8 [2020-07-29T16:29:12.747Z] ---> 9a3ad4235a70 [2020-07-29T16:29:12.747Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-29T16:29:12.747Z] Removing intermediate container 935adeb429fd [2020-07-29T16:29:12.747Z] ---> 1ca0b34aba70 [2020-07-29T16:29:12.747Z] Step 13/20 : WORKDIR /edgex [2020-07-29T16:29:13.029Z] ---> Running in fee8bd7c71d5 [2020-07-29T16:29:13.029Z] ---> Running in 349b5a6664a5 [2020-07-29T16:29:13.625Z] Removing intermediate container eced852bc876 [2020-07-29T16:29:13.625Z] ---> fd0a62deed7c [2020-07-29T16:29:13.625Z] [2020-07-29T16:29:13.625Z] Step 10/26 : FROM alpine:3.10 [2020-07-29T16:29:13.625Z] Removing intermediate container fee8bd7c71d5 [2020-07-29T16:29:13.625Z] ---> af7a6480804c [2020-07-29T16:29:13.625Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-29T16:29:13.625Z] 3.10: Pulling from library/alpine [2020-07-29T16:29:13.898Z] Removing intermediate container 349b5a6664a5 [2020-07-29T16:29:13.898Z] ---> d60e3f51d6df [2020-07-29T16:29:13.898Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-29T16:29:13.898Z] ---> Running in 6fc46c8a6ed5 [2020-07-29T16:29:14.891Z] ---> f24b180f7054 [2020-07-29T16:29:14.891Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-29T16:29:15.881Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-29T16:29:15.881Z] Status: Downloaded newer image for alpine:3.10 [2020-07-29T16:29:15.881Z] ---> 536a684cf733 [2020-07-29T16:29:15.881Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-29T16:29:16.164Z] ---> Running in d0b7a1025c95 [2020-07-29T16:29:16.452Z] Removing intermediate container 1843532a9526 [2020-07-29T16:29:16.452Z] ---> 85090a377116 [2020-07-29T16:29:16.452Z] [2020-07-29T16:29:16.452Z] Step 10/21 : FROM scratch [2020-07-29T16:29:16.452Z] ---> [2020-07-29T16:29:16.452Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-29T16:29:16.452Z] ---> 6e783dfc78e3 [2020-07-29T16:29:16.452Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-29T16:29:16.727Z] ---> Using cache [2020-07-29T16:29:16.727Z] ---> dc68f6bd9df4 [2020-07-29T16:29:16.727Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-29T16:29:16.727Z] ---> Running in 490a2cf8a7d9 [2020-07-29T16:29:16.727Z] ---> Running in 34cddb8fc0dc [2020-07-29T16:29:17.328Z] Removing intermediate container 6fc46c8a6ed5 [2020-07-29T16:29:17.328Z] ---> 5abe131fbf27 [2020-07-29T16:29:17.328Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-29T16:29:17.328Z] Removing intermediate container 34cddb8fc0dc [2020-07-29T16:29:17.328Z] ---> c83473b6bfd5 [2020-07-29T16:29:17.328Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-29T16:29:17.600Z] ---> Running in 81827b650d42 [2020-07-29T16:29:17.600Z] Removing intermediate container 490a2cf8a7d9 [2020-07-29T16:29:17.600Z] ---> 8b389cadf7f6 [2020-07-29T16:29:17.600Z] Step 17/20 : CMD ["--init=true"] [2020-07-29T16:29:17.876Z] ---> Running in 597381f3184c [2020-07-29T16:29:18.150Z] Removing intermediate container 81827b650d42 [2020-07-29T16:29:18.150Z] ---> 312ce328d5c6 [2020-07-29T16:29:18.150Z] Step 14/21 : WORKDIR / [2020-07-29T16:29:18.436Z] ---> Running in eb51140fc94d [2020-07-29T16:29:18.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-29T16:29:18.436Z] Removing intermediate container 597381f3184c [2020-07-29T16:29:18.436Z] ---> 5503c8af13a8 [2020-07-29T16:29:18.436Z] Step 18/20 : LABEL arch=arm64 [2020-07-29T16:29:18.709Z] ---> b9363af5bf66 [2020-07-29T16:29:18.709Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-29T16:29:18.709Z] ---> Running in 2f471965c854 [2020-07-29T16:29:18.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-29T16:29:18.990Z] Removing intermediate container eb51140fc94d [2020-07-29T16:29:18.990Z] ---> 43975f36b6de [2020-07-29T16:29:18.990Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-29T16:29:19.260Z] Removing intermediate container 2f471965c854 [2020-07-29T16:29:19.260Z] ---> abacf37df65a [2020-07-29T16:29:19.260Z] Step 19/20 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:29:19.260Z] v3.10.5-61-g2eb46eec7d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-29T16:29:19.260Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-29T16:29:19.260Z] OK: 10167 distinct packages available [2020-07-29T16:29:19.260Z] ---> Running in 32d4bb213d05 [2020-07-29T16:29:19.539Z] ---> fbed3019ad26 [2020-07-29T16:29:19.539Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-29T16:29:19.812Z] ---> 5aa90ea8535b [2020-07-29T16:29:19.812Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-29T16:29:20.290Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-29T16:29:20.290Z] Removing intermediate container 32d4bb213d05 [2020-07-29T16:29:20.290Z] ---> 3ab32e959bf0 [2020-07-29T16:29:20.290Z] Step 20/20 : LABEL version=0.0.0 [2020-07-29T16:29:20.290Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-29T16:29:20.290Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-29T16:29:20.290Z] (4/5) Installing curl (7.66.0-r0) [2020-07-29T16:29:20.290Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-29T16:29:20.290Z] Executing busybox-1.30.1-r3.trigger [2020-07-29T16:29:20.290Z] Executing ca-certificates-20191127-r2.trigger [2020-07-29T16:29:20.290Z] ---> Running in 90cefe0069c5 [2020-07-29T16:29:20.573Z] OK: 7 MiB in 19 packages [2020-07-29T16:29:20.860Z] ---> 9ddb8aeb3be9 [2020-07-29T16:29:20.860Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-29T16:29:21.150Z] Removing intermediate container 90cefe0069c5 [2020-07-29T16:29:21.150Z] ---> 67d22b98e600 [2020-07-29T16:29:21.150Z] [2020-07-29T16:29:22.187Z] Successfully built 67d22b98e600 [2020-07-29T16:29:22.187Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-29T16:29:22.187Z]  Building docker-security-proxy-setup-go ... done  ---> a1dc9ecea9a5 [2020-07-29T16:29:22.187Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-29T16:29:22.187Z] ---> 63cd6af134f8 [2020-07-29T16:29:22.187Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-29T16:29:22.798Z] Removing intermediate container d0b7a1025c95 [2020-07-29T16:29:22.798Z] ---> d795d105870d [2020-07-29T16:29:22.798Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-29T16:29:23.080Z] ---> Running in 5799cd493061 [2020-07-29T16:29:23.080Z] ---> 46ef87f64dbb [2020-07-29T16:29:23.080Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-29T16:29:23.080Z] ---> c71d6b970f66 [2020-07-29T16:29:23.080Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-29T16:29:23.080Z] ---> Running in 3cbaee9720f2 [2020-07-29T16:29:23.353Z] ---> Running in d826b2a71d47 [2020-07-29T16:29:23.626Z] Removing intermediate container 5799cd493061 [2020-07-29T16:29:23.626Z] ---> 1698e9f9ae55 [2020-07-29T16:29:23.626Z] Step 13/26 : WORKDIR / [2020-07-29T16:29:23.626Z] ---> Running in 9fc72436be82 [2020-07-29T16:29:23.899Z] Removing intermediate container 3cbaee9720f2 [2020-07-29T16:29:23.899Z] ---> daeef97eebe0 [2020-07-29T16:29:23.899Z] Step 19/21 : LABEL arch=arm64 [2020-07-29T16:29:23.899Z] ---> Running in 5e031d0eefd9 [2020-07-29T16:29:24.173Z] Removing intermediate container 9fc72436be82 [2020-07-29T16:29:24.173Z] ---> 9b0b51b8397a [2020-07-29T16:29:24.173Z] 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-29T16:29:24.458Z] Removing intermediate container 5e031d0eefd9 [2020-07-29T16:29:24.458Z] ---> c54eb38435e0 [2020-07-29T16:29:24.458Z] Step 20/21 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:29:24.729Z] ---> Running in 48290c85de0a [2020-07-29T16:29:25.001Z] ---> c1fd11607bb0 [2020-07-29T16:29:25.001Z] 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-29T16:29:25.274Z] Removing intermediate container 48290c85de0a [2020-07-29T16:29:25.274Z] ---> 92f755a07554 [2020-07-29T16:29:25.274Z] Step 21/21 : LABEL version=0.0.0 [2020-07-29T16:29:25.274Z] ---> Running in dcf5344dd7e5 [2020-07-29T16:29:25.869Z] Removing intermediate container dcf5344dd7e5 [2020-07-29T16:29:25.869Z] ---> a9fb4f904ba7 [2020-07-29T16:29:25.869Z] [2020-07-29T16:29:25.869Z] ---> 6d5d126fdb1e [2020-07-29T16:29:25.869Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-29T16:29:26.464Z] Successfully built a9fb4f904ba7 [2020-07-29T16:29:26.464Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-29T16:29:26.464Z]  Building docker-core-command-go ... done Removing intermediate container d826b2a71d47 [2020-07-29T16:29:26.464Z] ---> 4c1d11570230 [2020-07-29T16:29:26.464Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T16:29:26.738Z] ---> f9b44fba42c5 [2020-07-29T16:29:26.738Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-29T16:29:27.332Z] ---> ea11b6037ee4 [2020-07-29T16:29:27.332Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T16:29:27.604Z] ---> Running in 876720fd2fc9 [2020-07-29T16:29:27.874Z] ---> 28a81083a952 [2020-07-29T16:29:27.874Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-29T16:29:28.861Z] ---> 423eeb322248 [2020-07-29T16:29:28.861Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-29T16:29:30.294Z] ---> 1e8a2d7fe733 [2020-07-29T16:29:30.294Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-29T16:29:30.294Z] Removing intermediate container 876720fd2fc9 [2020-07-29T16:29:30.294Z] ---> 5ca20ead492b [2020-07-29T16:29:30.294Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-29T16:29:30.565Z] ---> Running in 7c41c224b8ad [2020-07-29T16:29:31.549Z] ---> 1f85a011c5ab [2020-07-29T16:29:31.549Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-29T16:29:32.526Z] ---> 0551d23653f8 [2020-07-29T16:29:32.526Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-29T16:29:32.526Z] ---> Running in 72d80b2d3abe [2020-07-29T16:29:33.962Z] Removing intermediate container 7c41c224b8ad [2020-07-29T16:29:33.962Z] ---> 9cfa1e9cfbc5 [2020-07-29T16:29:33.962Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T16:29:33.962Z] ---> Running in ee51a71b0739 [2020-07-29T16:29:34.235Z] Removing intermediate container ee51a71b0739 [2020-07-29T16:29:34.235Z] ---> 9a6ef5ed1f62 [2020-07-29T16:29:34.235Z] Step 26/29 : CMD [ "generate" ] [2020-07-29T16:29:34.235Z] ---> Running in 6dc9762e4f22 [2020-07-29T16:29:34.833Z] Removing intermediate container 6dc9762e4f22 [2020-07-29T16:29:34.833Z] ---> 117bf94121d5 [2020-07-29T16:29:34.833Z] Step 27/29 : LABEL arch=arm64 [2020-07-29T16:29:35.107Z] ---> Running in 48ab14c9118a [2020-07-29T16:29:35.107Z] Removing intermediate container 72d80b2d3abe [2020-07-29T16:29:35.107Z] ---> 57d27a36aa51 [2020-07-29T16:29:35.107Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-29T16:29:35.381Z] ---> Running in a296201d4f02 [2020-07-29T16:29:35.652Z] Removing intermediate container 48ab14c9118a [2020-07-29T16:29:35.652Z] ---> bf1e94879379 [2020-07-29T16:29:35.652Z] Step 28/29 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:29:35.652Z] ---> Running in 97659c56b650 [2020-07-29T16:29:35.924Z] Removing intermediate container a296201d4f02 [2020-07-29T16:29:35.924Z] ---> 6beb40c8083a [2020-07-29T16:29:35.924Z] Step 24/26 : LABEL arch=arm64 [2020-07-29T16:29:35.924Z] ---> Running in a1ee5fb2a77d [2020-07-29T16:29:36.198Z] Removing intermediate container 97659c56b650 [2020-07-29T16:29:36.198Z] ---> 4390a6e6e202 [2020-07-29T16:29:36.198Z] Step 29/29 : LABEL version=0.0.0 [2020-07-29T16:29:36.198Z] ---> Running in 032237b70ea6 [2020-07-29T16:29:36.471Z] Removing intermediate container a1ee5fb2a77d [2020-07-29T16:29:36.471Z] ---> aa9b177ee3ab [2020-07-29T16:29:36.471Z] Step 25/26 : LABEL git_sha=890eed59273f8d47040d5f6787b10474dde7e5bf [2020-07-29T16:29:36.744Z] ---> Running in f6dfb8eaa3ac [2020-07-29T16:29:36.744Z] Removing intermediate container 032237b70ea6 [2020-07-29T16:29:36.744Z] ---> a14d2515bf46 [2020-07-29T16:29:36.744Z] [2020-07-29T16:29:37.338Z] Successfully built a14d2515bf46 [2020-07-29T16:29:37.338Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-29T16:29:37.338Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container f6dfb8eaa3ac [2020-07-29T16:29:37.338Z] ---> db0a4873d4ec [2020-07-29T16:29:37.338Z] Step 26/26 : LABEL version=0.0.0 [2020-07-29T16:29:37.338Z] ---> Running in 37820e361af5 [2020-07-29T16:29:37.937Z] Removing intermediate container 37820e361af5 [2020-07-29T16:29:37.937Z] ---> 42122f95e2c9 [2020-07-29T16:29:37.937Z] [2020-07-29T16:29:38.211Z] Successfully built 42122f95e2c9 [2020-07-29T16:29:38.211Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-29T16:29:38.496Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-07-29T16:29:38.501Z] $ docker stop --time=1 535c823890a9c27990e6f8ed85eba31a0fe3e72f6199d4154b91cca65e92629c [2020-07-29T16:29:40.419Z] $ docker rm -f 535c823890a9c27990e6f8ed85eba31a0fe3e72f6199d4154b91cca65e92629c [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-29T16:29:41.178Z] + docker images [2020-07-29T16:29:41.178Z] + grep docker [2020-07-29T16:29:41.447Z] docker-security-secretstore-setup-go-arm64 latest 42122f95e2c9 4 seconds ago 32.6MB [2020-07-29T16:29:41.447Z] docker-security-secrets-setup-go-arm64 latest a14d2515bf46 5 seconds ago 24.2MB [2020-07-29T16:29:41.447Z] docker-core-command-go-arm64 latest a9fb4f904ba7 16 seconds ago 12.4MB [2020-07-29T16:29:41.447Z] docker-security-proxy-setup-go-arm64 latest 67d22b98e600 21 seconds ago 15.8MB [2020-07-29T16:29:41.447Z] docker-sys-mgmt-agent-go-arm64 latest f737fd84a853 33 seconds ago 266MB [2020-07-29T16:29:41.447Z] docker-core-data-go-arm64 latest 130ffe0896e2 3 minutes ago 22.6MB [2020-07-29T16:29:41.447Z] docker-core-metadata-go-arm64 latest 0bdabef435e0 3 minutes ago 13.8MB [2020-07-29T16:29:41.447Z] docker-support-notifications-go-arm64 latest 0884483cb35b 3 minutes ago 13.9MB [2020-07-29T16:29:41.447Z] docker-support-scheduler-go-arm64 latest 127565c27ad5 3 minutes ago 12.6MB [2020-07-29T16:29:41.447Z] docker-support-logging-go-arm64 latest 044014354ec3 4 minutes ago 11.4MB [2020-07-29T16:29:41.447Z] docker latest ce9d55ae87f1 4 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-07-29T16:29:42.887Z] provisioning config files... [2020-07-29T16:29:42.900Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4543624005633646002tmp [Pipeline] { [Pipeline] sh [2020-07-29T16:29:43.266Z] + curl -s https://codecov.io/bash [2020-07-29T16:29:43.266Z] + bash -s - -t @/w/workspace/edgex-go/4@tmp/config4543624005633646002tmp [Pipeline] } [2020-07-29T16:29:43.537Z] 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-29T16:29:44.892Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T16:29:45.767Z] ---> package-listing.sh [2020-07-29T16:29:45.767Z] ++ facter osfamily [2020-07-29T16:29:45.767Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-29T16:29:45.767Z] + OS_FAMILY=redhat [2020-07-29T16:29:45.767Z] + workspace=/w/workspace/edgex-go/4 [2020-07-29T16:29:45.767Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-29T16:29:45.767Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-29T16:29:45.767Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-29T16:29:45.767Z] + PACKAGES=/tmp/packages_start.txt [2020-07-29T16:29:45.767Z] + '[' /w/workspace/edgex-go/4 ']' [2020-07-29T16:29:45.767Z] + PACKAGES=/tmp/packages_end.txt [2020-07-29T16:29:45.767Z] + case "${OS_FAMILY}" in [2020-07-29T16:29:45.767Z] + rpm -qa [2020-07-29T16:29:45.767Z] + sort [2020-07-29T16:29:49.993Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-29T16:29:49.993Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-29T16:29:49.993Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-29T16:29:49.993Z] + '[' /w/workspace/edgex-go/4 ']' [2020-07-29T16:29:49.993Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2020-07-29T16:29:49.993Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-29T16:29:50.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T16:29:50.378Z] [2020-07-29T16:29:50.378Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-29T16:29:50.756Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T16:29:50.756Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-29T16:29:50.756Z] c9b1b535fdd9: Pulling fs layer [2020-07-29T16:29:50.756Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-29T16:29:50.756Z] 756a868c4378: Pulling fs layer [2020-07-29T16:29:50.756Z] 444b2fc9a129: Pulling fs layer [2020-07-29T16:29:50.756Z] ea15f1150254: Pulling fs layer [2020-07-29T16:29:50.756Z] 41b27a9f41bf: Pulling fs layer [2020-07-29T16:29:50.756Z] 28c525ee5125: Pulling fs layer [2020-07-29T16:29:50.756Z] 094b1ea09ed8: Pulling fs layer [2020-07-29T16:29:50.756Z] 138eaada9080: Pulling fs layer [2020-07-29T16:29:50.756Z] 0622d0fa9048: Pulling fs layer [2020-07-29T16:29:50.756Z] 41b27a9f41bf: Waiting [2020-07-29T16:29:50.756Z] 28c525ee5125: Waiting [2020-07-29T16:29:50.756Z] 094b1ea09ed8: Waiting [2020-07-29T16:29:50.756Z] 138eaada9080: Waiting [2020-07-29T16:29:50.756Z] 0622d0fa9048: Waiting [2020-07-29T16:29:50.756Z] 444b2fc9a129: Waiting [2020-07-29T16:29:50.756Z] ea15f1150254: Waiting [2020-07-29T16:29:50.756Z] 2cc5ad85d9ab: Download complete [2020-07-29T16:29:50.756Z] 444b2fc9a129: Verifying Checksum [2020-07-29T16:29:50.756Z] 444b2fc9a129: Download complete [2020-07-29T16:29:50.756Z] c9b1b535fdd9: Verifying Checksum [2020-07-29T16:29:50.756Z] c9b1b535fdd9: Download complete [2020-07-29T16:29:51.031Z] ea15f1150254: Verifying Checksum [2020-07-29T16:29:51.031Z] ea15f1150254: Download complete [2020-07-29T16:29:51.031Z] 28c525ee5125: Verifying Checksum [2020-07-29T16:29:51.031Z] 28c525ee5125: Download complete [2020-07-29T16:29:51.301Z] 756a868c4378: Verifying Checksum [2020-07-29T16:29:51.301Z] 756a868c4378: Download complete [2020-07-29T16:29:51.301Z] c9b1b535fdd9: Pull complete [2020-07-29T16:29:51.565Z] 2cc5ad85d9ab: Pull complete [2020-07-29T16:29:51.565Z] 138eaada9080: Verifying Checksum [2020-07-29T16:29:51.565Z] 138eaada9080: Download complete [2020-07-29T16:29:51.565Z] 0622d0fa9048: Verifying Checksum [2020-07-29T16:29:51.565Z] 0622d0fa9048: Download complete [2020-07-29T16:29:51.565Z] 094b1ea09ed8: Verifying Checksum [2020-07-29T16:29:51.565Z] 094b1ea09ed8: Download complete [2020-07-29T16:29:51.832Z] 41b27a9f41bf: Verifying Checksum [2020-07-29T16:29:51.832Z] 41b27a9f41bf: Download complete [2020-07-29T16:29:52.780Z] 756a868c4378: Pull complete [2020-07-29T16:29:53.040Z] 444b2fc9a129: Pull complete [2020-07-29T16:29:53.986Z] ea15f1150254: Pull complete [2020-07-29T16:30:00.570Z] 41b27a9f41bf: Pull complete [2020-07-29T16:30:00.570Z] 28c525ee5125: Pull complete [2020-07-29T16:30:01.964Z] 094b1ea09ed8: Pull complete [2020-07-29T16:30:02.906Z] 138eaada9080: Pull complete [2020-07-29T16:30:03.168Z] 0622d0fa9048: Pull complete [2020-07-29T16:30:03.168Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-29T16:30:03.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-29T16:30:03.168Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-29T16:30:03.370Z] prd-centos7-docker-4c-2g-1441 does not seem to be running inside a container [2020-07-29T16:30:03.419Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-29T16:30:06.383Z] $ docker top f1404ecc5389484da75474607aec3a07b0a6246c2de38dfc94e66dd0dc5b52a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-29T16:30:06.731Z] provisioning config files... [2020-07-29T16:30:06.745Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config9057423525198791318tmp [Pipeline] { [Pipeline] echo [2020-07-29T16:30:06.811Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T16:30:07.219Z] ---> create-netrc.sh [Pipeline] echo [2020-07-29T16:30:07.229Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-29T16:30:07.523Z] ---> logs-deploy.sh [2020-07-29T16:30:07.523Z] + ARCHIVE_ARTIFACTS= [2020-07-29T16:30:07.523Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-29T16:30:07.523Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-29T16:30:07.523Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-29T16:30:07.523Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/4 [2020-07-29T16:30:07.523Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2645/4/ [2020-07-29T16:30:07.523Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/4 /w/workspace/edgex-go/4 [2020-07-29T16:30:08.909Z] Archives upload complete. [2020-07-29T16:30:08.909Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2645/4/