Pull request #2645 opened 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 20d69cf472830a87156b00195b977e95db74ba98+04784571c64111dd2069565982d29e4bcbbafa66 (793edd6e4bd4709f1f3cbf53ef529443410f8ec9) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2645/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test raml_verify, buildScript:make build, publishSwaggerDocs:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test raml_verify BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: api/openapi/v1 api/openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1135 in /w/workspace/edgexfoundry_edgex-go_PR-2645 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 20d69cf472830a87156b00195b977e95db74ba98 Merge succeeded, producing 20d69cf472830a87156b00195b977e95db74ba98 Checking out Revision 20d69cf472830a87156b00195b977e95db74ba98 (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 20d69cf472830a87156b00195b977e95db74ba98 # 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 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20d69cf472830a87156b00195b977e95db74ba98 # timeout=10 Commit message: "build: remove VERSION file as git-semver now manages version" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-27T17:08:12.703Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-27T17:08:13.050Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-27T17:08:13.248Z] ========================================================= [2020-07-27T17:08:13.248Z] EdgeX Global Pipelines Version Info [2020-07-27T17:08:13.248Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-27T17:08:15.095Z] ------------------- [2020-07-27T17:08:15.095Z] stable info: [2020-07-27T17:08:15.095Z] ------------------- [2020-07-27T17:08:15.095Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-27T17:08:15.095Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-27T17:08:15.095Z] Message: update stable to v1.0.106 [2020-07-27T17:08:16.036Z] ------------------- [2020-07-27T17:08:16.036Z] experimental info: [2020-07-27T17:08:16.036Z] ------------------- [2020-07-27T17:08:16.036Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-27T17:08:16.036Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-27T17:08:16.036Z] Message: update experimental to v1.0.106 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-27T17:08:17.868Z] ++ 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-27T17:08:17.868Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T17:08:17.868Z] ++ dirname cmd/core-command/Dockerfile [2020-07-27T17:08:17.868Z] ++ cut -d/ -f2 [2020-07-27T17:08:17.868Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-27T17:08:17.868Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T17:08:17.868Z] ++ dirname cmd/core-data/Dockerfile [2020-07-27T17:08:17.868Z] ++ cut -d/ -f2 [2020-07-27T17:08:17.868Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-27T17:08:17.868Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T17:08:17.868Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-27T17:08:17.868Z] ++ cut -d/ -f2 [2020-07-27T17:08:17.868Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-27T17:08:17.868Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T17:08:17.868Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-27T17:08:17.868Z] ++ cut -d/ -f2 [2020-07-27T17:08:17.868Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-27T17:08:17.868Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T17:08:17.868Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-27T17:08:17.868Z] ++ cut -d/ -f2 [2020-07-27T17:08:17.868Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-27T17:08:17.868Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T17:08:17.868Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-27T17:08:17.868Z] ++ cut -d/ -f2 [2020-07-27T17:08:17.868Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-27T17:08:17.868Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T17:08:17.868Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-27T17:08:17.868Z] ++ cut -d/ -f2 [2020-07-27T17:08:17.868Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-27T17:08:17.868Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T17:08:17.868Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-27T17:08:17.868Z] ++ cut -d/ -f2 [2020-07-27T17:08:17.868Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-27T17:08:17.868Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T17:08:17.868Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-27T17:08:17.868Z] ++ cut -d/ -f2 [2020-07-27T17:08:17.868Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-27T17:08:17.868Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-27T17:08:17.868Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-27T17:08:17.868Z] ++ cut -d/ -f2 [2020-07-27T17:08:17.868Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-27T17:08:17.944Z] 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-27T17:08:18.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-27T17:08:18.754Z] [2020-07-27T17:08:18.754Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-27T17:08:19.125Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-27T17:08:19.125Z] latest: Pulling from edgex-devops/git-semver [2020-07-27T17:08:19.125Z] 31603596830f: Pulling fs layer [2020-07-27T17:08:19.125Z] 2a8b12db71e7: Pulling fs layer [2020-07-27T17:08:19.125Z] 6ca5941a6612: Pulling fs layer [2020-07-27T17:08:19.125Z] ecc8261a40a4: Pulling fs layer [2020-07-27T17:08:19.125Z] ecc8261a40a4: Waiting [2020-07-27T17:08:19.125Z] 2a8b12db71e7: Verifying Checksum [2020-07-27T17:08:19.125Z] 2a8b12db71e7: Download complete [2020-07-27T17:08:19.125Z] 31603596830f: Verifying Checksum [2020-07-27T17:08:19.125Z] 31603596830f: Download complete [2020-07-27T17:08:19.391Z] ecc8261a40a4: Verifying Checksum [2020-07-27T17:08:19.391Z] ecc8261a40a4: Download complete [2020-07-27T17:08:19.391Z] 6ca5941a6612: Verifying Checksum [2020-07-27T17:08:19.391Z] 6ca5941a6612: Download complete [2020-07-27T17:08:19.653Z] 31603596830f: Pull complete [2020-07-27T17:08:19.653Z] 2a8b12db71e7: Pull complete [2020-07-27T17:08:20.600Z] 6ca5941a6612: Pull complete [2020-07-27T17:08:20.600Z] ecc8261a40a4: Pull complete [2020-07-27T17:08:20.600Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-27T17:08:20.600Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-27T17:08:20.600Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-27T17:08:20.713Z] prd-centos7-docker-4c-2g-1135 does not seem to be running inside a container [2020-07-27T17:08:20.756Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-27T17:08:23.171Z] $ docker top e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-27T17:08:23.499Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-27T17:08:23.499Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-27T17:08:23.700Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-27T17:08:23.699Z] $ docker exec e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed ssh-agent [2020-07-27T17:08:23.941Z] SSH_AUTH_SOCK=/tmp/ssh-3kV4r64fKS69/agent.11 [2020-07-27T17:08:23.941Z] SSH_AGENT_PID=16 [2020-07-27T17:08:23.965Z] Running ssh-add (command line suppressed) [2020-07-27T17:08:24.124Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_114150385095896863.key (/w/workspace/edgex-go/1@tmp/private_key_114150385095896863.key) [2020-07-27T17:08:24.182Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-27T17:08:24.545Z] + git describe --exact-match --tags HEAD [2020-07-27T17:08:24.545Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-27T17:08:24.578Z] $ docker exec --env ******** --env ******** e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed ssh-agent -k [2020-07-27T17:08:24.691Z] unset SSH_AUTH_SOCK; [2020-07-27T17:08:24.691Z] unset SSH_AGENT_PID; [2020-07-27T17:08:24.691Z] echo Agent pid 16 killed; [2020-07-27T17:08:24.738Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-27T17:08:24.874Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-27T17:08:24.874Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-27T17:08:24.976Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-27T17:08:24.976Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-27T17:08:25.141Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-27T17:08:25.140Z] $ docker exec e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed ssh-agent [2020-07-27T17:08:25.303Z] SSH_AUTH_SOCK=/tmp/ssh-VUurhTEolsUk/agent.45 [2020-07-27T17:08:25.303Z] SSH_AGENT_PID=51 [2020-07-27T17:08:25.310Z] Running ssh-add (command line suppressed) [2020-07-27T17:08:25.432Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7277813334573357963.key (/w/workspace/edgex-go/1@tmp/private_key_7277813334573357963.key) [2020-07-27T17:08:25.484Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-27T17:08:25.861Z] + git semver init [2020-07-27T17:08:25.861Z] # -> Open(): unable to determine branch for HEAD [2020-07-27T17:08:25.861Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-07-27T17:08:25.861Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-07-27T17:08:25.861Z] # $SEMVER_REMOTE_NAME = origin [2020-07-27T17:08:25.861Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-27T17:08:25.861Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-27T17:08:25.861Z] # $SEMVER_BRANCH = PR-2645 [2020-07-27T17:08:25.861Z] # $SEMVER_TEMP = /tmp/semver-285516890 [2020-07-27T17:08:25.861Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-27T17:08:52.450Z] # '/tmp/semver-285516890' -> '/w/workspace/edgex-go/1/.semver' [2020-07-27T17:08:52.450Z] # -> Force: false [2020-07-27T17:08:52.450Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-07-27T17:08:52.463Z] $ docker exec --env ******** --env ******** e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed ssh-agent -k [2020-07-27T17:08:52.653Z] unset SSH_AUTH_SOCK; [2020-07-27T17:08:52.653Z] unset SSH_AGENT_PID; [2020-07-27T17:08:52.653Z] echo Agent pid 51 killed; [2020-07-27T17:08:52.727Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-27T17:08:53.333Z] + git semver [Pipeline] } [2020-07-27T17:08:53.352Z] $ docker stop --time=1 e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed [2020-07-27T17:08:54.788Z] $ docker rm -f e1e9b6d64721616e6ec74d4d35f223b73c5ac0d4ec346bec2d5ad0657f6905ed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-27T17:09:09.197Z] Stashed 25 file(s) [Pipeline] echo [2020-07-27T17:09:09.230Z] [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-27T17:09:10.008Z] ========================================================= [2020-07-27T17:09:10.008Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-27T17:09:10.008Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-27T17:09:10.380Z] + 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-27T17:09:13.699Z] Sending build context to Docker daemon 323.2MB [2020-07-27T17:09:13.699Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-27T17:09:13.699Z] Step 2/7 : FROM ${BASE} [2020-07-27T17:09:13.699Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-27T17:09:13.699Z] df20fa9351a1: Pulling fs layer [2020-07-27T17:09:13.699Z] ed8968b2872e: Pulling fs layer [2020-07-27T17:09:13.699Z] a92cc7c5fd73: Pulling fs layer [2020-07-27T17:09:13.699Z] 2dd03ba5bac4: Pulling fs layer [2020-07-27T17:09:13.700Z] 1e091d79d1de: Pulling fs layer [2020-07-27T17:09:13.700Z] 481702a1767f: Pulling fs layer [2020-07-27T17:09:13.700Z] f64a6f60c768: Pulling fs layer [2020-07-27T17:09:13.700Z] e78d2573fc39: Pulling fs layer [2020-07-27T17:09:13.700Z] e876d2f968b6: Pulling fs layer [2020-07-27T17:09:13.700Z] ce8a83651883: Pulling fs layer [2020-07-27T17:09:13.700Z] 07967f4d0e4b: Pulling fs layer [2020-07-27T17:09:13.700Z] f64a6f60c768: Waiting [2020-07-27T17:09:13.700Z] 2dd03ba5bac4: Waiting [2020-07-27T17:09:13.700Z] e78d2573fc39: Waiting [2020-07-27T17:09:13.700Z] 1e091d79d1de: Waiting [2020-07-27T17:09:13.700Z] e876d2f968b6: Waiting [2020-07-27T17:09:13.700Z] 481702a1767f: Waiting [2020-07-27T17:09:13.700Z] 07967f4d0e4b: Waiting [2020-07-27T17:09:13.700Z] ce8a83651883: Waiting [2020-07-27T17:09:13.700Z] a92cc7c5fd73: Verifying Checksum [2020-07-27T17:09:13.700Z] a92cc7c5fd73: Download complete [2020-07-27T17:09:13.700Z] ed8968b2872e: Download complete [2020-07-27T17:09:13.700Z] 1e091d79d1de: Download complete [2020-07-27T17:09:13.700Z] 481702a1767f: Verifying Checksum [2020-07-27T17:09:13.700Z] 481702a1767f: Download complete [2020-07-27T17:09:13.700Z] df20fa9351a1: Verifying Checksum [2020-07-27T17:09:13.700Z] df20fa9351a1: Download complete [2020-07-27T17:09:14.677Z] f64a6f60c768: Verifying Checksum [2020-07-27T17:09:14.677Z] f64a6f60c768: Download complete [2020-07-27T17:09:14.677Z] e876d2f968b6: Verifying Checksum [2020-07-27T17:09:14.677Z] e876d2f968b6: Download complete [2020-07-27T17:09:14.677Z] df20fa9351a1: Pull complete [2020-07-27T17:09:14.956Z] ed8968b2872e: Pull complete [2020-07-27T17:09:15.227Z] e78d2573fc39: Verifying Checksum [2020-07-27T17:09:15.227Z] e78d2573fc39: Download complete [2020-07-27T17:09:15.227Z] a92cc7c5fd73: Pull complete [2020-07-27T17:09:15.227Z] 07967f4d0e4b: Verifying Checksum [2020-07-27T17:09:15.227Z] 07967f4d0e4b: Download complete [2020-07-27T17:09:15.227Z] 2dd03ba5bac4: Verifying Checksum [2020-07-27T17:09:15.227Z] 2dd03ba5bac4: Download complete [2020-07-27T17:09:15.227Z] ce8a83651883: Verifying Checksum [2020-07-27T17:09:15.227Z] ce8a83651883: Download complete [2020-07-27T17:09:21.825Z] 2dd03ba5bac4: Pull complete [2020-07-27T17:09:21.825Z] 1e091d79d1de: Pull complete [2020-07-27T17:09:21.825Z] 481702a1767f: Pull complete [2020-07-27T17:09:24.699Z] Still waiting to schedule task [2020-07-27T17:09:24.699Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-07-27T17:09:29.959Z] f64a6f60c768: Pull complete [2020-07-27T17:09:31.351Z] e78d2573fc39: Pull complete [2020-07-27T17:09:31.351Z] e876d2f968b6: Pull complete [2020-07-27T17:09:32.298Z] ce8a83651883: Pull complete [2020-07-27T17:09:32.559Z] 07967f4d0e4b: Pull complete [2020-07-27T17:09:32.559Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-27T17:09:32.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-27T17:09:32.559Z] ---> 5d7c900382c6 [2020-07-27T17:09:32.559Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-07-27T17:09:33.502Z] ---> Running in 8b6ac5f38543 [2020-07-27T17:09:34.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:09:35.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:09:35.584Z] (1/12) Installing libmagic (5.38-r0) [2020-07-27T17:09:35.844Z] (2/12) Installing file (5.38-r0) [2020-07-27T17:09:35.844Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-27T17:09:35.844Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-27T17:09:37.767Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-27T17:09:38.027Z] (6/12) Installing patch (2.7.6-r6) [2020-07-27T17:09:38.027Z] (7/12) Installing build-base (0.5-r2) [2020-07-27T17:09:38.027Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-27T17:09:38.288Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-27T17:09:38.288Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-27T17:09:38.551Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-27T17:09:38.551Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-27T17:09:38.551Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:09:38.551Z] OK: 233 MiB in 51 packages [2020-07-27T17:09:42.758Z] Removing intermediate container 8b6ac5f38543 [2020-07-27T17:09:42.758Z] ---> b99955c902b8 [2020-07-27T17:09:42.758Z] Step 4/7 : WORKDIR /edgex-go [2020-07-27T17:09:42.758Z] ---> Running in b735938ebb2c [2020-07-27T17:09:42.758Z] Removing intermediate container b735938ebb2c [2020-07-27T17:09:42.758Z] ---> 093964f7b453 [2020-07-27T17:09:42.758Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-27T17:09:42.758Z] latest: Pulling from library/docker [2020-07-27T17:09:42.758Z] df20fa9351a1: Already exists [2020-07-27T17:09:42.758Z] 25ad7478873d: Pulling fs layer [2020-07-27T17:09:42.758Z] 4684f6177b5d: Pulling fs layer [2020-07-27T17:09:42.758Z] 46e300cec669: Pulling fs layer [2020-07-27T17:09:42.758Z] 63038576ad94: Pulling fs layer [2020-07-27T17:09:42.758Z] 0fdb76c4706c: Pulling fs layer [2020-07-27T17:09:42.758Z] cb7edeffdfd5: Pulling fs layer [2020-07-27T17:09:42.758Z] 63038576ad94: Waiting [2020-07-27T17:09:42.758Z] 0fdb76c4706c: Waiting [2020-07-27T17:09:42.758Z] cb7edeffdfd5: Waiting [2020-07-27T17:09:43.021Z] 4684f6177b5d: Download complete [2020-07-27T17:09:43.021Z] 25ad7478873d: Verifying Checksum [2020-07-27T17:09:43.021Z] 25ad7478873d: Download complete [2020-07-27T17:09:43.021Z] 63038576ad94: Download complete [2020-07-27T17:09:43.021Z] 0fdb76c4706c: Verifying Checksum [2020-07-27T17:09:43.021Z] 0fdb76c4706c: Download complete [2020-07-27T17:09:43.285Z] cb7edeffdfd5: Verifying Checksum [2020-07-27T17:09:43.285Z] cb7edeffdfd5: Download complete [2020-07-27T17:09:43.285Z] 25ad7478873d: Pull complete [2020-07-27T17:09:43.285Z] 4684f6177b5d: Pull complete [2020-07-27T17:09:43.857Z] 46e300cec669: Verifying Checksum [2020-07-27T17:09:43.857Z] 46e300cec669: Download complete [2020-07-27T17:09:45.776Z] 46e300cec669: Pull complete [2020-07-27T17:09:46.042Z] 63038576ad94: Pull complete [2020-07-27T17:09:46.042Z] 0fdb76c4706c: Pull complete [2020-07-27T17:09:46.303Z] cb7edeffdfd5: Pull complete [2020-07-27T17:09:46.303Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-27T17:09:46.303Z] Status: Downloaded newer image for docker:latest [2020-07-27T17:09:47.694Z] ---> 8a4e99ab0f27 [2020-07-27T17:09:47.694Z] Step 6/7 : COPY go.mod . [2020-07-27T17:09:47.955Z] ---> 548cd9e2892a [2020-07-27T17:09:47.955Z] Step 7/7 : RUN go mod download [2020-07-27T17:09:47.955Z] ---> Running in 8f9ecd82d37d [2020-07-27T17:09:50.500Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-27T17:09:50.500Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-27T17:09:50.500Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-27T17:09:50.500Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-27T17:09:50.500Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-27T17:09:50.500Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-27T17:09:50.500Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-27T17:09:50.500Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-27T17:09:50.500Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-27T17:09:50.500Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-27T17:09:50.500Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-27T17:09:50.500Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-27T17:09:50.500Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-27T17:09:50.500Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-27T17:09:50.500Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-27T17:09:50.500Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-27T17:09:50.501Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-27T17:09:50.501Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-27T17:09:50.501Z] go: finding github.com/fatih/color v1.7.0 [2020-07-27T17:09:50.501Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-27T17:09:50.501Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-27T17:09:50.501Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-27T17:09:50.501Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-27T17:09:50.501Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-27T17:09:50.501Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-27T17:09:50.763Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-27T17:09:50.763Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-27T17:09:50.763Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-27T17:09:50.763Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-27T17:09:50.763Z] go: finding github.com/google/uuid v1.1.0 [2020-07-27T17:09:50.763Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-27T17:09:50.763Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-27T17:09:50.763Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-27T17:09:50.763Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-27T17:09:50.763Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-27T17:09:50.763Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-27T17:09:50.763Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-27T17:09:51.025Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-27T17:09:51.025Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-27T17:09:51.025Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-27T17:09:51.025Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-27T17:09:51.025Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-27T17:09:51.025Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-27T17:09:51.025Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-27T17:09:51.025Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-27T17:09:51.025Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-27T17:09:51.025Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-27T17:09:51.025Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-27T17:09:51.025Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-27T17:09:51.285Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-27T17:09:51.285Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-27T17:09:51.285Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-27T17:09:51.285Z] go: finding github.com/kr/pty v1.1.1 [2020-07-27T17:09:51.285Z] go: finding github.com/kr/text v0.1.0 [2020-07-27T17:09:51.285Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-27T17:09:51.285Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-27T17:09:51.285Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-27T17:09:51.286Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-27T17:09:51.286Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-27T17:09:51.286Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-27T17:09:51.286Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-27T17:09:51.286Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-27T17:09:51.547Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-27T17:09:51.547Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-27T17:09:51.547Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-27T17:09:51.547Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-27T17:09:51.547Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-27T17:09:51.547Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-27T17:09:51.547Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-27T17:09:51.547Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-27T17:09:51.547Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-27T17:09:51.547Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-27T17:09:51.547Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-27T17:09:51.547Z] go: finding github.com/posener/complete v1.1.1 [2020-07-27T17:09:51.547Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-27T17:09:51.816Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-27T17:09:51.816Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-27T17:09:51.816Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-27T17:09:51.816Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-27T17:09:51.816Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-27T17:09:51.816Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-27T17:09:51.816Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-27T17:09:51.816Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-27T17:09:51.816Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-27T17:09:51.816Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-27T17:09:51.816Z] go: finding golang.org/x/text v0.3.2 [2020-07-27T17:09:51.816Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-27T17:09:52.086Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-27T17:09:52.086Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-27T17:09:52.086Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-27T17:09:52.086Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-27T17:09:52.086Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-27T17:10:04.342Z] Removing intermediate container 8f9ecd82d37d [2020-07-27T17:10:04.342Z] ---> 096a149d67ce [2020-07-27T17:10:04.342Z] Successfully built 096a149d67ce [2020-07-27T17:10:04.342Z] 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-27T17:10:05.226Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-27T17:10:05.226Z] . [Pipeline] withDockerContainer [2020-07-27T17:10:05.412Z] prd-centos7-docker-4c-2g-1135 does not seem to be running inside a container [2020-07-27T17:10:05.466Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2020-07-27T17:10:06.019Z] $ docker top bbf3198c0ad3d6ed76d0647e7fa8694e674eb6e618370e28116ecec6a6aa9b63 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-27T17:10:06.547Z] + go version [2020-07-27T17:10:06.547Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-07-27T17:10:06.576Z] ========================================================= [2020-07-27T17:10:06.576Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-27T17:10:06.576Z] ========================================================= [Pipeline] sh [2020-07-27T17:10:06.874Z] + make test raml_verify [2020-07-27T17:10:06.874Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-27T17:10:08.794Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-27T17:10:18.903Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-27T17:10:23.194Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-27T17:10:23.194Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-27T17:10:23.194Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-27T17:10:23.194Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-27T17:10:23.787Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.004s [2020-07-27T17:10:23.787Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-27T17:10:23.787Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-27T17:10:23.787Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-27T17:10:24.392Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-27T17:10:24.663Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-27T17:10:24.663Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-27T17:10:24.663Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-27T17:10:24.663Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-27T17:10:31.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.031s coverage: 46.6% of statements [2020-07-27T17:10:31.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-27T17:10:31.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-27T17:10:31.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-27T17:10:31.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-27T17:10:31.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-27T17:10:33.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.045s coverage: 27.4% of statements [2020-07-27T17:10:33.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-27T17:10:33.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-27T17:10:33.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-27T17:10:33.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-27T17:10:33.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-27T17:10:33.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-27T17:10:33.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-07-27T17:10:33.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-27T17:10:33.908Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.008s coverage: 100.0% of statements [2020-07-27T17:10:33.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-27T17:10:34.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.121s coverage: 29.3% of statements [2020-07-27T17:10:34.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-27T17:10:34.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-27T17:10:34.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-27T17:10:34.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-27T17:10:34.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-27T17:10:34.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.019s coverage: 100.0% of statements [2020-07-27T17:10:34.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-27T17:10:34.173Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.024s coverage: 100.0% of statements [2020-07-27T17:10:34.173Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-27T17:10:35.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 89.8% of statements [2020-07-27T17:10:35.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-27T17:10:35.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.022s coverage: 97.5% of statements [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-27T17:10:35.414Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.046s coverage: 100.0% of statements [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-27T17:10:35.414Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-27T17:10:35.414Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.005s coverage: 58.8% of statements [2020-07-27T17:10:36.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.032s coverage: 63.5% of statements [2020-07-27T17:10:36.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-27T17:10:36.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-27T17:10:36.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.004s coverage: 100.0% of statements [2020-07-27T17:10:36.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.098s coverage: 55.9% of statements [2020-07-27T17:10:36.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-27T17:10:36.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-27T17:10:36.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-27T17:10:36.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-27T17:10:40.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.982s coverage: 86.3% of statements [2020-07-27T17:10:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-27T17:10:40.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.240s coverage: 72.2% of statements [2020-07-27T17:10:40.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.113s coverage: 72.1% of statements [2020-07-27T17:10:40.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements [2020-07-27T17:10:40.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements [2020-07-27T17:10:40.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-27T17:10:40.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-27T17:10:40.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-27T17:10:40.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.008s coverage: 28.8% of statements [2020-07-27T17:10:40.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-27T17:10:40.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements [2020-07-27T17:10:40.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-27T17:10:40.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.058s coverage: 26.9% of statements [2020-07-27T17:10:40.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-27T17:10:40.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-27T17:10:40.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.097s coverage: 84.1% of statements [2020-07-27T17:10:40.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.005s coverage: 100.0% of statements [2020-07-27T17:10:41.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.012s coverage: 43.1% of statements [2020-07-27T17:10:41.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-27T17:10:41.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-27T17:10:41.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.038s coverage: 100.0% of statements [2020-07-27T17:10:41.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-27T17:10:41.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.018s coverage: 83.8% of statements [2020-07-27T17:10:41.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-27T17:10:42.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.024s coverage: 46.1% of statements [2020-07-27T17:10:42.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-27T17:10:42.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-27T17:10:42.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.010s coverage: 100.0% of statements [2020-07-27T17:10:42.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-27T17:10:42.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-27T17:10:42.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-27T17:10:42.987Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.033s coverage: 100.0% of statements [2020-07-27T17:10:42.987Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-27T17:10:43.579Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements [2020-07-27T17:10:43.579Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-27T17:10:44.999Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.045s coverage: 29.1% of statements [2020-07-27T17:10:44.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-27T17:10:44.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-27T17:10:44.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-27T17:10:44.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-27T17:10:44.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-27T17:10:44.999Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.013s coverage: 99.0% of statements [2020-07-27T17:10:44.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-27T17:10:44.999Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.013s coverage: 100.0% of statements [2020-07-27T17:10:44.999Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-27T17:10:44.999Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.002s coverage: 0.0% of statements [2020-07-27T17:10:44.999Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-27T17:10:45.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements [2020-07-27T17:10:45.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-27T17:10:45.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-27T17:10:45.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-27T17:10:45.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-27T17:10:45.601Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements [2020-07-27T17:10:45.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-27T17:10:45.601Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-27T17:10:45.862Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements [2020-07-27T17:10:46.122Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-07-27T17:10:46.384Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-07-27T17:10:46.646Z] GO111MODULE=on go vet ./... [2020-07-27T17:10:51.972Z] gofmt -l . [2020-07-27T17:10:52.543Z] [ "`gofmt -l .`" = "" ] [2020-07-27T17:10:53.121Z] ./bin/test-go-mod-tidy.sh [2020-07-27T17:10:54.065Z] ./bin/test-attribution-txt.sh [2020-07-27T17:10:55.450Z] docker run --rm --privileged \ [2020-07-27T17:10:55.450Z] -v /w/workspace/edgex-go/1:/raml-verification -w /raml-verification \ [2020-07-27T17:10:55.450Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 \ [2020-07-27T17:10:55.450Z] /scripts/raml-verify.sh [2020-07-27T17:10:55.712Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64' locally [2020-07-27T17:10:55.712Z] x86_64: Pulling from edgex-devops/edgex-docs-builder [2020-07-27T17:10:55.712Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-27T17:10:55.712Z] bd07af9ed1a4: Pulling fs layer [2020-07-27T17:10:55.712Z] 3556ccf180b2: Pulling fs layer [2020-07-27T17:10:55.712Z] 089d4748da74: Pulling fs layer [2020-07-27T17:10:55.712Z] c6eb57c77bc5: Pulling fs layer [2020-07-27T17:10:55.712Z] 0364d5097239: Pulling fs layer [2020-07-27T17:10:55.712Z] 089d4748da74: Waiting [2020-07-27T17:10:55.712Z] c6eb57c77bc5: Waiting [2020-07-27T17:10:55.712Z] 0364d5097239: Waiting [2020-07-27T17:10:55.712Z] 3556ccf180b2: Verifying Checksum [2020-07-27T17:10:55.712Z] 3556ccf180b2: Download complete [2020-07-27T17:10:55.712Z] cbdbe7a5bc2a: Download complete [2020-07-27T17:10:55.712Z] 089d4748da74: Verifying Checksum [2020-07-27T17:10:55.712Z] 089d4748da74: Download complete [2020-07-27T17:10:55.712Z] 0364d5097239: Verifying Checksum [2020-07-27T17:10:55.712Z] 0364d5097239: Download complete [2020-07-27T17:10:55.974Z] c6eb57c77bc5: Verifying Checksum [2020-07-27T17:10:55.974Z] c6eb57c77bc5: Download complete [2020-07-27T17:10:55.974Z] bd07af9ed1a4: Verifying Checksum [2020-07-27T17:10:55.974Z] bd07af9ed1a4: Download complete [2020-07-27T17:10:55.974Z] cbdbe7a5bc2a: Pull complete [2020-07-27T17:11:00.214Z] bd07af9ed1a4: Pull complete [2020-07-27T17:11:00.214Z] 3556ccf180b2: Pull complete [2020-07-27T17:11:00.214Z] 089d4748da74: Pull complete [2020-07-27T17:11:01.701Z] c6eb57c77bc5: Pull complete [2020-07-27T17:11:01.963Z] 0364d5097239: Pull complete [2020-07-27T17:11:01.963Z] Digest: sha256:4a127cc467df9c60bd6f299319ae4edf4b743dcc93660e351fd7c0ef1fa6b942 [2020-07-27T17:11:01.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:x86_64 [2020-07-27T17:11:08.551Z] Verifying ./api/raml/core-command.raml... [2020-07-27T17:11:08.552Z] OK [2020-07-27T17:11:08.552Z] Verifying ./api/raml/core-data.raml... [2020-07-27T17:11:09.502Z] OK [2020-07-27T17:11:09.502Z] Verifying ./api/raml/core-metadata.raml... [2020-07-27T17:11:10.891Z] OK [2020-07-27T17:11:10.891Z] Verifying ./api/raml/support-logging.raml... [2020-07-27T17:11:11.832Z] OK [2020-07-27T17:11:11.832Z] Verifying ./api/raml/support-notifications.raml... [2020-07-27T17:11:12.775Z] OK [2020-07-27T17:11:12.775Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-27T17:11:13.717Z] OK [2020-07-27T17:11:13.717Z] Verifying ./api/raml/system-agent.raml... [2020-07-27T17:11:14.290Z] OK [Pipeline] sh [2020-07-27T17:11:14.877Z] + ls -al . [2020-07-27T17:11:14.877Z] total 556 [2020-07-27T17:11:14.877Z] drwxrwxr-x 10 1001 1001 4096 Jul 27 17:10 . [2020-07-27T17:11:14.877Z] drwxr-xr-x 4 root root 28 Jul 27 17:10 .. [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 11 Jul 27 17:08 .dockerignore [2020-07-27T17:11:14.877Z] drwxrwxr-x 8 1001 1001 179 Jul 27 17:08 .git [2020-07-27T17:11:14.877Z] drwxrwxr-x 3 1001 1001 60 Jul 27 17:08 .github [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 924 Jul 27 17:08 .gitignore [2020-07-27T17:11:14.877Z] drwx------ 3 1001 1001 47 Jul 27 17:08 .semver [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 178 Jul 27 17:08 .sonarcloud.properties [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 3804 Jul 27 17:08 CONTRIBUTING.md [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 1035 Jul 27 17:08 Dockerfile.build [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 824 Jul 27 17:08 Jenkinsfile [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 10775 Jul 27 17:08 LICENSE [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 6443 Jul 27 17:08 Makefile [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 5652 Jul 27 17:08 README.md [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 7111 Jul 27 17:08 SECURITY.md [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 5 Jul 27 17:08 VERSION [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 4131 Jul 27 17:08 ZMQWindows.md [2020-07-27T17:11:14.877Z] drwxrwxr-x 4 1001 1001 33 Jul 27 17:08 api [2020-07-27T17:11:14.877Z] drwxrwxr-x 2 1001 1001 117 Jul 27 17:08 bin [2020-07-27T17:11:14.877Z] drwxrwxr-x 15 1001 1001 4096 Jul 27 17:08 cmd [2020-07-27T17:11:14.877Z] -rw-r--r-- 1 root root 456067 Jul 27 17:10 coverage.out [2020-07-27T17:11:14.877Z] -rw-r--r-- 1 root root 1019 Jul 27 17:10 go.mod [2020-07-27T17:11:14.877Z] -rw-r--r-- 1 root root 18146 Jul 27 17:10 go.sum [2020-07-27T17:11:14.877Z] drwxrwxr-x 8 1001 1001 127 Jul 27 17:08 internal [2020-07-27T17:11:14.877Z] drwxrwxr-x 4 1001 1001 71 Jul 27 17:08 snap [2020-07-27T17:11:14.877Z] -rw-rw-r-- 1 1001 1001 168 Jul 27 17:08 version.go [Pipeline] sh [2020-07-27T17:11:15.191Z] + '[' -e coverage.out ] [2020-07-27T17:11:15.191Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-27T17:11:15.311Z] Stashed 1 file(s) [Pipeline] sh [2020-07-27T17:11:15.782Z] + make build [2020-07-27T17:11:15.782Z] 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-27T17:11:22.465Z] 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-27T17:11:25.770Z] 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-27T17:11:27.688Z] 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-27T17:11:29.079Z] 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-27T17:11:30.468Z] 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-27T17:11:31.039Z] 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-27T17:11:32.424Z] 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-27T17:11:34.339Z] 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-27T17:11:35.282Z] 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-27T17:11:36.682Z] 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-27T17:11:38.067Z] 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-27T17:11:39.461Z] 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-27T17:11:40.424Z] $ docker stop --time=1 bbf3198c0ad3d6ed76d0647e7fa8694e674eb6e618370e28116ecec6a6aa9b63 [2020-07-27T17:11:42.156Z] $ docker rm -f bbf3198c0ad3d6ed76d0647e7fa8694e674eb6e618370e28116ecec6a6aa9b63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-27T17:11:45.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-27T17:11:45.391Z] [2020-07-27T17:11:45.391Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-27T17:11:45.770Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-27T17:11:45.770Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-27T17:11:45.770Z] cbdbe7a5bc2a: Already exists [2020-07-27T17:11:45.770Z] ca9280d653b3: Pulling fs layer [2020-07-27T17:11:45.770Z] 7e9c9ca2126c: Pulling fs layer [2020-07-27T17:11:46.042Z] ca9280d653b3: Verifying Checksum [2020-07-27T17:11:46.042Z] ca9280d653b3: Download complete [2020-07-27T17:11:46.995Z] 7e9c9ca2126c: Verifying Checksum [2020-07-27T17:11:46.995Z] 7e9c9ca2126c: Download complete [2020-07-27T17:11:46.995Z] ca9280d653b3: Pull complete [2020-07-27T17:11:55.143Z] 7e9c9ca2126c: Pull complete [2020-07-27T17:11:55.143Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-27T17:11:55.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-27T17:11:55.143Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-27T17:11:55.305Z] prd-centos7-docker-4c-2g-1135 does not seem to be running inside a container [2020-07-27T17:11:55.342Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-27T17:11:56.684Z] $ docker top d1c37ed7314a4318d5ac0b30c4f6a6fc9296a390da00012619cb0f62589363c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-27T17:11:57.200Z] + docker-compose build --help [2020-07-27T17:11:57.200Z] + grep parallel [2020-07-27T17:11:58.143Z] --parallel Build images in parallel. [Pipeline] } [2020-07-27T17:11:58.166Z] $ docker stop --time=1 d1c37ed7314a4318d5ac0b30c4f6a6fc9296a390da00012619cb0f62589363c2 [2020-07-27T17:11:59.503Z] $ docker rm -f d1c37ed7314a4318d5ac0b30c4f6a6fc9296a390da00012619cb0f62589363c2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-27T17:12:00.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-27T17:12:00.236Z] . [Pipeline] withDockerContainer [2020-07-27T17:12:00.342Z] prd-centos7-docker-4c-2g-1135 does not seem to be running inside a container [2020-07-27T17:12:00.384Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-27T17:12:00.943Z] $ docker top 5c6c8888f7538f442b5c88573a4aaa5fdf9cea963fda3ebfbb5e09085f267d6b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-27T17:12:01.457Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-27T17:12:02.401Z] Building docker-core-command-go ... [2020-07-27T17:12:02.401Z] Building docker-core-data-go ... [2020-07-27T17:12:02.401Z] Building docker-core-metadata-go ... [2020-07-27T17:12:02.401Z] Building docker-security-proxy-setup-go ... [2020-07-27T17:12:02.401Z] Building docker-security-secrets-setup-go ... [2020-07-27T17:12:02.401Z] Building docker-security-secretstore-setup-go ... [2020-07-27T17:12:02.401Z] Building docker-support-logging-go ... [2020-07-27T17:12:02.401Z] Building docker-support-notifications-go ... [2020-07-27T17:12:02.401Z] Building docker-support-scheduler-go ... [2020-07-27T17:12:02.401Z] Building docker-sys-mgmt-agent-go ... [2020-07-27T17:12:02.401Z] Building docker-security-proxy-setup-go [2020-07-27T17:12:02.401Z] Building docker-core-data-go [2020-07-27T17:12:02.401Z] Building docker-support-scheduler-go [2020-07-27T17:12:02.401Z] Building docker-support-logging-go [2020-07-27T17:12:02.401Z] Building docker-core-metadata-go [2020-07-27T17:12:34.572Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:12:34.572Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:12:34.572Z] ---> 096a149d67ce [2020-07-27T17:12:34.572Z] Step 3/22 : WORKDIR /edgex-go [2020-07-27T17:12:34.572Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:12:34.572Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:12:34.572Z] ---> 096a149d67ce [2020-07-27T17:12:34.572Z] Step 3/20 : WORKDIR /edgex-go [2020-07-27T17:12:34.572Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:12:34.572Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:12:34.572Z] ---> 096a149d67ce [2020-07-27T17:12:34.572Z] Step 3/21 : WORKDIR /edgex-go [2020-07-27T17:12:34.572Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:12:34.572Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:12:34.572Z] ---> 096a149d67ce [2020-07-27T17:12:34.572Z] Step 3/21 : WORKDIR /edgex-go [2020-07-27T17:12:34.572Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:12:34.572Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:12:34.572Z] ---> 096a149d67ce [2020-07-27T17:12:34.572Z] Step 3/20 : WORKDIR /edgex-go [2020-07-27T17:12:34.572Z] ---> Running in d42233407ae5 [2020-07-27T17:12:34.572Z] ---> Running in b16c9badec84 [2020-07-27T17:12:34.572Z] ---> Running in 67432c440166 [2020-07-27T17:12:34.572Z] ---> Running in e9c6226c81e3 [2020-07-27T17:12:34.572Z] ---> Running in ee52b41969cd [2020-07-27T17:12:34.572Z] Removing intermediate container ee52b41969cd [2020-07-27T17:12:34.572Z] ---> 4bb8549cdb97 [2020-07-27T17:12:34.572Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:12:34.572Z] Removing intermediate container d42233407ae5 [2020-07-27T17:12:34.572Z] ---> 229a53941a68 [2020-07-27T17:12:34.572Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:12:34.572Z] Removing intermediate container 67432c440166 [2020-07-27T17:12:34.572Z] ---> 2c128345751b [2020-07-27T17:12:34.572Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:12:34.572Z] Removing intermediate container e9c6226c81e3 [2020-07-27T17:12:34.572Z] ---> c40f4da3765d [2020-07-27T17:12:34.572Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:12:34.572Z] Removing intermediate container b16c9badec84 [2020-07-27T17:12:34.572Z] ---> a8cad5b7d5cb [2020-07-27T17:12:34.572Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:12:34.572Z] ---> Running in ae15e4c37aa1 [2020-07-27T17:12:34.572Z] ---> Running in 076727574cb7 [2020-07-27T17:12:34.572Z] ---> Running in 22ee481b1b90 [2020-07-27T17:12:34.572Z] ---> Running in b3b6e1d4ddb4 [2020-07-27T17:12:34.572Z] ---> Running in 128939b66b21 [2020-07-27T17:12:34.572Z] Removing intermediate container 22ee481b1b90 [2020-07-27T17:12:34.572Z] ---> 0eba88a77e08 [2020-07-27T17:12:34.572Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-27T17:12:34.572Z] ---> Running in 52d7ca83e283 [2020-07-27T17:12:34.572Z] Removing intermediate container 076727574cb7 [2020-07-27T17:12:34.572Z] ---> 8c3183d99d9e [2020-07-27T17:12:34.572Z] Step 5/20 : RUN apk update && apk add make git [2020-07-27T17:12:34.572Z] ---> Running in 6f47c5afe9fa [2020-07-27T17:12:34.572Z] Removing intermediate container ae15e4c37aa1 [2020-07-27T17:12:34.572Z] ---> 4aba6c9536f5 [2020-07-27T17:12:34.572Z] Step 5/21 : RUN apk update && apk add make git [2020-07-27T17:12:34.838Z] Removing intermediate container 128939b66b21 [2020-07-27T17:12:34.838Z] ---> 66f7241600ba [2020-07-27T17:12:34.838Z] Step 5/20 : RUN apk update && apk add make git [2020-07-27T17:12:34.838Z] Removing intermediate container b3b6e1d4ddb4 [2020-07-27T17:12:34.838Z] ---> 5a741d277003 [2020-07-27T17:12:34.838Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-27T17:12:34.838Z] ---> Running in 6d5b0ec34fe0 [2020-07-27T17:12:35.098Z] ---> Running in ecdc5b87b842 [2020-07-27T17:12:35.098Z] ---> Running in 3a690ad0effd [2020-07-27T17:12:35.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:12:35.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:12:35.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:12:35.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:12:35.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:12:35.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:12:36.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:12:36.166Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:12:36.166Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:12:36.166Z] OK: 12749 distinct packages available [2020-07-27T17:12:36.427Z] OK: 233 MiB in 51 packages [2020-07-27T17:12:36.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:12:36.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:12:36.427Z] OK: 233 MiB in 51 packages [2020-07-27T17:12:36.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:12:36.692Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:12:36.692Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:12:36.692Z] OK: 12749 distinct packages available [2020-07-27T17:12:36.692Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:12:36.692Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:12:36.692Z] OK: 12749 distinct packages available [2020-07-27T17:12:36.959Z] OK: 233 MiB in 51 packages [2020-07-27T17:12:36.959Z] Removing intermediate container 52d7ca83e283 [2020-07-27T17:12:36.959Z] ---> b7f20394596c [2020-07-27T17:12:36.959Z] Step 6/21 : COPY go.mod . [2020-07-27T17:12:36.959Z] OK: 233 MiB in 51 packages [2020-07-27T17:12:37.533Z] ---> 8cccdbc18ef9 [2020-07-27T17:12:37.533Z] Step 7/21 : RUN go mod download [2020-07-27T17:12:37.533Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:12:37.533Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:12:37.533Z] OK: 12749 distinct packages available [2020-07-27T17:12:37.533Z] ---> Running in 05e944f536cd [2020-07-27T17:12:37.533Z] Removing intermediate container 6d5b0ec34fe0 [2020-07-27T17:12:37.533Z] ---> 16906c773cec [2020-07-27T17:12:37.533Z] Step 6/21 : COPY go.mod . [2020-07-27T17:12:37.799Z] OK: 233 MiB in 51 packages [2020-07-27T17:12:37.799Z] Removing intermediate container 6f47c5afe9fa [2020-07-27T17:12:37.799Z] ---> a188edc95d97 [2020-07-27T17:12:37.799Z] Step 6/20 : COPY go.mod . [2020-07-27T17:12:37.799Z] ---> 03d9edc49e63 [2020-07-27T17:12:37.799Z] Step 7/21 : RUN go mod download [2020-07-27T17:12:38.059Z] ---> Running in 64faf3ba683d [2020-07-27T17:12:38.059Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:12:38.059Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:12:38.059Z] OK: 12749 distinct packages available [2020-07-27T17:12:38.328Z] ---> 9e94474d5da6 [2020-07-27T17:12:38.328Z] Step 7/20 : RUN go mod download [2020-07-27T17:12:38.328Z] OK: 233 MiB in 51 packages [2020-07-27T17:12:38.328Z] ---> Running in 8fcef68b9699 [2020-07-27T17:12:38.602Z] Removing intermediate container 3a690ad0effd [2020-07-27T17:12:38.602Z] ---> e1980b537eb9 [2020-07-27T17:12:38.602Z] Step 6/22 : COPY go.mod . [2020-07-27T17:12:39.030Z] ---> a00d289071ea [2020-07-27T17:12:39.030Z] Step 7/22 : RUN go mod download [2020-07-27T17:12:39.030Z] ---> Running in cfd4c5d3c978 [2020-07-27T17:12:39.297Z] Removing intermediate container ecdc5b87b842 [2020-07-27T17:12:39.297Z] ---> 83cfa36db801 [2020-07-27T17:12:39.297Z] Step 6/20 : COPY go.mod . [2020-07-27T17:12:39.557Z] ---> 443c235149a8 [2020-07-27T17:12:39.557Z] Step 7/20 : RUN go mod download [2020-07-27T17:12:39.818Z] ---> Running in cb65a73105b0 [2020-07-27T17:12:40.078Z] Removing intermediate container 05e944f536cd [2020-07-27T17:12:40.078Z] ---> 7834585b03e5 [2020-07-27T17:12:40.078Z] Step 8/21 : COPY . . [2020-07-27T17:12:40.078Z] Removing intermediate container 64faf3ba683d [2020-07-27T17:12:40.078Z] ---> 298657e3dcdc [2020-07-27T17:12:40.078Z] Step 8/21 : COPY . . [2020-07-27T17:12:41.029Z] Removing intermediate container 8fcef68b9699 [2020-07-27T17:12:41.029Z] ---> b75bf95a9b7b [2020-07-27T17:12:41.029Z] Step 8/20 : COPY . . [2020-07-27T17:12:51.061Z] Removing intermediate container cfd4c5d3c978 [2020-07-27T17:12:51.061Z] ---> da67979021f9 [2020-07-27T17:12:51.061Z] Step 8/22 : COPY . . [2020-07-27T17:13:01.088Z] Removing intermediate container cb65a73105b0 [2020-07-27T17:13:01.088Z] ---> 8a2bc8e26a6f [2020-07-27T17:13:01.088Z] Step 8/20 : COPY . . [2020-07-27T17:13:02.230Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1137 in /w/workspace/edgexfoundry_edgex-go_PR-2645 [Pipeline] { [Pipeline] ws [2020-07-27T17:13:02.336Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-07-27T17:13:07.393Z] using credential edgex-jenkins-ssh [2020-07-27T17:13:07.440Z] Cloning the remote Git repository [2020-07-27T17:13:07.441Z] Cloning with configured refspecs honoured and without tags [2020-07-27T17:13:07.525Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-27T17:13:07.625Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-07-27T17:13:07.684Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-27T17:13:07.685Z] > git --version # timeout=10 [2020-07-27T17:13:07.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-27T17:13:07.780Z] > 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-27T17:13:16.759Z] ---> 86571226f654 [2020-07-27T17:13:16.759Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-27T17:13:16.759Z] ---> 5547b0c15b84 [2020-07-27T17:13:16.759Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-27T17:13:17.332Z] ---> 592de888b7fb [2020-07-27T17:13:17.332Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-27T17:13:19.273Z] ---> Running in a6a60da8561d [2020-07-27T17:13:19.273Z] ---> Running in 543d128fd483 [2020-07-27T17:13:19.273Z] ---> Running in 441dfdbba2f8 [2020-07-27T17:13:19.537Z] ---> 087a0d7f4bef [2020-07-27T17:13:19.537Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-27T17:13:19.537Z] ---> Running in f02155b0ac90 [2020-07-27T17:13:21.472Z] 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-27T17:13:21.472Z] 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-27T17:13:21.472Z] 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-27T17:13:21.736Z] 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-27T17:13:22.709Z] ---> 50fafc3df0dc [2020-07-27T17:13:22.709Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-27T17:13:22.709Z] ---> Running in fca3ac4a7cf7 [2020-07-27T17:13:24.117Z] 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-27T17:13:44.412Z] Fetching without tags [2020-07-27T17:13:45.742Z] Merging remotes/origin/master commit 04784571c64111dd2069565982d29e4bcbbafa66 into PR head commit 20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:13:46.276Z] Merge succeeded, producing 20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:13:46.277Z] Checking out Revision 20d69cf472830a87156b00195b977e95db74ba98 (PR-2645) [2020-07-27T17:13:44.312Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-27T17:13:44.333Z] > git config --add remote.origin.fetch +refs/pull/2645/head:refs/remotes/origin/PR-2645 # timeout=10 [2020-07-27T17:13:44.353Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-27T17:13:44.379Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-27T17:13:44.421Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-27T17:13:44.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-27T17:13:44.437Z] > 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-27T17:13:45.759Z] > git config core.sparsecheckout # timeout=10 [2020-07-27T17:13:45.773Z] > git checkout -f 20d69cf472830a87156b00195b977e95db74ba98 # timeout=10 [2020-07-27T17:13:46.071Z] > git remote # timeout=10 [2020-07-27T17:13:46.145Z] > git config --get remote.origin.url # timeout=10 [2020-07-27T17:13:46.182Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-27T17:13:46.195Z] > git merge 04784571c64111dd2069565982d29e4bcbbafa66 # timeout=10 [2020-07-27T17:13:46.221Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-07-27T17:13:46.281Z] > git config core.sparsecheckout # timeout=10 [2020-07-27T17:13:46.320Z] > git checkout -f 20d69cf472830a87156b00195b977e95db74ba98 # timeout=10 [2020-07-27T17:13:50.797Z] Commit message: "build: remove VERSION file as git-semver now manages version" [2020-07-27T17:13:50.848Z] > git --version # timeout=10 [2020-07-27T17:13:50.868Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-07-27T17:13:56.330Z] Removing intermediate container a6a60da8561d [2020-07-27T17:13:56.330Z] ---> 071ff9955a7f [2020-07-27T17:13:56.330Z] [2020-07-27T17:13:56.330Z] Step 10/20 : FROM alpine [2020-07-27T17:13:56.330Z] latest: Pulling from library/alpine [2020-07-27T17:13:56.330Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-27T17:13:56.330Z] Status: Downloaded newer image for alpine:latest [2020-07-27T17:13:56.330Z] ---> a24bb4013296 [2020-07-27T17:13:56.330Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-27T17:13:56.330Z] ---> Running in 4d369b611779 [2020-07-27T17:13:56.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:13:56.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:13:56.330Z] v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:13:56.330Z] v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:13:56.330Z] OK: 12749 distinct packages available [2020-07-27T17:13:56.330Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-27T17:13:56.330Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-27T17:13:56.330Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-27T17:13:56.330Z] (4/4) Installing curl (7.69.1-r0) [2020-07-27T17:13:56.330Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:13:56.330Z] Executing ca-certificates-20191127-r4.trigger [2020-07-27T17:13:56.330Z] OK: 7 MiB in 18 packages [2020-07-27T17:14:00.581Z] Removing intermediate container 441dfdbba2f8 [2020-07-27T17:14:00.581Z] ---> 3f207aa9d2da [2020-07-27T17:14:00.581Z] [2020-07-27T17:14:00.581Z] Step 10/21 : FROM scratch [2020-07-27T17:14:00.581Z] ---> [2020-07-27T17:14:00.581Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-27T17:14:00.581Z] ---> Running in 771b720bd520 [2020-07-27T17:14:00.581Z] Removing intermediate container 4d369b611779 [2020-07-27T17:14:00.581Z] ---> b26098430b96 [2020-07-27T17:14:00.581Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-27T17:14:00.863Z] ---> Running in 12d8da180148 [2020-07-27T17:14:00.863Z] Removing intermediate container 771b720bd520 [2020-07-27T17:14:00.863Z] ---> d1b5d8f18f34 [2020-07-27T17:14:00.863Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-27T17:14:00.863Z] ---> Running in c0a8a38feceb [2020-07-27T17:14:01.127Z] Removing intermediate container 12d8da180148 [2020-07-27T17:14:01.127Z] ---> 1559df3ceb54 [2020-07-27T17:14:01.127Z] Step 13/20 : WORKDIR /edgex [2020-07-27T17:14:01.720Z] Removing intermediate container c0a8a38feceb [2020-07-27T17:14:01.720Z] ---> 08553b0828c2 [2020-07-27T17:14:01.720Z] Step 13/21 : EXPOSE $APP_PORT [Pipeline] echo [2020-07-27T17:14:03.414Z] ========================================================= [2020-07-27T17:14:03.414Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-27T17:14:03.414Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-27T17:14:04.347Z] + 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-27T17:14:05.072Z] ---> Running in 45e06f6bd661 [2020-07-27T17:14:05.072Z] ---> Running in ff0348db7d7d [2020-07-27T17:14:05.334Z] Removing intermediate container fca3ac4a7cf7 [2020-07-27T17:14:05.334Z] ---> cd93196b96d7 [2020-07-27T17:14:05.334Z] [2020-07-27T17:14:05.334Z] Step 10/20 : FROM scratch [2020-07-27T17:14:05.334Z] ---> [2020-07-27T17:14:05.334Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T17:14:05.334Z] Removing intermediate container 543d128fd483 [2020-07-27T17:14:05.334Z] ---> b9c64da26273 [2020-07-27T17:14:05.334Z] [2020-07-27T17:14:05.334Z] Step 10/21 : FROM scratch [2020-07-27T17:14:05.334Z] ---> [2020-07-27T17:14:05.334Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T17:14:05.334Z] Removing intermediate container ff0348db7d7d [2020-07-27T17:14:05.334Z] ---> 5e04ad9864f0 [2020-07-27T17:14:05.334Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-27T17:14:05.334Z] Removing intermediate container 45e06f6bd661 [2020-07-27T17:14:05.334Z] ---> b599859efeb0 [2020-07-27T17:14:05.334Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-27T17:14:05.334Z] ---> Running in 4bca0ef7bc99 [2020-07-27T17:14:05.334Z] ---> Running in f31016aad3f6 [2020-07-27T17:14:06.281Z] Removing intermediate container f31016aad3f6 [2020-07-27T17:14:06.281Z] ---> fead6848bae5 [2020-07-27T17:14:06.281Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-27T17:14:06.281Z] Removing intermediate container 4bca0ef7bc99 [2020-07-27T17:14:06.281Z] ---> 332cee632bf1 [2020-07-27T17:14:06.281Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-27T17:14:08.199Z] ---> a14a96ea6ae8 [2020-07-27T17:14:08.199Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-27T17:14:08.682Z] Sending build context to Docker daemon 323.2MB [2020-07-27T17:14:08.682Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-27T17:14:08.682Z] Step 2/7 : FROM ${BASE} [2020-07-27T17:14:08.682Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-27T17:14:08.682Z] b538f80385f9: Pulling fs layer [2020-07-27T17:14:08.682Z] 74f711af9a0d: Pulling fs layer [2020-07-27T17:14:08.682Z] 99f96fe45779: Pulling fs layer [2020-07-27T17:14:08.682Z] fd7a069fd194: Pulling fs layer [2020-07-27T17:14:08.682Z] 66aa3694b03b: Pulling fs layer [2020-07-27T17:14:08.682Z] 170f70906a0f: Pulling fs layer [2020-07-27T17:14:08.682Z] ad7c5574e4b9: Pulling fs layer [2020-07-27T17:14:08.682Z] e772456be8f7: Pulling fs layer [2020-07-27T17:14:08.682Z] c890913d741a: Pulling fs layer [2020-07-27T17:14:08.682Z] 2480fcc9aa5a: Pulling fs layer [2020-07-27T17:14:08.682Z] 09adf4765672: Pulling fs layer [2020-07-27T17:14:08.682Z] fd7a069fd194: Waiting [2020-07-27T17:14:08.682Z] 66aa3694b03b: Waiting [2020-07-27T17:14:08.682Z] 170f70906a0f: Waiting [2020-07-27T17:14:08.682Z] ad7c5574e4b9: Waiting [2020-07-27T17:14:08.682Z] e772456be8f7: Waiting [2020-07-27T17:14:08.682Z] c890913d741a: Waiting [2020-07-27T17:14:08.682Z] 09adf4765672: Waiting [2020-07-27T17:14:08.682Z] 2480fcc9aa5a: Waiting [2020-07-27T17:14:08.682Z] 99f96fe45779: Verifying Checksum [2020-07-27T17:14:08.682Z] 99f96fe45779: Download complete [2020-07-27T17:14:08.682Z] 74f711af9a0d: Verifying Checksum [2020-07-27T17:14:08.682Z] 74f711af9a0d: Download complete [2020-07-27T17:14:08.682Z] 66aa3694b03b: Download complete [2020-07-27T17:14:08.682Z] 170f70906a0f: Verifying Checksum [2020-07-27T17:14:08.682Z] 170f70906a0f: Download complete [2020-07-27T17:14:08.772Z] ---> efb8f5739b46 [2020-07-27T17:14:08.772Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-27T17:14:08.955Z] b538f80385f9: Verifying Checksum [2020-07-27T17:14:08.955Z] b538f80385f9: Download complete [2020-07-27T17:14:09.036Z] ---> Running in c2b5beac5c57 [2020-07-27T17:14:09.036Z] ---> Running in 76330b14512c [2020-07-27T17:14:09.300Z] ---> e550024b2287 [2020-07-27T17:14:09.300Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-27T17:14:09.300Z] ---> 3c48db217106 [2020-07-27T17:14:09.300Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-27T17:14:09.551Z] b538f80385f9: Pull complete [2020-07-27T17:14:09.567Z] Removing intermediate container f02155b0ac90 [2020-07-27T17:14:09.567Z] ---> b528cb1e68a3 [2020-07-27T17:14:09.567Z] [2020-07-27T17:14:09.567Z] Step 10/22 : FROM alpine [2020-07-27T17:14:09.567Z] ---> a24bb4013296 [2020-07-27T17:14:09.567Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T17:14:09.567Z] Removing intermediate container 76330b14512c [2020-07-27T17:14:09.567Z] ---> 9325e3058584 [2020-07-27T17:14:09.567Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-27T17:14:09.567Z] Removing intermediate container c2b5beac5c57 [2020-07-27T17:14:09.567Z] ---> 5af838d97fa1 [2020-07-27T17:14:09.567Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-27T17:14:09.825Z] 74f711af9a0d: Pull complete [2020-07-27T17:14:09.829Z] ---> Running in 155433b59cf1 [2020-07-27T17:14:09.829Z] ---> Running in 4e57a535637e [2020-07-27T17:14:09.829Z] ---> Running in 8eec7cc30b09 [2020-07-27T17:14:09.829Z] ---> Running in 63981d66b013 [2020-07-27T17:14:10.091Z] Removing intermediate container 155433b59cf1 [2020-07-27T17:14:10.091Z] ---> aa3b666ed16f [2020-07-27T17:14:10.091Z] Step 14/21 : WORKDIR / [2020-07-27T17:14:10.091Z] Removing intermediate container 63981d66b013 [2020-07-27T17:14:10.091Z] ---> f8d0dcc52244 [2020-07-27T17:14:10.091Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-27T17:14:10.091Z] Removing intermediate container 4e57a535637e [2020-07-27T17:14:10.091Z] ---> 7a747b8affb5 [2020-07-27T17:14:10.091Z] Step 17/20 : CMD ["--init=true"] [2020-07-27T17:14:10.091Z] ---> 091eca78837d [2020-07-27T17:14:10.091Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-27T17:14:10.091Z] ---> Running in c882c22a3474 [2020-07-27T17:14:10.420Z] 99f96fe45779: Pull complete [2020-07-27T17:14:10.661Z] Removing intermediate container 8eec7cc30b09 [2020-07-27T17:14:10.661Z] ---> 530bc3421ce7 [2020-07-27T17:14:10.661Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-27T17:14:10.926Z] ---> Running in 456a5c25b5d5 [2020-07-27T17:14:10.926Z] ---> c675e1282823 [2020-07-27T17:14:10.926Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-27T17:14:10.926Z] ---> Running in e43d90ec3c14 [2020-07-27T17:14:10.926Z] ---> f6045c505972 [2020-07-27T17:14:10.926Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:14:10.926Z] Removing intermediate container c882c22a3474 [2020-07-27T17:14:10.926Z] ---> 78d9aa60771b [2020-07-27T17:14:10.926Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-27T17:14:11.189Z] ---> Running in 2d51eaf954c4 [2020-07-27T17:14:11.189Z] Removing intermediate container 456a5c25b5d5 [2020-07-27T17:14:11.189Z] ---> 95e4b2b20615 [2020-07-27T17:14:11.189Z] Step 18/20 : LABEL arch=x86_64 [2020-07-27T17:14:11.189Z] Removing intermediate container e43d90ec3c14 [2020-07-27T17:14:11.189Z] ---> fd5060a445e2 [2020-07-27T17:14:11.189Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-27T17:14:11.455Z] ---> 0a4d819e3f39 [2020-07-27T17:14:11.455Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-27T17:14:11.726Z] ---> Running in 1b1729bc5901 [2020-07-27T17:14:11.726Z] ---> Running in 7f311b8ab400 [2020-07-27T17:14:11.726Z] Removing intermediate container 2d51eaf954c4 [2020-07-27T17:14:11.726Z] ---> fa0323495094 [2020-07-27T17:14:11.726Z] Step 19/21 : LABEL arch=x86_64 [2020-07-27T17:14:11.727Z] ---> 3329f7aed2ca [2020-07-27T17:14:11.727Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-27T17:14:11.854Z] ad7c5574e4b9: Verifying Checksum [2020-07-27T17:14:11.854Z] ad7c5574e4b9: Download complete [2020-07-27T17:14:11.854Z] c890913d741a: Verifying Checksum [2020-07-27T17:14:11.854Z] c890913d741a: Download complete [2020-07-27T17:14:11.988Z] ---> Running in 06e4c20f1d39 [2020-07-27T17:14:11.988Z] Removing intermediate container 1b1729bc5901 [2020-07-27T17:14:11.988Z] ---> 679be03f8f72 [2020-07-27T17:14:11.988Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:14:11.988Z] Removing intermediate container 7f311b8ab400 [2020-07-27T17:14:11.988Z] ---> 96a69d2468a5 [2020-07-27T17:14:11.988Z] Step 19/20 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:14:12.249Z] ---> dd5b2515af15 [2020-07-27T17:14:12.249Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:14:12.249Z] ---> Running in 0e71f3e312b4 [2020-07-27T17:14:12.249Z] ---> a256a941add6 [2020-07-27T17:14:12.249Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-27T17:14:12.249Z] ---> Running in e3c86da2a071 [2020-07-27T17:14:13.191Z] ---> Running in 7c4bf45fdba3 [2020-07-27T17:14:13.451Z] Removing intermediate container 06e4c20f1d39 [2020-07-27T17:14:13.451Z] ---> b84f9f4d1782 [2020-07-27T17:14:13.451Z] Step 20/21 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:14:13.451Z] ---> 28c4ac9deeff [2020-07-27T17:14:13.451Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:14:13.451Z] Removing intermediate container 0e71f3e312b4 [2020-07-27T17:14:13.451Z] ---> 25893bb3a789 [2020-07-27T17:14:13.451Z] Step 20/20 : LABEL version=0.0.0 [2020-07-27T17:14:13.762Z] ---> Running in 6160eda1b56d [2020-07-27T17:14:13.762Z] ---> Running in 72ebef7a04ad [2020-07-27T17:14:13.762Z] Removing intermediate container 7c4bf45fdba3 [2020-07-27T17:14:13.762Z] ---> 7a104faf4f0f [2020-07-27T17:14:13.762Z] Step 18/20 : LABEL arch=x86_64 [2020-07-27T17:14:13.762Z] ---> Running in 2499b17454e7 [2020-07-27T17:14:13.762Z] ---> Running in b095c6fd060e [2020-07-27T17:14:13.844Z] 2480fcc9aa5a: Download complete [2020-07-27T17:14:14.054Z] Removing intermediate container 72ebef7a04ad [2020-07-27T17:14:14.054Z] ---> df5e1590d7b8 [2020-07-27T17:14:14.054Z] Step 21/21 : LABEL version=0.0.0 [2020-07-27T17:14:14.054Z] Removing intermediate container 6160eda1b56d [2020-07-27T17:14:14.054Z] ---> 9d55c65bb3af [2020-07-27T17:14:14.054Z] Step 19/21 : LABEL arch=x86_64 [2020-07-27T17:14:14.054Z] Removing intermediate container 2499b17454e7 [2020-07-27T17:14:14.054Z] ---> 9ab64c7c6732 [2020-07-27T17:14:14.054Z] [2020-07-27T17:14:14.134Z] e772456be8f7: Download complete [2020-07-27T17:14:14.134Z] 09adf4765672: Verifying Checksum [2020-07-27T17:14:14.134Z] 09adf4765672: Download complete [2020-07-27T17:14:14.341Z] ---> Running in ec83a338c95c [2020-07-27T17:14:14.341Z] Removing intermediate container b095c6fd060e [2020-07-27T17:14:14.341Z] ---> 9d25e933d95a [2020-07-27T17:14:14.341Z] Step 19/20 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:14:14.341Z] ---> Running in 5ede99f0d8c3 [2020-07-27T17:14:14.341Z] Successfully built 9ab64c7c6732 [2020-07-27T17:14:14.341Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-27T17:14:14.632Z] ---> Running in d9d0fd389b27 [2020-07-27T17:14:14.632Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-07-27T17:14:14.632Z] Removing intermediate container ec83a338c95c [2020-07-27T17:14:14.632Z] ---> 3991e537c5d4 [2020-07-27T17:14:14.632Z] [2020-07-27T17:14:14.632Z] Removing intermediate container 5ede99f0d8c3 [2020-07-27T17:14:14.632Z] ---> 5a1c2b07e923 [2020-07-27T17:14:14.632Z] Step 20/21 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:14:14.632Z] Successfully built 3991e537c5d4 [2020-07-27T17:14:14.740Z] fd7a069fd194: Download complete [2020-07-27T17:14:14.896Z] Successfully tagged docker-support-logging-go:latest [2020-07-27T17:14:14.896Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-07-27T17:14:14.896Z] Removing intermediate container e3c86da2a071 [2020-07-27T17:14:14.896Z] ---> ef2b85087018 [2020-07-27T17:14:14.896Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-27T17:14:14.896Z] ---> Running in a47fbc46ff31 [2020-07-27T17:14:14.896Z] Removing intermediate container d9d0fd389b27 [2020-07-27T17:14:14.896Z] ---> 63b8ba71a3a1 [2020-07-27T17:14:14.896Z] Step 20/20 : LABEL version=0.0.0 [2020-07-27T17:14:15.158Z] ---> Running in a7fe50a8252c [2020-07-27T17:14:20.456Z] ---> Running in 08d527c6f7ba [2020-07-27T17:14:20.717Z] Removing intermediate container a47fbc46ff31 [2020-07-27T17:14:20.717Z] ---> 333de5c187c7 [2020-07-27T17:14:20.717Z] Step 21/21 : LABEL version=0.0.0 [2020-07-27T17:14:22.113Z] ---> Running in 07c475a97a0b [2020-07-27T17:14:22.113Z] Removing intermediate container 08d527c6f7ba [2020-07-27T17:14:22.374Z] ---> 6ccfc3ff9b3b [2020-07-27T17:14:22.374Z] [2020-07-27T17:14:22.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:14:22.636Z] Successfully built 6ccfc3ff9b3b [2020-07-27T17:14:22.900Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-27T17:14:22.900Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-07-27T17:14:23.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:14:24.437Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-27T17:14:24.437Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-27T17:14:24.701Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-27T17:14:24.701Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-27T17:14:25.655Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-27T17:14:25.655Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:14:25.655Z] OK: 8 MiB in 19 packages [2020-07-27T17:14:25.919Z] Removing intermediate container 07c475a97a0b [2020-07-27T17:14:25.919Z] ---> 39a7bce29789 [2020-07-27T17:14:25.919Z] [2020-07-27T17:14:27.155Z] fd7a069fd194: Pull complete [2020-07-27T17:14:27.155Z] 66aa3694b03b: Pull complete [2020-07-27T17:14:27.155Z] 170f70906a0f: Pull complete [2020-07-27T17:14:27.839Z] Successfully built 39a7bce29789 [2020-07-27T17:14:27.839Z] Successfully tagged docker-core-metadata-go:latest [2020-07-27T17:14:27.839Z] Building docker-support-notifications-go [2020-07-27T17:14:30.554Z] ad7c5574e4b9: Pull complete [2020-07-27T17:14:34.852Z] e772456be8f7: Pull complete [2020-07-27T17:14:34.852Z] c890913d741a: Pull complete [2020-07-27T17:14:36.013Z]  Building docker-core-metadata-go ... done Removing intermediate container a7fe50a8252c [2020-07-27T17:14:36.013Z] ---> 5c9538531548 [2020-07-27T17:14:36.013Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-27T17:14:36.013Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:14:36.013Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:14:36.013Z] ---> 096a149d67ce [2020-07-27T17:14:36.013Z] Step 3/26 : WORKDIR /edgex-go [2020-07-27T17:14:36.013Z] ---> Using cache [2020-07-27T17:14:36.013Z] ---> a8cad5b7d5cb [2020-07-27T17:14:36.013Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:14:36.013Z] ---> Using cache [2020-07-27T17:14:36.013Z] ---> 66f7241600ba [2020-07-27T17:14:36.013Z] Step 5/26 : RUN apk update && apk add make git [2020-07-27T17:14:36.013Z] ---> Using cache [2020-07-27T17:14:36.013Z] ---> 83cfa36db801 [2020-07-27T17:14:36.013Z] Step 6/26 : COPY go.mod . [2020-07-27T17:14:36.013Z] ---> Using cache [2020-07-27T17:14:36.013Z] ---> 443c235149a8 [2020-07-27T17:14:36.013Z] Step 7/26 : RUN go mod download [2020-07-27T17:14:36.276Z] ---> Using cache [2020-07-27T17:14:36.276Z] ---> 8a2bc8e26a6f [2020-07-27T17:14:36.276Z] Step 8/26 : COPY . . [2020-07-27T17:14:36.276Z] ---> Using cache [2020-07-27T17:14:36.276Z] ---> 50fafc3df0dc [2020-07-27T17:14:36.276Z] 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-27T17:14:37.482Z] 2480fcc9aa5a: Pull complete [2020-07-27T17:14:37.482Z] 09adf4765672: Pull complete [2020-07-27T17:14:37.666Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:14:37.666Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:14:37.666Z] ---> 096a149d67ce [2020-07-27T17:14:37.666Z] Step 3/26 : WORKDIR /edgex-go [2020-07-27T17:14:37.666Z] ---> Using cache [2020-07-27T17:14:37.666Z] ---> a8cad5b7d5cb [2020-07-27T17:14:37.666Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:14:37.666Z] ---> Using cache [2020-07-27T17:14:37.666Z] ---> 66f7241600ba [2020-07-27T17:14:37.666Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-27T17:14:37.756Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-27T17:14:37.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-27T17:14:37.756Z] ---> 2248a725d1cf [2020-07-27T17:14:37.756Z] 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-27T17:14:37.949Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:14:37.949Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-27T17:14:37.949Z] ---> 096a149d67ce [2020-07-27T17:14:37.949Z] Step 3/29 : WORKDIR /edgex-go [2020-07-27T17:14:37.949Z] ---> Using cache [2020-07-27T17:14:37.949Z] ---> a8cad5b7d5cb [2020-07-27T17:14:37.949Z] Step 4/29 : RUN apk update && apk add make git [2020-07-27T17:14:39.337Z] ---> Running in abb99dd3a9f1 [2020-07-27T17:14:39.337Z] ---> Running in bb80afd5a5ed [2020-07-27T17:14:39.337Z] ---> Running in 74a8011d666c [2020-07-27T17:14:39.337Z] ---> 8983c659c3fb [2020-07-27T17:14:39.337Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-27T17:14:41.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:14:41.518Z] ---> 8d6771fffdee [2020-07-27T17:14:41.518Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-27T17:14:42.100Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:14:43.063Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:14:43.063Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:14:43.063Z] OK: 12749 distinct packages available [2020-07-27T17:14:43.063Z] ---> c266db508f6e [2020-07-27T17:14:43.063Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:14:43.063Z] 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-27T17:14:43.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:14:43.134Z] ---> Running in 7ccdfdfd68f9 [2020-07-27T17:14:43.328Z] OK: 233 MiB in 51 packages [2020-07-27T17:14:43.598Z] ---> Running in 122f0a96ff9c [2020-07-27T17:14:43.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:14:44.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:14:44.810Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:14:44.810Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:14:44.810Z] OK: 12749 distinct packages available [2020-07-27T17:14:44.810Z] Removing intermediate container 122f0a96ff9c [2020-07-27T17:14:44.810Z] ---> b935c4849313 [2020-07-27T17:14:44.810Z] Step 20/22 : LABEL arch=x86_64 [2020-07-27T17:14:45.074Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:14:45.074Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:14:45.074Z] ---> 096a149d67ce [2020-07-27T17:14:45.075Z] Step 3/23 : WORKDIR /edgex-go [2020-07-27T17:14:45.075Z] ---> Using cache [2020-07-27T17:14:45.075Z] ---> a8cad5b7d5cb [2020-07-27T17:14:45.075Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:14:45.075Z] ---> Using cache [2020-07-27T17:14:45.075Z] ---> 66f7241600ba [2020-07-27T17:14:45.075Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-27T17:14:45.075Z] OK: 233 MiB in 51 packages [2020-07-27T17:14:45.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:14:46.038Z] ---> Running in d1ec38d9f7cc [2020-07-27T17:14:46.038Z] ---> Running in d709dc17a04c [2020-07-27T17:14:46.038Z] Removing intermediate container abb99dd3a9f1 [2020-07-27T17:14:46.038Z] ---> 9dc5bf0de92e [2020-07-27T17:14:46.038Z] Step 6/26 : COPY go.mod . [2020-07-27T17:14:46.524Z] (1/12) Installing libmagic (5.38-r0) [2020-07-27T17:14:46.650Z] Removing intermediate container d1ec38d9f7cc [2020-07-27T17:14:46.650Z] ---> 09f8740ccf92 [2020-07-27T17:14:46.650Z] Step 21/22 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:14:46.650Z] ---> Running in 652f78020100 [2020-07-27T17:14:46.806Z] (2/12) Installing file (5.38-r0) [2020-07-27T17:14:46.806Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-27T17:14:46.806Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-27T17:14:46.954Z] ---> f1dcfcea0100 [2020-07-27T17:14:46.955Z] Step 7/26 : RUN go mod download [2020-07-27T17:14:46.955Z] Removing intermediate container bb80afd5a5ed [2020-07-27T17:14:46.955Z] ---> 81dc2915eb12 [2020-07-27T17:14:46.955Z] Step 5/29 : COPY go.mod . [2020-07-27T17:14:46.955Z] ---> Running in dea2799b7cdc [2020-07-27T17:14:47.221Z] Removing intermediate container 652f78020100 [2020-07-27T17:14:47.221Z] ---> ab5b12c7df29 [2020-07-27T17:14:47.221Z] Step 22/22 : LABEL version=0.0.0 [2020-07-27T17:14:47.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:14:47.491Z] ---> Running in ea8b2fee5c9a [2020-07-27T17:14:47.491Z] ---> 665b91e564de [2020-07-27T17:14:47.491Z] Step 6/29 : RUN go mod download [2020-07-27T17:14:47.770Z] ---> Running in ddd73935d016 [2020-07-27T17:14:47.770Z] Removing intermediate container ea8b2fee5c9a [2020-07-27T17:14:47.770Z] ---> 055d774894a5 [2020-07-27T17:14:47.770Z] [2020-07-27T17:14:48.051Z] Successfully built 055d774894a5 [2020-07-27T17:14:48.051Z] Successfully tagged docker-core-data-go:latest [2020-07-27T17:14:48.051Z]  Building docker-core-data-go ... done Building docker-core-command-go [2020-07-27T17:14:48.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:14:49.294Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:14:49.294Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:14:49.294Z] OK: 12749 distinct packages available [2020-07-27T17:14:49.558Z] OK: 233 MiB in 51 packages [2020-07-27T17:14:53.812Z] Removing intermediate container dea2799b7cdc [2020-07-27T17:14:53.812Z] ---> a4088cf1e029 [2020-07-27T17:14:53.812Z] Step 8/26 : COPY . . [2020-07-27T17:14:53.812Z] Removing intermediate container ddd73935d016 [2020-07-27T17:14:53.812Z] ---> eb329e33ea43 [2020-07-27T17:14:53.812Z] Step 7/29 : COPY . . [2020-07-27T17:14:53.812Z] Removing intermediate container d709dc17a04c [2020-07-27T17:14:53.812Z] ---> 0d67f73fba89 [2020-07-27T17:14:53.812Z] Step 6/23 : COPY go.mod . [2020-07-27T17:14:55.067Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-27T17:14:55.068Z] (6/12) Installing patch (2.7.6-r6) [2020-07-27T17:14:55.068Z] (7/12) Installing build-base (0.5-r2) [2020-07-27T17:14:55.068Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-27T17:14:55.068Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-27T17:14:55.068Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-27T17:14:55.068Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-27T17:14:55.068Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-27T17:14:55.068Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:14:55.068Z] OK: 217 MiB in 51 packages [2020-07-27T17:14:59.359Z] Removing intermediate container 7ccdfdfd68f9 [2020-07-27T17:14:59.359Z] ---> 6e942a17dcff [2020-07-27T17:14:59.359Z] Step 4/7 : WORKDIR /edgex-go [2020-07-27T17:14:59.359Z] ---> Running in e36b1276f69b [2020-07-27T17:14:59.633Z] Removing intermediate container e36b1276f69b [2020-07-27T17:14:59.633Z] ---> 313e4f891f0c [2020-07-27T17:14:59.634Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-27T17:14:59.906Z] latest: Pulling from library/docker [2020-07-27T17:15:00.180Z] b538f80385f9: Already exists [2020-07-27T17:15:00.180Z] 259a493cd78d: Pulling fs layer [2020-07-27T17:15:00.180Z] b8e66b5100f5: Pulling fs layer [2020-07-27T17:15:00.180Z] 39dc9c94d07c: Pulling fs layer [2020-07-27T17:15:00.180Z] 551b823b3b82: Pulling fs layer [2020-07-27T17:15:00.180Z] 3c52a74df98c: Pulling fs layer [2020-07-27T17:15:00.180Z] 6c9b121b6998: Pulling fs layer [2020-07-27T17:15:00.180Z] 551b823b3b82: Waiting [2020-07-27T17:15:00.180Z] 3c52a74df98c: Waiting [2020-07-27T17:15:00.180Z] 6c9b121b6998: Waiting [2020-07-27T17:15:00.180Z] b8e66b5100f5: Verifying Checksum [2020-07-27T17:15:00.180Z] b8e66b5100f5: Download complete [2020-07-27T17:15:00.458Z] 259a493cd78d: Verifying Checksum [2020-07-27T17:15:00.458Z] 259a493cd78d: Download complete [2020-07-27T17:15:00.458Z] 551b823b3b82: Verifying Checksum [2020-07-27T17:15:00.458Z] 551b823b3b82: Download complete [2020-07-27T17:15:00.458Z] 3c52a74df98c: Verifying Checksum [2020-07-27T17:15:00.458Z] 3c52a74df98c: Download complete [2020-07-27T17:15:00.738Z] 6c9b121b6998: Verifying Checksum [2020-07-27T17:15:00.738Z] 6c9b121b6998: Download complete [2020-07-27T17:15:01.013Z] 259a493cd78d: Pull complete [2020-07-27T17:15:01.286Z] b8e66b5100f5: Pull complete [2020-07-27T17:15:01.564Z] 39dc9c94d07c: Verifying Checksum [2020-07-27T17:15:01.564Z] 39dc9c94d07c: Download complete [2020-07-27T17:15:04.567Z] ---> fd2476ade3ae [2020-07-27T17:15:04.567Z] Step 7/23 : RUN go mod download [2020-07-27T17:15:04.964Z] 39dc9c94d07c: Pull complete [2020-07-27T17:15:05.236Z] 551b823b3b82: Pull complete [2020-07-27T17:15:05.512Z] 3c52a74df98c: Pull complete [2020-07-27T17:15:05.513Z] ---> Running in d0679960623b [2020-07-27T17:15:05.793Z] 6c9b121b6998: Pull complete [2020-07-27T17:15:05.793Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-27T17:15:05.793Z] Status: Downloaded newer image for docker:latest [2020-07-27T17:15:06.458Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:15:06.458Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:15:06.458Z] ---> 096a149d67ce [2020-07-27T17:15:06.458Z] Step 3/21 : WORKDIR /edgex-go [2020-07-27T17:15:06.458Z] ---> Using cache [2020-07-27T17:15:06.458Z] ---> a8cad5b7d5cb [2020-07-27T17:15:06.458Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:15:06.458Z] ---> Using cache [2020-07-27T17:15:06.458Z] ---> 66f7241600ba [2020-07-27T17:15:06.458Z] Step 5/21 : RUN apk update && apk add make git [2020-07-27T17:15:06.458Z] ---> Using cache [2020-07-27T17:15:06.458Z] ---> 83cfa36db801 [2020-07-27T17:15:06.458Z] Step 6/21 : COPY go.mod . [2020-07-27T17:15:06.458Z] ---> Using cache [2020-07-27T17:15:06.458Z] ---> 443c235149a8 [2020-07-27T17:15:06.458Z] Step 7/21 : RUN go mod download [2020-07-27T17:15:06.458Z] ---> Using cache [2020-07-27T17:15:06.458Z] ---> 8a2bc8e26a6f [2020-07-27T17:15:06.458Z] Step 8/21 : COPY . . [2020-07-27T17:15:06.458Z] ---> Using cache [2020-07-27T17:15:06.458Z] ---> 50fafc3df0dc [2020-07-27T17:15:06.458Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-27T17:15:08.426Z] ---> Running in e442a688a025 [2020-07-27T17:15:10.091Z] ---> 0d4c382b365c [2020-07-27T17:15:10.091Z] Step 6/7 : COPY go.mod . [2020-07-27T17:15:10.091Z] ---> b3326fadb63a [2020-07-27T17:15:10.091Z] Step 7/7 : RUN go mod download [2020-07-27T17:15:10.363Z] ---> Running in f3d5cd98f0b6 [2020-07-27T17:15:12.673Z] 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-27T17:15:12.673Z] 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-27T17:15:13.747Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-27T17:15:13.747Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-27T17:15:13.747Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-27T17:15:13.747Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-27T17:15:13.747Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-27T17:15:13.747Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-27T17:15:13.747Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-27T17:15:13.747Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-27T17:15:13.747Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-27T17:15:13.747Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-27T17:15:13.747Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-27T17:15:13.747Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-27T17:15:13.747Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-27T17:15:13.747Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-27T17:15:14.019Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-27T17:15:14.019Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-27T17:15:14.019Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-27T17:15:14.019Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-27T17:15:14.019Z] go: finding github.com/fatih/color v1.7.0 [2020-07-27T17:15:14.019Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-27T17:15:14.019Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-27T17:15:14.019Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-27T17:15:14.019Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-27T17:15:14.019Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-27T17:15:14.290Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-27T17:15:14.290Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-27T17:15:14.290Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-27T17:15:14.291Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-27T17:15:14.291Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-27T17:15:14.291Z] go: finding github.com/google/uuid v1.1.0 [2020-07-27T17:15:14.291Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-27T17:15:14.291Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-27T17:15:14.291Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-27T17:15:14.291Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-27T17:15:14.562Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-27T17:15:14.562Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-27T17:15:14.562Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-27T17:15:14.562Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-27T17:15:14.562Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-27T17:15:14.562Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-27T17:15:14.562Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-27T17:15:14.562Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-27T17:15:14.562Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-27T17:15:14.562Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-27T17:15:14.833Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-27T17:15:14.833Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-27T17:15:14.833Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-27T17:15:14.833Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-27T17:15:14.833Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-27T17:15:14.833Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-27T17:15:14.833Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-27T17:15:14.833Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-27T17:15:14.833Z] go: finding github.com/kr/pty v1.1.1 [2020-07-27T17:15:14.833Z] go: finding github.com/kr/text v0.1.0 [2020-07-27T17:15:14.833Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-27T17:15:14.833Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-27T17:15:15.105Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-27T17:15:15.105Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-27T17:15:15.105Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-27T17:15:15.105Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-27T17:15:15.105Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-27T17:15:15.105Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-27T17:15:15.105Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-27T17:15:15.105Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-27T17:15:15.105Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-27T17:15:15.105Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-27T17:15:15.376Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-27T17:15:15.376Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-27T17:15:15.376Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-27T17:15:15.376Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-27T17:15:15.376Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-27T17:15:15.376Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-27T17:15:15.376Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-27T17:15:15.376Z] go: finding github.com/posener/complete v1.1.1 [2020-07-27T17:15:15.376Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-27T17:15:15.376Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-27T17:15:15.376Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-27T17:15:15.376Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-27T17:15:15.648Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-27T17:15:15.648Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-27T17:15:15.648Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-27T17:15:15.648Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-27T17:15:15.648Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-27T17:15:15.648Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-27T17:15:15.648Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-27T17:15:15.648Z] go: finding golang.org/x/text v0.3.2 [2020-07-27T17:15:15.648Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-27T17:15:15.648Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-27T17:15:15.648Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-27T17:15:15.648Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-27T17:15:15.957Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-27T17:15:15.957Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-27T17:15:16.037Z] Removing intermediate container d0679960623b [2020-07-27T17:15:16.038Z] ---> 55cfa822fa8f [2020-07-27T17:15:16.038Z] Step 8/23 : COPY . . [2020-07-27T17:15:24.278Z] 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-27T17:15:24.278Z] ---> 29a2cad773bb [2020-07-27T17:15:24.278Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-27T17:15:25.271Z] ---> d96bc0b7fb4e [2020-07-27T17:15:25.271Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-27T17:15:25.271Z] ---> Running in 268103cd8c44 [2020-07-27T17:15:25.888Z] ---> Running in 5fb3a3a5051c [2020-07-27T17:15:31.235Z] 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-27T17:15:32.644Z] 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-27T17:15:34.428Z] Removing intermediate container f3d5cd98f0b6 [2020-07-27T17:15:34.429Z] ---> f097b30cca64 [2020-07-27T17:15:34.429Z] Successfully built f097b30cca64 [2020-07-27T17:15:34.429Z] 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-27T17:15:35.472Z] + docker inspect -f . ci-base-image-arm64 [2020-07-27T17:15:35.472Z] . [Pipeline] withDockerContainer [2020-07-27T17:15:35.732Z] prd-ubuntu18.04-docker-arm64-4c-16g-1137 does not seem to be running inside a container [2020-07-27T17:15:35.814Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2020-07-27T17:15:36.005Z] ---> 5562dc92b37a [2020-07-27T17:15:36.005Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-27T17:15:36.585Z] Removing intermediate container 74a8011d666c [2020-07-27T17:15:36.585Z] ---> ea3c2de535c6 [2020-07-27T17:15:36.585Z] [2020-07-27T17:15:36.585Z] Step 10/26 : FROM alpine:3.10 [2020-07-27T17:15:36.585Z] ---> Running in 75ff6cf430e0 [2020-07-27T17:15:36.850Z] 3.10: Pulling from library/alpine [2020-07-27T17:15:37.340Z] $ docker top 806333f40689b74a78e617fda0760841aa01e1a269f8adb9c5ee6c3e54e3e912 -eo pid,comm [Pipeline] { [2020-07-27T17:15:37.805Z] 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-27T17:15:37.805Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-27T17:15:37.805Z] Status: Downloaded newer image for alpine:3.10 [2020-07-27T17:15:37.805Z] ---> be4e4bea2c2e [2020-07-27T17:15:37.805Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [Pipeline] sh [2020-07-27T17:15:38.391Z] ---> Running in 8c6e6801c28f [2020-07-27T17:15:38.517Z] + go version [2020-07-27T17:15:38.517Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-07-27T17:15:38.559Z] ========================================================= [2020-07-27T17:15:38.559Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-07-27T17:15:38.559Z] ========================================================= [Pipeline] sh [2020-07-27T17:15:39.238Z] + make test raml_verify [2020-07-27T17:15:39.238Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-07-27T17:15:39.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:15:39.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:15:39.895Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-27T17:15:39.895Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-27T17:15:39.895Z] OK: 10346 distinct packages available [2020-07-27T17:15:40.163Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-27T17:15:40.163Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-27T17:15:40.163Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-27T17:15:40.163Z] (4/5) Installing curl (7.66.0-r0) [2020-07-27T17:15:40.163Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-27T17:15:40.163Z] Executing busybox-1.30.1-r3.trigger [2020-07-27T17:15:40.163Z] Executing ca-certificates-20191127-r2.trigger [2020-07-27T17:15:40.438Z] OK: 7 MiB in 19 packages [2020-07-27T17:15:41.861Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-07-27T17:15:43.035Z] Removing intermediate container e442a688a025 [2020-07-27T17:15:43.035Z] ---> ba7530d7fce7 [2020-07-27T17:15:43.035Z] [2020-07-27T17:15:43.035Z] Step 10/21 : FROM scratch [2020-07-27T17:15:43.035Z] ---> [2020-07-27T17:15:43.035Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T17:15:43.308Z] ---> Using cache [2020-07-27T17:15:43.308Z] ---> 332cee632bf1 [2020-07-27T17:15:43.308Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-27T17:15:44.266Z] ---> Running in 6e56812f2433 [2020-07-27T17:15:44.266Z] Removing intermediate container 8c6e6801c28f [2020-07-27T17:15:44.266Z] ---> 79a2fe1a1734 [2020-07-27T17:15:44.266Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-27T17:15:44.266Z] ---> Running in c5e1cfafcf2d [2020-07-27T17:15:44.530Z] Removing intermediate container 6e56812f2433 [2020-07-27T17:15:44.530Z] ---> 433ead8f956a [2020-07-27T17:15:44.530Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-27T17:15:44.530Z] ---> Running in 330564832bd0 [2020-07-27T17:15:44.530Z] Removing intermediate container c5e1cfafcf2d [2020-07-27T17:15:44.530Z] ---> 018cd7b34c5a [2020-07-27T17:15:44.530Z] Step 13/26 : WORKDIR / [2020-07-27T17:15:44.797Z] ---> Running in 0c2ebb7ef204 [2020-07-27T17:15:44.797Z] Removing intermediate container 330564832bd0 [2020-07-27T17:15:44.797Z] ---> aba35ca9ce7c [2020-07-27T17:15:44.797Z] Step 14/21 : WORKDIR / [2020-07-27T17:15:45.066Z] ---> Running in 3238d430f8ed [2020-07-27T17:15:45.066Z] Removing intermediate container 0c2ebb7ef204 [2020-07-27T17:15:45.066Z] ---> e6ac61013ca1 [2020-07-27T17:15:45.066Z] 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-27T17:15:45.342Z] Removing intermediate container 3238d430f8ed [2020-07-27T17:15:45.342Z] ---> 85654cd5ab07 [2020-07-27T17:15:45.342Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-27T17:15:45.342Z] ---> 1630c4f52bbb [2020-07-27T17:15:45.342Z] 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-27T17:15:45.666Z] ---> 2f155fe66713 [2020-07-27T17:15:45.666Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-27T17:15:47.075Z] ---> 16f917e0b0bf [2020-07-27T17:15:47.075Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-27T17:15:47.661Z] ---> 7efedf8d3f5f [2020-07-27T17:15:47.661Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-27T17:15:47.661Z] ---> 9c7e9b9b7372 [2020-07-27T17:15:47.661Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-27T17:15:47.923Z] ---> 8e705c9d4077 [2020-07-27T17:15:47.923Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:15:48.192Z] ---> Running in fb2232ad872a [2020-07-27T17:15:48.192Z] ---> 852c0ba47004 [2020-07-27T17:15:48.193Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-27T17:15:48.458Z] Removing intermediate container fb2232ad872a [2020-07-27T17:15:48.458Z] ---> c29ed1ba0ebb [2020-07-27T17:15:48.458Z] Step 19/21 : LABEL arch=x86_64 [2020-07-27T17:15:48.730Z] ---> Running in 9395cf7ea0e9 [2020-07-27T17:15:49.047Z] Removing intermediate container 9395cf7ea0e9 [2020-07-27T17:15:49.047Z] ---> c32d0bb991be [2020-07-27T17:15:49.047Z] Step 20/21 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:15:49.047Z] ---> 362ff12f92ee [2020-07-27T17:15:49.047Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-27T17:15:49.047Z] ---> Running in 256fc67f1464 [2020-07-27T17:15:49.516Z] Removing intermediate container 256fc67f1464 [2020-07-27T17:15:49.516Z] ---> 9dcbef665f1d [2020-07-27T17:15:49.516Z] Step 21/21 : LABEL version=0.0.0 [2020-07-27T17:15:49.516Z] ---> Running in 69b0867e3ce7 [2020-07-27T17:15:50.543Z] Removing intermediate container 69b0867e3ce7 [2020-07-27T17:15:50.543Z] ---> 7d6edec96816 [2020-07-27T17:15:50.543Z] [2020-07-27T17:15:50.543Z] Successfully built 7d6edec96816 [2020-07-27T17:15:50.813Z] ---> 911f9f01c218 [2020-07-27T17:15:50.813Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-27T17:15:50.813Z] Successfully tagged docker-core-command-go:latest [2020-07-27T17:15:51.770Z]  Building docker-core-command-go ... done  ---> 06de4bf6abb1 [2020-07-27T17:15:51.770Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-27T17:15:53.175Z] Removing intermediate container 268103cd8c44 [2020-07-27T17:15:53.175Z] ---> d0c96ffa205e [2020-07-27T17:15:53.175Z] [2020-07-27T17:15:53.175Z] Step 9/29 : FROM alpine:latest [2020-07-27T17:15:53.175Z] ---> a24bb4013296 [2020-07-27T17:15:53.175Z] 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-27T17:15:53.755Z] ---> 41907e044f96 [2020-07-27T17:15:53.755Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-27T17:15:53.755Z] ---> Running in aa737b96aa0c [2020-07-27T17:15:54.029Z] ---> Running in 46e5ca6ff461 [2020-07-27T17:15:54.305Z] Removing intermediate container aa737b96aa0c [2020-07-27T17:15:54.305Z] ---> deb3e705d4fb [2020-07-27T17:15:54.305Z] Step 11/29 : USER root [2020-07-27T17:15:54.305Z] ---> Running in 0c1c817aac87 [2020-07-27T17:15:54.570Z] Removing intermediate container 0c1c817aac87 [2020-07-27T17:15:54.570Z] ---> a091cadc1e2a [2020-07-27T17:15:54.570Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-27T17:15:54.843Z] ---> Running in 4d1f7776fff2 [2020-07-27T17:15:56.781Z] Removing intermediate container 5fb3a3a5051c [2020-07-27T17:15:56.781Z] ---> 845850c635b6 [2020-07-27T17:15:56.781Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-27T17:15:56.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:15:56.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:15:56.781Z] ---> Running in 8f05f6d335b4 [2020-07-27T17:15:56.781Z] v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:15:56.781Z] v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:15:56.781Z] OK: 12749 distinct packages available [2020-07-27T17:15:57.041Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-27T17:15:57.305Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-27T17:15:57.305Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:15:57.305Z] Executing ca-certificates-20191127-r4.trigger [2020-07-27T17:15:57.305Z] OK: 6 MiB in 16 packages [2020-07-27T17:15:58.250Z] Removing intermediate container 46e5ca6ff461 [2020-07-27T17:15:58.250Z] ---> 97d7eaaae8c9 [2020-07-27T17:15:58.250Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-27T17:15:58.510Z] ---> Running in 129cc1fbcedb [2020-07-27T17:15:58.777Z] Removing intermediate container 129cc1fbcedb [2020-07-27T17:15:58.777Z] ---> 689acc0de3df [2020-07-27T17:15:58.777Z] Step 24/26 : LABEL arch=x86_64 [2020-07-27T17:15:58.777Z] 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-27T17:16:01.327Z] ---> Running in 39cb86b9ec6f [2020-07-27T17:16:02.713Z] Removing intermediate container 4d1f7776fff2 [2020-07-27T17:16:02.714Z] ---> 1e116297a9d2 [2020-07-27T17:16:02.714Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-27T17:16:02.714Z] ---> Running in 83cb61573843 [2020-07-27T17:16:02.714Z] Removing intermediate container 75ff6cf430e0 [2020-07-27T17:16:02.714Z] ---> 1a9a4a2b27ae [2020-07-27T17:16:02.714Z] [2020-07-27T17:16:02.714Z] Step 10/23 : FROM scratch [2020-07-27T17:16:02.714Z] ---> [2020-07-27T17:16:02.714Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-27T17:16:02.714Z] Removing intermediate container 39cb86b9ec6f [2020-07-27T17:16:02.714Z] ---> f7bcdfb2ea94 [2020-07-27T17:16:02.714Z] Step 25/26 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:16:02.714Z] ---> Using cache [2020-07-27T17:16:02.714Z] ---> d1b5d8f18f34 [2020-07-27T17:16:02.714Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-27T17:16:02.714Z] ---> Running in 6f11ba76fde8 [2020-07-27T17:16:02.714Z] ---> Running in decd86d499e0 [2020-07-27T17:16:02.982Z] Removing intermediate container 83cb61573843 [2020-07-27T17:16:02.982Z] ---> 44655bc6476d [2020-07-27T17:16:02.982Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-27T17:16:02.982Z] ---> Running in 5b52b4485bb8 [2020-07-27T17:16:03.246Z] Removing intermediate container 6f11ba76fde8 [2020-07-27T17:16:03.246Z] ---> 8b636f33d9ca [2020-07-27T17:16:03.247Z] Step 26/26 : LABEL version=0.0.0 [2020-07-27T17:16:03.247Z] Removing intermediate container decd86d499e0 [2020-07-27T17:16:03.247Z] ---> e5bd717f082f [2020-07-27T17:16:03.247Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-27T17:16:03.247Z] Removing intermediate container 8f05f6d335b4 [2020-07-27T17:16:03.247Z] ---> c90029651e79 [2020-07-27T17:16:03.247Z] [2020-07-27T17:16:03.247Z] Step 11/26 : FROM docker:latest [2020-07-27T17:16:03.247Z] ---> 81f5749c9058 [2020-07-27T17:16:03.247Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-27T17:16:03.247Z] ---> Running in 36885584a467 [2020-07-27T17:16:03.247Z] ---> Running in 67f60a56db30 [2020-07-27T17:16:03.510Z] ---> Running in a57afe402aff [2020-07-27T17:16:03.510Z] Removing intermediate container 5b52b4485bb8 [2020-07-27T17:16:03.510Z] ---> 86727d9dcbc4 [2020-07-27T17:16:03.510Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-27T17:16:03.774Z] ---> Running in a51ec75dfa76 [2020-07-27T17:16:03.774Z] Removing intermediate container 67f60a56db30 [2020-07-27T17:16:03.774Z] ---> 33d246b1c6a1 [2020-07-27T17:16:03.774Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-27T17:16:04.037Z] Removing intermediate container 36885584a467 [2020-07-27T17:16:04.037Z] ---> b1b2898d48ec [2020-07-27T17:16:04.037Z] [2020-07-27T17:16:04.037Z] Successfully built b1b2898d48ec [2020-07-27T17:16:04.037Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-27T17:16:04.299Z]  Building docker-security-secretstore-setup-go ... done  ---> 5237d0d8b57c [2020-07-27T17:16:04.299Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-27T17:16:04.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:16:04.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:16:04.559Z] (1/2) Installing readline (8.0.4-r0) [2020-07-27T17:16:04.559Z] (2/2) Installing bash (5.0.17-r0) [2020-07-27T17:16:04.559Z] Executing bash-5.0.17-r0.post-install [2020-07-27T17:16:04.559Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:16:04.559Z] OK: 12 MiB in 22 packages [2020-07-27T17:16:05.499Z] ---> c443c2d581cf [2020-07-27T17:16:05.499Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-27T17:16:05.499Z] Removing intermediate container a51ec75dfa76 [2020-07-27T17:16:05.499Z] ---> 8151ccdf225c [2020-07-27T17:16:05.499Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-27T17:16:05.759Z] Removing intermediate container a57afe402aff [2020-07-27T17:16:05.759Z] ---> 9315d90d4381 [2020-07-27T17:16:05.759Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-27T17:16:06.024Z] ---> 2d31f9e73c49 [2020-07-27T17:16:06.024Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-27T17:16:06.025Z] ---> Running in a8ee135c167c [2020-07-27T17:16:06.286Z] ---> b5b5ca855c8b [2020-07-27T17:16:06.286Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-27T17:16:06.550Z] ---> 73d8d77ab907 [2020-07-27T17:16:06.550Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-27T17:16:06.550Z] ---> 18b802abe8df [2020-07-27T17:16:06.550Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-27T17:16:06.815Z] ---> f267372142cb [2020-07-27T17:16:06.815Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-27T17:16:07.076Z] ---> a5bedd017750 [2020-07-27T17:16:07.076Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-27T17:16:07.338Z] ---> e4a7c25326bb [2020-07-27T17:16:07.338Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-27T17:16:07.338Z] Removing intermediate container a8ee135c167c [2020-07-27T17:16:07.338Z] ---> 776b4039d32b [2020-07-27T17:16:07.338Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-27T17:16:08.285Z] ---> Running in 999cb58f65ea [2020-07-27T17:16:08.285Z] ---> 99b4ee6a3ff2 [2020-07-27T17:16:08.285Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-27T17:16:08.285Z] ---> 6e0b1fd95ce9 [2020-07-27T17:16:08.285Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:16:08.549Z] ---> Running in c928a0d7f3e9 [2020-07-27T17:16:08.549Z] ---> Running in 26316f984e55 [2020-07-27T17:16:08.549Z] Removing intermediate container 999cb58f65ea [2020-07-27T17:16:08.549Z] ---> 779b23cfb621 [2020-07-27T17:16:08.549Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-27T17:16:08.812Z] ---> Running in c89bc51b08ee [2020-07-27T17:16:08.812Z] Removing intermediate container 26316f984e55 [2020-07-27T17:16:08.812Z] ---> c568d7a33d3e [2020-07-27T17:16:08.812Z] Step 21/23 : LABEL arch=x86_64 [2020-07-27T17:16:09.078Z] ---> Running in 1f11d5242c97 [2020-07-27T17:16:09.078Z] Removing intermediate container c89bc51b08ee [2020-07-27T17:16:09.078Z] ---> fcf441b04e64 [2020-07-27T17:16:09.078Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-27T17:16:09.078Z] ---> Running in a3f9adf8ad5c [2020-07-27T17:16:09.078Z] Removing intermediate container 1f11d5242c97 [2020-07-27T17:16:09.078Z] ---> 9a318bc95d70 [2020-07-27T17:16:09.078Z] Step 22/23 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:16:09.340Z] ---> Running in 1aa8593cf1d1 [2020-07-27T17:16:09.340Z] Removing intermediate container a3f9adf8ad5c [2020-07-27T17:16:09.340Z] ---> 491e7caf078b [2020-07-27T17:16:09.340Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-27T17:16:09.600Z] Removing intermediate container 1aa8593cf1d1 [2020-07-27T17:16:09.600Z] ---> 56126097292a [2020-07-27T17:16:09.600Z] Step 23/23 : LABEL version=0.0.0 [2020-07-27T17:16:09.868Z] ---> Running in 78ea34515c53 [2020-07-27T17:16:09.868Z] Removing intermediate container c928a0d7f3e9 [2020-07-27T17:16:09.868Z] ---> 974cc4a42963 [2020-07-27T17:16:09.868Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-27T17:16:09.868Z] ---> 5718139e905d [2020-07-27T17:16:09.868Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-27T17:16:10.133Z] Removing intermediate container 78ea34515c53 [2020-07-27T17:16:10.133Z] ---> 56d8cfaec74b [2020-07-27T17:16:10.133Z] [2020-07-27T17:16:10.395Z] Successfully built 56d8cfaec74b [2020-07-27T17:16:10.395Z] Successfully tagged docker-support-notifications-go:latest [2020-07-27T17:16:10.395Z]  Building docker-support-notifications-go ... done  ---> e5c63d11a7f8 [2020-07-27T17:16:10.395Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-27T17:16:10.395Z] ---> 952000c7e4ce [2020-07-27T17:16:10.395Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-27T17:16:10.657Z] ---> Running in 3801a1411f0d [2020-07-27T17:16:10.917Z] ---> 5358081ffe95 [2020-07-27T17:16:10.917Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-27T17:16:10.917Z] ---> Running in 7cfd5f00fceb [2020-07-27T17:16:11.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:16:11.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:16:11.496Z] Removing intermediate container 3801a1411f0d [2020-07-27T17:16:11.496Z] ---> ca6143624024 [2020-07-27T17:16:11.496Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-27T17:16:11.496Z] ---> Running in 9b5ddf93096d [2020-07-27T17:16:11.756Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-27T17:16:11.756Z] (2/33) Installing expat (2.2.9-r1) [2020-07-27T17:16:11.756Z] (3/33) Installing libffi (3.3-r2) [2020-07-27T17:16:11.756Z] (4/33) Installing gdbm (1.13-r1) [2020-07-27T17:16:11.756Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-27T17:16:11.756Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-27T17:16:11.756Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-27T17:16:14.270Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-07-27T17:16:15.974Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-27T17:16:15.974Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-27T17:16:15.974Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-27T17:16:15.974Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-27T17:16:15.974Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-27T17:16:15.974Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-27T17:16:15.974Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-27T17:16:15.974Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-27T17:16:15.974Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-27T17:16:15.974Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-27T17:16:15.974Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-27T17:16:15.974Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-27T17:16:15.974Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-27T17:16:16.235Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-27T17:16:16.235Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-27T17:16:16.235Z] Removing intermediate container 9b5ddf93096d [2020-07-27T17:16:16.235Z] ---> 8b7cbbe2efcc [2020-07-27T17:16:16.235Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-27T17:16:16.235Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-27T17:16:16.498Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-27T17:16:16.498Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-27T17:16:16.498Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-27T17:16:16.759Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-27T17:16:16.759Z] ---> Running in 43399497d7b9 [2020-07-27T17:16:16.759Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-27T17:16:16.759Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-27T17:16:16.759Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-27T17:16:16.759Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-27T17:16:16.759Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-27T17:16:16.759Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-27T17:16:17.021Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:16:17.021Z] OK: 71 MiB in 55 packages [2020-07-27T17:16:17.966Z] Removing intermediate container 43399497d7b9 [2020-07-27T17:16:17.966Z] ---> d7e65242cae8 [2020-07-27T17:16:17.966Z] Step 26/29 : CMD [ "generate" ] [2020-07-27T17:16:17.966Z] ---> Running in 57cc78d3ae28 [2020-07-27T17:16:18.226Z] Removing intermediate container 57cc78d3ae28 [2020-07-27T17:16:18.226Z] ---> 628e666a7163 [2020-07-27T17:16:18.226Z] Step 27/29 : LABEL arch=x86_64 [2020-07-27T17:16:20.147Z] ---> Running in 57259ff714b5 [2020-07-27T17:16:23.476Z] Removing intermediate container 57259ff714b5 [2020-07-27T17:16:23.476Z] ---> 0c3b68f64df0 [2020-07-27T17:16:23.476Z] Step 28/29 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:16:23.476Z] Removing intermediate container 7cfd5f00fceb [2020-07-27T17:16:23.476Z] ---> 25669634b3b5 [2020-07-27T17:16:23.476Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-27T17:16:23.476Z] ---> Running in b3229e092f88 [2020-07-27T17:16:23.476Z] ---> Running in f97abbe143bc [2020-07-27T17:16:23.476Z] Removing intermediate container b3229e092f88 [2020-07-27T17:16:23.476Z] ---> 219b702afe9b [2020-07-27T17:16:23.476Z] Step 29/29 : LABEL version=0.0.0 [2020-07-27T17:16:23.476Z] ---> Running in 2b1601d6a724 [2020-07-27T17:16:23.753Z] Removing intermediate container 2b1601d6a724 [2020-07-27T17:16:23.753Z] ---> 73bead48af4d [2020-07-27T17:16:23.753Z] [2020-07-27T17:16:23.753Z] Successfully built 73bead48af4d [2020-07-27T17:16:23.753Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-27T17:16:24.599Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-07-27T17:16:24.599Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-27T17:16:24.860Z] Collecting jsonschema<3,>=2.5.1 [2020-07-27T17:16:24.860Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-27T17:16:24.860Z] Collecting docker<4.0,>=3.6.0 [2020-07-27T17:16:25.122Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-27T17:16:25.122Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-27T17:16:25.122Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-27T17:16:25.693Z] 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-27T17:16:25.693Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-27T17:16:25.693Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-27T17:16:25.954Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-27T17:16:25.954Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-27T17:16:26.215Z] Collecting PyYAML<4,>=3.10 [2020-07-27T17:16:26.215Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-27T17:16:27.157Z] Collecting cached-property<2,>=1.2.0 [2020-07-27T17:16:27.157Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-27T17:16:27.157Z] Collecting texttable<0.10,>=0.9.0 [2020-07-27T17:16:27.157Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-27T17:16:27.417Z] Collecting docopt<0.7,>=0.6.1 [2020-07-27T17:16:27.417Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-27T17:16:27.988Z] Collecting docker-pycreds>=0.4.0 [2020-07-27T17:16:27.988Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-27T17:16:27.988Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-27T17:16:27.988Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-27T17:16:28.250Z] Collecting idna<2.8,>=2.5 [2020-07-27T17:16:28.250Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-27T17:16:28.250Z] 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-27T17:16:28.250Z] 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-27T17:16:28.250Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-27T17:16:28.250Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-27T17:16:28.250Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-27T17:16:28.250Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-27T17:16:28.509Z] Installing collected packages: jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, cached-property, texttable, docopt, docker-compose [2020-07-27T17:16:28.509Z] Attempting uninstall: urllib3 [2020-07-27T17:16:28.509Z] Found existing installation: urllib3 1.25.9 [2020-07-27T17:16:28.509Z] Uninstalling urllib3-1.25.9: [2020-07-27T17:16:28.509Z] Successfully uninstalled urllib3-1.25.9 [2020-07-27T17:16:28.769Z] Attempting uninstall: idna [2020-07-27T17:16:28.769Z] Found existing installation: idna 2.9 [2020-07-27T17:16:28.769Z] Uninstalling idna-2.9: [2020-07-27T17:16:28.769Z] Successfully uninstalled idna-2.9 [2020-07-27T17:16:29.030Z] Attempting uninstall: requests [2020-07-27T17:16:29.030Z] Found existing installation: requests 2.23.0 [2020-07-27T17:16:29.030Z] Uninstalling requests-2.23.0: [2020-07-27T17:16:29.030Z] Successfully uninstalled requests-2.23.0 [2020-07-27T17:16:29.375Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-07-27T17:16:29.375Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-07-27T17:16:29.375Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-07-27T17:16:29.375Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-07-27T17:16:29.375Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.064s [2020-07-27T17:16:29.375Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-07-27T17:16:29.375Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-07-27T17:16:29.375Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-07-27T17:16:29.375Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-07-27T17:16:29.976Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-07-27T17:16:30.575Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-07-27T17:16:30.575Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-07-27T17:16:30.575Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-07-27T17:16:30.942Z] Running setup.py install for dockerpty: started [2020-07-27T17:16:31.513Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-27T17:16:31.513Z] Running setup.py install for PyYAML: started [2020-07-27T17:16:32.085Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-27T17:16:32.085Z] Running setup.py install for texttable: started [2020-07-27T17:16:32.654Z] Running setup.py install for texttable: finished with status 'done' [2020-07-27T17:16:32.654Z] Running setup.py install for docopt: started [2020-07-27T17:16:32.914Z] Running setup.py install for docopt: finished with status 'done' [2020-07-27T17:16:33.173Z] 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-27T17:16:36.476Z] Removing intermediate container f97abbe143bc [2020-07-27T17:16:36.476Z] ---> df5fc392358f [2020-07-27T17:16:36.476Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-27T17:16:36.476Z] ---> Running in 663016e27830 [2020-07-27T17:16:36.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-27T17:16:36.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-27T17:16:36.736Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-27T17:16:36.736Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-27T17:16:36.736Z] (3/3) Installing curl (7.69.1-r0) [2020-07-27T17:16:36.736Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:16:36.736Z] OK: 72 MiB in 58 packages [2020-07-27T17:16:37.307Z] Removing intermediate container 663016e27830 [2020-07-27T17:16:37.307Z] ---> c7b6d5b857da [2020-07-27T17:16:37.307Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:16:37.307Z] ---> Running in 52585d7621e0 [2020-07-27T17:16:37.568Z] Removing intermediate container 52585d7621e0 [2020-07-27T17:16:37.568Z] ---> 0964ca87f8e4 [2020-07-27T17:16:37.568Z] Step 24/26 : LABEL arch=x86_64 [2020-07-27T17:16:37.568Z] ---> Running in 2ccfae5571f3 [2020-07-27T17:16:37.830Z] Removing intermediate container 2ccfae5571f3 [2020-07-27T17:16:37.830Z] ---> 6dc9df50cf4d [2020-07-27T17:16:37.831Z] Step 25/26 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:16:38.090Z] ---> Running in 5cbecff981f1 [2020-07-27T17:16:38.090Z] Removing intermediate container 5cbecff981f1 [2020-07-27T17:16:38.090Z] ---> 7a7d9fa05bf8 [2020-07-27T17:16:38.090Z] Step 26/26 : LABEL version=0.0.0 [2020-07-27T17:16:38.090Z] ---> Running in b79cbfd0e00c [2020-07-27T17:16:38.353Z] Removing intermediate container b79cbfd0e00c [2020-07-27T17:16:38.353Z] ---> c13e7a7ba16c [2020-07-27T17:16:38.353Z] [2020-07-27T17:16:38.353Z] Successfully built c13e7a7ba16c [2020-07-27T17:16:38.353Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-27T17:16:38.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 46.6% of statements [2020-07-27T17:16:38.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-07-27T17:16:38.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-07-27T17:16:38.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-07-27T17:16:38.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-07-27T17:16:38.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-07-27T17:16:39.744Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-07-27T17:16:39.757Z] $ docker stop --time=1 5c6c8888f7538f442b5c88573a4aaa5fdf9cea963fda3ebfbb5e09085f267d6b [2020-07-27T17:16:41.316Z] $ docker rm -f 5c6c8888f7538f442b5c88573a4aaa5fdf9cea963fda3ebfbb5e09085f267d6b [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-27T17:16:41.885Z] + docker images [2020-07-27T17:16:41.885Z] + grep docker [2020-07-27T17:16:41.885Z] docker-sys-mgmt-agent-go latest c13e7a7ba16c 3 seconds ago 284MB [2020-07-27T17:16:41.885Z] docker-security-secrets-setup-go latest 73bead48af4d 18 seconds ago 25.1MB [2020-07-27T17:16:41.885Z] docker-support-notifications-go latest 56d8cfaec74b 32 seconds ago 14.4MB [2020-07-27T17:16:41.885Z] docker-security-secretstore-setup-go latest b1b2898d48ec 38 seconds ago 33.9MB [2020-07-27T17:16:41.885Z] docker-core-command-go latest 7d6edec96816 52 seconds ago 13MB [2020-07-27T17:16:41.885Z] docker-core-data-go latest 055d774894a5 About a minute ago 23.8MB [2020-07-27T17:16:41.885Z] docker-core-metadata-go latest 39a7bce29789 2 minutes ago 14.4MB [2020-07-27T17:16:41.885Z] docker-support-scheduler-go latest 6ccfc3ff9b3b 2 minutes ago 13.1MB [2020-07-27T17:16:41.885Z] docker-support-logging-go latest 3991e537c5d4 2 minutes ago 11.8MB [2020-07-27T17:16:41.885Z] docker-security-proxy-setup-go latest 9ab64c7c6732 2 minutes ago 16.4MB [2020-07-27T17:16:41.885Z] 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-27T17:16:45.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.155s coverage: 27.4% of statements [2020-07-27T17:16:45.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-07-27T17:16:45.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-07-27T17:16:45.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-07-27T17:16:45.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-07-27T17:16:45.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-07-27T17:16:45.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-07-27T17:16:45.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2020-07-27T17:16:45.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-07-27T17:16:45.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.023s coverage: 100.0% of statements [2020-07-27T17:16:45.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-07-27T17:16:48.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.303s coverage: 29.3% of statements [2020-07-27T17:16:48.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-07-27T17:16:48.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-07-27T17:16:48.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-07-27T17:16:48.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-07-27T17:16:48.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-07-27T17:16:48.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements [2020-07-27T17:16:48.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-07-27T17:16:48.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2020-07-27T17:16:48.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-07-27T17:16:49.263Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 89.8% of statements [2020-07-27T17:16:49.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-07-27T17:16:50.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2020-07-27T17:16:50.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-07-27T17:16:51.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.052s coverage: 100.0% of statements [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-07-27T17:16:51.305Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-07-27T17:16:52.291Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2020-07-27T17:16:56.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 63.5% of statements [2020-07-27T17:16:56.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-07-27T17:16:56.749Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-07-27T17:16:56.749Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2020-07-27T17:16:57.347Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 55.9% of statements [2020-07-27T17:16:57.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-07-27T17:16:57.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-07-27T17:16:57.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-07-27T17:16:57.347Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.008s coverage: 86.3% of statements [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.987s coverage: 72.2% of statements [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.336s coverage: 72.1% of statements [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.034s coverage: 48.4% of statements [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.065s coverage: 96.8% of statements [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 26.9% of statements [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.263s coverage: 84.1% of statements [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.024s coverage: 100.0% of statements [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.037s coverage: 43.1% of statements [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.044s coverage: 83.8% of statements [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 46.1% of statements [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.035s coverage: 100.0% of statements [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.031s coverage: 100.0% of statements [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-07-27T17:17:24.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.074s coverage: 100.0% of statements [2020-07-27T17:17:24.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-07-27T17:17:27.557Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.178s coverage: 29.1% of statements [2020-07-27T17:17:27.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-07-27T17:17:27.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-07-27T17:17:27.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-07-27T17:17:27.557Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-07-27T17:17:27.558Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-07-27T17:17:27.558Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2020-07-27T17:17:27.558Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-07-27T17:17:27.558Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements [2020-07-27T17:17:27.558Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-07-27T17:17:27.558Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.017s coverage: 0.0% of statements [2020-07-27T17:17:27.558Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-07-27T17:17:27.558Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements [2020-07-27T17:17:27.558Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-07-27T17:17:27.558Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-07-27T17:17:27.558Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-07-27T17:17:27.558Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-07-27T17:17:29.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.032s coverage: 87.9% of statements [2020-07-27T17:17:29.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-07-27T17:17:29.562Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-07-27T17:17:29.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2020-07-27T17:17:31.000Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.019s coverage: 32.1% of statements [2020-07-27T17:17:31.000Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.028s coverage: 100.0% of statements [2020-07-27T17:17:31.600Z] GO111MODULE=on go vet ./... [2020-07-27T17:17:49.922Z] gofmt -l . [2020-07-27T17:17:50.515Z] [ "`gofmt -l .`" = "" ] [2020-07-27T17:17:53.125Z] ./bin/test-go-mod-tidy.sh [2020-07-27T17:17:53.397Z] ./bin/test-attribution-txt.sh [2020-07-27T17:17:55.998Z] docker run --rm --privileged \ [2020-07-27T17:17:55.998Z] -v /w/workspace/edgex-go/1:/raml-verification -w /raml-verification \ [2020-07-27T17:17:55.998Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 \ [2020-07-27T17:17:55.998Z] /scripts/raml-verify.sh [2020-07-27T17:17:56.273Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64' locally [2020-07-27T17:17:56.273Z] aarch64: Pulling from edgex-devops/edgex-docs-builder [2020-07-27T17:17:56.273Z] 29e5d40040c1: Pulling fs layer [2020-07-27T17:17:56.273Z] 8c46fbeab2c7: Pulling fs layer [2020-07-27T17:17:56.273Z] 8ba552a4e5fe: Pulling fs layer [2020-07-27T17:17:56.273Z] 1fb62381901b: Pulling fs layer [2020-07-27T17:17:56.273Z] 147fb30a95d9: Pulling fs layer [2020-07-27T17:17:56.273Z] 3ccc99ad11dc: Pulling fs layer [2020-07-27T17:17:56.273Z] 147fb30a95d9: Waiting [2020-07-27T17:17:56.273Z] 1fb62381901b: Waiting [2020-07-27T17:17:56.273Z] 3ccc99ad11dc: Waiting [2020-07-27T17:17:56.273Z] 29e5d40040c1: Verifying Checksum [2020-07-27T17:17:56.551Z] 8ba552a4e5fe: Verifying Checksum [2020-07-27T17:17:56.551Z] 8ba552a4e5fe: Download complete [2020-07-27T17:17:56.551Z] 1fb62381901b: Verifying Checksum [2020-07-27T17:17:56.551Z] 1fb62381901b: Download complete [2020-07-27T17:17:56.551Z] 3ccc99ad11dc: Verifying Checksum [2020-07-27T17:17:56.551Z] 3ccc99ad11dc: Download complete [2020-07-27T17:17:56.822Z] 147fb30a95d9: Verifying Checksum [2020-07-27T17:17:56.822Z] 147fb30a95d9: Download complete [2020-07-27T17:17:57.093Z] 29e5d40040c1: Pull complete [2020-07-27T17:17:57.093Z] 8c46fbeab2c7: Verifying Checksum [2020-07-27T17:17:57.093Z] 8c46fbeab2c7: Download complete [2020-07-27T17:18:02.502Z] 8c46fbeab2c7: Pull complete [2020-07-27T17:18:02.502Z] 8ba552a4e5fe: Pull complete [2020-07-27T17:18:02.502Z] 1fb62381901b: Pull complete [2020-07-27T17:18:06.805Z] 147fb30a95d9: Pull complete [2020-07-27T17:18:07.079Z] 3ccc99ad11dc: Pull complete [2020-07-27T17:18:07.079Z] Digest: sha256:33ff93263c5b0dedea05ed711b2d4931bc621bb5cb6457c0d27b1e4e2c1565c0 [2020-07-27T17:18:07.079Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-docs-builder:aarch64 [2020-07-27T17:18:09.696Z] Verifying ./api/raml/core-command.raml... [2020-07-27T17:18:13.066Z] OK [2020-07-27T17:18:13.066Z] Verifying ./api/raml/core-metadata.raml... [2020-07-27T17:18:19.749Z] OK [2020-07-27T17:18:19.749Z] Verifying ./api/raml/support-logging.raml... [2020-07-27T17:18:22.344Z] OK [2020-07-27T17:18:22.344Z] Verifying ./api/raml/support-scheduler.raml... [2020-07-27T17:18:25.713Z] OK [2020-07-27T17:18:25.713Z] Verifying ./api/raml/core-data.raml... [2020-07-27T17:18:30.008Z] OK [2020-07-27T17:18:30.008Z] Verifying ./api/raml/support-notifications.raml... [2020-07-27T17:18:33.374Z] OK [2020-07-27T17:18:33.374Z] Verifying ./api/raml/system-agent.raml... [2020-07-27T17:18:35.971Z] OK [Pipeline] sh [2020-07-27T17:18:36.667Z] + ls -al . [2020-07-27T17:18:36.667Z] total 588 [2020-07-27T17:18:36.667Z] drwxrwxr-x 10 1001 1001 4096 Jul 27 17:17 . [2020-07-27T17:18:36.667Z] drwxr-xr-x 4 root root 4096 Jul 27 17:15 .. [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 11 Jul 27 17:13 .dockerignore [2020-07-27T17:18:36.667Z] drwxrwxr-x 8 1001 1001 4096 Jul 27 17:13 .git [2020-07-27T17:18:36.667Z] drwxrwxr-x 3 1001 1001 4096 Jul 27 17:13 .github [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 924 Jul 27 17:13 .gitignore [2020-07-27T17:18:36.667Z] drwxrwxr-x 3 1001 1001 4096 Jul 27 17:14 .semver [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 178 Jul 27 17:13 .sonarcloud.properties [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 3804 Jul 27 17:13 CONTRIBUTING.md [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 1035 Jul 27 17:13 Dockerfile.build [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 824 Jul 27 17:13 Jenkinsfile [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 10775 Jul 27 17:13 LICENSE [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 6443 Jul 27 17:13 Makefile [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 5652 Jul 27 17:13 README.md [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 7111 Jul 27 17:13 SECURITY.md [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 5 Jul 27 17:08 VERSION [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 4131 Jul 27 17:13 ZMQWindows.md [2020-07-27T17:18:36.667Z] drwxrwxr-x 4 1001 1001 4096 Jul 27 17:13 api [2020-07-27T17:18:36.667Z] drwxrwxr-x 2 1001 1001 4096 Jul 27 17:13 bin [2020-07-27T17:18:36.667Z] drwxrwxr-x 15 1001 1001 4096 Jul 27 17:13 cmd [2020-07-27T17:18:36.667Z] -rw-r--r-- 1 root root 456067 Jul 27 17:17 coverage.out [2020-07-27T17:18:36.667Z] -rw-r--r-- 1 root root 1019 Jul 27 17:17 go.mod [2020-07-27T17:18:36.667Z] -rw-r--r-- 1 root root 18146 Jul 27 17:17 go.sum [2020-07-27T17:18:36.667Z] drwxrwxr-x 8 1001 1001 4096 Jul 27 17:13 internal [2020-07-27T17:18:36.667Z] drwxrwxr-x 4 1001 1001 4096 Jul 27 17:13 snap [2020-07-27T17:18:36.667Z] -rw-rw-r-- 1 1001 1001 168 Jul 27 17:13 version.go [Pipeline] sh [2020-07-27T17:18:37.147Z] + '[' -e coverage.out ] [2020-07-27T17:18:37.147Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-07-27T17:18:37.186Z] Warning: overwriting stash ‘coverage-report’ [2020-07-27T17:18:38.393Z] Stashed 1 file(s) [Pipeline] sh [2020-07-27T17:18:39.064Z] + make build [2020-07-27T17:18:39.064Z] 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-27T17:18:57.353Z] 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-27T17:19:09.741Z] 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-27T17:19:15.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-27T17:19:19.419Z] 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-27T17:19:26.112Z] 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-27T17:19:28.082Z] 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-27T17:19:33.467Z] 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-27T17:19:38.857Z] 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-27T17:19:43.144Z] 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-27T17:19:48.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-27T17:19:53.927Z] 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-27T17:19:58.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-27T17:20:02.549Z] $ docker stop --time=1 806333f40689b74a78e617fda0760841aa01e1a269f8adb9c5ee6c3e54e3e912 [2020-07-27T17:20:04.976Z] $ docker rm -f 806333f40689b74a78e617fda0760841aa01e1a269f8adb9c5ee6c3e54e3e912 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-27T17:20:06.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-27T17:20:06.654Z] [2020-07-27T17:20:06.654Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-27T17:20:07.330Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-27T17:20:07.602Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-27T17:20:07.602Z] 29e5d40040c1: Already exists [2020-07-27T17:20:07.602Z] 1ce36da41761: Pulling fs layer [2020-07-27T17:20:07.602Z] 25b303627fd3: Pulling fs layer [2020-07-27T17:20:08.200Z] 1ce36da41761: Download complete [2020-07-27T17:20:09.181Z] 1ce36da41761: Pull complete [2020-07-27T17:20:09.773Z] 25b303627fd3: Verifying Checksum [2020-07-27T17:20:09.773Z] 25b303627fd3: Download complete [2020-07-27T17:20:19.903Z] 25b303627fd3: Pull complete [2020-07-27T17:20:19.903Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-27T17:20:19.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-27T17:20:19.903Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-27T17:20:20.148Z] prd-ubuntu18.04-docker-arm64-4c-16g-1137 does not seem to be running inside a container [2020-07-27T17:20:20.272Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-27T17:20:24.457Z] $ docker top 542c887e29e154fc6a3047238b12489c7eba9a3e82b38f6f65cab0b214d38761 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-27T17:20:26.058Z] + docker-compose build --help [2020-07-27T17:20:26.058Z] + grep parallel [2020-07-27T17:20:30.348Z] --parallel Build images in parallel. [Pipeline] } [2020-07-27T17:20:30.962Z] $ docker stop --time=1 542c887e29e154fc6a3047238b12489c7eba9a3e82b38f6f65cab0b214d38761 [2020-07-27T17:20:32.951Z] $ docker rm -f 542c887e29e154fc6a3047238b12489c7eba9a3e82b38f6f65cab0b214d38761 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-27T17:20:33.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-27T17:20:33.911Z] . [Pipeline] withDockerContainer [2020-07-27T17:20:34.199Z] prd-ubuntu18.04-docker-arm64-4c-16g-1137 does not seem to be running inside a container [2020-07-27T17:20:34.269Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-07-27T17:20:35.740Z] $ docker top 188616f3a44d190be985331f6f12b0de1aa56a08fe99ef4c6540906b9c4df310 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-27T17:20:36.815Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-27T17:20:42.192Z] Building docker-core-command-go ... [2020-07-27T17:20:42.192Z] Building docker-core-data-go ... [2020-07-27T17:20:42.192Z] Building docker-core-metadata-go ... [2020-07-27T17:20:42.192Z] Building docker-security-proxy-setup-go ... [2020-07-27T17:20:42.192Z] Building docker-security-secrets-setup-go ... [2020-07-27T17:20:42.192Z] Building docker-security-secretstore-setup-go ... [2020-07-27T17:20:42.192Z] Building docker-support-logging-go ... [2020-07-27T17:20:42.192Z] Building docker-support-notifications-go ... [2020-07-27T17:20:42.192Z] Building docker-support-scheduler-go ... [2020-07-27T17:20:42.192Z] Building docker-sys-mgmt-agent-go ... [2020-07-27T17:20:42.192Z] Building docker-core-metadata-go [2020-07-27T17:20:42.192Z] Building docker-support-logging-go [2020-07-27T17:20:42.192Z] Building docker-core-data-go [2020-07-27T17:20:42.192Z] Building docker-security-secrets-setup-go [2020-07-27T17:20:42.192Z] Building docker-security-secretstore-setup-go [2020-07-27T17:22:33.970Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:22:33.970Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:22:33.970Z] ---> f097b30cca64 [2020-07-27T17:22:33.970Z] Step 3/21 : WORKDIR /edgex-go [2020-07-27T17:22:33.970Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:22:33.970Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:22:33.970Z] ---> f097b30cca64 [2020-07-27T17:22:33.970Z] Step 3/26 : WORKDIR /edgex-go [2020-07-27T17:22:33.970Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:22:33.970Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:22:33.970Z] ---> f097b30cca64 [2020-07-27T17:22:33.970Z] Step 3/22 : WORKDIR /edgex-go [2020-07-27T17:22:33.970Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:22:33.970Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-27T17:22:33.970Z] ---> f097b30cca64 [2020-07-27T17:22:33.970Z] Step 3/29 : WORKDIR /edgex-go [2020-07-27T17:22:33.970Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:22:33.970Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:22:33.970Z] ---> f097b30cca64 [2020-07-27T17:22:33.970Z] Step 3/21 : WORKDIR /edgex-go [2020-07-27T17:22:33.970Z] ---> Running in e6b56d0e2777 [2020-07-27T17:22:33.970Z] ---> Running in b5c720a2ff0f [2020-07-27T17:22:33.970Z] ---> Running in 277987ff094d [2020-07-27T17:22:33.970Z] ---> Running in c1cfb20723cc [2020-07-27T17:22:33.970Z] ---> Running in 7631d03841d1 [2020-07-27T17:22:33.970Z] Removing intermediate container c1cfb20723cc [2020-07-27T17:22:33.970Z] ---> 8dd125673620 [2020-07-27T17:22:33.970Z] Step 4/29 : RUN apk update && apk add make git [2020-07-27T17:22:33.970Z] Removing intermediate container 277987ff094d [2020-07-27T17:22:33.970Z] ---> 3737784e063c [2020-07-27T17:22:33.970Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:22:33.970Z] Removing intermediate container b5c720a2ff0f [2020-07-27T17:22:33.970Z] ---> 11cc10342d95 [2020-07-27T17:22:33.970Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:22:33.970Z] Removing intermediate container 7631d03841d1 [2020-07-27T17:22:33.970Z] ---> c72ec95fd518 [2020-07-27T17:22:33.970Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:22:33.970Z] ---> Running in c24bc162a0c2 [2020-07-27T17:22:33.970Z] ---> Running in fe4a190ca726 [2020-07-27T17:22:33.970Z] Removing intermediate container e6b56d0e2777 [2020-07-27T17:22:33.970Z] ---> 75530227170d [2020-07-27T17:22:33.970Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:22:33.970Z] ---> Running in 75f1cf27f43e [2020-07-27T17:22:33.970Z] ---> Running in 2352a6b9058a [2020-07-27T17:22:33.970Z] ---> Running in 3a055a85b23c [2020-07-27T17:22:33.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:22:33.970Z] Removing intermediate container c24bc162a0c2 [2020-07-27T17:22:33.970Z] ---> 8c2720cd2cad [2020-07-27T17:22:33.970Z] Step 5/21 : RUN apk update && apk add make git [2020-07-27T17:22:33.970Z] ---> Running in 82c54c85d56b [2020-07-27T17:22:33.970Z] Removing intermediate container 75f1cf27f43e [2020-07-27T17:22:33.970Z] ---> eea4d98d43f9 [2020-07-27T17:22:33.970Z] Step 5/26 : RUN apk update && apk add make git [2020-07-27T17:22:33.970Z] ---> Running in 7273d9a8c22a [2020-07-27T17:22:33.970Z] Removing intermediate container 2352a6b9058a [2020-07-27T17:22:33.970Z] ---> a457c7272b91 [2020-07-27T17:22:33.970Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-27T17:22:33.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:22:33.970Z] Removing intermediate container 3a055a85b23c [2020-07-27T17:22:33.970Z] ---> 28b0c56fd5a8 [2020-07-27T17:22:33.970Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-27T17:22:33.970Z] ---> Running in 997ebf801768 [2020-07-27T17:22:33.970Z] ---> Running in 8a1f2182c061 [2020-07-27T17:22:34.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:22:34.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:22:35.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:22:35.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:22:35.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:22:35.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:22:35.929Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:22:35.929Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:22:35.929Z] OK: 12620 distinct packages available [2020-07-27T17:22:35.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:22:36.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:22:36.212Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:22:36.212Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:22:36.212Z] OK: 12620 distinct packages available [2020-07-27T17:22:36.814Z] OK: 217 MiB in 51 packages [2020-07-27T17:22:36.814Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:22:36.814Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:22:36.814Z] OK: 12620 distinct packages available [2020-07-27T17:22:37.095Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:22:37.095Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:22:37.095Z] OK: 12620 distinct packages available [2020-07-27T17:22:37.095Z] OK: 217 MiB in 51 packages [2020-07-27T17:22:37.393Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:22:37.393Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:22:37.393Z] OK: 12620 distinct packages available [2020-07-27T17:22:37.675Z] OK: 217 MiB in 51 packages [2020-07-27T17:22:38.335Z] OK: 217 MiB in 51 packages [2020-07-27T17:22:38.335Z] OK: 217 MiB in 51 packages [2020-07-27T17:22:39.328Z] OK: 217 MiB in 51 packages [2020-07-27T17:22:39.328Z] Removing intermediate container fe4a190ca726 [2020-07-27T17:22:39.328Z] ---> fe6c18719cfd [2020-07-27T17:22:39.328Z] Step 5/29 : COPY go.mod . [2020-07-27T17:22:39.603Z] Removing intermediate container 82c54c85d56b [2020-07-27T17:22:39.603Z] ---> 799fbebc17f5 [2020-07-27T17:22:39.603Z] Step 6/21 : COPY go.mod . [2020-07-27T17:22:39.880Z] Removing intermediate container 7273d9a8c22a [2020-07-27T17:22:39.880Z] ---> cdf9623ececc [2020-07-27T17:22:39.880Z] Step 6/26 : COPY go.mod . [2020-07-27T17:22:40.481Z] Removing intermediate container 8a1f2182c061 [2020-07-27T17:22:40.481Z] ---> 774fa8b8c37b [2020-07-27T17:22:40.481Z] Step 6/22 : COPY go.mod . [2020-07-27T17:22:40.481Z] ---> 736ac6b1d634 [2020-07-27T17:22:40.481Z] Step 6/29 : RUN go mod download [2020-07-27T17:22:40.753Z] ---> 6b603885c0e1 [2020-07-27T17:22:40.753Z] Step 7/21 : RUN go mod download [2020-07-27T17:22:40.753Z] ---> a316b9ff7991 [2020-07-27T17:22:40.753Z] Step 7/26 : RUN go mod download [2020-07-27T17:22:40.753Z] ---> Running in 7395360b2773 [2020-07-27T17:22:40.753Z] ---> Running in b75907c7c2d8 [2020-07-27T17:22:41.027Z] Removing intermediate container 997ebf801768 [2020-07-27T17:22:41.027Z] ---> 3aad8880d61e [2020-07-27T17:22:41.027Z] Step 6/21 : COPY go.mod . [2020-07-27T17:22:41.027Z] ---> Running in 436623bc286d [2020-07-27T17:22:41.305Z] ---> ce91734166d8 [2020-07-27T17:22:41.305Z] Step 7/22 : RUN go mod download [2020-07-27T17:22:41.579Z] ---> Running in c2bcb1307984 [2020-07-27T17:22:42.176Z] ---> 84a51b7a06eb [2020-07-27T17:22:42.176Z] Step 7/21 : RUN go mod download [2020-07-27T17:22:42.176Z] ---> Running in 6410e6381b38 [2020-07-27T17:22:45.574Z] Removing intermediate container b75907c7c2d8 [2020-07-27T17:22:45.574Z] ---> ea46093382ae [2020-07-27T17:22:45.574Z] Step 7/29 : COPY . . [2020-07-27T17:22:46.169Z] Removing intermediate container c2bcb1307984 [2020-07-27T17:22:46.169Z] ---> 2455795172dd [2020-07-27T17:22:46.169Z] Step 8/22 : COPY . . [2020-07-27T17:22:46.448Z] Removing intermediate container 436623bc286d [2020-07-27T17:22:46.448Z] ---> c5fac424311a [2020-07-27T17:22:46.448Z] Step 8/26 : COPY . . [2020-07-27T17:22:47.046Z] Removing intermediate container 6410e6381b38 [2020-07-27T17:22:47.046Z] ---> 3f80541d8293 [2020-07-27T17:22:47.046Z] Step 8/21 : COPY . . [2020-07-27T17:22:47.046Z] Removing intermediate container 7395360b2773 [2020-07-27T17:22:47.046Z] ---> 9df3dc058e0e [2020-07-27T17:22:47.046Z] Step 8/21 : COPY . . [2020-07-27T17:23:26.024Z] ---> 3244e08f7ee3 [2020-07-27T17:23:26.024Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-27T17:23:26.024Z] ---> 77aa7b789f74 [2020-07-27T17:23:26.024Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-27T17:23:26.024Z] ---> 154479fb03e1 [2020-07-27T17:23:26.024Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-27T17:23:26.024Z] ---> 49a15f512635 [2020-07-27T17:23:26.024Z] 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-27T17:23:26.024Z] ---> 0c351f2fe676 [2020-07-27T17:23:26.024Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-27T17:23:26.024Z] ---> Running in c6e5eade3fa9 [2020-07-27T17:23:26.024Z] ---> Running in a6f1c55bd6ec [2020-07-27T17:23:26.024Z] ---> Running in 0b769092d821 [2020-07-27T17:23:26.024Z] ---> Running in 9ef81c7f036d [2020-07-27T17:23:26.024Z] ---> Running in ea26e02c9b60 [2020-07-27T17:23:26.024Z] 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-27T17:23:26.024Z] 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-27T17:23:26.024Z] 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-27T17:23:26.024Z] 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-27T17:23:26.024Z] 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-27T17:24:47.802Z] 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-27T17:24:47.802Z] Removing intermediate container c6e5eade3fa9 [2020-07-27T17:24:47.802Z] ---> 7304159d0f08 [2020-07-27T17:24:47.802Z] [2020-07-27T17:24:47.802Z] Step 9/29 : FROM alpine:latest [2020-07-27T17:24:47.802Z] latest: Pulling from library/alpine [2020-07-27T17:24:47.802Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-27T17:24:47.802Z] Status: Downloaded newer image for alpine:latest [2020-07-27T17:24:47.802Z] ---> 62ee0e9f8440 [2020-07-27T17:24:47.802Z] 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-27T17:24:47.802Z] ---> Running in e5bcc088e94d [2020-07-27T17:24:47.802Z] Removing intermediate container e5bcc088e94d [2020-07-27T17:24:47.802Z] ---> c7eb1f2062c2 [2020-07-27T17:24:47.802Z] Step 11/29 : USER root [2020-07-27T17:24:47.802Z] ---> Running in f89cb2a9ffad [2020-07-27T17:24:47.802Z] Removing intermediate container f89cb2a9ffad [2020-07-27T17:24:47.802Z] ---> d08b9e8d442e [2020-07-27T17:24:47.802Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-27T17:24:47.802Z] ---> Running in 94f1fce32ad6 [2020-07-27T17:24:48.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:24:49.057Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:24:49.658Z] v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:24:49.658Z] v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:24:49.658Z] OK: 12620 distinct packages available [2020-07-27T17:24:50.641Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-27T17:24:50.641Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-27T17:24:50.641Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:24:50.641Z] Executing ca-certificates-20191127-r4.trigger [2020-07-27T17:24:50.915Z] OK: 6 MiB in 16 packages [2020-07-27T17:24:53.561Z] Removing intermediate container 94f1fce32ad6 [2020-07-27T17:24:53.561Z] ---> 349961268f42 [2020-07-27T17:24:53.561Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-27T17:24:53.846Z] ---> Running in 1aa97ce68686 [2020-07-27T17:24:54.439Z] Removing intermediate container 1aa97ce68686 [2020-07-27T17:24:54.439Z] ---> c00d8f46e70f [2020-07-27T17:24:54.439Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-27T17:24:54.439Z] ---> Running in 24e0a2223970 [2020-07-27T17:24:55.418Z] Removing intermediate container 24e0a2223970 [2020-07-27T17:24:55.418Z] ---> 74e6b3987517 [2020-07-27T17:24:55.418Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-27T17:24:55.691Z] ---> Running in 49750213848e [2020-07-27T17:24:56.681Z] 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-27T17:25:02.071Z] Removing intermediate container 49750213848e [2020-07-27T17:25:02.071Z] ---> 3459c18b0a2d [2020-07-27T17:25:02.071Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-27T17:25:02.071Z] Removing intermediate container 9ef81c7f036d [2020-07-27T17:25:02.071Z] ---> 76869b4d24fe [2020-07-27T17:25:02.071Z] [2020-07-27T17:25:02.071Z] Step 10/21 : FROM scratch [2020-07-27T17:25:02.071Z] ---> [2020-07-27T17:25:02.072Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-27T17:25:02.072Z] ---> Running in 879d265cbb10 [2020-07-27T17:25:02.669Z] Removing intermediate container 879d265cbb10 [2020-07-27T17:25:02.669Z] ---> 59438f2a8447 [2020-07-27T17:25:02.669Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-27T17:25:02.945Z] ---> Running in 658533dbca8c [2020-07-27T17:25:03.222Z] ---> 7666436f9192 [2020-07-27T17:25:03.498Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-27T17:25:03.777Z] Removing intermediate container 658533dbca8c [2020-07-27T17:25:03.778Z] ---> 33e82d745145 [2020-07-27T17:25:03.778Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-27T17:25:03.778Z] ---> Running in 16b80e22fc63 [2020-07-27T17:25:04.387Z] ---> 2b4518e43ef7 [2020-07-27T17:25:04.387Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-27T17:25:04.665Z] Removing intermediate container 16b80e22fc63 [2020-07-27T17:25:04.665Z] ---> 4c0b791e7c10 [2020-07-27T17:25:04.665Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-27T17:25:06.092Z] ---> 65a3ce712e70 [2020-07-27T17:25:06.092Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-27T17:25:06.366Z] ---> 392f268eb3d5 [2020-07-27T17:25:06.366Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-27T17:25:07.794Z] ---> b5b6dfa4157e [2020-07-27T17:25:07.794Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-27T17:25:08.387Z] ---> 035d1a4e737f [2020-07-27T17:25:08.387Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-27T17:25:10.372Z] ---> e9b39e16a4d5 [2020-07-27T17:25:10.372Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-27T17:25:10.372Z] ---> e768010b70ff [2020-07-27T17:25:10.372Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-27T17:25:10.372Z] ---> Running in 398df49948ce [2020-07-27T17:25:11.815Z] Removing intermediate container 0b769092d821 [2020-07-27T17:25:11.815Z] ---> 4518d3bf63cd [2020-07-27T17:25:11.815Z] [2020-07-27T17:25:11.815Z] Step 10/26 : FROM alpine:3.10 [2020-07-27T17:25:12.097Z] ---> 834e296f23ea [2020-07-27T17:25:12.097Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:25:12.097Z] 3.10: Pulling from library/alpine [2020-07-27T17:25:12.097Z] ---> Running in 5859fdbde08f [2020-07-27T17:25:13.083Z] Removing intermediate container 5859fdbde08f [2020-07-27T17:25:13.083Z] ---> 77c32cb954f7 [2020-07-27T17:25:13.083Z] Step 19/21 : LABEL arch=arm64 [2020-07-27T17:25:13.358Z] ---> Running in 3a684d7a6d3c [2020-07-27T17:25:13.962Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-27T17:25:13.962Z] Status: Downloaded newer image for alpine:3.10 [2020-07-27T17:25:13.962Z] ---> 536a684cf733 [2020-07-27T17:25:13.962Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-27T17:25:14.237Z] Removing intermediate container 3a684d7a6d3c [2020-07-27T17:25:14.237Z] ---> 093edf5a9f85 [2020-07-27T17:25:14.237Z] Step 20/21 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:25:14.237Z] ---> Running in e535a08ab0af [2020-07-27T17:25:14.511Z] ---> Running in df3dd2d282ff [2020-07-27T17:25:14.785Z] Removing intermediate container 398df49948ce [2020-07-27T17:25:14.785Z] ---> bea7e2e13430 [2020-07-27T17:25:14.785Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-27T17:25:15.061Z] Removing intermediate container df3dd2d282ff [2020-07-27T17:25:15.061Z] ---> aa95104d0163 [2020-07-27T17:25:15.061Z] Step 21/21 : LABEL version=0.0.0 [2020-07-27T17:25:15.372Z] ---> Running in 3d7d10aa9061 [2020-07-27T17:25:16.081Z] ---> 9be58c48b2f3 [2020-07-27T17:25:16.081Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-27T17:25:16.446Z] Removing intermediate container 3d7d10aa9061 [2020-07-27T17:25:16.446Z] ---> f97075015ced [2020-07-27T17:25:16.446Z] [2020-07-27T17:25:16.446Z] ---> Running in bca80d2c6e6f [2020-07-27T17:25:17.069Z] Successfully built f97075015ced [2020-07-27T17:25:17.069Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-27T17:25:17.347Z] Building docker-sys-mgmt-agent-go [2020-07-27T17:25:17.347Z]  Building docker-support-logging-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:25:17.941Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:25:18.216Z] v3.10.5-60-gf7c8b9a88d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-27T17:25:18.216Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-27T17:25:18.216Z] OK: 10167 distinct packages available [2020-07-27T17:25:18.816Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-27T17:25:19.088Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-27T17:25:19.088Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-27T17:25:19.088Z] (4/5) Installing curl (7.66.0-r0) [2020-07-27T17:25:19.088Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-27T17:25:19.088Z] Executing busybox-1.30.1-r3.trigger [2020-07-27T17:25:19.088Z] Executing ca-certificates-20191127-r2.trigger [2020-07-27T17:25:19.360Z] OK: 7 MiB in 19 packages [2020-07-27T17:25:21.980Z] Removing intermediate container bca80d2c6e6f [2020-07-27T17:25:21.980Z] ---> 0f1e5b8a7586 [2020-07-27T17:25:21.980Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-27T17:25:22.591Z] ---> Running in a25f000f3883 [2020-07-27T17:25:24.039Z] Removing intermediate container e535a08ab0af [2020-07-27T17:25:24.039Z] ---> a67e30eee31d [2020-07-27T17:25:24.039Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-27T17:25:24.645Z] ---> Running in 85f8b69f097b [2020-07-27T17:25:26.655Z] Removing intermediate container 85f8b69f097b [2020-07-27T17:25:26.655Z] ---> c1a62778dcec [2020-07-27T17:25:26.655Z] Step 13/26 : WORKDIR / [2020-07-27T17:25:26.655Z] Removing intermediate container a6f1c55bd6ec [2020-07-27T17:25:26.655Z] ---> 7cd2ce835c89 [2020-07-27T17:25:26.655Z] [2020-07-27T17:25:26.655Z] Step 10/21 : FROM scratch [2020-07-27T17:25:26.655Z] ---> [2020-07-27T17:25:26.655Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T17:25:26.934Z] ---> Running in 6bb36e476c2a [2020-07-27T17:25:27.206Z] ---> Running in e99dbbdfbc43 [2020-07-27T17:25:27.832Z] Removing intermediate container 6bb36e476c2a [2020-07-27T17:25:27.832Z] ---> fb76b5942d72 [2020-07-27T17:25:27.832Z] 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-27T17:25:27.832Z] Removing intermediate container a25f000f3883 [2020-07-27T17:25:27.832Z] ---> 3542d82e2931 [2020-07-27T17:25:27.832Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-27T17:25:27.832Z] Removing intermediate container e99dbbdfbc43 [2020-07-27T17:25:27.832Z] ---> aa7b77c5e925 [2020-07-27T17:25:27.832Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-27T17:25:28.116Z] ---> Running in 2a1f098758c0 [2020-07-27T17:25:28.116Z] ---> Running in feb25ee60b71 [2020-07-27T17:25:29.110Z] Removing intermediate container feb25ee60b71 [2020-07-27T17:25:29.110Z] ---> ec0501353484 [2020-07-27T17:25:29.110Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-27T17:25:29.110Z] Removing intermediate container 2a1f098758c0 [2020-07-27T17:25:29.110Z] ---> 6d29ffe87cfb [2020-07-27T17:25:29.110Z] Step 26/29 : CMD [ "generate" ] [2020-07-27T17:25:29.707Z] ---> 27053f88133f [2020-07-27T17:25:29.707Z] 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-27T17:25:29.707Z] ---> Running in b3de1c4ab3fe [2020-07-27T17:25:29.707Z] ---> Running in 39114e40ee1e [2020-07-27T17:25:30.685Z] Removing intermediate container b3de1c4ab3fe [2020-07-27T17:25:30.685Z] ---> 03d01486a436 [2020-07-27T17:25:30.685Z] Step 14/21 : WORKDIR / [2020-07-27T17:25:30.964Z] Removing intermediate container 39114e40ee1e [2020-07-27T17:25:30.964Z] ---> 569f39baed09 [2020-07-27T17:25:30.964Z] Step 27/29 : LABEL arch=arm64 [2020-07-27T17:25:30.964Z] ---> c0530514f818 [2020-07-27T17:25:30.964Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-27T17:25:31.254Z] ---> Running in c7c5e44bdee1 [2020-07-27T17:25:31.541Z] ---> Running in d23b401ad255 [2020-07-27T17:25:32.158Z] Removing intermediate container c7c5e44bdee1 [2020-07-27T17:25:32.158Z] ---> ce08f9c0c591 [2020-07-27T17:25:32.158Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-27T17:25:32.767Z] Removing intermediate container d23b401ad255 [2020-07-27T17:25:32.767Z] ---> a6ffad82fd8b [2020-07-27T17:25:32.767Z] Step 28/29 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:25:32.767Z] ---> e317b2847fba [2020-07-27T17:25:32.767Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-27T17:25:33.046Z] ---> Running in 48b4011d8ef5 [2020-07-27T17:25:33.652Z] ---> 1c46bf3941c3 [2020-07-27T17:25:33.652Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-27T17:25:34.637Z] ---> 4e4c12b32bc6 [2020-07-27T17:25:34.637Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-27T17:25:34.637Z] Removing intermediate container 48b4011d8ef5 [2020-07-27T17:25:34.637Z] ---> 21daffc09d5a [2020-07-27T17:25:34.637Z] Step 29/29 : LABEL version=0.0.0 [2020-07-27T17:25:34.916Z] ---> Running in 665e02130ce1 [2020-07-27T17:25:35.514Z] Removing intermediate container ea26e02c9b60 [2020-07-27T17:25:35.514Z] ---> 942ed93603b8 [2020-07-27T17:25:35.514Z] [2020-07-27T17:25:35.514Z] Step 10/22 : FROM alpine [2020-07-27T17:25:35.514Z] ---> 62ee0e9f8440 [2020-07-27T17:25:35.514Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T17:25:35.791Z] ---> 99e0d9f25bb6 [2020-07-27T17:25:35.791Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-27T17:25:36.081Z] Removing intermediate container 665e02130ce1 [2020-07-27T17:25:36.081Z] ---> bde41778f57a [2020-07-27T17:25:36.081Z] [2020-07-27T17:25:36.081Z] ---> Running in b2a0303beabb [2020-07-27T17:25:36.353Z] ---> 084097a4abce [2020-07-27T17:25:36.353Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-27T17:25:36.976Z] Removing intermediate container b2a0303beabb [2020-07-27T17:25:36.976Z] ---> 7f76d0775469 [2020-07-27T17:25:36.976Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-27T17:25:36.976Z] Successfully built bde41778f57a [2020-07-27T17:25:36.976Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-27T17:25:36.976Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-07-27T17:25:37.250Z] ---> Running in 2214963fb592 [2020-07-27T17:25:37.250Z] ---> 3e9ce2f6ce26 [2020-07-27T17:25:37.250Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:25:37.526Z] ---> Running in 01e40669e501 [2020-07-27T17:25:37.799Z] Removing intermediate container 2214963fb592 [2020-07-27T17:25:37.799Z] ---> 4a0e7868f4e0 [2020-07-27T17:25:37.799Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-27T17:25:38.082Z] ---> 298448350ae0 [2020-07-27T17:25:38.082Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-27T17:25:38.082Z] ---> Running in 727ea91a4964 [2020-07-27T17:25:38.082Z] Removing intermediate container 01e40669e501 [2020-07-27T17:25:38.082Z] ---> 917d63fe2980 [2020-07-27T17:25:38.082Z] Step 19/21 : LABEL arch=arm64 [2020-07-27T17:25:38.685Z] ---> Running in ddd03bb84fd1 [2020-07-27T17:25:38.962Z] Removing intermediate container 727ea91a4964 [2020-07-27T17:25:38.962Z] ---> 5f15d6cea8cf [2020-07-27T17:25:38.962Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:25:39.584Z] ---> Running in f335d5af2b9c [2020-07-27T17:25:39.584Z] Removing intermediate container ddd03bb84fd1 [2020-07-27T17:25:39.584Z] ---> 5806d4804c75 [2020-07-27T17:25:39.584Z] Step 20/21 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:25:39.860Z] ---> b512e0861974 [2020-07-27T17:25:39.860Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-27T17:25:39.860Z] ---> Running in deb576e8ea2b [2020-07-27T17:25:41.300Z] Removing intermediate container deb576e8ea2b [2020-07-27T17:25:41.300Z] ---> b7ec0aa61c7a [2020-07-27T17:25:41.300Z] Step 21/21 : LABEL version=0.0.0 [2020-07-27T17:25:41.581Z] ---> 140552af563b [2020-07-27T17:25:41.581Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-27T17:25:41.581Z] ---> Running in 66ed97270b36 [2020-07-27T17:25:41.855Z] ---> Running in 934be5793ba0 [2020-07-27T17:25:42.457Z] Removing intermediate container 66ed97270b36 [2020-07-27T17:25:42.457Z] ---> 26e67fbc74d7 [2020-07-27T17:25:42.457Z] [2020-07-27T17:25:43.440Z] Successfully built 26e67fbc74d7 [2020-07-27T17:25:43.440Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-27T17:25:43.440Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-07-27T17:25:44.045Z] Removing intermediate container f335d5af2b9c [2020-07-27T17:25:44.045Z] ---> 182049c12618 [2020-07-27T17:25:44.045Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-27T17:25:44.317Z] ---> Running in 0cae6ea57a56 [2020-07-27T17:25:45.757Z] Removing intermediate container 934be5793ba0 [2020-07-27T17:25:45.757Z] ---> b85cf587e477 [2020-07-27T17:25:46.043Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-27T17:25:46.325Z] ---> Running in 616a2c9b71fb [2020-07-27T17:25:46.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:25:47.197Z] Removing intermediate container 616a2c9b71fb [2020-07-27T17:25:47.197Z] ---> c235c776165e [2020-07-27T17:25:47.197Z] Step 24/26 : LABEL arch=arm64 [2020-07-27T17:25:47.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:25:47.798Z] ---> Running in b4cd504b07f3 [2020-07-27T17:25:48.083Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:25:48.083Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:25:48.083Z] ---> f097b30cca64 [2020-07-27T17:25:48.083Z] Step 3/26 : WORKDIR /edgex-go [2020-07-27T17:25:48.083Z] ---> Using cache [2020-07-27T17:25:48.083Z] ---> 75530227170d [2020-07-27T17:25:48.083Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:25:48.083Z] ---> Using cache [2020-07-27T17:25:48.083Z] ---> 28b0c56fd5a8 [2020-07-27T17:25:48.083Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-27T17:25:48.083Z] ---> Running in 36632154d328 [2020-07-27T17:25:48.363Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-27T17:25:48.638Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-27T17:25:48.638Z] Removing intermediate container b4cd504b07f3 [2020-07-27T17:25:48.638Z] ---> 3005975c0a99 [2020-07-27T17:25:48.638Z] Step 25/26 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:25:48.638Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-27T17:25:49.241Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-27T17:25:49.241Z] ---> Running in 6180d0e343c0 [2020-07-27T17:25:49.241Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-27T17:25:49.518Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:25:49.518Z] OK: 8 MiB in 19 packages [2020-07-27T17:25:50.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:25:50.140Z] Removing intermediate container 6180d0e343c0 [2020-07-27T17:25:50.140Z] ---> 37ecf305ad04 [2020-07-27T17:25:50.140Z] Step 26/26 : LABEL version=0.0.0 [2020-07-27T17:25:51.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:25:51.121Z] ---> Running in a49af7b08660 [2020-07-27T17:25:52.130Z] Removing intermediate container a49af7b08660 [2020-07-27T17:25:52.130Z] ---> d5b73de4d2a5 [2020-07-27T17:25:52.130Z] [2020-07-27T17:25:52.130Z] Removing intermediate container 0cae6ea57a56 [2020-07-27T17:25:52.130Z] ---> aadfd364d983 [2020-07-27T17:25:52.130Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-27T17:25:52.435Z] Successfully built d5b73de4d2a5 [2020-07-27T17:25:52.435Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-27T17:25:52.435Z] Building docker-security-proxy-setup-go [2020-07-27T17:25:52.435Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:25:52.435Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:25:52.435Z] OK: 12620 distinct packages available [2020-07-27T17:25:53.433Z]  Building docker-security-secretstore-setup-go ... done  ---> 7bdc2f6228b8 [2020-07-27T17:25:53.433Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-27T17:25:53.433Z] OK: 217 MiB in 51 packages [2020-07-27T17:25:55.412Z] ---> 7d14b01d6ea1 [2020-07-27T17:25:55.412Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-27T17:25:55.412Z] Removing intermediate container 36632154d328 [2020-07-27T17:25:55.412Z] ---> bbf08c344831 [2020-07-27T17:25:55.412Z] Step 6/26 : COPY go.mod . [2020-07-27T17:25:56.860Z] ---> 19c9ba0c2371 [2020-07-27T17:25:56.860Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:25:56.860Z] ---> 14f4cf088722 [2020-07-27T17:25:56.860Z] Step 7/26 : RUN go mod download [2020-07-27T17:25:57.134Z] ---> Running in 39568d908e40 [2020-07-27T17:25:57.134Z] ---> Running in ade357574cdf [2020-07-27T17:25:58.113Z] Removing intermediate container 39568d908e40 [2020-07-27T17:25:58.113Z] ---> dbc324d94c29 [2020-07-27T17:25:58.113Z] Step 20/22 : LABEL arch=arm64 [2020-07-27T17:25:58.386Z] ---> Running in b104ca2410bf [2020-07-27T17:25:59.360Z] Removing intermediate container b104ca2410bf [2020-07-27T17:25:59.360Z] ---> f874394ebd10 [2020-07-27T17:25:59.360Z] Step 21/22 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:25:59.635Z] ---> Running in 5f4bcca1f75c [2020-07-27T17:26:00.238Z] Removing intermediate container 5f4bcca1f75c [2020-07-27T17:26:00.238Z] ---> 9eda69b90f94 [2020-07-27T17:26:00.238Z] Step 22/22 : LABEL version=0.0.0 [2020-07-27T17:26:00.513Z] ---> Running in 1eaf18a8ef6e [2020-07-27T17:26:01.494Z] Removing intermediate container 1eaf18a8ef6e [2020-07-27T17:26:01.494Z] ---> 16c546774ed1 [2020-07-27T17:26:01.494Z] Removing intermediate container ade357574cdf [2020-07-27T17:26:01.494Z] ---> 131eae09972d [2020-07-27T17:26:01.494Z] Step 8/26 : COPY . . [2020-07-27T17:26:01.494Z] [2020-07-27T17:26:01.770Z] Successfully built 16c546774ed1 [2020-07-27T17:26:02.055Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-27T17:26:02.055Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2020-07-27T17:26:24.223Z] ---> 053f8e303216 [2020-07-27T17:26:24.223Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-27T17:26:25.652Z] ---> Running in 6ec65d3c4251 [2020-07-27T17:26:27.081Z] 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-27T17:26:37.246Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:26:37.246Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:26:37.246Z] ---> f097b30cca64 [2020-07-27T17:26:37.246Z] Step 3/21 : WORKDIR /edgex-go [2020-07-27T17:26:37.246Z] ---> Using cache [2020-07-27T17:26:37.246Z] ---> 75530227170d [2020-07-27T17:26:37.246Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:26:37.246Z] ---> Using cache [2020-07-27T17:26:37.246Z] ---> 28b0c56fd5a8 [2020-07-27T17:26:37.246Z] Step 5/21 : RUN apk update && apk add make git [2020-07-27T17:26:39.241Z] ---> Running in 7f5ac8e81698 [2020-07-27T17:26:41.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:26:44.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:26:45.938Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:26:45.938Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:26:45.938Z] ---> f097b30cca64 [2020-07-27T17:26:45.938Z] Step 3/23 : WORKDIR /edgex-go [2020-07-27T17:26:45.938Z] ---> Using cache [2020-07-27T17:26:45.938Z] ---> 75530227170d [2020-07-27T17:26:45.938Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:26:45.938Z] ---> Using cache [2020-07-27T17:26:45.938Z] ---> 28b0c56fd5a8 [2020-07-27T17:26:45.938Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-27T17:26:47.926Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:26:47.926Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:26:47.926Z] OK: 12620 distinct packages available [2020-07-27T17:26:48.519Z] OK: 217 MiB in 51 packages [2020-07-27T17:26:48.519Z] ---> Running in 261ad9af495a [2020-07-27T17:26:51.928Z] Removing intermediate container 7f5ac8e81698 [2020-07-27T17:26:51.928Z] ---> c4e2adb7e2c8 [2020-07-27T17:26:51.928Z] Step 6/21 : COPY go.mod . [2020-07-27T17:26:51.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:26:52.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:26:53.642Z] ---> ace951b633f1 [2020-07-27T17:26:53.642Z] Step 7/21 : RUN go mod download [2020-07-27T17:26:53.642Z] v3.12.0-182-g135754c915 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:26:53.642Z] v3.12.0-181-g9ea6184751 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:26:53.642Z] OK: 12620 distinct packages available [2020-07-27T17:26:53.917Z] ---> Running in 10822c955153 [2020-07-27T17:26:54.191Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:26:54.191Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:26:54.191Z] ---> f097b30cca64 [2020-07-27T17:26:54.191Z] Step 3/20 : WORKDIR /edgex-go [2020-07-27T17:26:54.191Z] ---> Using cache [2020-07-27T17:26:54.191Z] ---> 75530227170d [2020-07-27T17:26:54.191Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:26:54.191Z] ---> Using cache [2020-07-27T17:26:54.191Z] ---> 28b0c56fd5a8 [2020-07-27T17:26:54.191Z] Step 5/20 : RUN apk update && apk add make git [2020-07-27T17:26:54.191Z] ---> Using cache [2020-07-27T17:26:54.191Z] ---> c4e2adb7e2c8 [2020-07-27T17:26:54.191Z] Step 6/20 : COPY go.mod . [2020-07-27T17:26:54.191Z] ---> Using cache [2020-07-27T17:26:54.191Z] ---> ace951b633f1 [2020-07-27T17:26:54.191Z] Step 7/20 : RUN go mod download [2020-07-27T17:26:54.191Z] ---> Running in 144fa7f424a9 [2020-07-27T17:26:54.788Z] OK: 217 MiB in 51 packages [2020-07-27T17:26:58.199Z] Removing intermediate container 261ad9af495a [2020-07-27T17:26:58.199Z] ---> e2095e88b9a3 [2020-07-27T17:26:58.199Z] Step 6/23 : COPY go.mod . [2020-07-27T17:26:59.641Z] ---> b79d48d06617 [2020-07-27T17:26:59.641Z] Step 7/23 : RUN go mod download [2020-07-27T17:27:00.235Z] ---> Running in aa27d480de17 [2020-07-27T17:27:01.783Z] Removing intermediate container 144fa7f424a9 [2020-07-27T17:27:01.783Z] ---> 8b3aa2123aac [2020-07-27T17:27:01.783Z] Step 8/20 : COPY . . [2020-07-27T17:27:01.783Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-27T17:27:01.783Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-27T17:27:01.783Z] ---> f097b30cca64 [2020-07-27T17:27:01.783Z] Step 3/20 : WORKDIR /edgex-go [2020-07-27T17:27:01.783Z] ---> Using cache [2020-07-27T17:27:01.783Z] ---> 75530227170d [2020-07-27T17:27:01.783Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-27T17:27:01.783Z] ---> Using cache [2020-07-27T17:27:01.783Z] ---> 28b0c56fd5a8 [2020-07-27T17:27:01.783Z] Step 5/20 : RUN apk update && apk add make git [2020-07-27T17:27:01.783Z] ---> Using cache [2020-07-27T17:27:01.783Z] ---> c4e2adb7e2c8 [2020-07-27T17:27:01.783Z] Step 6/20 : COPY go.mod . [2020-07-27T17:27:01.783Z] ---> Using cache [2020-07-27T17:27:01.783Z] ---> ace951b633f1 [2020-07-27T17:27:01.783Z] Step 7/20 : RUN go mod download [2020-07-27T17:27:01.783Z] Removing intermediate container 10822c955153 [2020-07-27T17:27:01.783Z] ---> fd1dec404f95 [2020-07-27T17:27:01.783Z] Step 8/21 : COPY . . [2020-07-27T17:27:01.783Z] ---> Running in 0b42827656d9 [2020-07-27T17:27:07.384Z] Removing intermediate container aa27d480de17 [2020-07-27T17:27:07.384Z] ---> 72df0bf624b7 [2020-07-27T17:27:07.384Z] Step 8/23 : COPY . . [2020-07-27T17:27:07.659Z] Removing intermediate container 0b42827656d9 [2020-07-27T17:27:07.659Z] ---> e798610f7ce4 [2020-07-27T17:27:07.659Z] Step 8/20 : COPY . . [2020-07-27T17:27:29.834Z] Removing intermediate container 6ec65d3c4251 [2020-07-27T17:27:29.834Z] ---> 5fb078714177 [2020-07-27T17:27:29.834Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-27T17:27:29.834Z] ---> Running in 1140e1dde641 [2020-07-27T17:27:29.834Z] ---> e86303d23db4 [2020-07-27T17:27:29.834Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-27T17:27:29.834Z] ---> 5e20e9ab61fd [2020-07-27T17:27:29.834Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-27T17:27:30.117Z] ---> 0c3f2b13c895 [2020-07-27T17:27:30.117Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-27T17:27:30.117Z] ---> Running in 31897cc5bce2 [2020-07-27T17:27:30.117Z] ---> Running in 408ba87b64e5 [2020-07-27T17:27:30.391Z] ---> Running in f8a910ae5311 [2020-07-27T17:27:30.990Z] ---> dfd431f0ada5 [2020-07-27T17:27:30.990Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-27T17:27:31.267Z] ---> Running in 35c9e2d64643 [2020-07-27T17:27:31.561Z] 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-27T17:27:32.989Z] 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-27T17:27:32.989Z] 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-27T17:27:33.268Z] 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-27T17:27:33.866Z] 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-27T17:27:37.263Z] Removing intermediate container 1140e1dde641 [2020-07-27T17:27:37.263Z] ---> dedb3c788bd7 [2020-07-27T17:27:37.263Z] [2020-07-27T17:27:37.263Z] Step 11/26 : FROM docker:latest [2020-07-27T17:27:37.263Z] ---> ce9d55ae87f1 [2020-07-27T17:27:37.263Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-27T17:27:37.263Z] ---> Running in d15292385374 [2020-07-27T17:27:39.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:27:40.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:27:41.137Z] (1/2) Installing readline (8.0.4-r0) [2020-07-27T17:27:41.137Z] (2/2) Installing bash (5.0.17-r0) [2020-07-27T17:27:41.137Z] Executing bash-5.0.17-r0.post-install [2020-07-27T17:27:41.137Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:27:41.137Z] OK: 12 MiB in 22 packages [2020-07-27T17:27:43.131Z] Removing intermediate container d15292385374 [2020-07-27T17:27:43.131Z] ---> c1ba5df9d16e [2020-07-27T17:27:43.131Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-27T17:27:43.131Z] ---> Running in 28600365b784 [2020-07-27T17:27:47.458Z] Removing intermediate container 28600365b784 [2020-07-27T17:27:47.458Z] ---> 88f6cfb7a8bb [2020-07-27T17:27:47.458Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-27T17:27:47.458Z] ---> Running in 65b177be40ab [2020-07-27T17:27:48.447Z] Removing intermediate container 65b177be40ab [2020-07-27T17:27:48.447Z] ---> 03738714893d [2020-07-27T17:27:48.447Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-27T17:27:48.447Z] ---> Running in 76ed53f933a4 [2020-07-27T17:27:49.043Z] Removing intermediate container 76ed53f933a4 [2020-07-27T17:27:49.043Z] ---> ad444e6233ca [2020-07-27T17:27:49.043Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-27T17:27:49.321Z] ---> Running in 79b623ac90b6 [2020-07-27T17:27:49.921Z] Removing intermediate container 79b623ac90b6 [2020-07-27T17:27:49.921Z] ---> 2d912b6f38ed [2020-07-27T17:27:49.921Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-27T17:27:51.915Z] ---> 26f46aa91353 [2020-07-27T17:27:51.915Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-27T17:27:52.900Z] ---> 2956e77c9d41 [2020-07-27T17:27:52.900Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-27T17:27:54.339Z] ---> 7f07bb6daa77 [2020-07-27T17:27:54.339Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-27T17:27:54.339Z] ---> Running in e1863133545b [2020-07-27T17:27:56.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:27:57.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:27:58.223Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-27T17:27:58.223Z] (2/33) Installing expat (2.2.9-r1) [2020-07-27T17:27:58.223Z] (3/33) Installing libffi (3.3-r2) [2020-07-27T17:27:58.223Z] (4/33) Installing gdbm (1.13-r1) [2020-07-27T17:27:58.223Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-27T17:27:58.223Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-27T17:27:58.223Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-27T17:28:00.845Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-27T17:28:00.845Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-27T17:28:00.845Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-27T17:28:00.845Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-27T17:28:00.845Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-27T17:28:00.845Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-27T17:28:00.845Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-27T17:28:00.845Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-27T17:28:00.845Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-27T17:28:00.845Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-27T17:28:00.845Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-27T17:28:00.845Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-27T17:28:00.845Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-27T17:28:00.845Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-27T17:28:00.845Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-27T17:28:00.845Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-27T17:28:01.122Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-27T17:28:01.122Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-27T17:28:01.122Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-27T17:28:01.122Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-27T17:28:01.122Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-27T17:28:01.122Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-27T17:28:01.122Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-27T17:28:01.122Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-27T17:28:01.122Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-27T17:28:01.122Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-27T17:28:01.402Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:28:01.402Z] OK: 71 MiB in 55 packages [2020-07-27T17:28:11.637Z] Removing intermediate container e1863133545b [2020-07-27T17:28:11.637Z] ---> 832c6500b4d9 [2020-07-27T17:28:11.637Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-27T17:28:11.637Z] ---> Running in 1e1bf18d04cf [2020-07-27T17:28:19.924Z] Collecting docker-compose==1.23.2 [2020-07-27T17:28:19.924Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-27T17:28:20.905Z] 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-27T17:28:20.905Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-27T17:28:21.180Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-27T17:28:24.574Z] Collecting docker<4.0,>=3.6.0 [2020-07-27T17:28:24.574Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-27T17:28:25.555Z] Collecting docopt<0.7,>=0.6.1 [2020-07-27T17:28:25.555Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-27T17:28:29.872Z] Collecting cached-property<2,>=1.2.0 [2020-07-27T17:28:29.872Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-27T17:28:30.472Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-27T17:28:30.472Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-27T17:28:31.453Z] Collecting jsonschema<3,>=2.5.1 [2020-07-27T17:28:31.453Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-27T17:28:32.892Z] Collecting PyYAML<4,>=3.10 [2020-07-27T17:28:32.892Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-27T17:28:39.609Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-27T17:28:39.609Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-27T17:28:39.609Z] Collecting texttable<0.10,>=0.9.0 [2020-07-27T17:28:39.609Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-27T17:28:43.003Z] Collecting docker-pycreds>=0.4.0 [2020-07-27T17:28:43.003Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-27T17:28:43.284Z] 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-27T17:28:43.284Z] 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-27T17:28:43.887Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-27T17:28:43.887Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-27T17:28:44.503Z] Collecting idna<2.8,>=2.5 [2020-07-27T17:28:44.503Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-27T17:28:44.778Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-27T17:28:44.778Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-27T17:28:44.778Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-27T17:28:44.778Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-27T17:28:46.213Z] Installing collected packages: dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, cached-property, jsonschema, PyYAML, texttable, docker-compose [2020-07-27T17:28:46.213Z] Running setup.py install for dockerpty: started [2020-07-27T17:28:49.621Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-27T17:28:49.621Z] Attempting uninstall: urllib3 [2020-07-27T17:28:49.621Z] Found existing installation: urllib3 1.25.9 [2020-07-27T17:28:49.621Z] Uninstalling urllib3-1.25.9: [2020-07-27T17:28:49.897Z] Successfully uninstalled urllib3-1.25.9 [2020-07-27T17:28:50.881Z] Attempting uninstall: idna [2020-07-27T17:28:50.881Z] Found existing installation: idna 2.9 [2020-07-27T17:28:50.881Z] Uninstalling idna-2.9: [2020-07-27T17:28:50.881Z] Successfully uninstalled idna-2.9 [2020-07-27T17:28:51.866Z] Attempting uninstall: requests [2020-07-27T17:28:51.866Z] Found existing installation: requests 2.23.0 [2020-07-27T17:28:51.866Z] Uninstalling requests-2.23.0: [2020-07-27T17:28:52.144Z] Successfully uninstalled requests-2.23.0 [2020-07-27T17:28:53.580Z] Running setup.py install for docopt: started [2020-07-27T17:28:56.976Z] Running setup.py install for docopt: finished with status 'done' [2020-07-27T17:28:57.249Z] Running setup.py install for PyYAML: started [2020-07-27T17:29:02.690Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-27T17:29:02.690Z] Running setup.py install for texttable: started [2020-07-27T17:29:03.306Z] Removing intermediate container 408ba87b64e5 [2020-07-27T17:29:03.306Z] ---> 118dbc9e20ef [2020-07-27T17:29:03.306Z] [2020-07-27T17:29:03.306Z] Step 10/20 : FROM alpine [2020-07-27T17:29:03.604Z] ---> 62ee0e9f8440 [2020-07-27T17:29:03.604Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-27T17:29:03.604Z] ---> Running in 1a16c1659e9b [2020-07-27T17:29:05.615Z] Running setup.py install for texttable: finished with status 'done' [2020-07-27T17:29:06.374Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:29:06.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:29:07.738Z] 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-27T17:29:07.738Z] v3.12.0-182-g135754c915 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-27T17:29:07.738Z] v3.12.0-181-g9ea6184751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-27T17:29:07.738Z] OK: 12620 distinct packages available [2020-07-27T17:29:08.727Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-27T17:29:08.727Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-27T17:29:08.727Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-27T17:29:08.727Z] (4/4) Installing curl (7.69.1-r0) [2020-07-27T17:29:08.727Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:29:08.727Z] Executing ca-certificates-20191127-r4.trigger [2020-07-27T17:29:09.004Z] OK: 7 MiB in 18 packages [2020-07-27T17:29:11.644Z] Removing intermediate container 1a16c1659e9b [2020-07-27T17:29:11.644Z] ---> 83900b934fcb [2020-07-27T17:29:11.644Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-27T17:29:11.922Z] ---> Running in aef8dc380514 [2020-07-27T17:29:12.931Z] Removing intermediate container aef8dc380514 [2020-07-27T17:29:12.931Z] ---> ae2c61b13196 [2020-07-27T17:29:12.931Z] Step 13/20 : WORKDIR /edgex [2020-07-27T17:29:13.208Z] ---> Running in e4b34339291a [2020-07-27T17:29:13.490Z] Removing intermediate container 1e1bf18d04cf [2020-07-27T17:29:13.490Z] ---> 668658f99a21 [2020-07-27T17:29:13.490Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-27T17:29:13.774Z] ---> Running in 7949cf4d86a2 [2020-07-27T17:29:14.055Z] Removing intermediate container e4b34339291a [2020-07-27T17:29:14.055Z] ---> e60d33028c82 [2020-07-27T17:29:14.055Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-27T17:29:15.420Z] ---> f610ca3de824 [2020-07-27T17:29:15.420Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-27T17:29:16.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-27T17:29:17.150Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-27T17:29:17.427Z] ---> d11b027ac982 [2020-07-27T17:29:17.427Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-27T17:29:17.707Z] ---> Running in d8dfc4a0e50c [2020-07-27T17:29:18.309Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-27T17:29:18.309Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-27T17:29:18.309Z] (3/3) Installing curl (7.69.1-r0) [2020-07-27T17:29:18.309Z] Executing busybox-1.31.1-r16.trigger [2020-07-27T17:29:18.309Z] OK: 71 MiB in 58 packages [2020-07-27T17:29:18.309Z] Removing intermediate container d8dfc4a0e50c [2020-07-27T17:29:18.309Z] ---> c33c45eb691e [2020-07-27T17:29:18.309Z] Step 17/20 : CMD ["--init=true"] [2020-07-27T17:29:18.586Z] ---> Running in e50783fcd968 [2020-07-27T17:29:19.587Z] Removing intermediate container e50783fcd968 [2020-07-27T17:29:19.587Z] ---> 263c58461a9c [2020-07-27T17:29:19.587Z] Step 18/20 : LABEL arch=arm64 [2020-07-27T17:29:19.866Z] ---> Running in 7c727741818e [2020-07-27T17:29:20.470Z] Removing intermediate container 7949cf4d86a2 [2020-07-27T17:29:20.470Z] ---> a970e5cf99a4 [2020-07-27T17:29:20.470Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:29:20.744Z] ---> Running in 251dc18c4814 [2020-07-27T17:29:20.744Z] Removing intermediate container 7c727741818e [2020-07-27T17:29:20.744Z] ---> 34cbe392bdcd [2020-07-27T17:29:20.744Z] Step 19/20 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:29:21.020Z] ---> Running in 28d4214ebff2 [2020-07-27T17:29:21.297Z] Removing intermediate container 251dc18c4814 [2020-07-27T17:29:21.297Z] ---> 30a7363c5ede [2020-07-27T17:29:21.297Z] Step 24/26 : LABEL arch=arm64 [2020-07-27T17:29:21.571Z] Removing intermediate container 28d4214ebff2 [2020-07-27T17:29:21.571Z] ---> b8ca7b275494 [2020-07-27T17:29:21.571Z] Step 20/20 : LABEL version=0.0.0 [2020-07-27T17:29:21.571Z] ---> Running in c65e60846d01 [2020-07-27T17:29:21.851Z] ---> Running in abe9dd453639 [2020-07-27T17:29:22.461Z] Removing intermediate container c65e60846d01 [2020-07-27T17:29:22.461Z] ---> 5b8960e78b79 [2020-07-27T17:29:22.461Z] Step 25/26 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:29:22.461Z] Removing intermediate container abe9dd453639 [2020-07-27T17:29:22.461Z] ---> 8f091584387d [2020-07-27T17:29:22.461Z] [2020-07-27T17:29:22.737Z] ---> Running in e9ea2af9df11 [2020-07-27T17:29:23.361Z] Successfully built 8f091584387d [2020-07-27T17:29:23.361Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-27T17:29:23.361Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e9ea2af9df11 [2020-07-27T17:29:23.361Z] ---> 1ee6f73d5f1e [2020-07-27T17:29:23.361Z] Step 26/26 : LABEL version=0.0.0 [2020-07-27T17:29:23.640Z] ---> Running in 2ba107a5938f [2020-07-27T17:29:24.244Z] Removing intermediate container 2ba107a5938f [2020-07-27T17:29:24.244Z] ---> a19c4f5f9f3e [2020-07-27T17:29:24.244Z] [2020-07-27T17:29:24.519Z] Successfully built a19c4f5f9f3e [2020-07-27T17:29:24.519Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-27T17:29:34.716Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f8a910ae5311 [2020-07-27T17:29:34.716Z] ---> 4255c70d88ab [2020-07-27T17:29:34.716Z] [2020-07-27T17:29:34.716Z] Step 10/23 : FROM scratch [2020-07-27T17:29:34.716Z] ---> [2020-07-27T17:29:34.716Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-27T17:29:34.716Z] Removing intermediate container 31897cc5bce2 [2020-07-27T17:29:34.716Z] ---> 47c9e23f0382 [2020-07-27T17:29:34.716Z] [2020-07-27T17:29:34.716Z] Step 10/21 : FROM scratch [2020-07-27T17:29:34.716Z] ---> [2020-07-27T17:29:34.716Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T17:29:34.716Z] ---> Using cache [2020-07-27T17:29:34.716Z] Removing intermediate container 35c9e2d64643 [2020-07-27T17:29:34.716Z] ---> 6754a2f3f848 [2020-07-27T17:29:34.716Z] [2020-07-27T17:29:34.716Z] Step 10/20 : FROM scratch [2020-07-27T17:29:34.716Z] ---> [2020-07-27T17:29:34.716Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-27T17:29:34.716Z] ---> 59438f2a8447 [2020-07-27T17:29:34.716Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-27T17:29:34.716Z] ---> Running in 3863636bacfd [2020-07-27T17:29:34.716Z] ---> Using cache [2020-07-27T17:29:34.716Z] ---> aa7b77c5e925 [2020-07-27T17:29:34.716Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-27T17:29:34.716Z] ---> Using cache [2020-07-27T17:29:34.716Z] ---> aa7b77c5e925 [2020-07-27T17:29:34.716Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-27T17:29:34.716Z] ---> Running in 359ee0c565bb [2020-07-27T17:29:34.716Z] ---> Running in 134bfb65843c [2020-07-27T17:29:34.716Z] Removing intermediate container 3863636bacfd [2020-07-27T17:29:34.716Z] ---> b7a44bb39c58 [2020-07-27T17:29:34.716Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-27T17:29:34.716Z] ---> Running in ee257df50c88 [2020-07-27T17:29:34.716Z] Removing intermediate container 359ee0c565bb [2020-07-27T17:29:34.716Z] ---> 0ea4c98b91cd [2020-07-27T17:29:34.716Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-27T17:29:34.716Z] Removing intermediate container 134bfb65843c [2020-07-27T17:29:34.716Z] ---> 76aae9bcde91 [2020-07-27T17:29:34.716Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-27T17:29:34.716Z] ---> Running in 8dff47779d14 [2020-07-27T17:29:34.716Z] ---> Running in 5827826c079f [2020-07-27T17:29:34.716Z] Removing intermediate container ee257df50c88 [2020-07-27T17:29:34.716Z] ---> 6c83689fe980 [2020-07-27T17:29:34.716Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-27T17:29:34.991Z] Removing intermediate container 8dff47779d14 [2020-07-27T17:29:34.991Z] ---> 4bd034ad5be1 [2020-07-27T17:29:34.991Z] Step 14/21 : WORKDIR / [2020-07-27T17:29:34.991Z] ---> Running in a972ef8270f5 [2020-07-27T17:29:34.991Z] Removing intermediate container 5827826c079f [2020-07-27T17:29:34.991Z] ---> 61fa64e264f8 [2020-07-27T17:29:34.991Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-27T17:29:35.596Z] ---> 830130d9689f [2020-07-27T17:29:35.596Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-27T17:29:35.596Z] Removing intermediate container a972ef8270f5 [2020-07-27T17:29:35.596Z] ---> e5536535ff9d [2020-07-27T17:29:35.596Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-27T17:29:35.875Z] ---> f0de753328e8 [2020-07-27T17:29:35.875Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-27T17:29:36.859Z] ---> 9824a0602b4d [2020-07-27T17:29:36.859Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-27T17:29:37.132Z] ---> f772d07e29a7 [2020-07-27T17:29:37.132Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-27T17:29:37.729Z] ---> dde3cf262880 [2020-07-27T17:29:37.729Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-27T17:29:38.008Z] ---> 1b6739caa0a6 [2020-07-27T17:29:38.008Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-27T17:29:38.624Z] ---> 6c525deb1e51 [2020-07-27T17:29:38.624Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-27T17:29:38.624Z] ---> aca99babb4d7 [2020-07-27T17:29:38.624Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:29:38.624Z] ---> Running in b0feeb964629 [2020-07-27T17:29:38.899Z] ---> 8a1e1b1b1b74 [2020-07-27T17:29:38.899Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:29:38.899Z] ---> Running in fe54faa24518 [2020-07-27T17:29:39.181Z] Removing intermediate container b0feeb964629 [2020-07-27T17:29:39.181Z] ---> ddeaaa74c70e [2020-07-27T17:29:39.181Z] Step 18/20 : LABEL arch=arm64 [2020-07-27T17:29:39.181Z] ---> e318dc556bbc [2020-07-27T17:29:39.181Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-27T17:29:39.181Z] ---> Running in 1187bac53c73 [2020-07-27T17:29:39.458Z] Removing intermediate container fe54faa24518 [2020-07-27T17:29:39.458Z] ---> 8b1dfcb7682d [2020-07-27T17:29:39.458Z] Step 19/21 : LABEL arch=arm64 [2020-07-27T17:29:39.739Z] ---> Running in 204da511f6ce [2020-07-27T17:29:40.014Z] Removing intermediate container 1187bac53c73 [2020-07-27T17:29:40.014Z] ---> 131762e11da0 [2020-07-27T17:29:40.014Z] Step 19/20 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:29:40.292Z] ---> Running in 52501c50f31f [2020-07-27T17:29:40.292Z] Removing intermediate container 204da511f6ce [2020-07-27T17:29:40.292Z] ---> 8d1977311b33 [2020-07-27T17:29:40.292Z] Step 20/21 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:29:40.567Z] ---> Running in 02479d1dfff4 [2020-07-27T17:29:40.841Z] Removing intermediate container 52501c50f31f [2020-07-27T17:29:40.841Z] ---> c888338d26c7 [2020-07-27T17:29:40.841Z] Step 20/20 : LABEL version=0.0.0 [2020-07-27T17:29:40.841Z] ---> 0f3e934e3f14 [2020-07-27T17:29:40.841Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-27T17:29:41.118Z] ---> Running in 94345cae7cc2 [2020-07-27T17:29:41.118Z] Removing intermediate container 02479d1dfff4 [2020-07-27T17:29:41.118Z] ---> 70e9439a0e8b [2020-07-27T17:29:41.118Z] Step 21/21 : LABEL version=0.0.0 [2020-07-27T17:29:41.392Z] ---> Running in 6574e9c8ed89 [2020-07-27T17:29:41.673Z] Removing intermediate container 94345cae7cc2 [2020-07-27T17:29:41.673Z] ---> d9a65756e8ab [2020-07-27T17:29:41.673Z] [2020-07-27T17:29:41.673Z] ---> f2594819b614 [2020-07-27T17:29:41.673Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-27T17:29:41.961Z] ---> Running in 04cefa275cd0 [2020-07-27T17:29:42.236Z] Removing intermediate container 6574e9c8ed89 [2020-07-27T17:29:42.236Z] ---> cac031328a2c [2020-07-27T17:29:42.236Z] [2020-07-27T17:29:42.236Z] Successfully built d9a65756e8ab [2020-07-27T17:29:42.236Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-27T17:29:42.838Z]  Building docker-support-scheduler-go ... done Successfully built cac031328a2c [2020-07-27T17:29:42.838Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-27T17:29:42.838Z]  Building docker-core-command-go ... done Removing intermediate container 04cefa275cd0 [2020-07-27T17:29:42.838Z] ---> 18b12ca2e84b [2020-07-27T17:29:42.838Z] Step 21/23 : LABEL arch=arm64 [2020-07-27T17:29:42.838Z] ---> Running in f4bb5e82e3c7 [2020-07-27T17:29:43.446Z] Removing intermediate container f4bb5e82e3c7 [2020-07-27T17:29:43.446Z] ---> 3858d20d9851 [2020-07-27T17:29:43.446Z] Step 22/23 : LABEL git_sha=20d69cf472830a87156b00195b977e95db74ba98 [2020-07-27T17:29:43.446Z] ---> Running in 16c474b37a24 [2020-07-27T17:29:44.044Z] Removing intermediate container 16c474b37a24 [2020-07-27T17:29:44.044Z] ---> 0930c22935fb [2020-07-27T17:29:44.044Z] Step 23/23 : LABEL version=0.0.0 [2020-07-27T17:29:44.044Z] ---> Running in fc5e3649301a [2020-07-27T17:29:44.640Z] Removing intermediate container fc5e3649301a [2020-07-27T17:29:44.640Z] ---> 27b9318f2995 [2020-07-27T17:29:44.640Z] [2020-07-27T17:29:45.231Z] Successfully built 27b9318f2995 [2020-07-27T17:29:45.231Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-27T17:29:45.515Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-07-27T17:29:45.520Z] $ docker stop --time=1 188616f3a44d190be985331f6f12b0de1aa56a08fe99ef4c6540906b9c4df310 [2020-07-27T17:29:47.466Z] $ docker rm -f 188616f3a44d190be985331f6f12b0de1aa56a08fe99ef4c6540906b9c4df310 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-27T17:29:48.345Z] + docker images [2020-07-27T17:29:48.345Z] + grep docker [2020-07-27T17:29:48.622Z] docker-support-notifications-go-arm64 latest 27b9318f2995 4 seconds ago 13.9MB [2020-07-27T17:29:48.622Z] docker-support-scheduler-go-arm64 latest d9a65756e8ab 7 seconds ago 12.6MB [2020-07-27T17:29:48.622Z] docker-core-command-go-arm64 latest cac031328a2c 7 seconds ago 12.4MB [2020-07-27T17:29:48.622Z] docker-sys-mgmt-agent-go-arm64 latest a19c4f5f9f3e 25 seconds ago 266MB [2020-07-27T17:29:48.622Z] docker-security-proxy-setup-go-arm64 latest 8f091584387d 26 seconds ago 15.8MB [2020-07-27T17:29:48.622Z] docker-core-data-go-arm64 latest 16c546774ed1 3 minutes ago 22.6MB [2020-07-27T17:29:48.622Z] docker-security-secretstore-setup-go-arm64 latest d5b73de4d2a5 3 minutes ago 32.6MB [2020-07-27T17:29:48.622Z] docker-core-metadata-go-arm64 latest 26e67fbc74d7 4 minutes ago 13.8MB [2020-07-27T17:29:48.622Z] docker-security-secrets-setup-go-arm64 latest bde41778f57a 4 minutes ago 24.2MB [2020-07-27T17:29:48.622Z] docker-support-logging-go-arm64 latest f97075015ced 4 minutes ago 11.4MB [2020-07-27T17:29:48.622Z] 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-27T17:29:50.675Z] provisioning config files... [2020-07-27T17:29:50.689Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6662036391795669311tmp [Pipeline] { [Pipeline] sh [2020-07-27T17:29:51.118Z] + curl -s https://codecov.io/bash [2020-07-27T17:29:51.118Z] + bash -s - -t @/w/workspace/edgex-go/1@tmp/config6662036391795669311tmp [Pipeline] } [2020-07-27T17:29:51.724Z] 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-27T17:29:53.854Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-27T17:29:54.784Z] ---> package-listing.sh [2020-07-27T17:29:54.784Z] ++ facter osfamily [2020-07-27T17:29:54.784Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-27T17:29:54.784Z] + OS_FAMILY=redhat [2020-07-27T17:29:54.784Z] + workspace=/w/workspace/edgex-go/1 [2020-07-27T17:29:54.784Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-27T17:29:54.784Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-27T17:29:54.784Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-27T17:29:54.784Z] + PACKAGES=/tmp/packages_start.txt [2020-07-27T17:29:54.784Z] + '[' /w/workspace/edgex-go/1 ']' [2020-07-27T17:29:54.784Z] + PACKAGES=/tmp/packages_end.txt [2020-07-27T17:29:54.784Z] + case "${OS_FAMILY}" in [2020-07-27T17:29:54.784Z] + rpm -qa [2020-07-27T17:29:54.784Z] + sort [2020-07-27T17:29:59.003Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-27T17:29:59.003Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-27T17:29:59.003Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-27T17:29:59.003Z] + '[' /w/workspace/edgex-go/1 ']' [2020-07-27T17:29:59.003Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-07-27T17:29:59.003Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-27T17:29:59.732Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-27T17:29:59.733Z] [2020-07-27T17:29:59.733Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-27T17:30:00.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-27T17:30:00.101Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-27T17:30:00.101Z] c9b1b535fdd9: Pulling fs layer [2020-07-27T17:30:00.101Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-27T17:30:00.101Z] 756a868c4378: Pulling fs layer [2020-07-27T17:30:00.101Z] 444b2fc9a129: Pulling fs layer [2020-07-27T17:30:00.101Z] ea15f1150254: Pulling fs layer [2020-07-27T17:30:00.101Z] 41b27a9f41bf: Pulling fs layer [2020-07-27T17:30:00.101Z] 28c525ee5125: Pulling fs layer [2020-07-27T17:30:00.101Z] 094b1ea09ed8: Pulling fs layer [2020-07-27T17:30:00.101Z] 138eaada9080: Pulling fs layer [2020-07-27T17:30:00.101Z] 444b2fc9a129: Waiting [2020-07-27T17:30:00.101Z] 0622d0fa9048: Pulling fs layer [2020-07-27T17:30:00.101Z] ea15f1150254: Waiting [2020-07-27T17:30:00.101Z] 41b27a9f41bf: Waiting [2020-07-27T17:30:00.101Z] 28c525ee5125: Waiting [2020-07-27T17:30:00.101Z] 094b1ea09ed8: Waiting [2020-07-27T17:30:00.101Z] 138eaada9080: Waiting [2020-07-27T17:30:00.101Z] 0622d0fa9048: Waiting [2020-07-27T17:30:00.101Z] 2cc5ad85d9ab: Download complete [2020-07-27T17:30:00.101Z] 444b2fc9a129: Verifying Checksum [2020-07-27T17:30:00.101Z] 444b2fc9a129: Download complete [2020-07-27T17:30:00.101Z] c9b1b535fdd9: Verifying Checksum [2020-07-27T17:30:00.366Z] ea15f1150254: Download complete [2020-07-27T17:30:00.366Z] 28c525ee5125: Verifying Checksum [2020-07-27T17:30:00.366Z] 28c525ee5125: Download complete [2020-07-27T17:30:00.637Z] 756a868c4378: Verifying Checksum [2020-07-27T17:30:00.637Z] 756a868c4378: Download complete [2020-07-27T17:30:00.637Z] c9b1b535fdd9: Pull complete [2020-07-27T17:30:00.901Z] 138eaada9080: Verifying Checksum [2020-07-27T17:30:00.901Z] 138eaada9080: Download complete [2020-07-27T17:30:00.901Z] 094b1ea09ed8: Verifying Checksum [2020-07-27T17:30:00.901Z] 094b1ea09ed8: Download complete [2020-07-27T17:30:00.901Z] 0622d0fa9048: Verifying Checksum [2020-07-27T17:30:00.901Z] 0622d0fa9048: Download complete [2020-07-27T17:30:01.163Z] 41b27a9f41bf: Verifying Checksum [2020-07-27T17:30:01.163Z] 41b27a9f41bf: Download complete [2020-07-27T17:30:02.114Z] 2cc5ad85d9ab: Pull complete [2020-07-27T17:30:04.063Z] 756a868c4378: Pull complete [2020-07-27T17:30:04.063Z] 444b2fc9a129: Pull complete [2020-07-27T17:30:04.324Z] ea15f1150254: Pull complete [2020-07-27T17:30:09.672Z] 41b27a9f41bf: Pull complete [2020-07-27T17:30:09.672Z] 28c525ee5125: Pull complete [2020-07-27T17:30:11.626Z] 094b1ea09ed8: Pull complete [2020-07-27T17:30:13.539Z] 138eaada9080: Pull complete [2020-07-27T17:30:13.539Z] 0622d0fa9048: Pull complete [2020-07-27T17:30:13.539Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-27T17:30:13.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-27T17:30:13.539Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-27T17:30:13.783Z] prd-centos7-docker-4c-2g-1135 does not seem to be running inside a container [2020-07-27T17:30:13.825Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-27T17:30:18.443Z] $ docker top dc78a30f4221508608f3833d4839e7f672f8cd1f3a224309fb00d02a7910ed8f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-27T17:30:18.887Z] provisioning config files... [2020-07-27T17:30:18.901Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8781040033922919627tmp [Pipeline] { [Pipeline] echo [2020-07-27T17:30:18.994Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-27T17:30:19.317Z] ---> create-netrc.sh [Pipeline] echo [2020-07-27T17:30:19.340Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-27T17:30:19.663Z] ---> logs-deploy.sh [2020-07-27T17:30:19.663Z] + ARCHIVE_ARTIFACTS= [2020-07-27T17:30:19.663Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-27T17:30:19.664Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-27T17:30:19.664Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-27T17:30:19.664Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/1 [2020-07-27T17:30:19.664Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2645/1/ [2020-07-27T17:30:19.664Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/1 /w/workspace/edgex-go/1 [2020-07-27T17:30:20.608Z] Archives upload complete. [2020-07-27T17:30:20.870Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2645/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2645/1/