Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6df8530f92e66c259c9e6c4b7995a1e49851403d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-503 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/127 [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/127 # 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/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # 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/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 6df8530f92e66c259c9e6c4b7995a1e49851403d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 Commit message: "fix: Use Itoa() instead of string() for int conversion (#2663)" > git rev-list --no-walk 3eb76640e6647ccb2c90eae523d8ce8ade543cc4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-19T20:05:03.928Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-19T20:05:04.192Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-19T20:05:04.278Z] ========================================================= [2020-08-19T20:05:04.278Z] EdgeX Global Pipelines Version Info [2020-08-19T20:05:04.278Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:05:05.711Z] ------------------- [2020-08-19T20:05:05.711Z] stable info: [2020-08-19T20:05:05.711Z] ------------------- [2020-08-19T20:05:05.711Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-19T20:05:05.711Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-19T20:05:05.711Z] Message: update stable to v1.0.106 [2020-08-19T20:05:06.658Z] ------------------- [2020-08-19T20:05:06.658Z] experimental info: [2020-08-19T20:05:06.658Z] ------------------- [2020-08-19T20:05:06.658Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-19T20:05:06.658Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-19T20:05:06.658Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-19T20:05:08.341Z] ++ 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-08-19T20:05:08.342Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-19T20:05:08.342Z] ++ dirname cmd/core-command/Dockerfile [2020-08-19T20:05:08.342Z] ++ cut -d/ -f2 [2020-08-19T20:05:08.342Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-19T20:05:08.342Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-19T20:05:08.342Z] ++ dirname cmd/core-data/Dockerfile [2020-08-19T20:05:08.342Z] ++ cut -d/ -f2 [2020-08-19T20:05:08.342Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-19T20:05:08.342Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-19T20:05:08.342Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-19T20:05:08.342Z] ++ cut -d/ -f2 [2020-08-19T20:05:08.342Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-19T20:05:08.342Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-19T20:05:08.342Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-19T20:05:08.342Z] ++ cut -d/ -f2 [2020-08-19T20:05:08.342Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-19T20:05:08.342Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-19T20:05:08.342Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-19T20:05:08.342Z] ++ cut -d/ -f2 [2020-08-19T20:05:08.342Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-19T20:05:08.342Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-19T20:05:08.342Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-19T20:05:08.342Z] ++ cut -d/ -f2 [2020-08-19T20:05:08.342Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-19T20:05:08.342Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-19T20:05:08.342Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-19T20:05:08.342Z] ++ cut -d/ -f2 [2020-08-19T20:05:08.342Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-19T20:05:08.342Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-19T20:05:08.342Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-19T20:05:08.342Z] ++ cut -d/ -f2 [2020-08-19T20:05:08.342Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-19T20:05:08.342Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-19T20:05:08.342Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-19T20:05:08.342Z] ++ cut -d/ -f2 [2020-08-19T20:05:08.342Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-19T20:05:08.342Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-19T20:05:08.342Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-19T20:05:08.342Z] ++ cut -d/ -f2 [2020-08-19T20:05:08.342Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-19T20:05:08.421Z] 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-08-19T20:05:09.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:05:09.707Z] [2020-08-19T20:05:09.707Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:05:10.081Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:05:10.081Z] latest: Pulling from edgex-devops/git-semver [2020-08-19T20:05:10.081Z] 31603596830f: Pulling fs layer [2020-08-19T20:05:10.081Z] 2a8b12db71e7: Pulling fs layer [2020-08-19T20:05:10.081Z] 6ca5941a6612: Pulling fs layer [2020-08-19T20:05:10.081Z] ecc8261a40a4: Pulling fs layer [2020-08-19T20:05:10.081Z] ecc8261a40a4: Waiting [2020-08-19T20:05:10.081Z] 2a8b12db71e7: Verifying Checksum [2020-08-19T20:05:10.081Z] 2a8b12db71e7: Download complete [2020-08-19T20:05:10.349Z] 31603596830f: Verifying Checksum [2020-08-19T20:05:10.349Z] 31603596830f: Download complete [2020-08-19T20:05:10.349Z] ecc8261a40a4: Verifying Checksum [2020-08-19T20:05:10.349Z] ecc8261a40a4: Download complete [2020-08-19T20:05:10.349Z] 6ca5941a6612: Verifying Checksum [2020-08-19T20:05:10.349Z] 6ca5941a6612: Download complete [2020-08-19T20:05:10.614Z] 31603596830f: Pull complete [2020-08-19T20:05:10.614Z] 2a8b12db71e7: Pull complete [2020-08-19T20:05:11.563Z] 6ca5941a6612: Pull complete [2020-08-19T20:05:11.825Z] ecc8261a40a4: Pull complete [2020-08-19T20:05:11.825Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-19T20:05:11.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:05:11.825Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-19T20:05:11.922Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:05:11.965Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-19T20:05:14.303Z] $ docker top a970a1cb61536cad60d19d793b447f12e18236d37077cfe6480cbef6dec601da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-19T20:05:14.576Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:05:14.576Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:05:14.799Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:05:14.799Z] $ docker exec a970a1cb61536cad60d19d793b447f12e18236d37077cfe6480cbef6dec601da ssh-agent [2020-08-19T20:05:14.974Z] SSH_AUTH_SOCK=/tmp/ssh-Kqdg8xCqJBo4/agent.12 [2020-08-19T20:05:14.974Z] SSH_AGENT_PID=18 [2020-08-19T20:05:14.989Z] Running ssh-add (command line suppressed) [2020-08-19T20:05:15.185Z] Identity added: /w/workspace/edgex-go/127@tmp/private_key_302706844471102603.key (/w/workspace/edgex-go/127@tmp/private_key_302706844471102603.key) [2020-08-19T20:05:15.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:05:15.588Z] + git describe --exact-match --tags HEAD [2020-08-19T20:05:15.588Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-19T20:05:15.604Z] $ docker exec --env ******** --env ******** a970a1cb61536cad60d19d793b447f12e18236d37077cfe6480cbef6dec601da ssh-agent -k [2020-08-19T20:05:15.716Z] unset SSH_AUTH_SOCK; [2020-08-19T20:05:15.716Z] unset SSH_AGENT_PID; [2020-08-19T20:05:15.716Z] echo Agent pid 18 killed; [2020-08-19T20:05:15.766Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-19T20:05:15.848Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-19T20:05:15.848Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-19T20:05:15.942Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:05:15.942Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:05:16.101Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:05:16.099Z] $ docker exec a970a1cb61536cad60d19d793b447f12e18236d37077cfe6480cbef6dec601da ssh-agent [2020-08-19T20:05:16.259Z] SSH_AUTH_SOCK=/tmp/ssh-hAqFvwoleEap/agent.46 [2020-08-19T20:05:16.259Z] SSH_AGENT_PID=52 [2020-08-19T20:05:16.265Z] Running ssh-add (command line suppressed) [2020-08-19T20:05:16.384Z] Identity added: /w/workspace/edgex-go/127@tmp/private_key_2029791680778008649.key (/w/workspace/edgex-go/127@tmp/private_key_2029791680778008649.key) [2020-08-19T20:05:16.439Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:05:16.768Z] + git semver init [2020-08-19T20:05:16.768Z] # -> Open(): unable to determine branch for HEAD [2020-08-19T20:05:16.768Z] # $GIT_DIR = /w/workspace/edgex-go/127/.git [2020-08-19T20:05:16.768Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/127 [2020-08-19T20:05:16.768Z] # $SEMVER_REMOTE_NAME = origin [2020-08-19T20:05:16.768Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-19T20:05:16.768Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-19T20:05:16.768Z] # $SEMVER_BRANCH = master [2020-08-19T20:05:16.768Z] # $SEMVER_TEMP = /tmp/semver-192695449 [2020-08-19T20:05:16.768Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-19T20:05:34.916Z] # '/tmp/semver-192695449' -> '/w/workspace/edgex-go/127/.semver' [2020-08-19T20:05:34.916Z] # -> Force: false [2020-08-19T20:05:34.916Z] # $SEMVER_DIR = /w/workspace/edgex-go/127/.semver [Pipeline] } [2020-08-19T20:05:34.922Z] $ docker exec --env ******** --env ******** a970a1cb61536cad60d19d793b447f12e18236d37077cfe6480cbef6dec601da ssh-agent -k [2020-08-19T20:05:35.104Z] unset SSH_AUTH_SOCK; [2020-08-19T20:05:35.104Z] unset SSH_AGENT_PID; [2020-08-19T20:05:35.104Z] echo Agent pid 52 killed; [2020-08-19T20:05:35.161Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-19T20:05:35.611Z] + git semver [Pipeline] } [2020-08-19T20:05:35.622Z] $ docker stop --time=1 a970a1cb61536cad60d19d793b447f12e18236d37077cfe6480cbef6dec601da [2020-08-19T20:05:37.291Z] $ docker rm -f a970a1cb61536cad60d19d793b447f12e18236d37077cfe6480cbef6dec601da [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-19T20:05:51.257Z] Stashed 32 file(s) [Pipeline] echo [2020-08-19T20:05:51.259Z] [edgeXSemver] initialized semver on version 1.2.2-dev.15 [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-08-19T20:05:51.790Z] ========================================================= [2020-08-19T20:05:51.790Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-19T20:05:51.790Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:05:52.119Z] + 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-08-19T20:05:56.352Z] Sending build context to Docker daemon 323.1MB [2020-08-19T20:05:56.352Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-19T20:05:56.352Z] Step 2/7 : FROM ${BASE} [2020-08-19T20:05:56.352Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-19T20:05:56.352Z] df20fa9351a1: Pulling fs layer [2020-08-19T20:05:56.352Z] ed8968b2872e: Pulling fs layer [2020-08-19T20:05:56.352Z] a92cc7c5fd73: Pulling fs layer [2020-08-19T20:05:56.352Z] 2dd03ba5bac4: Pulling fs layer [2020-08-19T20:05:56.352Z] 1e091d79d1de: Pulling fs layer [2020-08-19T20:05:56.352Z] 481702a1767f: Pulling fs layer [2020-08-19T20:05:56.352Z] f64a6f60c768: Pulling fs layer [2020-08-19T20:05:56.352Z] e78d2573fc39: Pulling fs layer [2020-08-19T20:05:56.352Z] e876d2f968b6: Pulling fs layer [2020-08-19T20:05:56.352Z] ce8a83651883: Pulling fs layer [2020-08-19T20:05:56.352Z] 07967f4d0e4b: Pulling fs layer [2020-08-19T20:05:56.352Z] 2dd03ba5bac4: Waiting [2020-08-19T20:05:56.352Z] f64a6f60c768: Waiting [2020-08-19T20:05:56.352Z] 1e091d79d1de: Waiting [2020-08-19T20:05:56.352Z] 481702a1767f: Waiting [2020-08-19T20:05:56.352Z] e78d2573fc39: Waiting [2020-08-19T20:05:56.352Z] e876d2f968b6: Waiting [2020-08-19T20:05:56.352Z] ce8a83651883: Waiting [2020-08-19T20:05:56.352Z] 07967f4d0e4b: Waiting [2020-08-19T20:05:56.352Z] a92cc7c5fd73: Verifying Checksum [2020-08-19T20:05:56.352Z] a92cc7c5fd73: Download complete [2020-08-19T20:05:56.352Z] ed8968b2872e: Verifying Checksum [2020-08-19T20:05:56.352Z] ed8968b2872e: Download complete [2020-08-19T20:05:56.352Z] 1e091d79d1de: Download complete [2020-08-19T20:05:56.352Z] df20fa9351a1: Verifying Checksum [2020-08-19T20:05:56.352Z] df20fa9351a1: Download complete [2020-08-19T20:05:56.352Z] 481702a1767f: Verifying Checksum [2020-08-19T20:05:56.352Z] 481702a1767f: Download complete [2020-08-19T20:05:56.352Z] df20fa9351a1: Pull complete [2020-08-19T20:05:57.172Z] f64a6f60c768: Verifying Checksum [2020-08-19T20:05:57.172Z] f64a6f60c768: Download complete [2020-08-19T20:05:57.172Z] e876d2f968b6: Verifying Checksum [2020-08-19T20:05:57.172Z] e876d2f968b6: Download complete [2020-08-19T20:05:57.436Z] e78d2573fc39: Verifying Checksum [2020-08-19T20:05:57.436Z] e78d2573fc39: Download complete [2020-08-19T20:05:57.436Z] 2dd03ba5bac4: Verifying Checksum [2020-08-19T20:05:57.436Z] 2dd03ba5bac4: Download complete [2020-08-19T20:05:57.436Z] 07967f4d0e4b: Verifying Checksum [2020-08-19T20:05:57.436Z] 07967f4d0e4b: Download complete [2020-08-19T20:05:57.436Z] ce8a83651883: Verifying Checksum [2020-08-19T20:05:57.436Z] ce8a83651883: Download complete [2020-08-19T20:05:58.824Z] ed8968b2872e: Pull complete [2020-08-19T20:05:59.089Z] a92cc7c5fd73: Pull complete [2020-08-19T20:06:04.405Z] 2dd03ba5bac4: Pull complete [2020-08-19T20:06:04.405Z] 1e091d79d1de: Pull complete [2020-08-19T20:06:04.675Z] 481702a1767f: Pull complete [2020-08-19T20:06:06.603Z] Still waiting to schedule task [2020-08-19T20:06:06.603Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-19T20:06:11.300Z] f64a6f60c768: Pull complete [2020-08-19T20:06:13.862Z] e78d2573fc39: Pull complete [2020-08-19T20:06:13.862Z] e876d2f968b6: Pull complete [2020-08-19T20:06:14.810Z] ce8a83651883: Pull complete [2020-08-19T20:06:15.073Z] 07967f4d0e4b: Pull complete [2020-08-19T20:06:15.073Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-19T20:06:15.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-19T20:06:15.073Z] ---> 5d7c900382c6 [2020-08-19T20:06:15.073Z] 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-08-19T20:06:16.463Z] ---> Running in d3fae1792ab6 [2020-08-19T20:06:17.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:06:17.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:06:18.189Z] (1/12) Installing libmagic (5.38-r0) [2020-08-19T20:06:18.451Z] (2/12) Installing file (5.38-r0) [2020-08-19T20:06:18.451Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-19T20:06:18.713Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-19T20:06:26.856Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-19T20:06:26.856Z] (6/12) Installing patch (2.7.6-r6) [2020-08-19T20:06:27.426Z] (7/12) Installing build-base (0.5-r2) [2020-08-19T20:06:27.426Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-19T20:06:27.687Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-19T20:06:27.687Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-19T20:06:27.687Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-19T20:06:27.947Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-19T20:06:28.210Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:06:28.210Z] OK: 233 MiB in 51 packages [2020-08-19T20:06:32.424Z] Removing intermediate container d3fae1792ab6 [2020-08-19T20:06:32.424Z] ---> e0ca34f97594 [2020-08-19T20:06:32.424Z] Step 4/7 : WORKDIR /edgex-go [2020-08-19T20:06:32.424Z] ---> Running in ba4382345958 [2020-08-19T20:06:32.424Z] Removing intermediate container ba4382345958 [2020-08-19T20:06:32.424Z] ---> 27b37df5a0f8 [2020-08-19T20:06:32.424Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-19T20:06:32.424Z] latest: Pulling from library/docker [2020-08-19T20:06:32.424Z] df20fa9351a1: Already exists [2020-08-19T20:06:32.424Z] 25ad7478873d: Pulling fs layer [2020-08-19T20:06:32.424Z] 4684f6177b5d: Pulling fs layer [2020-08-19T20:06:32.424Z] 46e300cec669: Pulling fs layer [2020-08-19T20:06:32.424Z] 63038576ad94: Pulling fs layer [2020-08-19T20:06:32.424Z] 0fdb76c4706c: Pulling fs layer [2020-08-19T20:06:32.424Z] cb7edeffdfd5: Pulling fs layer [2020-08-19T20:06:32.424Z] 63038576ad94: Waiting [2020-08-19T20:06:32.424Z] 0fdb76c4706c: Waiting [2020-08-19T20:06:32.424Z] cb7edeffdfd5: Waiting [2020-08-19T20:06:32.424Z] 4684f6177b5d: Verifying Checksum [2020-08-19T20:06:32.424Z] 4684f6177b5d: Download complete [2020-08-19T20:06:32.691Z] 63038576ad94: Verifying Checksum [2020-08-19T20:06:32.692Z] 63038576ad94: Download complete [2020-08-19T20:06:32.953Z] 0fdb76c4706c: Verifying Checksum [2020-08-19T20:06:32.953Z] 0fdb76c4706c: Download complete [2020-08-19T20:06:32.953Z] cb7edeffdfd5: Verifying Checksum [2020-08-19T20:06:32.953Z] cb7edeffdfd5: Download complete [2020-08-19T20:06:33.529Z] 46e300cec669: Verifying Checksum [2020-08-19T20:06:33.529Z] 46e300cec669: Download complete [2020-08-19T20:06:33.529Z] 25ad7478873d: Verifying Checksum [2020-08-19T20:06:33.529Z] 25ad7478873d: Download complete [2020-08-19T20:06:33.790Z] 25ad7478873d: Pull complete [2020-08-19T20:06:34.056Z] 4684f6177b5d: Pull complete [2020-08-19T20:06:35.978Z] 46e300cec669: Pull complete [2020-08-19T20:06:36.239Z] 63038576ad94: Pull complete [2020-08-19T20:06:36.499Z] 0fdb76c4706c: Pull complete [2020-08-19T20:06:36.499Z] cb7edeffdfd5: Pull complete [2020-08-19T20:06:36.499Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-19T20:06:36.499Z] Status: Downloaded newer image for docker:latest [2020-08-19T20:06:38.421Z] ---> ae97dfdd28f3 [2020-08-19T20:06:38.421Z] Step 6/7 : COPY go.mod . [2020-08-19T20:06:38.421Z] ---> d281526645f7 [2020-08-19T20:06:38.421Z] Step 7/7 : RUN go mod download [2020-08-19T20:06:38.421Z] ---> Running in 0d93ea6a10be [2020-08-19T20:06:40.972Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-19T20:06:40.972Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-19T20:06:40.972Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-19T20:06:41.233Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-19T20:06:41.233Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T20:06:41.233Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-19T20:06:41.233Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-19T20:06:41.233Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T20:06:41.233Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-19T20:06:41.494Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-19T20:06:41.494Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-19T20:06:41.494Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-19T20:06:41.494Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-19T20:06:41.494Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T20:06:41.494Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-19T20:06:41.494Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-19T20:06:41.754Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-19T20:06:41.754Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T20:06:41.754Z] go: finding github.com/fatih/color v1.7.0 [2020-08-19T20:06:41.754Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-19T20:06:41.754Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T20:06:41.754Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-19T20:06:42.016Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-19T20:06:42.016Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T20:06:42.016Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-19T20:06:42.016Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-19T20:06:42.016Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-19T20:06:42.016Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-19T20:06:42.016Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-19T20:06:42.276Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-19T20:06:42.276Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-19T20:06:42.276Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-19T20:06:42.276Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-19T20:06:42.276Z] go: finding github.com/google/uuid v1.1.0 [2020-08-19T20:06:42.276Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-19T20:06:42.276Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-19T20:06:42.537Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-19T20:06:42.537Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-19T20:06:42.537Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T20:06:42.537Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T20:06:42.538Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-19T20:06:42.538Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-19T20:06:42.538Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T20:06:42.799Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-19T20:06:42.799Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-19T20:06:42.799Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-19T20:06:42.799Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-19T20:06:42.799Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-19T20:06:42.799Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-19T20:06:42.799Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-19T20:06:43.060Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-19T20:06:43.060Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-19T20:06:43.060Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-19T20:06:43.060Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-19T20:06:43.060Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-19T20:06:43.060Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-19T20:06:43.060Z] go: finding github.com/kr/pty v1.1.1 [2020-08-19T20:06:43.320Z] go: finding github.com/kr/text v0.1.0 [2020-08-19T20:06:43.320Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-19T20:06:43.320Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-19T20:06:43.320Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-19T20:06:43.320Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-19T20:06:43.320Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-19T20:06:43.321Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T20:06:43.582Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-19T20:06:43.582Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-19T20:06:43.582Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-19T20:06:43.582Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-19T20:06:43.582Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-19T20:06:43.582Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T20:06:43.844Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T20:06:43.844Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-19T20:06:43.844Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-19T20:06:43.844Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-19T20:06:43.844Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-19T20:06:43.844Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-19T20:06:43.844Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-19T20:06:44.105Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-19T20:06:44.105Z] go: finding github.com/posener/complete v1.1.1 [2020-08-19T20:06:44.105Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-19T20:06:44.105Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-19T20:06:44.105Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-19T20:06:44.105Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-19T20:06:44.105Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-19T20:06:44.366Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-19T20:06:44.366Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-19T20:06:44.366Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-19T20:06:44.366Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-19T20:06:44.366Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-19T20:06:44.366Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-19T20:06:44.366Z] go: finding golang.org/x/text v0.3.2 [2020-08-19T20:06:44.627Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-19T20:06:44.627Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-19T20:06:44.627Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-19T20:06:44.627Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-19T20:06:44.627Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-19T20:06:44.627Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-19T20:07:02.783Z] Removing intermediate container 0d93ea6a10be [2020-08-19T20:07:02.783Z] ---> cfcebade0a4e [2020-08-19T20:07:02.783Z] Successfully built cfcebade0a4e [2020-08-19T20:07:02.783Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:07:05.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-19T20:07:06.002Z] [2020-08-19T20:07:06.002Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:07:06.351Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-19T20:07:06.351Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-19T20:07:06.351Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-19T20:07:06.351Z] ca9280d653b3: Pulling fs layer [2020-08-19T20:07:06.351Z] 7e9c9ca2126c: Pulling fs layer [2020-08-19T20:07:06.351Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-19T20:07:06.351Z] cbdbe7a5bc2a: Download complete [2020-08-19T20:07:06.628Z] ca9280d653b3: Verifying Checksum [2020-08-19T20:07:06.628Z] ca9280d653b3: Download complete [2020-08-19T20:07:06.891Z] cbdbe7a5bc2a: Pull complete [2020-08-19T20:07:07.476Z] 7e9c9ca2126c: Download complete [2020-08-19T20:07:07.738Z] ca9280d653b3: Pull complete [2020-08-19T20:07:14.351Z] 7e9c9ca2126c: Pull complete [2020-08-19T20:07:14.351Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-19T20:07:14.351Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-19T20:07:14.351Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-19T20:07:14.454Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:07:14.500Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-19T20:07:17.656Z] $ docker top 8d3a7a1a4e30aa2deb9c0a43c87b9b01b290ccd4bd045eaf6cf81f91f8f466f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-19T20:07:18.238Z] + docker-compose build --help [2020-08-19T20:07:18.238Z] + grep parallel [2020-08-19T20:07:19.626Z] --parallel Build images in parallel. [Pipeline] } [2020-08-19T20:07:19.635Z] $ docker stop --time=1 8d3a7a1a4e30aa2deb9c0a43c87b9b01b290ccd4bd045eaf6cf81f91f8f466f5 [2020-08-19T20:07:21.026Z] $ docker rm -f 8d3a7a1a4e30aa2deb9c0a43c87b9b01b290ccd4bd045eaf6cf81f91f8f466f5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:07:21.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-19T20:07:21.617Z] . [Pipeline] withDockerContainer [2020-08-19T20:07:21.731Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:07:21.991Z] $ 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/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-19T20:07:22.669Z] $ docker top 6cf9f99a96f96631a8d639c812aedf48937e1290f96326641fc6946b5da3919f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-19T20:07:23.142Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-19T20:07:24.088Z] Building docker-core-command-go ... [2020-08-19T20:07:24.088Z] Building docker-core-data-go ... [2020-08-19T20:07:24.088Z] Building docker-core-metadata-go ... [2020-08-19T20:07:24.088Z] Building docker-security-proxy-setup-go ... [2020-08-19T20:07:24.088Z] Building docker-security-secrets-setup-go ... [2020-08-19T20:07:24.088Z] Building docker-security-secretstore-setup-go ... [2020-08-19T20:07:24.088Z] Building docker-support-logging-go ... [2020-08-19T20:07:24.088Z] Building docker-support-notifications-go ... [2020-08-19T20:07:24.088Z] Building docker-support-scheduler-go ... [2020-08-19T20:07:24.088Z] Building docker-sys-mgmt-agent-go ... [2020-08-19T20:07:24.088Z] Building docker-support-scheduler-go [2020-08-19T20:07:24.088Z] Building docker-core-metadata-go [2020-08-19T20:07:24.088Z] Building docker-security-proxy-setup-go [2020-08-19T20:07:24.088Z] Building docker-core-data-go [2020-08-19T20:07:24.088Z] Building docker-security-secrets-setup-go [2020-08-19T20:07:46.245Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:07:46.245Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-19T20:07:46.245Z] ---> cfcebade0a4e [2020-08-19T20:07:46.245Z] Step 3/29 : WORKDIR /edgex-go [2020-08-19T20:07:46.245Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:07:46.245Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:07:46.245Z] ---> cfcebade0a4e [2020-08-19T20:07:46.245Z] Step 3/22 : WORKDIR /edgex-go [2020-08-19T20:07:46.245Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:07:46.245Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:07:46.245Z] ---> cfcebade0a4e [2020-08-19T20:07:46.245Z] Step 3/20 : WORKDIR /edgex-go [2020-08-19T20:07:46.245Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:07:46.245Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:07:46.245Z] ---> cfcebade0a4e [2020-08-19T20:07:46.245Z] Step 3/20 : WORKDIR /edgex-go [2020-08-19T20:07:46.245Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:07:46.245Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:07:46.245Z] ---> cfcebade0a4e [2020-08-19T20:07:46.245Z] Step 3/21 : WORKDIR /edgex-go [2020-08-19T20:07:46.245Z] ---> Running in f548ffdee8cc [2020-08-19T20:07:46.245Z] ---> Running in 86463bd00d2f [2020-08-19T20:07:46.245Z] ---> Running in 630785ab937e [2020-08-19T20:07:46.245Z] ---> Running in e5c43b265d04 [2020-08-19T20:07:46.245Z] ---> Running in 11416eede5f4 [2020-08-19T20:07:46.507Z] Removing intermediate container e5c43b265d04 [2020-08-19T20:07:46.508Z] ---> 80ef60b32321 [2020-08-19T20:07:46.508Z] Step 4/29 : RUN apk update && apk add make gitRemoving intermediate container 630785ab937e [2020-08-19T20:07:46.508Z] [2020-08-19T20:07:46.508Z] ---> 60ea72035cb2 [2020-08-19T20:07:46.508Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:07:46.508Z] Removing intermediate container f548ffdee8cc [2020-08-19T20:07:46.508Z] ---> 8a90f5c0c08f [2020-08-19T20:07:46.508Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:07:46.508Z] Removing intermediate container 11416eede5f4 [2020-08-19T20:07:46.508Z] ---> 9e32a6bab762 [2020-08-19T20:07:46.508Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:07:46.773Z] Removing intermediate container 86463bd00d2f [2020-08-19T20:07:46.773Z] ---> 34a60854bef3 [2020-08-19T20:07:46.773Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:07:46.773Z] ---> Running in 8b8d1d97e483 [2020-08-19T20:07:46.773Z] ---> Running in aa350db0271f [2020-08-19T20:07:46.773Z] ---> Running in 0125a2b8d361 [2020-08-19T20:07:46.773Z] ---> Running in e4f0d7c5e54a [2020-08-19T20:07:46.773Z] ---> Running in 4cc021b1c16b [2020-08-19T20:07:48.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:07:48.440Z] Removing intermediate container 8b8d1d97e483 [2020-08-19T20:07:48.440Z] ---> 078ba9a2e50b [2020-08-19T20:07:48.440Z] Step 5/21 : RUN apk update && apk add make git [2020-08-19T20:07:48.701Z] ---> Running in c83c625f5335 [2020-08-19T20:07:48.701Z] Removing intermediate container aa350db0271f [2020-08-19T20:07:48.701Z] ---> fe20404b629e [2020-08-19T20:07:48.701Z] Step 5/20 : RUN apk update && apk add make git [2020-08-19T20:07:48.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:07:48.963Z] ---> Running in 562103a44871 [2020-08-19T20:07:49.225Z] Removing intermediate container e4f0d7c5e54a [2020-08-19T20:07:49.225Z] ---> efc64942adf5 [2020-08-19T20:07:49.225Z] Step 5/20 : RUN apk update && apk add make git [2020-08-19T20:07:49.225Z] Removing intermediate container 4cc021b1c16b [2020-08-19T20:07:49.225Z] ---> 602e980ab8b9 [2020-08-19T20:07:49.225Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-19T20:07:49.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:07:49.488Z] ---> Running in c402c8aa5cac [2020-08-19T20:07:49.488Z] ---> Running in fa48814e0c3a [2020-08-19T20:07:49.488Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:07:49.488Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:07:49.488Z] OK: 12746 distinct packages available [2020-08-19T20:07:49.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:07:49.749Z] OK: 233 MiB in 51 packages [2020-08-19T20:07:50.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:07:50.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:07:50.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:07:50.533Z] Removing intermediate container 0125a2b8d361 [2020-08-19T20:07:50.533Z] ---> 49c986437c92 [2020-08-19T20:07:50.533Z] Step 5/29 : COPY go.mod . [2020-08-19T20:07:50.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:07:50.796Z] ---> 3747dce747e4 [2020-08-19T20:07:50.796Z] Step 6/29 : RUN go mod download [2020-08-19T20:07:50.796Z] ---> Running in 80aab606b94c [2020-08-19T20:07:51.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:07:51.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:07:51.062Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:07:51.062Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:07:51.062Z] OK: 12746 distinct packages available [2020-08-19T20:07:51.328Z] OK: 233 MiB in 51 packages [2020-08-19T20:07:51.328Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:07:51.328Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:07:51.328Z] OK: 12746 distinct packages available [2020-08-19T20:07:51.593Z] OK: 233 MiB in 51 packages [2020-08-19T20:07:51.856Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:07:51.856Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:07:51.856Z] OK: 12746 distinct packages available [2020-08-19T20:07:51.856Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:07:51.856Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:07:51.856Z] OK: 12746 distinct packages available [2020-08-19T20:07:52.121Z] Removing intermediate container c83c625f5335 [2020-08-19T20:07:52.121Z] ---> 13d7850992ba [2020-08-19T20:07:52.121Z] Step 6/21 : COPY go.mod . [2020-08-19T20:07:52.121Z] OK: 233 MiB in 51 packages [2020-08-19T20:07:52.121Z] OK: 233 MiB in 51 packages [2020-08-19T20:07:52.383Z] Removing intermediate container 562103a44871 [2020-08-19T20:07:52.383Z] ---> 839968b26a89 [2020-08-19T20:07:52.383Z] Step 6/20 : COPY go.mod . [2020-08-19T20:07:52.383Z] ---> 076d93afc032 [2020-08-19T20:07:52.383Z] Step 7/21 : RUN go mod download [2020-08-19T20:07:52.645Z] ---> Running in 9877b3276c72 [2020-08-19T20:07:52.906Z] ---> 9f870ffa10cf [2020-08-19T20:07:52.906Z] Step 7/20 : RUN go mod download [2020-08-19T20:07:53.170Z] ---> Running in 4db44d18bb9c [2020-08-19T20:07:53.170Z] Removing intermediate container c402c8aa5cac [2020-08-19T20:07:53.170Z] ---> 9bc308b2a83b [2020-08-19T20:07:53.170Z] Step 6/20 : COPY go.mod . [2020-08-19T20:07:53.432Z] Removing intermediate container fa48814e0c3a [2020-08-19T20:07:53.432Z] ---> 8e4f416b97f6 [2020-08-19T20:07:53.432Z] Step 6/22 : COPY go.mod . [2020-08-19T20:07:53.695Z] Removing intermediate container 80aab606b94c [2020-08-19T20:07:53.695Z] ---> 0da70b59bba3 [2020-08-19T20:07:53.695Z] Step 7/29 : COPY . . [2020-08-19T20:07:53.695Z] ---> 9c90228ccc9e [2020-08-19T20:07:53.695Z] Step 7/20 : RUN go mod download [2020-08-19T20:07:53.695Z] ---> Running in bf7e211aa0cd [2020-08-19T20:07:53.695Z] ---> 6e085684d08f [2020-08-19T20:07:53.695Z] Step 7/22 : RUN go mod download [2020-08-19T20:07:54.282Z] ---> Running in f1ba191f57e9 [2020-08-19T20:07:58.536Z] Removing intermediate container 9877b3276c72 [2020-08-19T20:07:58.536Z] ---> 2194e5c3510e [2020-08-19T20:07:58.536Z] Step 8/21 : COPY . . [2020-08-19T20:08:01.855Z] Removing intermediate container 4db44d18bb9c [2020-08-19T20:08:01.855Z] ---> 465f6cfcf9af [2020-08-19T20:08:01.855Z] Step 8/20 : COPY . . [2020-08-19T20:08:07.180Z] Removing intermediate container bf7e211aa0cd [2020-08-19T20:08:07.180Z] ---> 91b3d41469e9 [2020-08-19T20:08:07.180Z] Step 8/20 : COPY . . [2020-08-19T20:08:08.126Z] Removing intermediate container f1ba191f57e9 [2020-08-19T20:08:08.126Z] ---> 3e654559980c [2020-08-19T20:08:08.126Z] Step 8/22 : COPY . . [2020-08-19T20:08:12.081Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-504 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-08-19T20:08:12.191Z] Running in /w/workspace/edgex-go/127 [Pipeline] { [Pipeline] checkout [2020-08-19T20:08:20.337Z] using credential edgex-jenkins-ssh [2020-08-19T20:08:20.430Z] Cloning the remote Git repository [2020-08-19T20:08:20.430Z] Cloning with configured refspecs honoured and without tags [2020-08-19T20:08:20.610Z] ---> eb6c073a00e6 [2020-08-19T20:08:20.610Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-19T20:08:20.571Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-19T20:08:21.183Z] > git init /w/workspace/edgex-go/127 # timeout=10 [2020-08-19T20:08:21.411Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-19T20:08:21.412Z] > git --version # timeout=10 [2020-08-19T20:08:21.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-19T20:08:21.742Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:08:23.060Z] ---> Running in 8011cc2cffd5 [2020-08-19T20:08:28.503Z] ---> 284f79a48d29 [2020-08-19T20:08:28.503Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-19T20:08:28.773Z] ---> 8a59d45ca9fd [2020-08-19T20:08:28.773Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-19T20:08:29.733Z] ---> Running in 0d6525b49cdc [2020-08-19T20:08:30.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-19T20:08:30.900Z] ---> Running in b7aef0f92f67 [2020-08-19T20:08:31.895Z] ---> 77cb1ec1be8b [2020-08-19T20:08:31.895Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-19T20:08:31.895Z] ---> 2c8589f6fb86 [2020-08-19T20:08:31.895Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-19T20:08:31.895Z] ---> Running in 11eb0db8e8bd [2020-08-19T20:08:31.895Z] ---> Running in 0c7faff8d88e [2020-08-19T20:08:32.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-19T20:08:32.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-19T20:08:32.790Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-19T20:08:33.064Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/core-data/core-data ./cmd/core-data [2020-08-19T20:08:39.846Z] Fetching without tags [2020-08-19T20:08:40.632Z] Checking out Revision 6df8530f92e66c259c9e6c4b7995a1e49851403d (master) [2020-08-19T20:08:39.779Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-19T20:08:39.810Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:08:39.832Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-19T20:08:39.856Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-19T20:08:39.857Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-19T20:08:39.868Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-19T20:08:40.650Z] > git config core.sparsecheckout # timeout=10 [2020-08-19T20:08:40.669Z] > git checkout -f 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 [2020-08-19T20:08:45.287Z] Commit message: "fix: Use Itoa() instead of string() for int conversion (#2663)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-19T20:08:57.360Z] ========================================================= [2020-08-19T20:08:57.360Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-19T20:08:57.360Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:08:58.315Z] + 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-08-19T20:08:59.873Z] Removing intermediate container 8011cc2cffd5 [2020-08-19T20:08:59.873Z] ---> 1e4250aecc1a [2020-08-19T20:08:59.873Z] [2020-08-19T20:08:59.873Z] Step 9/29 : FROM alpine:latest [2020-08-19T20:08:59.873Z] latest: Pulling from library/alpine [2020-08-19T20:08:59.873Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-19T20:08:59.873Z] Status: Downloaded newer image for alpine:latest [2020-08-19T20:08:59.873Z] ---> a24bb4013296 [2020-08-19T20:08:59.873Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-19T20:08:59.873Z] ---> Running in a36cb516a790 [2020-08-19T20:08:59.873Z] Removing intermediate container a36cb516a790 [2020-08-19T20:08:59.873Z] ---> c67e22b48c4d [2020-08-19T20:08:59.873Z] Step 11/29 : USER root [2020-08-19T20:08:59.873Z] ---> Running in 8cb76a405416 [2020-08-19T20:08:59.873Z] Removing intermediate container 8cb76a405416 [2020-08-19T20:08:59.873Z] ---> 988ac979e8df [2020-08-19T20:08:59.873Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-19T20:08:59.873Z] ---> Running in 47b8def05409 [2020-08-19T20:08:59.873Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:09:00.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:09:00.410Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:09:00.410Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:09:00.410Z] OK: 12746 distinct packages available [2020-08-19T20:09:00.680Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-19T20:09:00.680Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-19T20:09:00.959Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:09:00.959Z] Executing ca-certificates-20191127-r4.trigger [2020-08-19T20:09:00.959Z] OK: 6 MiB in 16 packages [2020-08-19T20:09:02.685Z] Sending build context to Docker daemon 323.1MB [2020-08-19T20:09:02.685Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-19T20:09:02.685Z] Step 2/7 : FROM ${BASE} [2020-08-19T20:09:02.685Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-19T20:09:02.685Z] b538f80385f9: Pulling fs layer [2020-08-19T20:09:02.685Z] 74f711af9a0d: Pulling fs layer [2020-08-19T20:09:02.685Z] 99f96fe45779: Pulling fs layer [2020-08-19T20:09:02.685Z] fd7a069fd194: Pulling fs layer [2020-08-19T20:09:02.685Z] 66aa3694b03b: Pulling fs layer [2020-08-19T20:09:02.685Z] 170f70906a0f: Pulling fs layer [2020-08-19T20:09:02.685Z] ad7c5574e4b9: Pulling fs layer [2020-08-19T20:09:02.685Z] e772456be8f7: Pulling fs layer [2020-08-19T20:09:02.685Z] c890913d741a: Pulling fs layer [2020-08-19T20:09:02.685Z] 2480fcc9aa5a: Pulling fs layer [2020-08-19T20:09:02.685Z] 09adf4765672: Pulling fs layer [2020-08-19T20:09:02.685Z] ad7c5574e4b9: Waiting [2020-08-19T20:09:02.685Z] e772456be8f7: Waiting [2020-08-19T20:09:02.685Z] c890913d741a: Waiting [2020-08-19T20:09:02.685Z] 2480fcc9aa5a: Waiting [2020-08-19T20:09:02.685Z] 09adf4765672: Waiting [2020-08-19T20:09:02.685Z] fd7a069fd194: Waiting [2020-08-19T20:09:02.685Z] 66aa3694b03b: Waiting [2020-08-19T20:09:02.685Z] 170f70906a0f: Waiting [2020-08-19T20:09:02.685Z] 99f96fe45779: Verifying Checksum [2020-08-19T20:09:02.685Z] 99f96fe45779: Download complete [2020-08-19T20:09:02.685Z] 74f711af9a0d: Download complete [2020-08-19T20:09:02.685Z] 66aa3694b03b: Verifying Checksum [2020-08-19T20:09:02.685Z] 66aa3694b03b: Download complete [2020-08-19T20:09:02.685Z] 170f70906a0f: Verifying Checksum [2020-08-19T20:09:02.685Z] 170f70906a0f: Download complete [2020-08-19T20:09:02.685Z] b538f80385f9: Verifying Checksum [2020-08-19T20:09:02.685Z] b538f80385f9: Download complete [2020-08-19T20:09:02.967Z] Removing intermediate container 11eb0db8e8bd [2020-08-19T20:09:02.967Z] ---> 411d9b315cc3 [2020-08-19T20:09:02.967Z] [2020-08-19T20:09:02.967Z] Step 10/20 : FROM alpine [2020-08-19T20:09:02.967Z] ---> a24bb4013296 [2020-08-19T20:09:02.967Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-19T20:09:03.682Z] b538f80385f9: Pull complete [2020-08-19T20:09:04.290Z] 74f711af9a0d: Pull complete [2020-08-19T20:09:04.891Z] 99f96fe45779: Pull complete [2020-08-19T20:09:05.489Z] ad7c5574e4b9: Verifying Checksum [2020-08-19T20:09:05.489Z] ad7c5574e4b9: Download complete [2020-08-19T20:09:05.489Z] c890913d741a: Verifying Checksum [2020-08-19T20:09:05.489Z] c890913d741a: Download complete [2020-08-19T20:09:05.528Z] Removing intermediate container 47b8def05409 [2020-08-19T20:09:05.528Z] ---> fdb443b2a139 [2020-08-19T20:09:05.528Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-19T20:09:05.814Z] ---> Running in de8cf08c9b3b [2020-08-19T20:09:05.814Z] ---> Running in 374787307af2 [2020-08-19T20:09:06.084Z] Removing intermediate container 374787307af2 [2020-08-19T20:09:06.084Z] ---> f8553f14fb91 [2020-08-19T20:09:06.084Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-19T20:09:06.084Z] ---> Running in e1d378fb42fe [2020-08-19T20:09:06.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:09:06.706Z] Removing intermediate container e1d378fb42fe [2020-08-19T20:09:06.706Z] ---> a2caa9b37449 [2020-08-19T20:09:06.706Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-19T20:09:06.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:09:06.706Z] ---> Running in 923a9800c202 [2020-08-19T20:09:06.918Z] 2480fcc9aa5a: Verifying Checksum [2020-08-19T20:09:06.918Z] 2480fcc9aa5a: Download complete [2020-08-19T20:09:06.918Z] 09adf4765672: Verifying Checksum [2020-08-19T20:09:06.918Z] 09adf4765672: Download complete [2020-08-19T20:09:07.005Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:09:07.005Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:09:07.005Z] OK: 12746 distinct packages available [2020-08-19T20:09:07.005Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-19T20:09:07.304Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-19T20:09:07.304Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-19T20:09:07.304Z] (4/4) Installing curl (7.69.1-r0) [2020-08-19T20:09:07.304Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:09:07.304Z] Executing ca-certificates-20191127-r4.trigger [2020-08-19T20:09:07.304Z] OK: 7 MiB in 18 packages [2020-08-19T20:09:08.349Z] e772456be8f7: Verifying Checksum [2020-08-19T20:09:08.349Z] e772456be8f7: Download complete [2020-08-19T20:09:08.621Z] fd7a069fd194: Verifying Checksum [2020-08-19T20:09:08.621Z] fd7a069fd194: Download complete [2020-08-19T20:09:12.749Z] Removing intermediate container b7aef0f92f67 [2020-08-19T20:09:12.749Z] ---> 24f1e9661601 [2020-08-19T20:09:12.749Z] [2020-08-19T20:09:12.749Z] Step 10/20 : FROM scratch [2020-08-19T20:09:12.749Z] ---> [2020-08-19T20:09:12.749Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-19T20:09:12.749Z] Removing intermediate container de8cf08c9b3b [2020-08-19T20:09:12.749Z] ---> 5ae51bb5fdda [2020-08-19T20:09:12.749Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-19T20:09:12.749Z] ---> Running in 25f80f16d6cf [2020-08-19T20:09:12.749Z] ---> Running in 3d21ab563858 [2020-08-19T20:09:13.011Z] Removing intermediate container 923a9800c202 [2020-08-19T20:09:13.011Z] ---> 25646e01699d [2020-08-19T20:09:13.011Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-19T20:09:13.011Z] Removing intermediate container 25f80f16d6cf [2020-08-19T20:09:13.011Z] ---> bbce4c48e91e [2020-08-19T20:09:13.011Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-19T20:09:13.277Z] Removing intermediate container 3d21ab563858 [2020-08-19T20:09:13.277Z] ---> 0769a1edcc98 [2020-08-19T20:09:13.277Z] Step 13/20 : WORKDIR /edgex [2020-08-19T20:09:13.277Z] ---> Running in f7c2875691c7 [2020-08-19T20:09:13.538Z] ---> Running in d32372517f92 [2020-08-19T20:09:14.925Z] Removing intermediate container f7c2875691c7 [2020-08-19T20:09:14.925Z] ---> cc76b21d5f59 [2020-08-19T20:09:14.925Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-19T20:09:15.197Z] ---> c4930617cc41 [2020-08-19T20:09:15.197Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-19T20:09:15.197Z] Removing intermediate container d32372517f92 [2020-08-19T20:09:15.197Z] ---> 022e83463d8e [2020-08-19T20:09:15.197Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-19T20:09:15.197Z] ---> Running in 7a72e779b140 [2020-08-19T20:09:15.462Z] Removing intermediate container 0d6525b49cdc [2020-08-19T20:09:15.462Z] ---> f657b69b6c9e [2020-08-19T20:09:15.462Z] [2020-08-19T20:09:15.462Z] Step 10/21 : FROM scratch [2020-08-19T20:09:15.462Z] ---> [2020-08-19T20:09:15.462Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-19T20:09:15.462Z] ---> Using cache [2020-08-19T20:09:15.462Z] ---> bbce4c48e91e [2020-08-19T20:09:15.462Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-19T20:09:15.462Z] ---> Running in 2e14eb836943 [2020-08-19T20:09:15.462Z] Removing intermediate container 7a72e779b140 [2020-08-19T20:09:15.462Z] ---> 038270fc1010 [2020-08-19T20:09:15.462Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-19T20:09:15.726Z] ---> 4642ee84d917 [2020-08-19T20:09:15.726Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-19T20:09:15.726Z] ---> 175c763f19c9 [2020-08-19T20:09:15.726Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-19T20:09:15.726Z] Removing intermediate container 2e14eb836943 [2020-08-19T20:09:15.726Z] ---> be5619510568 [2020-08-19T20:09:15.726Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-19T20:09:15.989Z] ---> Running in 335219ab4cdc [2020-08-19T20:09:16.934Z] ---> 960c66570732 [2020-08-19T20:09:16.934Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-19T20:09:18.858Z] ---> 04ce87ca6d13 [2020-08-19T20:09:18.858Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-19T20:09:18.858Z] ---> 77ba4c6ea5f1 [2020-08-19T20:09:18.858Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-19T20:09:18.858Z] Removing intermediate container 335219ab4cdc [2020-08-19T20:09:18.858Z] ---> 3866cc164fb7 [2020-08-19T20:09:18.858Z] Step 14/21 : WORKDIR / [2020-08-19T20:09:18.858Z] ---> c6b5a24850fb [2020-08-19T20:09:18.858Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-19T20:09:19.121Z] ---> Running in b846de5f6939 [2020-08-19T20:09:19.121Z] ---> Running in 49f0e0297fe4 [2020-08-19T20:09:19.121Z] ---> 5a39a93061fb [2020-08-19T20:09:19.121Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-19T20:09:20.065Z] Removing intermediate container 0c7faff8d88e [2020-08-19T20:09:20.065Z] ---> a51fb998e7f9 [2020-08-19T20:09:20.065Z] [2020-08-19T20:09:20.065Z] Step 10/22 : FROM alpine [2020-08-19T20:09:20.065Z] ---> a24bb4013296 [2020-08-19T20:09:20.065Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-19T20:09:20.065Z] ---> Running in 8d856a46b78e [2020-08-19T20:09:20.065Z] ---> ca980470869f [2020-08-19T20:09:20.065Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:09:20.328Z] Removing intermediate container 49f0e0297fe4 [2020-08-19T20:09:20.328Z] ---> 6cabdd3a0b82 [2020-08-19T20:09:20.328Z] Step 17/20 : CMD ["--init=true"] [2020-08-19T20:09:20.328Z] Removing intermediate container b846de5f6939 [2020-08-19T20:09:20.328Z] ---> 29fcf1f38423 [2020-08-19T20:09:20.328Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-19T20:09:20.328Z] ---> c65ed78326fe [2020-08-19T20:09:20.328Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-19T20:09:20.328Z] ---> Running in beaf58347771 [2020-08-19T20:09:20.594Z] ---> Running in 16444ee5e5b7 [2020-08-19T20:09:20.594Z] ---> Running in c19d743866b2 [2020-08-19T20:09:20.594Z] ---> db47e7c3e78e [2020-08-19T20:09:20.594Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-19T20:09:20.594Z] Removing intermediate container 8d856a46b78e [2020-08-19T20:09:20.594Z] ---> 7c5a0080c32a [2020-08-19T20:09:20.594Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-19T20:09:21.027Z] fd7a069fd194: Pull complete [2020-08-19T20:09:21.027Z] 66aa3694b03b: Pull complete [2020-08-19T20:09:21.027Z] 170f70906a0f: Pull complete [2020-08-19T20:09:21.169Z] Removing intermediate container beaf58347771 [2020-08-19T20:09:21.169Z] ---> f926dbc8fa7a [2020-08-19T20:09:21.169Z] Step 18/20 : LABEL arch=x86_64 [2020-08-19T20:09:21.169Z] ---> Running in 639b4348bdcb [2020-08-19T20:09:21.169Z] Removing intermediate container 16444ee5e5b7 [2020-08-19T20:09:21.169Z] ---> 8db75868ad88 [2020-08-19T20:09:21.169Z] Step 18/20 : LABEL arch=x86_64 [2020-08-19T20:09:21.169Z] ---> Running in 0d468fd48dfc [2020-08-19T20:09:21.433Z] ---> 6d09edc34078 [2020-08-19T20:09:21.433Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-19T20:09:21.433Z] ---> Running in c2d0ae3ce70f [2020-08-19T20:09:21.433Z] Removing intermediate container 639b4348bdcb [2020-08-19T20:09:21.433Z] ---> 0a8d8a076c4d [2020-08-19T20:09:21.433Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-19T20:09:21.695Z] Removing intermediate container 0d468fd48dfc [2020-08-19T20:09:21.695Z] ---> 9434db2d878c [2020-08-19T20:09:21.695Z] Step 19/20 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:09:21.695Z] ---> Running in 4dc4cc1f46a1 [2020-08-19T20:09:21.695Z] Removing intermediate container c2d0ae3ce70f [2020-08-19T20:09:21.695Z] ---> dbf28499efd1 [2020-08-19T20:09:21.695Z] Step 19/20 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:09:21.956Z] ---> Running in 3b55e6459d73 [2020-08-19T20:09:21.956Z] ---> 4740a2202272 [2020-08-19T20:09:21.956Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:09:22.904Z] ---> Running in 92fd5bc5d992 [2020-08-19T20:09:22.904Z] Removing intermediate container 4dc4cc1f46a1 [2020-08-19T20:09:22.904Z] ---> 9385a28f80b4 [2020-08-19T20:09:22.904Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:09:22.904Z] ---> Running in a185926b8380 [2020-08-19T20:09:23.170Z] Removing intermediate container 3b55e6459d73 [2020-08-19T20:09:23.170Z] ---> 56c4defbcf87 [2020-08-19T20:09:23.170Z] Step 20/20 : LABEL version=1.2.2-dev.15 [2020-08-19T20:09:23.170Z] ---> Running in 5d654419c9ea [2020-08-19T20:09:23.434Z] ---> Running in 01add1522e1c [2020-08-19T20:09:23.434Z] Removing intermediate container 92fd5bc5d992 [2020-08-19T20:09:23.434Z] ---> 092587dcf08b [2020-08-19T20:09:23.434Z] Step 20/20 : LABEL version=1.2.2-dev.15 [2020-08-19T20:09:23.434Z] Removing intermediate container c19d743866b2 [2020-08-19T20:09:23.434Z] ---> 067df99c2b77 [2020-08-19T20:09:23.434Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-19T20:09:23.700Z] Removing intermediate container a185926b8380 [2020-08-19T20:09:23.700Z] ---> d64b2f052ece [2020-08-19T20:09:23.700Z] Step 19/21 : LABEL arch=x86_64 [2020-08-19T20:09:23.700Z] ---> Running in 92df116a0a6f [2020-08-19T20:09:23.700Z] ---> Running in bf058186bcad [2020-08-19T20:09:23.700Z] Removing intermediate container 01add1522e1c [2020-08-19T20:09:23.700Z] ---> caa44d201aa7 [2020-08-19T20:09:23.700Z] [2020-08-19T20:09:23.968Z] ---> f09960a114f8 [2020-08-19T20:09:23.968Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-19T20:09:23.968Z] Removing intermediate container 92df116a0a6f [2020-08-19T20:09:23.968Z] ---> ade5a7e9bf4b [2020-08-19T20:09:23.968Z] [2020-08-19T20:09:23.968Z] Successfully built caa44d201aa7 [2020-08-19T20:09:24.231Z] Successfully built ade5a7e9bf4b [2020-08-19T20:09:24.428Z] ad7c5574e4b9: Pull complete [2020-08-19T20:09:24.493Z] ---> Running in 79d85067e093 [2020-08-19T20:09:24.493Z] Removing intermediate container bf058186bcad [2020-08-19T20:09:24.493Z] ---> e2fdd66ec7de [2020-08-19T20:09:24.493Z] Step 20/21 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:09:24.493Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-19T20:09:24.493Z] Building docker-support-logging-go [2020-08-19T20:09:24.493Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2020-08-19T20:09:24.493Z] Building docker-core-command-go [2020-08-19T20:09:24.756Z]  Building docker-security-proxy-setup-go ... done  ---> Running in b9c01b0a1413 [2020-08-19T20:09:25.023Z] Removing intermediate container b9c01b0a1413 [2020-08-19T20:09:25.023Z] ---> 49bfbefa98f9 [2020-08-19T20:09:25.023Z] Step 21/21 : LABEL version=1.2.2-dev.15 [2020-08-19T20:09:25.294Z] ---> Running in ecf124932361 [2020-08-19T20:09:25.560Z] Removing intermediate container 5d654419c9ea [2020-08-19T20:09:25.560Z] ---> d52339430f87 [2020-08-19T20:09:25.560Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-19T20:09:25.824Z] ---> Running in e6ec34495258 [2020-08-19T20:09:26.087Z] Removing intermediate container ecf124932361 [2020-08-19T20:09:26.087Z] ---> ce7a7c1642ef [2020-08-19T20:09:26.087Z] [2020-08-19T20:09:28.732Z] e772456be8f7: Pull complete [2020-08-19T20:09:29.005Z] c890913d741a: Pull complete [2020-08-19T20:09:29.400Z] Successfully built ce7a7c1642ef [2020-08-19T20:09:29.400Z] Successfully tagged docker-core-metadata-go:latest [2020-08-19T20:09:29.400Z] Building docker-support-notifications-go [2020-08-19T20:09:29.982Z]  Building docker-core-metadata-go ... done Removing intermediate container 79d85067e093 [2020-08-19T20:09:29.982Z] ---> 9327bed222fc [2020-08-19T20:09:29.982Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-19T20:09:29.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:09:29.982Z] ---> Running in 6daf669c8705 [2020-08-19T20:09:30.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:09:31.555Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-19T20:09:31.825Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-19T20:09:31.825Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-19T20:09:32.100Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-19T20:09:32.393Z] 2480fcc9aa5a: Pull complete [2020-08-19T20:09:32.393Z] 09adf4765672: Pull complete [2020-08-19T20:09:32.393Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-19T20:09:32.393Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-19T20:09:32.393Z] ---> 2248a725d1cf [2020-08-19T20:09:32.393Z] 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-08-19T20:09:32.684Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-19T20:09:32.684Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:09:33.261Z] OK: 8 MiB in 19 packages [2020-08-19T20:09:36.701Z] ---> Running in 66fe6d140201 [2020-08-19T20:09:37.522Z] Removing intermediate container e6ec34495258 [2020-08-19T20:09:37.522Z] ---> 1667bec6d53d [2020-08-19T20:09:37.522Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-19T20:09:37.796Z] Removing intermediate container 6daf669c8705 [2020-08-19T20:09:37.796Z] ---> c2609095b50f [2020-08-19T20:09:37.796Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-19T20:09:38.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:09:38.766Z] ---> Running in 4b636e0674cf [2020-08-19T20:09:39.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:09:39.345Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:09:39.345Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:09:39.345Z] ---> cfcebade0a4e [2020-08-19T20:09:39.345Z] Step 3/21 : WORKDIR /edgex-go [2020-08-19T20:09:39.345Z] ---> Using cache [2020-08-19T20:09:39.345Z] ---> 34a60854bef3 [2020-08-19T20:09:39.345Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:09:39.345Z] ---> Using cache [2020-08-19T20:09:39.345Z] ---> 602e980ab8b9 [2020-08-19T20:09:39.345Z] Step 5/21 : RUN apk update && apk add make git [2020-08-19T20:09:39.951Z] ---> 7f43aac3ee7d [2020-08-19T20:09:39.951Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-19T20:09:40.216Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:09:40.216Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:09:40.237Z] (1/12) Installing libmagic (5.38-r0) [2020-08-19T20:09:40.506Z] (2/12) Installing file (5.38-r0) [2020-08-19T20:09:40.506Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-19T20:09:40.506Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-19T20:09:41.196Z] ---> cfcebade0a4e [2020-08-19T20:09:41.196Z] Step 3/21 : WORKDIR /edgex-go [2020-08-19T20:09:41.196Z] ---> Using cache [2020-08-19T20:09:41.196Z] ---> 34a60854bef3 [2020-08-19T20:09:41.196Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:09:41.196Z] ---> Using cache [2020-08-19T20:09:41.196Z] ---> 602e980ab8b9 [2020-08-19T20:09:41.196Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-19T20:09:41.196Z] ---> Running in af84f0808748 [2020-08-19T20:09:42.150Z] Removing intermediate container 4b636e0674cf [2020-08-19T20:09:42.150Z] ---> ab77e9c64809 [2020-08-19T20:09:42.150Z] Step 26/29 : CMD [ "generate" ] [2020-08-19T20:09:42.423Z] ---> Running in 5c85f19f80db [2020-08-19T20:09:42.689Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:09:42.689Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:09:42.689Z] ---> cfcebade0a4e [2020-08-19T20:09:42.689Z] Step 3/23 : WORKDIR /edgex-go [2020-08-19T20:09:42.689Z] ---> Using cache [2020-08-19T20:09:42.689Z] ---> 34a60854bef3 [2020-08-19T20:09:42.689Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:09:42.689Z] ---> Using cache [2020-08-19T20:09:42.689Z] ---> 602e980ab8b9 [2020-08-19T20:09:42.689Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-19T20:09:43.885Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-19T20:09:43.885Z] (6/12) Installing patch (2.7.6-r6) [2020-08-19T20:09:43.885Z] (7/12) Installing build-base (0.5-r2) [2020-08-19T20:09:43.885Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-19T20:09:44.092Z] ---> 44536a7f7def [2020-08-19T20:09:44.092Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-19T20:09:44.092Z] ---> Running in e0c91070d2ae [2020-08-19T20:09:44.092Z] ---> Running in ed87724a258b [2020-08-19T20:09:44.157Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-19T20:09:44.157Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-19T20:09:44.368Z] Removing intermediate container e0c91070d2ae [2020-08-19T20:09:44.368Z] ---> 2723ce36f3c2 [2020-08-19T20:09:44.368Z] Step 27/29 : LABEL arch=x86_64 [2020-08-19T20:09:44.433Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-19T20:09:44.433Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-19T20:09:44.433Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:09:44.433Z] OK: 217 MiB in 51 packages [2020-08-19T20:09:44.640Z] ---> Running in 8d16ab94bf39 [2020-08-19T20:09:44.640Z] ---> 4bd3c79b2ea3 [2020-08-19T20:09:44.640Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:09:44.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:09:44.640Z] ---> Running in c97bbc622f07 [2020-08-19T20:09:44.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:09:44.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:09:44.905Z] Removing intermediate container 8d16ab94bf39 [2020-08-19T20:09:44.905Z] ---> 045291d5c7da [2020-08-19T20:09:44.905Z] Step 28/29 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:09:44.905Z] ---> Running in 54e2a581befe [2020-08-19T20:09:44.905Z] Removing intermediate container c97bbc622f07 [2020-08-19T20:09:44.905Z] ---> cf87454bc50b [2020-08-19T20:09:44.905Z] Step 20/22 : LABEL arch=x86_64 [2020-08-19T20:09:45.173Z] ---> Running in 7b5693391b25 [2020-08-19T20:09:45.173Z] Removing intermediate container 54e2a581befe [2020-08-19T20:09:45.173Z] ---> 7dacf8ba0e0d [2020-08-19T20:09:45.173Z] Step 29/29 : LABEL version=1.2.2-dev.15 [2020-08-19T20:09:45.173Z] ---> Running in 819267b44dd6 [2020-08-19T20:09:45.173Z] Removing intermediate container 7b5693391b25 [2020-08-19T20:09:45.173Z] ---> f35fcb0b4a61 [2020-08-19T20:09:45.173Z] Step 21/22 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:09:45.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:09:45.437Z] ---> Running in 9eb5e86118f1 [2020-08-19T20:09:45.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:09:45.437Z] Removing intermediate container 819267b44dd6 [2020-08-19T20:09:45.437Z] ---> 7a3ef9c1cd50 [2020-08-19T20:09:45.437Z] [2020-08-19T20:09:45.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:09:45.703Z] Successfully built 7a3ef9c1cd50 [2020-08-19T20:09:45.703Z] Removing intermediate container 9eb5e86118f1 [2020-08-19T20:09:45.703Z] ---> c7b48cc0628c [2020-08-19T20:09:45.703Z] Step 22/22 : LABEL version=1.2.2-dev.15 [2020-08-19T20:09:45.703Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-19T20:09:45.703Z] Building docker-security-secretstore-setup-go [2020-08-19T20:09:45.703Z]  Building docker-security-secrets-setup-go ... done  ---> Running in e2140b9a2f64 [2020-08-19T20:09:45.703Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:09:45.703Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:09:45.703Z] OK: 12746 distinct packages available [2020-08-19T20:09:45.977Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:09:45.977Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:09:45.977Z] OK: 12746 distinct packages available [2020-08-19T20:09:45.977Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:09:45.977Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:09:45.977Z] OK: 12746 distinct packages available [2020-08-19T20:09:45.977Z] Removing intermediate container e2140b9a2f64 [2020-08-19T20:09:46.261Z] ---> 63fa0f3e55ca [2020-08-19T20:09:46.261Z] [2020-08-19T20:09:46.261Z] OK: 233 MiB in 51 packages [2020-08-19T20:09:46.261Z] OK: 233 MiB in 51 packages [2020-08-19T20:09:46.261Z] Successfully built 63fa0f3e55ca [2020-08-19T20:09:46.261Z] Successfully tagged docker-core-data-go:latest [2020-08-19T20:09:46.261Z] Building docker-sys-mgmt-agent-go [2020-08-19T20:09:46.532Z]  Building docker-core-data-go ... done OK: 233 MiB in 51 packages [2020-08-19T20:09:46.532Z] OK: 233 MiB in 51 packages [2020-08-19T20:09:48.765Z] Removing intermediate container 66fe6d140201 [2020-08-19T20:09:48.765Z] ---> efdbc0daecc2 [2020-08-19T20:09:48.765Z] Step 4/7 : WORKDIR /edgex-go [2020-08-19T20:09:48.765Z] ---> Running in 5f4288c59457 [2020-08-19T20:09:49.381Z] Removing intermediate container 5f4288c59457 [2020-08-19T20:09:49.382Z] ---> d24827117bca [2020-08-19T20:09:49.382Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-19T20:09:49.672Z] latest: Pulling from library/docker [2020-08-19T20:09:49.952Z] b538f80385f9: Already exists [2020-08-19T20:09:49.952Z] 259a493cd78d: Pulling fs layer [2020-08-19T20:09:49.952Z] b8e66b5100f5: Pulling fs layer [2020-08-19T20:09:49.952Z] 39dc9c94d07c: Pulling fs layer [2020-08-19T20:09:49.952Z] 551b823b3b82: Pulling fs layer [2020-08-19T20:09:49.952Z] 3c52a74df98c: Pulling fs layer [2020-08-19T20:09:49.952Z] 6c9b121b6998: Pulling fs layer [2020-08-19T20:09:49.952Z] 551b823b3b82: Waiting [2020-08-19T20:09:49.952Z] 3c52a74df98c: Waiting [2020-08-19T20:09:49.952Z] 6c9b121b6998: Waiting [2020-08-19T20:09:49.952Z] b8e66b5100f5: Download complete [2020-08-19T20:09:49.952Z] 259a493cd78d: Verifying Checksum [2020-08-19T20:09:49.952Z] 259a493cd78d: Download complete [2020-08-19T20:09:50.226Z] 551b823b3b82: Verifying Checksum [2020-08-19T20:09:50.226Z] 551b823b3b82: Download complete [2020-08-19T20:09:50.226Z] 3c52a74df98c: Verifying Checksum [2020-08-19T20:09:50.226Z] 3c52a74df98c: Download complete [2020-08-19T20:09:50.226Z] 6c9b121b6998: Download complete [2020-08-19T20:09:50.821Z] 259a493cd78d: Pull complete [2020-08-19T20:09:51.094Z] b8e66b5100f5: Pull complete [2020-08-19T20:09:51.366Z] 39dc9c94d07c: Verifying Checksum [2020-08-19T20:09:51.366Z] 39dc9c94d07c: Download complete [2020-08-19T20:09:51.866Z] Removing intermediate container af84f0808748 [2020-08-19T20:09:51.866Z] ---> 3ea97c3d4fc6 [2020-08-19T20:09:51.866Z] Step 6/21 : COPY go.mod . [2020-08-19T20:09:52.133Z] Removing intermediate container ed87724a258b [2020-08-19T20:09:52.133Z] ---> df23f7fb297b [2020-08-19T20:09:52.133Z] Step 6/23 : COPY go.mod . [2020-08-19T20:09:54.073Z] ---> 915ca8ee3471 [2020-08-19T20:09:54.074Z] Step 7/21 : RUN go mod download [2020-08-19T20:09:54.074Z] Removing intermediate container 5c85f19f80db [2020-08-19T20:09:54.074Z] ---> df778a2f5874 [2020-08-19T20:09:54.074Z] Step 6/21 : COPY go.mod . [2020-08-19T20:09:54.748Z] 39dc9c94d07c: Pull complete [2020-08-19T20:09:54.748Z] 551b823b3b82: Pull complete [2020-08-19T20:09:55.020Z] 3c52a74df98c: Pull complete [2020-08-19T20:09:55.490Z] ---> 1820a58c6bff [2020-08-19T20:09:55.490Z] Step 7/23 : RUN go mod download [2020-08-19T20:09:55.617Z] 6c9b121b6998: Pull complete [2020-08-19T20:09:55.617Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-19T20:09:55.617Z] Status: Downloaded newer image for docker:latest [2020-08-19T20:09:55.754Z] ---> Running in b1d1ba41e7bf [2020-08-19T20:09:56.339Z] ---> Running in 0a573761774e [2020-08-19T20:09:56.604Z] ---> 8088f3653c2f [2020-08-19T20:09:56.604Z] Step 7/21 : RUN go mod download [2020-08-19T20:09:57.186Z] ---> Running in 50fbeb63d25c [2020-08-19T20:09:58.599Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:09:58.599Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:09:58.599Z] ---> cfcebade0a4e [2020-08-19T20:09:58.599Z] Step 3/26 : WORKDIR /edgex-go [2020-08-19T20:09:58.599Z] ---> Using cache [2020-08-19T20:09:58.599Z] ---> 34a60854bef3 [2020-08-19T20:09:58.599Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:09:58.599Z] ---> Using cache [2020-08-19T20:09:58.599Z] ---> 602e980ab8b9 [2020-08-19T20:09:58.599Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-19T20:09:58.599Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:09:58.599Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:09:58.599Z] ---> cfcebade0a4e [2020-08-19T20:09:58.599Z] Step 3/26 : WORKDIR /edgex-go [2020-08-19T20:09:58.599Z] ---> Using cache [2020-08-19T20:09:58.599Z] ---> 34a60854bef3 [2020-08-19T20:09:58.599Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:09:58.599Z] ---> Using cache [2020-08-19T20:09:58.599Z] ---> 602e980ab8b9 [2020-08-19T20:09:58.599Z] Step 5/26 : RUN apk update && apk add make git [2020-08-19T20:09:58.599Z] ---> Using cache [2020-08-19T20:09:58.599Z] ---> 3ea97c3d4fc6 [2020-08-19T20:09:58.599Z] Step 6/26 : COPY go.mod . [2020-08-19T20:09:58.599Z] ---> Using cache [2020-08-19T20:09:58.599Z] ---> 915ca8ee3471 [2020-08-19T20:09:58.599Z] Step 7/26 : RUN go mod download [2020-08-19T20:09:59.004Z] ---> 93b1765a7f6b [2020-08-19T20:09:59.004Z] Step 6/7 : COPY go.mod . [2020-08-19T20:09:59.281Z] ---> d8eb221bd74f [2020-08-19T20:09:59.281Z] Step 7/7 : RUN go mod download [2020-08-19T20:09:59.550Z] ---> Running in d144a16ed5b7 [2020-08-19T20:09:59.550Z] ---> Running in d36b552efc3e [2020-08-19T20:09:59.554Z] ---> Running in f876d31563d4 [2020-08-19T20:10:00.526Z] Removing intermediate container 50fbeb63d25c [2020-08-19T20:10:00.526Z] ---> 548a05fd50b6 [2020-08-19T20:10:00.526Z] Step 8/21 : COPY . . [2020-08-19T20:10:00.526Z] Removing intermediate container 0a573761774e [2020-08-19T20:10:00.526Z] ---> e13331020e24 [2020-08-19T20:10:00.526Z] Step 8/23 : COPY . . [2020-08-19T20:10:00.526Z] Removing intermediate container b1d1ba41e7bf [2020-08-19T20:10:00.526Z] ---> 7be445f20f0b [2020-08-19T20:10:00.526Z] Step 8/21 : COPY . . [2020-08-19T20:10:00.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:10:01.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:10:01.979Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:10:01.979Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:10:01.979Z] OK: 12746 distinct packages available [2020-08-19T20:10:02.934Z] OK: 233 MiB in 51 packages [2020-08-19T20:10:03.844Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-19T20:10:03.844Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-19T20:10:03.844Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-19T20:10:03.844Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-19T20:10:03.844Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T20:10:03.844Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-19T20:10:03.844Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-19T20:10:03.844Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T20:10:03.844Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-19T20:10:03.844Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-19T20:10:03.844Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-19T20:10:03.844Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-19T20:10:03.844Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-19T20:10:03.844Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T20:10:03.844Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-19T20:10:03.844Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-19T20:10:03.844Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-19T20:10:03.844Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T20:10:03.844Z] go: finding github.com/fatih/color v1.7.0 [2020-08-19T20:10:03.844Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-19T20:10:03.844Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T20:10:04.116Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-19T20:10:04.116Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-19T20:10:04.116Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T20:10:04.116Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-19T20:10:04.116Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-19T20:10:04.116Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-19T20:10:04.386Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-19T20:10:04.386Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-19T20:10:04.386Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-19T20:10:04.386Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-19T20:10:04.386Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-19T20:10:04.386Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-19T20:10:04.386Z] go: finding github.com/google/uuid v1.1.0 [2020-08-19T20:10:04.654Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-19T20:10:04.654Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-19T20:10:04.654Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-19T20:10:04.654Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-19T20:10:04.654Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T20:10:04.654Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T20:10:04.654Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-19T20:10:04.925Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-19T20:10:04.925Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T20:10:04.925Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-19T20:10:04.925Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-19T20:10:04.925Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-19T20:10:04.925Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-19T20:10:04.925Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-19T20:10:05.197Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-19T20:10:05.197Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-19T20:10:05.197Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-19T20:10:05.197Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-19T20:10:05.197Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-19T20:10:05.197Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-19T20:10:05.467Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-19T20:10:05.467Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-19T20:10:05.467Z] go: finding github.com/kr/pty v1.1.1 [2020-08-19T20:10:05.467Z] go: finding github.com/kr/text v0.1.0 [2020-08-19T20:10:05.467Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-19T20:10:05.467Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-19T20:10:05.467Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-19T20:10:05.738Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-19T20:10:05.738Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-19T20:10:05.738Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T20:10:05.738Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-19T20:10:05.738Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-19T20:10:05.738Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-19T20:10:05.738Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-19T20:10:06.010Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-19T20:10:06.010Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T20:10:06.010Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T20:10:06.010Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-19T20:10:06.010Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-19T20:10:06.010Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-19T20:10:06.279Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-19T20:10:06.279Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-19T20:10:06.279Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-19T20:10:06.279Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-19T20:10:06.279Z] go: finding github.com/posener/complete v1.1.1 [2020-08-19T20:10:06.279Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-19T20:10:06.279Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-19T20:10:06.548Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-19T20:10:06.548Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-19T20:10:06.548Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-19T20:10:06.548Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-19T20:10:06.548Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-19T20:10:06.548Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-19T20:10:06.548Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-19T20:10:06.817Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-19T20:10:06.817Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-19T20:10:06.817Z] go: finding golang.org/x/text v0.3.2 [2020-08-19T20:10:06.817Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-19T20:10:06.817Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-19T20:10:06.817Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-19T20:10:06.817Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-19T20:10:07.090Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-19T20:10:07.090Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-19T20:10:08.304Z] Removing intermediate container d144a16ed5b7 [2020-08-19T20:10:08.304Z] ---> b8a1efa59cb0 [2020-08-19T20:10:08.304Z] Step 8/26 : COPY . . [2020-08-19T20:10:11.660Z] Removing intermediate container d36b552efc3e [2020-08-19T20:10:11.660Z] ---> dab53db8899d [2020-08-19T20:10:11.660Z] Step 6/26 : COPY go.mod . [2020-08-19T20:10:19.893Z] ---> 0f73684ea157 [2020-08-19T20:10:19.893Z] Step 7/26 : RUN go mod download [2020-08-19T20:10:22.030Z] ---> Running in 5d83d28fa652 [2020-08-19T20:10:27.401Z] ---> 5877b772ab8c [2020-08-19T20:10:27.401Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-19T20:10:27.666Z] ---> 6736acd872af [2020-08-19T20:10:27.666Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-19T20:10:27.666Z] ---> 762d4e74fc49 [2020-08-19T20:10:27.666Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-19T20:10:28.243Z] ---> Running in b84c64d4d864 [2020-08-19T20:10:28.822Z] ---> Running in 7dbe2e513d2c [2020-08-19T20:10:28.822Z] ---> Running in 2dff09f15297 [2020-08-19T20:10:29.283Z] Removing intermediate container f876d31563d4 [2020-08-19T20:10:29.283Z] ---> 30dac18dab78 [2020-08-19T20:10:29.283Z] Successfully built 30dac18dab78 [2020-08-19T20:10:29.283Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [2020-08-19T20:10:29.402Z] ---> 59d105c95d23 [2020-08-19T20:10:29.402Z] 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 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-08-19T20:10:29.676Z] ---> Running in 5f39e1ae7f02 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:10:30.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-19T20:10:30.086Z] [2020-08-19T20:10:30.086Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-19T20:10:30.265Z] Removing intermediate container 5d83d28fa652 [2020-08-19T20:10:30.265Z] ---> cfb7534c3c49 [2020-08-19T20:10:30.265Z] Step 8/26 : COPY . . [2020-08-19T20:10:30.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-19T20:10:30.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:10:30.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-19T20:10:30.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-19T20:10:30.847Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-19T20:10:31.123Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-19T20:10:31.123Z] 29e5d40040c1: Pulling fs layer [2020-08-19T20:10:31.123Z] 1ce36da41761: Pulling fs layer [2020-08-19T20:10:31.123Z] 25b303627fd3: Pulling fs layer [2020-08-19T20:10:31.123Z] 29e5d40040c1: Download complete [2020-08-19T20:10:31.722Z] 1ce36da41761: Verifying Checksum [2020-08-19T20:10:31.722Z] 1ce36da41761: Download complete [2020-08-19T20:10:31.722Z] 29e5d40040c1: Pull complete [2020-08-19T20:10:33.153Z] 1ce36da41761: Pull complete [2020-08-19T20:10:33.153Z] 25b303627fd3: Download complete [2020-08-19T20:10:43.314Z] 25b303627fd3: Pull complete [2020-08-19T20:10:43.314Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-19T20:10:43.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-19T20:10:43.314Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-19T20:10:43.589Z] prd-ubuntu18.04-docker-arm64-4c-16g-504 does not seem to be running inside a container [2020-08-19T20:10:43.675Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-19T20:10:45.606Z] ---> 7c8675220240 [2020-08-19T20:10:45.606Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-19T20:10:45.606Z] ---> Running in 00ee1c54c1f8 [2020-08-19T20:10:46.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-19T20:10:46.939Z] $ docker top 87e7a236449e53e16a888822ae07b5dc83b943061e7c6684430d63580509c086 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-19T20:10:48.342Z] + docker-compose build --help [2020-08-19T20:10:48.342Z] + grep parallel [2020-08-19T20:10:51.714Z] --parallel Build images in parallel. [Pipeline] } [2020-08-19T20:10:51.733Z] $ docker stop --time=1 87e7a236449e53e16a888822ae07b5dc83b943061e7c6684430d63580509c086 [2020-08-19T20:10:53.675Z] $ docker rm -f 87e7a236449e53e16a888822ae07b5dc83b943061e7c6684430d63580509c086 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:10:54.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-19T20:10:54.507Z] . [Pipeline] withDockerContainer [2020-08-19T20:10:54.774Z] prd-ubuntu18.04-docker-arm64-4c-16g-504 does not seem to be running inside a container [2020-08-19T20:10:54.875Z] $ 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/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-08-19T20:10:56.372Z] $ docker top bc43124b210bc5428b1df13f9082170569d985038a2510bb34681bf34903c2ab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-19T20:10:57.444Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-19T20:10:58.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-19T20:11:00.822Z] Building docker-core-command-go ... [2020-08-19T20:11:00.822Z] Building docker-core-data-go ... [2020-08-19T20:11:00.822Z] Building docker-core-metadata-go ... [2020-08-19T20:11:00.822Z] Building docker-security-proxy-setup-go ... [2020-08-19T20:11:00.822Z] Building docker-security-secrets-setup-go ... [2020-08-19T20:11:00.822Z] Building docker-security-secretstore-setup-go ... [2020-08-19T20:11:00.822Z] Building docker-support-logging-go ... [2020-08-19T20:11:00.822Z] Building docker-support-notifications-go ... [2020-08-19T20:11:00.822Z] Building docker-support-scheduler-go ... [2020-08-19T20:11:00.822Z] Building docker-sys-mgmt-agent-go ... [2020-08-19T20:11:00.822Z] Building docker-support-scheduler-go [2020-08-19T20:11:00.822Z] Building docker-sys-mgmt-agent-go [2020-08-19T20:11:00.822Z] Building docker-support-logging-go [2020-08-19T20:11:00.822Z] Building docker-security-proxy-setup-go [2020-08-19T20:11:00.822Z] Building docker-core-metadata-go [2020-08-19T20:11:03.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-19T20:11:08.570Z] Removing intermediate container 2dff09f15297 [2020-08-19T20:11:08.570Z] ---> ed2c3d883260 [2020-08-19T20:11:08.570Z] [2020-08-19T20:11:08.570Z] Step 10/21 : FROM scratch [2020-08-19T20:11:08.570Z] ---> [2020-08-19T20:11:08.570Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-19T20:11:09.513Z] ---> Running in 83352d2615b7 [2020-08-19T20:11:09.513Z] Removing intermediate container 7dbe2e513d2c [2020-08-19T20:11:09.513Z] ---> 4ca29914c070 [2020-08-19T20:11:09.513Z] [2020-08-19T20:11:09.513Z] Step 10/21 : FROM scratch [2020-08-19T20:11:09.513Z] ---> [2020-08-19T20:11:09.513Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-19T20:11:09.513Z] ---> Using cache [2020-08-19T20:11:09.513Z] ---> bbce4c48e91e [2020-08-19T20:11:09.513Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-19T20:11:09.785Z] ---> Running in 81dd909f6f29 [2020-08-19T20:11:09.785Z] Removing intermediate container 83352d2615b7 [2020-08-19T20:11:09.785Z] ---> 9c10d5d91d4f [2020-08-19T20:11:09.785Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-19T20:11:10.061Z] ---> Running in 97bd9aa47232 [2020-08-19T20:11:10.061Z] Removing intermediate container 81dd909f6f29 [2020-08-19T20:11:10.061Z] ---> 51f0af2f3c07 [2020-08-19T20:11:10.061Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-19T20:11:11.986Z] ---> Running in 830acd33ba90 [2020-08-19T20:11:14.537Z] Removing intermediate container 97bd9aa47232 [2020-08-19T20:11:14.537Z] ---> a2db9c4288f4 [2020-08-19T20:11:14.537Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-19T20:11:14.537Z] ---> Running in af0cff198ece [2020-08-19T20:11:14.537Z] Removing intermediate container 830acd33ba90 [2020-08-19T20:11:14.537Z] ---> 2bf54afb8ffc [2020-08-19T20:11:14.537Z] Step 14/21 : WORKDIR / [2020-08-19T20:11:14.804Z] Removing intermediate container 5f39e1ae7f02 [2020-08-19T20:11:14.804Z] ---> 8dfc124c9801 [2020-08-19T20:11:14.804Z] [2020-08-19T20:11:14.804Z] Step 10/26 : FROM alpine:3.10 [2020-08-19T20:11:14.804Z] ---> Running in 438f49bb7839 [2020-08-19T20:11:14.804Z] Removing intermediate container b84c64d4d864 [2020-08-19T20:11:14.804Z] ---> 05533fd8b266 [2020-08-19T20:11:14.804Z] [2020-08-19T20:11:14.804Z] Step 10/23 : FROM scratch [2020-08-19T20:11:14.804Z] ---> [2020-08-19T20:11:14.804Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-19T20:11:14.804Z] ---> Using cache [2020-08-19T20:11:14.804Z] ---> 9c10d5d91d4f [2020-08-19T20:11:14.804Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-19T20:11:15.079Z] Removing intermediate container af0cff198ece [2020-08-19T20:11:15.079Z] ---> f3e8316eac08 [2020-08-19T20:11:15.079Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-19T20:11:15.079Z] ---> Running in decc23ac265b [2020-08-19T20:11:15.079Z] 3.10: Pulling from library/alpine [2020-08-19T20:11:15.079Z] Removing intermediate container 438f49bb7839 [2020-08-19T20:11:15.079Z] ---> f207af527d67 [2020-08-19T20:11:15.079Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-19T20:11:17.628Z] Removing intermediate container decc23ac265b [2020-08-19T20:11:17.628Z] ---> 97b018d27a68 [2020-08-19T20:11:17.628Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-19T20:11:18.575Z] ---> Running in 012be2e135b8 [2020-08-19T20:11:18.575Z] ---> 7b39d2f80232 [2020-08-19T20:11:18.575Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-19T20:11:18.575Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-19T20:11:18.575Z] ---> 494e888806cc [2020-08-19T20:11:18.575Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-19T20:11:18.575Z] Status: Downloaded newer image for alpine:3.10 [2020-08-19T20:11:18.575Z] ---> be4e4bea2c2e [2020-08-19T20:11:18.575Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-19T20:11:18.837Z] Removing intermediate container 00ee1c54c1f8 [2020-08-19T20:11:18.837Z] ---> 53c01f523e5a [2020-08-19T20:11:18.837Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-19T20:11:19.101Z] ---> Running in 4eaf597852c6 [2020-08-19T20:11:19.101Z] ---> Running in 1148bc0aad0a [2020-08-19T20:11:19.101Z] Removing intermediate container 012be2e135b8 [2020-08-19T20:11:19.101Z] ---> 5546bfe41e8c [2020-08-19T20:11:19.101Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-19T20:11:19.375Z] ---> 4617eb11252e [2020-08-19T20:11:19.375Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-19T20:11:19.375Z] ---> 6fc8798055ec [2020-08-19T20:11:19.375Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-19T20:11:19.375Z] ---> 3599d5df691d [2020-08-19T20:11:19.375Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-19T20:11:19.945Z] ---> a0f356f4b663 [2020-08-19T20:11:19.945Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:11:20.525Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-19T20:11:20.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:11:20.525Z] ---> Running in b9847c6132db [2020-08-19T20:11:20.525Z] ---> 44f4271009b5 [2020-08-19T20:11:20.525Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-19T20:11:20.525Z] ---> dab2dd6041e7 [2020-08-19T20:11:20.525Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-19T20:11:20.790Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:11:20.790Z] Removing intermediate container b9847c6132db [2020-08-19T20:11:20.790Z] ---> b2d15be954d6 [2020-08-19T20:11:20.790Z] Step 19/21 : LABEL arch=x86_64 [2020-08-19T20:11:20.790Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-19T20:11:20.790Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-19T20:11:20.790Z] OK: 10346 distinct packages available [2020-08-19T20:11:21.053Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-19T20:11:21.053Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-19T20:11:21.053Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-19T20:11:21.053Z] ---> Running in 95b1e3d457d0 [2020-08-19T20:11:21.053Z] (4/5) Installing curl (7.66.0-r0) [2020-08-19T20:11:21.053Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-19T20:11:21.053Z] Executing busybox-1.30.1-r3.trigger [2020-08-19T20:11:21.315Z] Executing ca-certificates-20191127-r2.trigger [2020-08-19T20:11:21.315Z] OK: 7 MiB in 19 packages [2020-08-19T20:11:21.576Z] ---> 1fcff0a68d69 [2020-08-19T20:11:21.576Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:11:21.841Z] ---> e628e52f598a [2020-08-19T20:11:21.841Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-19T20:11:21.841Z] ---> Running in e6757f94eda3 [2020-08-19T20:11:21.841Z] Removing intermediate container 95b1e3d457d0 [2020-08-19T20:11:21.841Z] ---> 60be5cb9a912 [2020-08-19T20:11:21.841Z] Step 20/21 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:11:22.108Z] ---> Running in 08f7eb9d8fc1 [2020-08-19T20:11:22.691Z] Removing intermediate container e6757f94eda3 [2020-08-19T20:11:22.691Z] ---> a5df0dc4d020 [2020-08-19T20:11:22.691Z] Step 19/21 : LABEL arch=x86_64 [2020-08-19T20:11:22.691Z] ---> dc6bd802d742 [2020-08-19T20:11:22.691Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-19T20:11:22.691Z] Removing intermediate container 4eaf597852c6 [2020-08-19T20:11:22.691Z] ---> 1eac82a97c78 [2020-08-19T20:11:22.691Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-19T20:11:23.633Z] Removing intermediate container 08f7eb9d8fc1 [2020-08-19T20:11:23.633Z] ---> 6c459a7f3d92 [2020-08-19T20:11:23.633Z] Step 21/21 : LABEL version=1.2.2-dev.15 [2020-08-19T20:11:23.633Z] ---> Running in 45a46ffcbd1e [2020-08-19T20:11:23.895Z] ---> Running in 255955560e8f [2020-08-19T20:11:23.895Z] ---> Running in 8e7ebff08656 [2020-08-19T20:11:23.895Z] ---> 08c91e53f676 [2020-08-19T20:11:23.895Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-19T20:11:23.895Z] Removing intermediate container 1148bc0aad0a [2020-08-19T20:11:23.895Z] ---> fbf80111f392 [2020-08-19T20:11:23.895Z] [2020-08-19T20:11:23.895Z] Step 11/26 : FROM docker:latest [2020-08-19T20:11:23.895Z] ---> 81f5749c9058 [2020-08-19T20:11:23.895Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-19T20:11:24.156Z] ---> Running in 25f6292e87f9 [2020-08-19T20:11:24.156Z] Removing intermediate container 45a46ffcbd1e [2020-08-19T20:11:24.156Z] ---> 2a06ffb3e293 [2020-08-19T20:11:24.156Z] Step 20/21 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:11:24.156Z] Removing intermediate container 255955560e8f [2020-08-19T20:11:24.156Z] ---> 99763fca0311 [2020-08-19T20:11:24.156Z] Step 13/26 : WORKDIR / [2020-08-19T20:11:24.156Z] Removing intermediate container 8e7ebff08656 [2020-08-19T20:11:24.156Z] ---> 05d1a1bc91ca [2020-08-19T20:11:24.156Z] [2020-08-19T20:11:24.418Z] Successfully built 05d1a1bc91ca [2020-08-19T20:11:24.418Z] ---> Running in ddc41f608d63 [2020-08-19T20:11:24.418Z] Successfully tagged docker-core-command-go:latest [2020-08-19T20:11:24.418Z] ---> Running in 842dd4e7dfff [2020-08-19T20:11:24.681Z]  Building docker-core-command-go ... done  ---> a6091b0992e4 [2020-08-19T20:11:24.681Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:11:24.681Z] Removing intermediate container ddc41f608d63 [2020-08-19T20:11:24.681Z] ---> 6cc038c232df [2020-08-19T20:11:24.681Z] Step 21/21 : LABEL version=1.2.2-dev.15 [2020-08-19T20:11:24.943Z] ---> Running in 388e3deca583 [2020-08-19T20:11:24.943Z] Removing intermediate container 842dd4e7dfff [2020-08-19T20:11:24.943Z] ---> 13437d138f4c [2020-08-19T20:11:24.943Z] 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-08-19T20:11:24.943Z] ---> Running in 03be45147630 [2020-08-19T20:11:24.943Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:11:25.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:11:25.205Z] Removing intermediate container 388e3deca583 [2020-08-19T20:11:25.205Z] ---> 9e78fa8b76ff [2020-08-19T20:11:25.205Z] Step 21/23 : LABEL arch=x86_64 [2020-08-19T20:11:25.205Z] ---> Running in 83a253e0bc2d [2020-08-19T20:11:25.205Z] (1/2) Installing readline (8.0.4-r0) [2020-08-19T20:11:25.466Z] (2/2) Installing bash (5.0.17-r0) [2020-08-19T20:11:25.466Z] Executing bash-5.0.17-r0.post-install [2020-08-19T20:11:25.466Z] Removing intermediate container 03be45147630 [2020-08-19T20:11:25.466Z] ---> ac1e38c7bb44 [2020-08-19T20:11:25.466Z] [2020-08-19T20:11:25.466Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:11:25.466Z] OK: 12 MiB in 22 packages [2020-08-19T20:11:25.466Z] ---> f298a4702c6c [2020-08-19T20:11:25.466Z] 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-08-19T20:11:25.466Z] Successfully built ac1e38c7bb44 [2020-08-19T20:11:25.729Z] Removing intermediate container 83a253e0bc2d [2020-08-19T20:11:25.729Z] ---> 1967cdc61e8c [2020-08-19T20:11:25.729Z] Step 22/23 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:11:25.729Z] Successfully tagged docker-support-logging-go:latest [2020-08-19T20:11:25.729Z]  Building docker-support-logging-go ... done  ---> Running in a10307136b5c [2020-08-19T20:11:25.729Z] ---> a944f2c14022 [2020-08-19T20:11:25.729Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-19T20:11:25.989Z] Removing intermediate container a10307136b5c [2020-08-19T20:11:25.989Z] ---> c242de1d1c10 [2020-08-19T20:11:25.989Z] Step 23/23 : LABEL version=1.2.2-dev.15 [2020-08-19T20:11:26.251Z] ---> Running in 562fb02bdaae [2020-08-19T20:11:26.251Z] Removing intermediate container 25f6292e87f9 [2020-08-19T20:11:26.251Z] ---> 84cf3eaa80e3 [2020-08-19T20:11:26.251Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-19T20:11:26.251Z] ---> 44da92242747 [2020-08-19T20:11:26.251Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-19T20:11:26.531Z] ---> Running in 9c155ba88865 [2020-08-19T20:11:26.793Z] Removing intermediate container 562fb02bdaae [2020-08-19T20:11:26.793Z] ---> 781a1d8f4156 [2020-08-19T20:11:26.793Z] [2020-08-19T20:11:26.793Z] ---> 3cebe69f92d1 [2020-08-19T20:11:26.793Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-19T20:11:26.793Z] Successfully built 781a1d8f4156 [2020-08-19T20:11:26.793Z] Successfully tagged docker-support-notifications-go:latest [2020-08-19T20:11:27.368Z]  Building docker-support-notifications-go ... done  ---> aae3e14c3349 [2020-08-19T20:11:27.368Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-19T20:11:27.940Z] Removing intermediate container 9c155ba88865 [2020-08-19T20:11:27.940Z] ---> c602be257f65 [2020-08-19T20:11:27.940Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-19T20:11:27.940Z] ---> Running in f7fb49ebf1f7 [2020-08-19T20:11:27.940Z] ---> bf43bd989842 [2020-08-19T20:11:27.940Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-19T20:11:28.200Z] Removing intermediate container f7fb49ebf1f7 [2020-08-19T20:11:28.200Z] ---> cb152092a661 [2020-08-19T20:11:28.200Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-19T20:11:28.200Z] ---> Running in 795dd7d13c34 [2020-08-19T20:11:28.470Z] ---> 7175830ccb9f [2020-08-19T20:11:28.470Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-19T20:11:28.470Z] Removing intermediate container 795dd7d13c34 [2020-08-19T20:11:28.470Z] ---> 139c40ae6648 [2020-08-19T20:11:28.470Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-19T20:11:28.470Z] ---> Running in 0e2589416cfb [2020-08-19T20:11:28.752Z] Removing intermediate container 0e2589416cfb [2020-08-19T20:11:28.752Z] ---> 6a0e917b9f1a [2020-08-19T20:11:28.752Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-19T20:11:28.752Z] ---> 10aa968722aa [2020-08-19T20:11:28.752Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-19T20:11:28.752Z] ---> Running in 23904a9141c3 [2020-08-19T20:11:29.390Z] ---> b2e2f0d8eacb [2020-08-19T20:11:29.390Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-19T20:11:29.712Z] ---> 3f75c8bc858b [2020-08-19T20:11:29.712Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-19T20:11:30.082Z] ---> 8ae6bab8b490 [2020-08-19T20:11:30.082Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-19T20:11:30.082Z] Removing intermediate container 23904a9141c3 [2020-08-19T20:11:30.082Z] ---> af30f62381e8 [2020-08-19T20:11:30.082Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-19T20:11:30.528Z] ---> Running in dfe330c1f65c [2020-08-19T20:11:30.528Z] ---> Running in 8b907f9eb794 [2020-08-19T20:11:30.528Z] Removing intermediate container 8b907f9eb794 [2020-08-19T20:11:30.528Z] ---> d79a95e5dfe3 [2020-08-19T20:11:30.528Z] Step 24/26 : LABEL arch=x86_64 [2020-08-19T20:11:30.528Z] ---> Running in 94a6f02c2e96 [2020-08-19T20:11:30.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:11:30.974Z] Removing intermediate container 94a6f02c2e96 [2020-08-19T20:11:30.974Z] ---> e1da70a378ff [2020-08-19T20:11:30.974Z] Step 25/26 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:11:30.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:11:30.974Z] ---> Running in 2ae742409763 [2020-08-19T20:11:30.974Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-19T20:11:30.974Z] (2/33) Installing expat (2.2.9-r1) [2020-08-19T20:11:30.974Z] (3/33) Installing libffi (3.3-r2) [2020-08-19T20:11:30.974Z] (4/33) Installing gdbm (1.13-r1) [2020-08-19T20:11:31.251Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-19T20:11:31.251Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-19T20:11:31.251Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-19T20:11:31.251Z] Removing intermediate container 2ae742409763 [2020-08-19T20:11:31.251Z] ---> 8e3d8bc42dc4 [2020-08-19T20:11:31.251Z] Step 26/26 : LABEL version=1.2.2-dev.15 [2020-08-19T20:11:31.251Z] ---> Running in 2a6479116b34 [2020-08-19T20:11:32.368Z] Removing intermediate container 2a6479116b34 [2020-08-19T20:11:32.368Z] ---> e47ae1da7899 [2020-08-19T20:11:32.368Z] [2020-08-19T20:11:32.689Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-19T20:11:32.689Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-19T20:11:32.689Z] Successfully built e47ae1da7899 [2020-08-19T20:11:32.689Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-19T20:11:32.689Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-19T20:11:32.689Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-19T20:11:32.689Z]  Building docker-security-secretstore-setup-go ... done (12/33) Installing py3-packaging (20.4-r0) [2020-08-19T20:11:32.689Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-19T20:11:32.689Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-19T20:11:32.689Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-19T20:11:32.689Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-19T20:11:32.689Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-19T20:11:32.689Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-19T20:11:32.689Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-19T20:11:32.689Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-19T20:11:32.689Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-19T20:11:32.689Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-19T20:11:32.967Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-19T20:11:32.967Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-19T20:11:32.967Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-19T20:11:32.967Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-19T20:11:32.967Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-19T20:11:32.967Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-19T20:11:32.967Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-19T20:11:32.967Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-19T20:11:32.967Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-19T20:11:32.967Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-19T20:11:32.967Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-19T20:11:33.263Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:11:33.263Z] OK: 71 MiB in 55 packages [2020-08-19T20:11:43.490Z] Removing intermediate container dfe330c1f65c [2020-08-19T20:11:43.490Z] ---> f63ec6831a47 [2020-08-19T20:11:43.490Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-19T20:11:43.490Z] ---> Running in c0d8a180ccde [2020-08-19T20:11:44.468Z] Collecting docker-compose==1.23.2 [2020-08-19T20:11:44.468Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-19T20:11:44.468Z] 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-08-19T20:11:44.468Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-19T20:11:44.468Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-19T20:11:44.730Z] Collecting docopt<0.7,>=0.6.1 [2020-08-19T20:11:44.730Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-19T20:11:45.304Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-19T20:11:45.304Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-19T20:11:45.565Z] Collecting docker<4.0,>=3.6.0 [2020-08-19T20:11:45.565Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-19T20:11:45.565Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-19T20:11:45.565Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-19T20:11:46.137Z] Collecting PyYAML<4,>=3.10 [2020-08-19T20:11:46.137Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-19T20:11:47.080Z] Collecting texttable<0.10,>=0.9.0 [2020-08-19T20:11:47.080Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-19T20:11:47.341Z] Collecting jsonschema<3,>=2.5.1 [2020-08-19T20:11:47.341Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-19T20:11:47.601Z] Collecting cached-property<2,>=1.2.0 [2020-08-19T20:11:47.601Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-19T20:11:47.601Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-19T20:11:47.601Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-19T20:11:47.861Z] 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-08-19T20:11:47.861Z] Collecting idna<2.8,>=2.5 [2020-08-19T20:11:47.861Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-19T20:11:47.861Z] 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-08-19T20:11:47.861Z] Collecting docker-pycreds>=0.4.0 [2020-08-19T20:11:47.861Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-19T20:11:47.861Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-19T20:11:47.861Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-19T20:11:47.861Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-19T20:11:47.861Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-19T20:11:48.121Z] Installing collected packages: websocket-client, docopt, urllib3, idna, requests, docker-pycreds, docker, dockerpty, PyYAML, texttable, jsonschema, cached-property, docker-compose [2020-08-19T20:11:48.121Z] Running setup.py install for docopt: started [2020-08-19T20:11:48.691Z] Running setup.py install for docopt: finished with status 'done' [2020-08-19T20:11:48.692Z] Attempting uninstall: urllib3 [2020-08-19T20:11:48.692Z] Found existing installation: urllib3 1.25.9 [2020-08-19T20:11:48.692Z] Uninstalling urllib3-1.25.9: [2020-08-19T20:11:48.692Z] Successfully uninstalled urllib3-1.25.9 [2020-08-19T20:11:48.952Z] Attempting uninstall: idna [2020-08-19T20:11:48.952Z] Found existing installation: idna 2.9 [2020-08-19T20:11:48.952Z] Uninstalling idna-2.9: [2020-08-19T20:11:48.952Z] Successfully uninstalled idna-2.9 [2020-08-19T20:11:48.952Z] Attempting uninstall: requests [2020-08-19T20:11:48.952Z] Found existing installation: requests 2.23.0 [2020-08-19T20:11:48.952Z] Uninstalling requests-2.23.0: [2020-08-19T20:11:48.952Z] Successfully uninstalled requests-2.23.0 [2020-08-19T20:11:49.522Z] Running setup.py install for dockerpty: started [2020-08-19T20:11:49.782Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-19T20:11:49.782Z] Running setup.py install for PyYAML: started [2020-08-19T20:11:50.353Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-19T20:11:50.353Z] Running setup.py install for texttable: started [2020-08-19T20:11:50.923Z] Running setup.py install for texttable: finished with status 'done' [2020-08-19T20:11:51.183Z] 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-08-19T20:11:55.389Z] Removing intermediate container c0d8a180ccde [2020-08-19T20:11:55.389Z] ---> 96c887cce1a9 [2020-08-19T20:11:55.389Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-19T20:11:55.389Z] ---> Running in ef736b49b221 [2020-08-19T20:11:55.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T20:11:55.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T20:11:55.389Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-19T20:11:55.389Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-19T20:11:55.389Z] (3/3) Installing curl (7.69.1-r0) [2020-08-19T20:11:55.389Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:11:55.389Z] OK: 72 MiB in 58 packages [2020-08-19T20:11:55.968Z] Removing intermediate container ef736b49b221 [2020-08-19T20:11:55.968Z] ---> f2e4ba965b8c [2020-08-19T20:11:55.968Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:11:55.968Z] ---> Running in c9c4f50a2479 [2020-08-19T20:11:56.229Z] Removing intermediate container c9c4f50a2479 [2020-08-19T20:11:56.229Z] ---> cda90475e1f3 [2020-08-19T20:11:56.229Z] Step 24/26 : LABEL arch=x86_64 [2020-08-19T20:11:56.229Z] ---> Running in d3e345d21355 [2020-08-19T20:11:56.491Z] Removing intermediate container d3e345d21355 [2020-08-19T20:11:56.491Z] ---> 7ac2b594ec81 [2020-08-19T20:11:56.491Z] Step 25/26 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:11:56.491Z] ---> Running in 3144f41bf1f1 [2020-08-19T20:11:56.491Z] Removing intermediate container 3144f41bf1f1 [2020-08-19T20:11:56.491Z] ---> e4bd8f3b93d1 [2020-08-19T20:11:56.491Z] Step 26/26 : LABEL version=1.2.2-dev.15 [2020-08-19T20:11:56.751Z] ---> Running in ba68adb4480b [2020-08-19T20:11:56.751Z] Removing intermediate container ba68adb4480b [2020-08-19T20:11:56.751Z] ---> 680286e52a85 [2020-08-19T20:11:56.751Z] [2020-08-19T20:11:56.751Z] Successfully built 680286e52a85 [2020-08-19T20:11:57.013Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-19T20:11:57.967Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-19T20:11:57.969Z] $ docker stop --time=1 6cf9f99a96f96631a8d639c812aedf48937e1290f96326641fc6946b5da3919f [2020-08-19T20:11:59.629Z] $ docker rm -f 6cf9f99a96f96631a8d639c812aedf48937e1290f96326641fc6946b5da3919f [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:12:00.148Z] + docker images [2020-08-19T20:12:00.148Z] + grep docker [2020-08-19T20:12:00.148Z] docker-sys-mgmt-agent-go latest 680286e52a85 4 seconds ago 284MB [2020-08-19T20:12:00.148Z] docker-security-secretstore-setup-go latest e47ae1da7899 29 seconds ago 33.9MB [2020-08-19T20:12:00.149Z] docker-support-notifications-go latest 781a1d8f4156 34 seconds ago 14.5MB [2020-08-19T20:12:00.149Z] docker-support-logging-go latest ac1e38c7bb44 35 seconds ago 11.8MB [2020-08-19T20:12:00.149Z] docker-core-command-go latest 05d1a1bc91ca 37 seconds ago 13MB [2020-08-19T20:12:00.149Z] docker-security-secrets-setup-go latest 7a3ef9c1cd50 2 minutes ago 25.1MB [2020-08-19T20:12:00.149Z] docker-core-data-go latest 63fa0f3e55ca 2 minutes ago 24.5MB [2020-08-19T20:12:00.149Z] docker-core-metadata-go latest ce7a7c1642ef 2 minutes ago 14.4MB [2020-08-19T20:12:00.149Z] docker-security-proxy-setup-go latest ade5a7e9bf4b 2 minutes ago 16.4MB [2020-08-19T20:12:00.149Z] docker-support-scheduler-go latest caa44d201aa7 2 minutes ago 13.1MB [2020-08-19T20:12:00.149Z] docker latest 81f5749c9058 7 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-19T20:12:00.772Z] provisioning config files... [2020-08-19T20:12:00.807Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/127@tmp/config4672147351350199370tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:12:01.166Z] nexus3.edgexfoundry.org:10001 [2020-08-19T20:12:01.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:12:01.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:12:01.166Z] Configure a credential helper to remove this warning. See [2020-08-19T20:12:01.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:12:01.166Z] [2020-08-19T20:12:01.166Z] Login Succeeded [2020-08-19T20:12:01.166Z] nexus3.edgexfoundry.org:10002 [2020-08-19T20:12:01.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:12:01.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:12:01.429Z] Configure a credential helper to remove this warning. See [2020-08-19T20:12:01.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:12:01.429Z] [2020-08-19T20:12:01.429Z] Login Succeeded [2020-08-19T20:12:01.429Z] nexus3.edgexfoundry.org:10003 [2020-08-19T20:12:01.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:12:01.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:12:01.693Z] Configure a credential helper to remove this warning. See [2020-08-19T20:12:01.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:12:01.693Z] [2020-08-19T20:12:01.693Z] Login Succeeded [2020-08-19T20:12:01.693Z] nexus3.edgexfoundry.org:10004 [2020-08-19T20:12:01.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:12:01.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:12:01.954Z] Configure a credential helper to remove this warning. See [2020-08-19T20:12:01.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:12:01.954Z] [2020-08-19T20:12:01.954Z] Login Succeeded [2020-08-19T20:12:01.954Z] docker.io [2020-08-19T20:12:01.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:12:02.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:12:02.215Z] Configure a credential helper to remove this warning. See [2020-08-19T20:12:02.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:12:02.215Z] [2020-08-19T20:12:02.215Z] Login Succeeded [Pipeline] } [2020-08-19T20:12:02.223Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:12:02.433Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-08-19T20:12:02.434Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:02.434Z] 1.2.2-dev.15 [2020-08-19T20:12:02.434Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:02.434Z] master [2020-08-19T20:12:02.434Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:02.901Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:03.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:03.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-19T20:12:03.201Z] 6530578f3cdf: Preparing [2020-08-19T20:12:03.201Z] d26547833cc6: Preparing [2020-08-19T20:12:03.201Z] a4fc6fd7e7c4: Preparing [2020-08-19T20:12:03.201Z] a4fc6fd7e7c4: Pushed [2020-08-19T20:12:03.201Z] 6530578f3cdf: Pushed [2020-08-19T20:12:05.113Z] d26547833cc6: Pushed [2020-08-19T20:12:05.113Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:4f4de1f807c9ec85f408a7ed0e722da3a9b86220d84e63560268cc60904dd7b3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:05.415Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:05.712Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.15 [2020-08-19T20:12:05.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-19T20:12:05.712Z] 6530578f3cdf: Preparing [2020-08-19T20:12:05.712Z] d26547833cc6: Preparing [2020-08-19T20:12:05.712Z] a4fc6fd7e7c4: Preparing [2020-08-19T20:12:05.712Z] a4fc6fd7e7c4: Layer already exists [2020-08-19T20:12:05.712Z] d26547833cc6: Layer already exists [2020-08-19T20:12:05.712Z] 6530578f3cdf: Layer already exists [2020-08-19T20:12:05.712Z] 1.2.2-dev.15: digest: sha256:4f4de1f807c9ec85f408a7ed0e722da3a9b86220d84e63560268cc60904dd7b3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:06.011Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:06.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:06.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-19T20:12:06.305Z] 6530578f3cdf: Preparing [2020-08-19T20:12:06.305Z] d26547833cc6: Preparing [2020-08-19T20:12:06.305Z] a4fc6fd7e7c4: Preparing [2020-08-19T20:12:06.305Z] d26547833cc6: Layer already exists [2020-08-19T20:12:06.305Z] 6530578f3cdf: Layer already exists [2020-08-19T20:12:06.305Z] a4fc6fd7e7c4: Layer already exists [2020-08-19T20:12:06.305Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:4f4de1f807c9ec85f408a7ed0e722da3a9b86220d84e63560268cc60904dd7b3 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:06.604Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:06.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-08-19T20:12:06.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-19T20:12:06.898Z] 6530578f3cdf: Preparing [2020-08-19T20:12:06.898Z] d26547833cc6: Preparing [2020-08-19T20:12:06.898Z] a4fc6fd7e7c4: Preparing [2020-08-19T20:12:06.898Z] 6530578f3cdf: Layer already exists [2020-08-19T20:12:06.898Z] a4fc6fd7e7c4: Layer already exists [2020-08-19T20:12:06.898Z] d26547833cc6: Layer already exists [2020-08-19T20:12:06.898Z] master: digest: sha256:4f4de1f807c9ec85f408a7ed0e722da3a9b86220d84e63560268cc60904dd7b3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:12:07.077Z] ===================================================== [Pipeline] echo [2020-08-19T20:12:07.122Z] taggedImages: [2020-08-19T20:12:07.122Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:07.122Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.15 [2020-08-19T20:12:07.122Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:07.122Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-08-19T20:12:07.178Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-08-19T20:12:07.178Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:07.178Z] 1.2.2-dev.15 [2020-08-19T20:12:07.178Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:07.178Z] master [2020-08-19T20:12:07.178Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:07.650Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:07.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:07.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-19T20:12:07.945Z] 49d82cc0ec7c: Preparing [2020-08-19T20:12:07.945Z] 17e532344c48: Preparing [2020-08-19T20:12:07.945Z] 542a657f99fe: Preparing [2020-08-19T20:12:07.945Z] de8b9c109173: Preparing [2020-08-19T20:12:07.945Z] c9d1006e21e4: Preparing [2020-08-19T20:12:07.945Z] 50644c29ef5a: Preparing [2020-08-19T20:12:07.945Z] 50644c29ef5a: Waiting [2020-08-19T20:12:07.945Z] c9d1006e21e4: Pushed [2020-08-19T20:12:07.945Z] 542a657f99fe: Pushed [2020-08-19T20:12:07.945Z] 49d82cc0ec7c: Pushed [2020-08-19T20:12:08.206Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:08.206Z] de8b9c109173: Pushed [2020-08-19T20:12:09.594Z] 17e532344c48: Pushed [2020-08-19T20:12:09.595Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:5f89f4f49bff01907cf8f68ed380af96e82aa10a6aff52cc68f24644fe342e9d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:09.894Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:10.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.15 [2020-08-19T20:12:10.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-19T20:12:10.188Z] 49d82cc0ec7c: Preparing [2020-08-19T20:12:10.188Z] 17e532344c48: Preparing [2020-08-19T20:12:10.188Z] 542a657f99fe: Preparing [2020-08-19T20:12:10.188Z] de8b9c109173: Preparing [2020-08-19T20:12:10.188Z] c9d1006e21e4: Preparing [2020-08-19T20:12:10.188Z] 50644c29ef5a: Preparing [2020-08-19T20:12:10.188Z] 50644c29ef5a: Waiting [2020-08-19T20:12:10.188Z] 49d82cc0ec7c: Layer already exists [2020-08-19T20:12:10.188Z] de8b9c109173: Layer already exists [2020-08-19T20:12:10.188Z] c9d1006e21e4: Layer already exists [2020-08-19T20:12:10.188Z] 542a657f99fe: Layer already exists [2020-08-19T20:12:10.188Z] 17e532344c48: Layer already exists [2020-08-19T20:12:10.188Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:10.188Z] 1.2.2-dev.15: digest: sha256:5f89f4f49bff01907cf8f68ed380af96e82aa10a6aff52cc68f24644fe342e9d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:10.490Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:10.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:10.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-19T20:12:10.786Z] 49d82cc0ec7c: Preparing [2020-08-19T20:12:10.786Z] 17e532344c48: Preparing [2020-08-19T20:12:10.786Z] 542a657f99fe: Preparing [2020-08-19T20:12:10.786Z] de8b9c109173: Preparing [2020-08-19T20:12:10.786Z] c9d1006e21e4: Preparing [2020-08-19T20:12:10.786Z] 50644c29ef5a: Preparing [2020-08-19T20:12:10.786Z] 50644c29ef5a: Waiting [2020-08-19T20:12:10.786Z] de8b9c109173: Layer already exists [2020-08-19T20:12:10.786Z] 542a657f99fe: Layer already exists [2020-08-19T20:12:10.786Z] c9d1006e21e4: Layer already exists [2020-08-19T20:12:10.786Z] 49d82cc0ec7c: Layer already exists [2020-08-19T20:12:10.786Z] 17e532344c48: Layer already exists [2020-08-19T20:12:10.786Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:10.786Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:5f89f4f49bff01907cf8f68ed380af96e82aa10a6aff52cc68f24644fe342e9d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:11.107Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:11.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-08-19T20:12:11.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-19T20:12:11.432Z] 49d82cc0ec7c: Preparing [2020-08-19T20:12:11.432Z] 17e532344c48: Preparing [2020-08-19T20:12:11.432Z] 542a657f99fe: Preparing [2020-08-19T20:12:11.432Z] de8b9c109173: Preparing [2020-08-19T20:12:11.432Z] c9d1006e21e4: Preparing [2020-08-19T20:12:11.432Z] 50644c29ef5a: Preparing [2020-08-19T20:12:11.432Z] 50644c29ef5a: Waiting [2020-08-19T20:12:11.432Z] de8b9c109173: Layer already exists [2020-08-19T20:12:11.432Z] 542a657f99fe: Layer already exists [2020-08-19T20:12:11.432Z] c9d1006e21e4: Layer already exists [2020-08-19T20:12:11.432Z] 17e532344c48: Layer already exists [2020-08-19T20:12:11.432Z] 49d82cc0ec7c: Layer already exists [2020-08-19T20:12:11.432Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:11.432Z] master: digest: sha256:5f89f4f49bff01907cf8f68ed380af96e82aa10a6aff52cc68f24644fe342e9d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:12:11.616Z] ===================================================== [Pipeline] echo [2020-08-19T20:12:11.659Z] taggedImages: [2020-08-19T20:12:11.659Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:11.659Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.15 [2020-08-19T20:12:11.659Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:11.659Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-08-19T20:12:11.749Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-08-19T20:12:11.749Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:11.749Z] 1.2.2-dev.15 [2020-08-19T20:12:11.749Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:11.749Z] master [2020-08-19T20:12:11.749Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:12.216Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:12.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:12.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-19T20:12:12.510Z] 30a885f54a0f: Preparing [2020-08-19T20:12:12.510Z] 9c6da1bb8424: Preparing [2020-08-19T20:12:12.510Z] cf9f510b6226: Preparing [2020-08-19T20:12:12.510Z] cf9f510b6226: Pushed [2020-08-19T20:12:12.510Z] 30a885f54a0f: Pushed [2020-08-19T20:12:13.900Z] 9c6da1bb8424: Pushed [2020-08-19T20:12:14.167Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:a6e677f59375e8e0a5c4c521f90835ce76969b28a4acd41870c7d1460def8fd5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:14.489Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:14.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.15 [2020-08-19T20:12:14.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-19T20:12:14.786Z] 30a885f54a0f: Preparing [2020-08-19T20:12:14.786Z] 9c6da1bb8424: Preparing [2020-08-19T20:12:14.786Z] cf9f510b6226: Preparing [2020-08-19T20:12:14.786Z] cf9f510b6226: Layer already exists [2020-08-19T20:12:14.786Z] 30a885f54a0f: Layer already exists [2020-08-19T20:12:14.786Z] 9c6da1bb8424: Layer already exists [2020-08-19T20:12:14.786Z] 1.2.2-dev.15: digest: sha256:a6e677f59375e8e0a5c4c521f90835ce76969b28a4acd41870c7d1460def8fd5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:15.097Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:15.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:15.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-19T20:12:15.407Z] 30a885f54a0f: Preparing [2020-08-19T20:12:15.407Z] 9c6da1bb8424: Preparing [2020-08-19T20:12:15.407Z] cf9f510b6226: Preparing [2020-08-19T20:12:15.407Z] cf9f510b6226: Layer already exists [2020-08-19T20:12:15.407Z] 30a885f54a0f: Layer already exists [2020-08-19T20:12:15.407Z] 9c6da1bb8424: Layer already exists [2020-08-19T20:12:15.407Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:a6e677f59375e8e0a5c4c521f90835ce76969b28a4acd41870c7d1460def8fd5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:15.706Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:16.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-08-19T20:12:16.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-19T20:12:16.004Z] 30a885f54a0f: Preparing [2020-08-19T20:12:16.004Z] 9c6da1bb8424: Preparing [2020-08-19T20:12:16.004Z] cf9f510b6226: Preparing [2020-08-19T20:12:16.004Z] cf9f510b6226: Layer already exists [2020-08-19T20:12:16.004Z] 30a885f54a0f: Layer already exists [2020-08-19T20:12:16.004Z] 9c6da1bb8424: Layer already exists [2020-08-19T20:12:16.004Z] master: digest: sha256:a6e677f59375e8e0a5c4c521f90835ce76969b28a4acd41870c7d1460def8fd5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:12:16.179Z] ===================================================== [Pipeline] echo [2020-08-19T20:12:16.235Z] taggedImages: [2020-08-19T20:12:16.235Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:16.235Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.15 [2020-08-19T20:12:16.235Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:16.235Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-08-19T20:12:16.293Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-08-19T20:12:16.293Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:16.293Z] 1.2.2-dev.15 [2020-08-19T20:12:16.293Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:16.293Z] master [2020-08-19T20:12:16.293Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:16.789Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:17.083Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:17.083Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-19T20:12:17.083Z] 46f916bc21f8: Preparing [2020-08-19T20:12:17.083Z] f5b52cbca41d: Preparing [2020-08-19T20:12:17.083Z] 9586261571bb: Preparing [2020-08-19T20:12:17.083Z] 1f73e4fe321c: Preparing [2020-08-19T20:12:17.083Z] 50644c29ef5a: Preparing [2020-08-19T20:12:17.083Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:17.083Z] 9586261571bb: Pushed [2020-08-19T20:12:17.083Z] f5b52cbca41d: Pushed [2020-08-19T20:12:17.653Z] 1f73e4fe321c: Pushed [2020-08-19T20:12:17.914Z] 46f916bc21f8: Pushed [2020-08-19T20:12:18.175Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:3c2f954226b3de9816a56428c89a8ae8b072b6fe683abec69cd2c50b0660f232 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:18.475Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:18.769Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.15 [2020-08-19T20:12:18.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-19T20:12:18.769Z] 46f916bc21f8: Preparing [2020-08-19T20:12:18.769Z] f5b52cbca41d: Preparing [2020-08-19T20:12:18.769Z] 9586261571bb: Preparing [2020-08-19T20:12:18.769Z] 1f73e4fe321c: Preparing [2020-08-19T20:12:18.769Z] 50644c29ef5a: Preparing [2020-08-19T20:12:18.769Z] 9586261571bb: Layer already exists [2020-08-19T20:12:18.769Z] 1f73e4fe321c: Layer already exists [2020-08-19T20:12:18.769Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:18.769Z] f5b52cbca41d: Layer already exists [2020-08-19T20:12:18.769Z] 46f916bc21f8: Layer already exists [2020-08-19T20:12:18.769Z] 1.2.2-dev.15: digest: sha256:3c2f954226b3de9816a56428c89a8ae8b072b6fe683abec69cd2c50b0660f232 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:19.074Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:19.367Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:19.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-19T20:12:19.367Z] 46f916bc21f8: Preparing [2020-08-19T20:12:19.367Z] f5b52cbca41d: Preparing [2020-08-19T20:12:19.367Z] 9586261571bb: Preparing [2020-08-19T20:12:19.367Z] 1f73e4fe321c: Preparing [2020-08-19T20:12:19.367Z] 50644c29ef5a: Preparing [2020-08-19T20:12:19.367Z] 1f73e4fe321c: Layer already exists [2020-08-19T20:12:19.367Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:19.367Z] 46f916bc21f8: Layer already exists [2020-08-19T20:12:19.367Z] 9586261571bb: Layer already exists [2020-08-19T20:12:19.367Z] f5b52cbca41d: Layer already exists [2020-08-19T20:12:19.367Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:3c2f954226b3de9816a56428c89a8ae8b072b6fe683abec69cd2c50b0660f232 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:19.668Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:19.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-08-19T20:12:19.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-19T20:12:19.957Z] 46f916bc21f8: Preparing [2020-08-19T20:12:19.957Z] f5b52cbca41d: Preparing [2020-08-19T20:12:19.957Z] 9586261571bb: Preparing [2020-08-19T20:12:19.957Z] 1f73e4fe321c: Preparing [2020-08-19T20:12:19.957Z] 50644c29ef5a: Preparing [2020-08-19T20:12:19.957Z] 46f916bc21f8: Layer already exists [2020-08-19T20:12:19.957Z] 1f73e4fe321c: Layer already exists [2020-08-19T20:12:19.957Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:19.957Z] f5b52cbca41d: Layer already exists [2020-08-19T20:12:19.957Z] 9586261571bb: Layer already exists [2020-08-19T20:12:19.957Z] master: digest: sha256:3c2f954226b3de9816a56428c89a8ae8b072b6fe683abec69cd2c50b0660f232 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:12:20.253Z] ===================================================== [Pipeline] echo [2020-08-19T20:12:20.300Z] taggedImages: [2020-08-19T20:12:20.300Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:20.300Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.15 [2020-08-19T20:12:20.300Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:20.300Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-08-19T20:12:20.460Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-08-19T20:12:20.460Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:20.460Z] 1.2.2-dev.15 [2020-08-19T20:12:20.460Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:20.460Z] master [2020-08-19T20:12:20.460Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:20.944Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:21.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:21.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-19T20:12:21.236Z] a20883b075c3: Preparing [2020-08-19T20:12:21.236Z] 1942fecbc448: Preparing [2020-08-19T20:12:21.236Z] 7b9068b61176: Preparing [2020-08-19T20:12:21.236Z] 711185af9e58: Preparing [2020-08-19T20:12:21.236Z] 711185af9e58: Preparing [2020-08-19T20:12:21.236Z] 6e5175656c61: Preparing [2020-08-19T20:12:21.236Z] 5a38d21f4546: Preparing [2020-08-19T20:12:21.236Z] ea41b3c415fd: Preparing [2020-08-19T20:12:21.236Z] a20883b075c3: Preparing [2020-08-19T20:12:21.236Z] b4e2bcbd067d: Preparing [2020-08-19T20:12:21.236Z] ff89775bde80: Preparing [2020-08-19T20:12:21.236Z] 9d9a0656d61a: Preparing [2020-08-19T20:12:21.236Z] 50644c29ef5a: Preparing [2020-08-19T20:12:21.236Z] 5a38d21f4546: Waiting [2020-08-19T20:12:21.236Z] ea41b3c415fd: Waiting [2020-08-19T20:12:21.236Z] ff89775bde80: Waiting [2020-08-19T20:12:21.236Z] 9d9a0656d61a: Waiting [2020-08-19T20:12:21.236Z] 50644c29ef5a: Waiting [2020-08-19T20:12:21.236Z] b4e2bcbd067d: Waiting [2020-08-19T20:12:21.236Z] 711185af9e58: Pushed [2020-08-19T20:12:21.500Z] 6e5175656c61: Pushed [2020-08-19T20:12:21.500Z] 7b9068b61176: Pushed [2020-08-19T20:12:21.500Z] 1942fecbc448: Pushed [2020-08-19T20:12:21.500Z] 5a38d21f4546: Pushed [2020-08-19T20:12:21.500Z] b4e2bcbd067d: Pushed [2020-08-19T20:12:21.500Z] ea41b3c415fd: Pushed [2020-08-19T20:12:21.500Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:21.500Z] ff89775bde80: Pushed [2020-08-19T20:12:22.070Z] 9d9a0656d61a: Pushed [2020-08-19T20:12:22.330Z] a20883b075c3: Pushed [2020-08-19T20:12:22.330Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:c2cfa59e98e6fb8f1e6cc0ea45b7024dbf582c75cbc2ab0150e5f504aefde7ce size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:22.623Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:12:22.623Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:12:22.623Z] ---> 30dac18dab78 [2020-08-19T20:12:22.623Z] Step 3/21 : WORKDIR /edgex-go [2020-08-19T20:12:22.623Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:12:22.623Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:12:22.623Z] ---> 30dac18dab78 [2020-08-19T20:12:22.623Z] Step 3/26 : WORKDIR /edgex-go [2020-08-19T20:12:22.623Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:12:22.623Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:12:22.623Z] ---> 30dac18dab78 [2020-08-19T20:12:22.623Z] Step 3/20 : WORKDIR /edgex-go [2020-08-19T20:12:22.623Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:12:22.623Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:12:22.623Z] ---> 30dac18dab78 [2020-08-19T20:12:22.623Z] Step 3/21 : WORKDIR /edgex-go [2020-08-19T20:12:22.623Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:12:22.623Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:12:22.623Z] ---> 30dac18dab78 [2020-08-19T20:12:22.623Z] Step 3/20 : WORKDIR /edgex-go [2020-08-19T20:12:22.623Z] ---> Running in 1df204f03bd9 [2020-08-19T20:12:22.623Z] ---> Running in 4af7bb282987 [2020-08-19T20:12:22.623Z] ---> Running in 3293a31110a3 [2020-08-19T20:12:22.623Z] ---> Running in c00c292af111 [2020-08-19T20:12:22.623Z] ---> Running in b18618a8b5df [2020-08-19T20:12:22.623Z] Removing intermediate container 3293a31110a3 [2020-08-19T20:12:22.623Z] ---> 124f16d0747c [2020-08-19T20:12:22.623Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:12:22.623Z] Removing intermediate container c00c292af111 [2020-08-19T20:12:22.623Z] ---> 51911b3d375b [2020-08-19T20:12:22.623Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:12:22.623Z] Removing intermediate container b18618a8b5df [2020-08-19T20:12:22.623Z] ---> 9620df750edc [2020-08-19T20:12:22.623Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:12:22.623Z] Removing intermediate container 4af7bb282987 [2020-08-19T20:12:22.623Z] ---> 16174b39547a [2020-08-19T20:12:22.623Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:12:22.623Z] Removing intermediate container 1df204f03bd9 [2020-08-19T20:12:22.623Z] ---> 6f1ed81ab79e [2020-08-19T20:12:22.623Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:12:22.623Z] ---> Running in c1e174f80aca [2020-08-19T20:12:22.623Z] ---> Running in 05d18a92ee56 [2020-08-19T20:12:22.623Z] ---> Running in cb3347194329 [2020-08-19T20:12:22.623Z] ---> Running in 9cf0c98ed2fa [2020-08-19T20:12:22.623Z] ---> Running in 6123e9c1290d [2020-08-19T20:12:22.626Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:22.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.15 [2020-08-19T20:12:22.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-19T20:12:22.929Z] a20883b075c3: Preparing [2020-08-19T20:12:22.929Z] 1942fecbc448: Preparing [2020-08-19T20:12:22.929Z] 7b9068b61176: Preparing [2020-08-19T20:12:22.929Z] 711185af9e58: Preparing [2020-08-19T20:12:22.929Z] 711185af9e58: Preparing [2020-08-19T20:12:22.929Z] 6e5175656c61: Preparing [2020-08-19T20:12:22.929Z] 5a38d21f4546: Preparing [2020-08-19T20:12:22.929Z] ea41b3c415fd: Preparing [2020-08-19T20:12:22.929Z] a20883b075c3: Preparing [2020-08-19T20:12:22.929Z] b4e2bcbd067d: Preparing [2020-08-19T20:12:22.929Z] ff89775bde80: Preparing [2020-08-19T20:12:22.929Z] 9d9a0656d61a: Preparing [2020-08-19T20:12:22.929Z] 50644c29ef5a: Preparing [2020-08-19T20:12:22.929Z] 5a38d21f4546: Waiting [2020-08-19T20:12:22.929Z] ea41b3c415fd: Waiting [2020-08-19T20:12:22.929Z] 9d9a0656d61a: Waiting [2020-08-19T20:12:22.929Z] b4e2bcbd067d: Waiting [2020-08-19T20:12:22.929Z] ff89775bde80: Waiting [2020-08-19T20:12:22.929Z] 50644c29ef5a: Waiting [2020-08-19T20:12:22.929Z] a20883b075c3: Layer already exists [2020-08-19T20:12:22.929Z] 6e5175656c61: Layer already exists [2020-08-19T20:12:22.929Z] 7b9068b61176: Layer already exists [2020-08-19T20:12:22.929Z] 711185af9e58: Layer already exists [2020-08-19T20:12:22.929Z] 1942fecbc448: Layer already exists [2020-08-19T20:12:22.929Z] 5a38d21f4546: Layer already exists [2020-08-19T20:12:22.929Z] b4e2bcbd067d: Layer already exists [2020-08-19T20:12:22.929Z] ea41b3c415fd: Layer already exists [2020-08-19T20:12:22.929Z] ff89775bde80: Layer already exists [2020-08-19T20:12:22.929Z] 9d9a0656d61a: Layer already exists [2020-08-19T20:12:22.929Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:22.929Z] 1.2.2-dev.15: digest: sha256:c2cfa59e98e6fb8f1e6cc0ea45b7024dbf582c75cbc2ab0150e5f504aefde7ce size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:23.223Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:23.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:23.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-19T20:12:23.513Z] a20883b075c3: Preparing [2020-08-19T20:12:23.513Z] 1942fecbc448: Preparing [2020-08-19T20:12:23.513Z] 7b9068b61176: Preparing [2020-08-19T20:12:23.513Z] 711185af9e58: Preparing [2020-08-19T20:12:23.513Z] 711185af9e58: Preparing [2020-08-19T20:12:23.513Z] 6e5175656c61: Preparing [2020-08-19T20:12:23.513Z] 5a38d21f4546: Preparing [2020-08-19T20:12:23.513Z] ea41b3c415fd: Preparing [2020-08-19T20:12:23.513Z] a20883b075c3: Preparing [2020-08-19T20:12:23.513Z] b4e2bcbd067d: Preparing [2020-08-19T20:12:23.513Z] ff89775bde80: Preparing [2020-08-19T20:12:23.513Z] 9d9a0656d61a: Preparing [2020-08-19T20:12:23.513Z] 50644c29ef5a: Preparing [2020-08-19T20:12:23.513Z] 5a38d21f4546: Waiting [2020-08-19T20:12:23.513Z] 9d9a0656d61a: Waiting [2020-08-19T20:12:23.513Z] 50644c29ef5a: Waiting [2020-08-19T20:12:23.513Z] ea41b3c415fd: Waiting [2020-08-19T20:12:23.513Z] b4e2bcbd067d: Waiting [2020-08-19T20:12:23.513Z] ff89775bde80: Waiting [2020-08-19T20:12:23.513Z] 1942fecbc448: Layer already exists [2020-08-19T20:12:23.513Z] 711185af9e58: Layer already exists [2020-08-19T20:12:23.513Z] a20883b075c3: Layer already exists [2020-08-19T20:12:23.513Z] 6e5175656c61: Layer already exists [2020-08-19T20:12:23.513Z] 7b9068b61176: Layer already exists [2020-08-19T20:12:23.513Z] ea41b3c415fd: Layer already exists [2020-08-19T20:12:23.513Z] b4e2bcbd067d: Layer already exists [2020-08-19T20:12:23.513Z] 9d9a0656d61a: Layer already exists [2020-08-19T20:12:23.513Z] 5a38d21f4546: Layer already exists [2020-08-19T20:12:23.513Z] ff89775bde80: Layer already exists [2020-08-19T20:12:23.513Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:23.513Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:c2cfa59e98e6fb8f1e6cc0ea45b7024dbf582c75cbc2ab0150e5f504aefde7ce size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:23.814Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:24.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-08-19T20:12:24.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-19T20:12:24.104Z] a20883b075c3: Preparing [2020-08-19T20:12:24.104Z] 1942fecbc448: Preparing [2020-08-19T20:12:24.104Z] 7b9068b61176: Preparing [2020-08-19T20:12:24.104Z] 711185af9e58: Preparing [2020-08-19T20:12:24.104Z] 711185af9e58: Preparing [2020-08-19T20:12:24.104Z] 6e5175656c61: Preparing [2020-08-19T20:12:24.104Z] 5a38d21f4546: Preparing [2020-08-19T20:12:24.104Z] ea41b3c415fd: Preparing [2020-08-19T20:12:24.104Z] a20883b075c3: Preparing [2020-08-19T20:12:24.104Z] b4e2bcbd067d: Preparing [2020-08-19T20:12:24.104Z] ff89775bde80: Preparing [2020-08-19T20:12:24.104Z] 9d9a0656d61a: Preparing [2020-08-19T20:12:24.104Z] 50644c29ef5a: Preparing [2020-08-19T20:12:24.104Z] 5a38d21f4546: Waiting [2020-08-19T20:12:24.104Z] ea41b3c415fd: Waiting [2020-08-19T20:12:24.104Z] b4e2bcbd067d: Waiting [2020-08-19T20:12:24.104Z] 9d9a0656d61a: Waiting [2020-08-19T20:12:24.104Z] ff89775bde80: Waiting [2020-08-19T20:12:24.104Z] 50644c29ef5a: Waiting [2020-08-19T20:12:24.104Z] 711185af9e58: Layer already exists [2020-08-19T20:12:24.104Z] 1942fecbc448: Layer already exists [2020-08-19T20:12:24.104Z] a20883b075c3: Layer already exists [2020-08-19T20:12:24.104Z] 6e5175656c61: Layer already exists [2020-08-19T20:12:24.104Z] 7b9068b61176: Layer already exists [2020-08-19T20:12:24.104Z] ea41b3c415fd: Layer already exists [2020-08-19T20:12:24.104Z] 5a38d21f4546: Layer already exists [2020-08-19T20:12:24.104Z] b4e2bcbd067d: Layer already exists [2020-08-19T20:12:24.104Z] 9d9a0656d61a: Layer already exists [2020-08-19T20:12:24.104Z] ff89775bde80: Layer already exists [2020-08-19T20:12:24.104Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:24.104Z] master: digest: sha256:c2cfa59e98e6fb8f1e6cc0ea45b7024dbf582c75cbc2ab0150e5f504aefde7ce size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:12:24.292Z] ===================================================== [Pipeline] echo [2020-08-19T20:12:24.341Z] taggedImages: [2020-08-19T20:12:24.341Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:24.341Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.15 [2020-08-19T20:12:24.341Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:24.341Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-08-19T20:12:24.395Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-08-19T20:12:24.395Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:24.395Z] 1.2.2-dev.15 [2020-08-19T20:12:24.395Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:24.395Z] master [2020-08-19T20:12:24.395Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:24.889Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:25.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:25.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-19T20:12:25.397Z] 3c3c4f71e6f9: Preparing [2020-08-19T20:12:25.397Z] d8cb925d21fa: Preparing [2020-08-19T20:12:25.397Z] 802ce01acc4b: Preparing [2020-08-19T20:12:25.397Z] 066c89b6ee29: Preparing [2020-08-19T20:12:25.397Z] cfb824cefd0d: Preparing [2020-08-19T20:12:25.397Z] 5342e9ee7be3: Preparing [2020-08-19T20:12:25.397Z] b57653df19ce: Preparing [2020-08-19T20:12:25.397Z] db6fe3615cd0: Preparing [2020-08-19T20:12:25.397Z] 3a554c8e61ba: Preparing [2020-08-19T20:12:25.397Z] 5508ccda3ce9: Preparing [2020-08-19T20:12:25.397Z] 1b3ee35aacca: Preparing [2020-08-19T20:12:25.397Z] b57653df19ce: Waiting [2020-08-19T20:12:25.397Z] db6fe3615cd0: Waiting [2020-08-19T20:12:25.397Z] 3a554c8e61ba: Waiting [2020-08-19T20:12:25.397Z] 5508ccda3ce9: Waiting [2020-08-19T20:12:25.397Z] 1b3ee35aacca: Waiting [2020-08-19T20:12:25.397Z] 5342e9ee7be3: Waiting [2020-08-19T20:12:25.397Z] 3c3c4f71e6f9: Pushed [2020-08-19T20:12:25.397Z] d8cb925d21fa: Pushed [2020-08-19T20:12:25.397Z] 5342e9ee7be3: Pushed [2020-08-19T20:12:25.827Z] b57653df19ce: Pushed [2020-08-19T20:12:25.827Z] 3a554c8e61ba: Pushed [2020-08-19T20:12:25.827Z] db6fe3615cd0: Pushed [2020-08-19T20:12:25.827Z] 1b3ee35aacca: Layer already exists [2020-08-19T20:12:26.034Z] Removing intermediate container c1e174f80aca [2020-08-19T20:12:26.034Z] ---> 7c6501bf3378 [2020-08-19T20:12:26.034Z] Step 5/20 : RUN apk update && apk add make git [2020-08-19T20:12:26.090Z] 5508ccda3ce9: Pushed [2020-08-19T20:12:26.090Z] 802ce01acc4b: Pushed [2020-08-19T20:12:26.308Z] ---> Running in 6a59acc4a107 [2020-08-19T20:12:26.350Z] 066c89b6ee29: Pushed [2020-08-19T20:12:26.350Z] cfb824cefd0d: Pushed [2020-08-19T20:12:26.350Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:d32b71b9818586e5d3e2fea9b7976ac38e4191921fc2ac88684c917dea6d0b09 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:26.649Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:26.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.15 [2020-08-19T20:12:26.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-19T20:12:26.941Z] 3c3c4f71e6f9: Preparing [2020-08-19T20:12:26.941Z] d8cb925d21fa: Preparing [2020-08-19T20:12:26.941Z] 802ce01acc4b: Preparing [2020-08-19T20:12:26.941Z] 066c89b6ee29: Preparing [2020-08-19T20:12:26.941Z] cfb824cefd0d: Preparing [2020-08-19T20:12:26.941Z] 5342e9ee7be3: Preparing [2020-08-19T20:12:26.941Z] b57653df19ce: Preparing [2020-08-19T20:12:26.941Z] db6fe3615cd0: Preparing [2020-08-19T20:12:26.941Z] 3a554c8e61ba: Preparing [2020-08-19T20:12:26.941Z] 5508ccda3ce9: Preparing [2020-08-19T20:12:26.941Z] 1b3ee35aacca: Preparing [2020-08-19T20:12:26.941Z] b57653df19ce: Waiting [2020-08-19T20:12:26.941Z] db6fe3615cd0: Waiting [2020-08-19T20:12:26.941Z] 3a554c8e61ba: Waiting [2020-08-19T20:12:26.941Z] 5508ccda3ce9: Waiting [2020-08-19T20:12:26.941Z] 1b3ee35aacca: Waiting [2020-08-19T20:12:26.941Z] 5342e9ee7be3: Waiting [2020-08-19T20:12:26.941Z] 066c89b6ee29: Layer already exists [2020-08-19T20:12:26.941Z] d8cb925d21fa: Layer already exists [2020-08-19T20:12:26.941Z] 3c3c4f71e6f9: Layer already exists [2020-08-19T20:12:26.941Z] cfb824cefd0d: Layer already exists [2020-08-19T20:12:26.941Z] 802ce01acc4b: Layer already exists [2020-08-19T20:12:26.941Z] db6fe3615cd0: Layer already exists [2020-08-19T20:12:26.941Z] 5342e9ee7be3: Layer already exists [2020-08-19T20:12:26.941Z] b57653df19ce: Layer already exists [2020-08-19T20:12:26.941Z] 5508ccda3ce9: Layer already exists [2020-08-19T20:12:26.941Z] 3a554c8e61ba: Layer already exists [2020-08-19T20:12:26.941Z] 1b3ee35aacca: Layer already exists [2020-08-19T20:12:26.941Z] 1.2.2-dev.15: digest: sha256:d32b71b9818586e5d3e2fea9b7976ac38e4191921fc2ac88684c917dea6d0b09 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:27.236Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:27.309Z] Removing intermediate container cb3347194329 [2020-08-19T20:12:27.309Z] ---> 9933866103ad [2020-08-19T20:12:27.309Z] Step 5/21 : RUN apk update && apk add make git [2020-08-19T20:12:27.309Z] Removing intermediate container 05d18a92ee56 [2020-08-19T20:12:27.309Z] ---> 51b75f6ea67a [2020-08-19T20:12:27.309Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-19T20:12:27.309Z] ---> Running in aa690f77eb9c [2020-08-19T20:12:27.526Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:27.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-19T20:12:27.527Z] 3c3c4f71e6f9: Preparing [2020-08-19T20:12:27.527Z] d8cb925d21fa: Preparing [2020-08-19T20:12:27.527Z] 802ce01acc4b: Preparing [2020-08-19T20:12:27.527Z] 066c89b6ee29: Preparing [2020-08-19T20:12:27.527Z] cfb824cefd0d: Preparing [2020-08-19T20:12:27.527Z] 5342e9ee7be3: Preparing [2020-08-19T20:12:27.527Z] b57653df19ce: Preparing [2020-08-19T20:12:27.527Z] db6fe3615cd0: Preparing [2020-08-19T20:12:27.527Z] 3a554c8e61ba: Preparing [2020-08-19T20:12:27.527Z] 5508ccda3ce9: Preparing [2020-08-19T20:12:27.527Z] 1b3ee35aacca: Preparing [2020-08-19T20:12:27.527Z] 5342e9ee7be3: Waiting [2020-08-19T20:12:27.527Z] b57653df19ce: Waiting [2020-08-19T20:12:27.527Z] db6fe3615cd0: Waiting [2020-08-19T20:12:27.527Z] 3a554c8e61ba: Waiting [2020-08-19T20:12:27.527Z] 5508ccda3ce9: Waiting [2020-08-19T20:12:27.527Z] 1b3ee35aacca: Waiting [2020-08-19T20:12:27.527Z] d8cb925d21fa: Layer already exists [2020-08-19T20:12:27.527Z] 066c89b6ee29: Layer already exists [2020-08-19T20:12:27.527Z] 3c3c4f71e6f9: Layer already exists [2020-08-19T20:12:27.527Z] cfb824cefd0d: Layer already exists [2020-08-19T20:12:27.527Z] 802ce01acc4b: Layer already exists [2020-08-19T20:12:27.527Z] 5342e9ee7be3: Layer already exists [2020-08-19T20:12:27.527Z] b57653df19ce: Layer already exists [2020-08-19T20:12:27.527Z] 3a554c8e61ba: Layer already exists [2020-08-19T20:12:27.527Z] db6fe3615cd0: Layer already exists [2020-08-19T20:12:27.527Z] 5508ccda3ce9: Layer already exists [2020-08-19T20:12:27.527Z] 1b3ee35aacca: Layer already exists [2020-08-19T20:12:27.527Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:d32b71b9818586e5d3e2fea9b7976ac38e4191921fc2ac88684c917dea6d0b09 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:27.589Z] ---> Running in 11d4618c2ef0 [2020-08-19T20:12:27.589Z] Removing intermediate container 6123e9c1290d [2020-08-19T20:12:27.589Z] ---> 84b14c016318 [2020-08-19T20:12:27.589Z] Step 5/20 : RUN apk update && apk add make git [2020-08-19T20:12:27.826Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:27.873Z] Removing intermediate container 9cf0c98ed2fa [2020-08-19T20:12:27.873Z] ---> 5a2bdf758ff3 [2020-08-19T20:12:27.873Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-19T20:12:27.873Z] ---> Running in 569fecf1e136 [2020-08-19T20:12:28.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-08-19T20:12:28.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-19T20:12:28.118Z] 3c3c4f71e6f9: Preparing [2020-08-19T20:12:28.118Z] d8cb925d21fa: Preparing [2020-08-19T20:12:28.118Z] 802ce01acc4b: Preparing [2020-08-19T20:12:28.118Z] 066c89b6ee29: Preparing [2020-08-19T20:12:28.118Z] cfb824cefd0d: Preparing [2020-08-19T20:12:28.118Z] 5342e9ee7be3: Preparing [2020-08-19T20:12:28.118Z] b57653df19ce: Preparing [2020-08-19T20:12:28.118Z] db6fe3615cd0: Preparing [2020-08-19T20:12:28.118Z] 3a554c8e61ba: Preparing [2020-08-19T20:12:28.118Z] 5508ccda3ce9: Preparing [2020-08-19T20:12:28.118Z] 1b3ee35aacca: Preparing [2020-08-19T20:12:28.118Z] b57653df19ce: Waiting [2020-08-19T20:12:28.118Z] db6fe3615cd0: Waiting [2020-08-19T20:12:28.118Z] 5342e9ee7be3: Waiting [2020-08-19T20:12:28.118Z] 3a554c8e61ba: Waiting [2020-08-19T20:12:28.118Z] 5508ccda3ce9: Waiting [2020-08-19T20:12:28.118Z] 1b3ee35aacca: Waiting [2020-08-19T20:12:28.118Z] 802ce01acc4b: Layer already exists [2020-08-19T20:12:28.118Z] cfb824cefd0d: Layer already exists [2020-08-19T20:12:28.118Z] 066c89b6ee29: Layer already exists [2020-08-19T20:12:28.118Z] d8cb925d21fa: Layer already exists [2020-08-19T20:12:28.118Z] 3c3c4f71e6f9: Layer already exists [2020-08-19T20:12:28.118Z] 5342e9ee7be3: Layer already exists [2020-08-19T20:12:28.118Z] b57653df19ce: Layer already exists [2020-08-19T20:12:28.118Z] 5508ccda3ce9: Layer already exists [2020-08-19T20:12:28.118Z] 3a554c8e61ba: Layer already exists [2020-08-19T20:12:28.118Z] db6fe3615cd0: Layer already exists [2020-08-19T20:12:28.118Z] 1b3ee35aacca: Layer already exists [2020-08-19T20:12:28.118Z] master: digest: sha256:d32b71b9818586e5d3e2fea9b7976ac38e4191921fc2ac88684c917dea6d0b09 size: 2616 [Pipeline] } [2020-08-19T20:12:28.146Z] ---> Running in f8d78b98080a [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:12:28.403Z] ===================================================== [Pipeline] echo [2020-08-19T20:12:28.448Z] taggedImages: [2020-08-19T20:12:28.448Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:28.448Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.15 [2020-08-19T20:12:28.448Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:28.448Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-08-19T20:12:28.506Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-08-19T20:12:28.506Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:28.506Z] 1.2.2-dev.15 [2020-08-19T20:12:28.506Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:28.506Z] master [2020-08-19T20:12:28.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:28.969Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:29.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:12:29.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:29.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-19T20:12:29.262Z] c838268cb5bc: Preparing [2020-08-19T20:12:29.262Z] e5da40b71355: Preparing [2020-08-19T20:12:29.262Z] a05439574872: Preparing [2020-08-19T20:12:29.262Z] 810e60cb5fd5: Preparing [2020-08-19T20:12:29.526Z] a05439574872: Pushed [2020-08-19T20:12:29.526Z] c838268cb5bc: Pushed [2020-08-19T20:12:29.526Z] 810e60cb5fd5: Pushed [2020-08-19T20:12:29.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:12:29.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:12:29.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:12:30.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:12:30.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:12:30.467Z] e5da40b71355: Pushed [2020-08-19T20:12:30.467Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:ee33d86844c5f741210bd31dbe5fec9dd04b39ba78701179b5906cf0d7ba080f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:30.541Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:12:30.541Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:12:30.541Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:12:30.541Z] OK: 12617 distinct packages available [2020-08-19T20:12:30.761Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:30.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:12:31.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.15 [2020-08-19T20:12:31.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-19T20:12:31.054Z] c838268cb5bc: Preparing [2020-08-19T20:12:31.054Z] e5da40b71355: Preparing [2020-08-19T20:12:31.054Z] a05439574872: Preparing [2020-08-19T20:12:31.054Z] 810e60cb5fd5: Preparing [2020-08-19T20:12:31.054Z] c838268cb5bc: Layer already exists [2020-08-19T20:12:31.054Z] e5da40b71355: Layer already exists [2020-08-19T20:12:31.054Z] 810e60cb5fd5: Layer already exists [2020-08-19T20:12:31.054Z] a05439574872: Layer already exists [2020-08-19T20:12:31.054Z] 1.2.2-dev.15: digest: sha256:ee33d86844c5f741210bd31dbe5fec9dd04b39ba78701179b5906cf0d7ba080f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:31.351Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:31.429Z] OK: 217 MiB in 51 packages [2020-08-19T20:12:31.429Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:12:31.429Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:12:31.429Z] OK: 12617 distinct packages available [2020-08-19T20:12:31.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:31.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-19T20:12:31.646Z] c838268cb5bc: Preparing [2020-08-19T20:12:31.646Z] e5da40b71355: Preparing [2020-08-19T20:12:31.646Z] a05439574872: Preparing [2020-08-19T20:12:31.646Z] 810e60cb5fd5: Preparing [2020-08-19T20:12:31.646Z] e5da40b71355: Layer already exists [2020-08-19T20:12:31.646Z] 810e60cb5fd5: Layer already exists [2020-08-19T20:12:31.646Z] c838268cb5bc: Layer already exists [2020-08-19T20:12:31.646Z] a05439574872: Layer already exists [2020-08-19T20:12:31.646Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:ee33d86844c5f741210bd31dbe5fec9dd04b39ba78701179b5906cf0d7ba080f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:31.706Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:12:31.706Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:12:31.706Z] OK: 12617 distinct packages available [2020-08-19T20:12:31.941Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:31.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:12:32.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-08-19T20:12:32.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-19T20:12:32.234Z] c838268cb5bc: Preparing [2020-08-19T20:12:32.234Z] e5da40b71355: Preparing [2020-08-19T20:12:32.234Z] a05439574872: Preparing [2020-08-19T20:12:32.234Z] 810e60cb5fd5: Preparing [2020-08-19T20:12:32.234Z] c838268cb5bc: Layer already exists [2020-08-19T20:12:32.234Z] e5da40b71355: Layer already exists [2020-08-19T20:12:32.234Z] 810e60cb5fd5: Layer already exists [2020-08-19T20:12:32.234Z] a05439574872: Layer already exists [2020-08-19T20:12:32.234Z] master: digest: sha256:ee33d86844c5f741210bd31dbe5fec9dd04b39ba78701179b5906cf0d7ba080f size: 1153 [Pipeline] } [2020-08-19T20:12:32.260Z] OK: 217 MiB in 51 packages [2020-08-19T20:12:32.260Z] OK: 217 MiB in 51 packages [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:12:32.439Z] ===================================================== [Pipeline] echo [2020-08-19T20:12:32.512Z] taggedImages: [2020-08-19T20:12:32.512Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:32.512Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.15 [2020-08-19T20:12:32.512Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:32.512Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-08-19T20:12:32.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2020-08-19T20:12:32.569Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-08-19T20:12:32.569Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:32.569Z] 1.2.2-dev.15 [2020-08-19T20:12:32.569Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:32.569Z] master [2020-08-19T20:12:32.569Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:32.846Z] Removing intermediate container 6a59acc4a107 [2020-08-19T20:12:32.846Z] ---> a0d4ce0449dd [2020-08-19T20:12:32.846Z] Step 6/20 : COPY go.mod . [2020-08-19T20:12:33.044Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:33.122Z] OK: 217 MiB in 51 packages [2020-08-19T20:12:33.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:33.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-19T20:12:33.351Z] 50d02e7f871b: Preparing [2020-08-19T20:12:33.351Z] bfe965770777: Preparing [2020-08-19T20:12:33.351Z] 188a1ac30dc9: Preparing [2020-08-19T20:12:33.351Z] bdbf996e6201: Preparing [2020-08-19T20:12:33.351Z] b8ff55ee9719: Preparing [2020-08-19T20:12:33.351Z] 6f885675e594: Preparing [2020-08-19T20:12:33.351Z] 6f885675e594: Waiting [2020-08-19T20:12:33.351Z] 50d02e7f871b: Pushed [2020-08-19T20:12:33.614Z] bdbf996e6201: Pushed [2020-08-19T20:12:33.614Z] b8ff55ee9719: Pushed [2020-08-19T20:12:33.614Z] 188a1ac30dc9: Pushed [2020-08-19T20:12:33.614Z] 6f885675e594: Pushed [2020-08-19T20:12:33.721Z] ---> 76b2ed8906a1 [2020-08-19T20:12:33.721Z] Step 7/20 : RUN go mod download [2020-08-19T20:12:33.992Z] Removing intermediate container aa690f77eb9c [2020-08-19T20:12:33.992Z] ---> e8080e3f53c0 [2020-08-19T20:12:33.992Z] Step 6/21 : COPY go.mod . [2020-08-19T20:12:33.992Z] ---> Running in 37b9303cc8a9 [2020-08-19T20:12:34.555Z] bfe965770777: Pushed [2020-08-19T20:12:34.590Z] Removing intermediate container 11d4618c2ef0 [2020-08-19T20:12:34.590Z] ---> b4a62e009262 [2020-08-19T20:12:34.590Z] Step 6/21 : COPY go.mod . [2020-08-19T20:12:34.590Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:12:34.590Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:12:34.590Z] OK: 12617 distinct packages available [2020-08-19T20:12:34.815Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:c05554e78b153d95fc3c4b4e7a09926f96589290302f565d3a1100f24f8bfc6d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:35.120Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:35.194Z] ---> fe489d5c1edc [2020-08-19T20:12:35.194Z] Step 7/21 : RUN go mod download [2020-08-19T20:12:35.194Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:12:35.194Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:12:35.194Z] OK: 12617 distinct packages available [2020-08-19T20:12:35.194Z] ---> Running in 59e2a3dbd0e1 [2020-08-19T20:12:35.194Z] OK: 217 MiB in 51 packages [2020-08-19T20:12:35.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.15 [2020-08-19T20:12:35.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-19T20:12:35.412Z] 50d02e7f871b: Preparing [2020-08-19T20:12:35.412Z] bfe965770777: Preparing [2020-08-19T20:12:35.412Z] 188a1ac30dc9: Preparing [2020-08-19T20:12:35.412Z] bdbf996e6201: Preparing [2020-08-19T20:12:35.412Z] b8ff55ee9719: Preparing [2020-08-19T20:12:35.412Z] 6f885675e594: Preparing [2020-08-19T20:12:35.412Z] 6f885675e594: Waiting [2020-08-19T20:12:35.412Z] b8ff55ee9719: Layer already exists [2020-08-19T20:12:35.412Z] 188a1ac30dc9: Layer already exists [2020-08-19T20:12:35.412Z] bdbf996e6201: Layer already exists [2020-08-19T20:12:35.412Z] 50d02e7f871b: Layer already exists [2020-08-19T20:12:35.412Z] bfe965770777: Layer already exists [2020-08-19T20:12:35.412Z] 6f885675e594: Layer already exists [2020-08-19T20:12:35.412Z] 1.2.2-dev.15: digest: sha256:c05554e78b153d95fc3c4b4e7a09926f96589290302f565d3a1100f24f8bfc6d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:35.473Z] ---> a3e036745769 [2020-08-19T20:12:35.473Z] Step 7/21 : RUN go mod download [2020-08-19T20:12:35.708Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:35.761Z] ---> Running in c923dcd03845 [2020-08-19T20:12:35.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:35.999Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-19T20:12:35.999Z] 50d02e7f871b: Preparing [2020-08-19T20:12:35.999Z] bfe965770777: Preparing [2020-08-19T20:12:35.999Z] 188a1ac30dc9: Preparing [2020-08-19T20:12:35.999Z] bdbf996e6201: Preparing [2020-08-19T20:12:35.999Z] b8ff55ee9719: Preparing [2020-08-19T20:12:35.999Z] 6f885675e594: Preparing [2020-08-19T20:12:35.999Z] 6f885675e594: Waiting [2020-08-19T20:12:35.999Z] bfe965770777: Layer already exists [2020-08-19T20:12:35.999Z] bdbf996e6201: Layer already exists [2020-08-19T20:12:35.999Z] b8ff55ee9719: Layer already exists [2020-08-19T20:12:35.999Z] 188a1ac30dc9: Layer already exists [2020-08-19T20:12:35.999Z] 50d02e7f871b: Layer already exists [2020-08-19T20:12:35.999Z] 6f885675e594: Layer already exists [2020-08-19T20:12:35.999Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:c05554e78b153d95fc3c4b4e7a09926f96589290302f565d3a1100f24f8bfc6d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:36.037Z] OK: 217 MiB in 51 packages [2020-08-19T20:12:36.294Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:36.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-08-19T20:12:36.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-19T20:12:36.585Z] 50d02e7f871b: Preparing [2020-08-19T20:12:36.585Z] bfe965770777: Preparing [2020-08-19T20:12:36.585Z] 188a1ac30dc9: Preparing [2020-08-19T20:12:36.585Z] bdbf996e6201: Preparing [2020-08-19T20:12:36.585Z] b8ff55ee9719: Preparing [2020-08-19T20:12:36.585Z] 6f885675e594: Preparing [2020-08-19T20:12:36.585Z] 6f885675e594: Waiting [2020-08-19T20:12:36.585Z] b8ff55ee9719: Layer already exists [2020-08-19T20:12:36.585Z] bdbf996e6201: Layer already exists [2020-08-19T20:12:36.585Z] bfe965770777: Layer already exists [2020-08-19T20:12:36.585Z] 50d02e7f871b: Layer already exists [2020-08-19T20:12:36.585Z] 188a1ac30dc9: Layer already exists [2020-08-19T20:12:36.585Z] 6f885675e594: Layer already exists [2020-08-19T20:12:36.585Z] master: digest: sha256:c05554e78b153d95fc3c4b4e7a09926f96589290302f565d3a1100f24f8bfc6d size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:12:36.776Z] ===================================================== [Pipeline] echo [2020-08-19T20:12:36.824Z] taggedImages: [2020-08-19T20:12:36.824Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:36.824Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.15 [2020-08-19T20:12:36.824Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:36.824Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-08-19T20:12:36.886Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-08-19T20:12:36.886Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:36.886Z] 1.2.2-dev.15 [2020-08-19T20:12:36.886Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:36.886Z] master [2020-08-19T20:12:36.886Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:37.412Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:37.482Z] Removing intermediate container 569fecf1e136 [2020-08-19T20:12:37.482Z] ---> d59b52bf3d67 [2020-08-19T20:12:37.482Z] Step 6/20 : COPY go.mod . [2020-08-19T20:12:37.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:37.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-19T20:12:37.703Z] f17b5f610710: Preparing [2020-08-19T20:12:37.703Z] 6b7b7eccd888: Preparing [2020-08-19T20:12:37.703Z] 539ebf77eaea: Preparing [2020-08-19T20:12:37.703Z] f17b5f610710: Pushed [2020-08-19T20:12:37.703Z] 539ebf77eaea: Pushed [2020-08-19T20:12:38.083Z] Removing intermediate container f8d78b98080a [2020-08-19T20:12:38.083Z] ---> f8eacb718f01 [2020-08-19T20:12:38.083Z] Step 6/26 : COPY go.mod . [2020-08-19T20:12:38.360Z] ---> 36cfed8298b9 [2020-08-19T20:12:38.360Z] Step 7/20 : RUN go mod download [2020-08-19T20:12:38.633Z] Removing intermediate container 37b9303cc8a9 [2020-08-19T20:12:38.633Z] ---> ad6a4359f5cf [2020-08-19T20:12:38.633Z] Step 8/20 : COPY . . [2020-08-19T20:12:38.910Z] ---> Running in 685b0079a08b [2020-08-19T20:12:39.086Z] 6b7b7eccd888: Pushed [2020-08-19T20:12:39.086Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:ba8a310b7501940d85ebffa8998ddc9137f7f0ff7506766d5f320fbe77aba14b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:39.184Z] ---> c9d5e780a7f9 [2020-08-19T20:12:39.184Z] Step 7/26 : RUN go mod download [2020-08-19T20:12:39.382Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:39.458Z] ---> Running in bc06d6e9c951 [2020-08-19T20:12:39.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.15 [2020-08-19T20:12:39.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-19T20:12:39.680Z] f17b5f610710: Preparing [2020-08-19T20:12:39.680Z] 6b7b7eccd888: Preparing [2020-08-19T20:12:39.680Z] 539ebf77eaea: Preparing [2020-08-19T20:12:39.680Z] f17b5f610710: Layer already exists [2020-08-19T20:12:39.680Z] 539ebf77eaea: Layer already exists [2020-08-19T20:12:39.680Z] 6b7b7eccd888: Layer already exists [2020-08-19T20:12:39.680Z] 1.2.2-dev.15: digest: sha256:ba8a310b7501940d85ebffa8998ddc9137f7f0ff7506766d5f320fbe77aba14b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:40.058Z] Removing intermediate container 59e2a3dbd0e1 [2020-08-19T20:12:40.058Z] ---> c0ab695a58a8 [2020-08-19T20:12:40.058Z] Step 8/21 : COPY . . [2020-08-19T20:12:40.060Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:40.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:40.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-19T20:12:40.394Z] f17b5f610710: Preparing [2020-08-19T20:12:40.394Z] 6b7b7eccd888: Preparing [2020-08-19T20:12:40.394Z] 539ebf77eaea: Preparing [2020-08-19T20:12:40.394Z] f17b5f610710: Layer already exists [2020-08-19T20:12:40.394Z] 6b7b7eccd888: Layer already exists [2020-08-19T20:12:40.394Z] 539ebf77eaea: Layer already exists [2020-08-19T20:12:40.394Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:ba8a310b7501940d85ebffa8998ddc9137f7f0ff7506766d5f320fbe77aba14b size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:40.687Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:40.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-08-19T20:12:40.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-19T20:12:40.977Z] f17b5f610710: Preparing [2020-08-19T20:12:40.977Z] 6b7b7eccd888: Preparing [2020-08-19T20:12:40.977Z] 539ebf77eaea: Preparing [2020-08-19T20:12:40.977Z] 539ebf77eaea: Layer already exists [2020-08-19T20:12:40.977Z] f17b5f610710: Layer already exists [2020-08-19T20:12:40.977Z] 6b7b7eccd888: Layer already exists [2020-08-19T20:12:40.977Z] master: digest: sha256:ba8a310b7501940d85ebffa8998ddc9137f7f0ff7506766d5f320fbe77aba14b size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:12:41.150Z] ===================================================== [Pipeline] echo [2020-08-19T20:12:41.217Z] taggedImages: [2020-08-19T20:12:41.217Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:41.217Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.15 [2020-08-19T20:12:41.217Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:41.217Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-08-19T20:12:41.280Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-08-19T20:12:41.281Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:41.281Z] 1.2.2-dev.15 [2020-08-19T20:12:41.281Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:41.281Z] master [2020-08-19T20:12:41.281Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:41.783Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:42.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:42.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-19T20:12:42.078Z] 590134c01032: Preparing [2020-08-19T20:12:42.078Z] d32766df5290: Preparing [2020-08-19T20:12:42.078Z] 010c6d97a619: Preparing [2020-08-19T20:12:42.078Z] bb9135256398: Preparing [2020-08-19T20:12:42.078Z] a8c9fd8c3f3f: Preparing [2020-08-19T20:12:42.078Z] 18b43d22e438: Preparing [2020-08-19T20:12:42.078Z] 5f9bc4d33edd: Preparing [2020-08-19T20:12:42.078Z] 8890c171a12b: Preparing [2020-08-19T20:12:42.078Z] 4ae5bd84d450: Preparing [2020-08-19T20:12:42.078Z] 723a561964c8: Preparing [2020-08-19T20:12:42.078Z] 78764725b56c: Preparing [2020-08-19T20:12:42.078Z] 51d6d3d09136: Preparing [2020-08-19T20:12:42.078Z] 1507bc794612: Preparing [2020-08-19T20:12:42.078Z] 50644c29ef5a: Preparing [2020-08-19T20:12:42.078Z] 5f9bc4d33edd: Waiting [2020-08-19T20:12:42.078Z] 8890c171a12b: Waiting [2020-08-19T20:12:42.078Z] 4ae5bd84d450: Waiting [2020-08-19T20:12:42.078Z] 18b43d22e438: Waiting [2020-08-19T20:12:42.078Z] 723a561964c8: Waiting [2020-08-19T20:12:42.078Z] 78764725b56c: Waiting [2020-08-19T20:12:42.078Z] 51d6d3d09136: Waiting [2020-08-19T20:12:42.078Z] 1507bc794612: Waiting [2020-08-19T20:12:42.078Z] 50644c29ef5a: Waiting [2020-08-19T20:12:42.349Z] a8c9fd8c3f3f: Pushed [2020-08-19T20:12:42.349Z] 590134c01032: Pushed [2020-08-19T20:12:42.610Z] bb9135256398: Pushed [2020-08-19T20:12:42.610Z] 8890c171a12b: Layer already exists [2020-08-19T20:12:42.610Z] 4ae5bd84d450: Layer already exists [2020-08-19T20:12:42.610Z] 5f9bc4d33edd: Pushed [2020-08-19T20:12:42.610Z] 723a561964c8: Layer already exists [2020-08-19T20:12:42.610Z] 78764725b56c: Layer already exists [2020-08-19T20:12:42.610Z] 51d6d3d09136: Layer already exists [2020-08-19T20:12:42.610Z] 1507bc794612: Layer already exists [2020-08-19T20:12:42.610Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:42.879Z] d32766df5290: Pushed [2020-08-19T20:12:43.450Z] 18b43d22e438: Pushed [2020-08-19T20:12:43.462Z] Removing intermediate container c923dcd03845 [2020-08-19T20:12:43.463Z] ---> 3d6ebbab77a3 [2020-08-19T20:12:43.463Z] Step 8/21 : COPY . . [2020-08-19T20:12:45.443Z] Removing intermediate container 685b0079a08b [2020-08-19T20:12:45.443Z] ---> 83bc832c547f [2020-08-19T20:12:45.443Z] Step 8/20 : COPY . . [2020-08-19T20:12:45.993Z] 010c6d97a619: Pushed [2020-08-19T20:12:46.253Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:ec74a76c23ba7ca9b6d75875ea4b7a6d8b6a144109474af491e6a3bb8c86935c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:46.422Z] Removing intermediate container bc06d6e9c951 [2020-08-19T20:12:46.422Z] ---> 8cc1745e1c26 [2020-08-19T20:12:46.422Z] Step 8/26 : COPY . . [2020-08-19T20:12:46.548Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:46.838Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.15 [2020-08-19T20:12:46.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-19T20:12:46.838Z] 590134c01032: Preparing [2020-08-19T20:12:46.838Z] d32766df5290: Preparing [2020-08-19T20:12:46.838Z] 010c6d97a619: Preparing [2020-08-19T20:12:46.838Z] bb9135256398: Preparing [2020-08-19T20:12:46.838Z] a8c9fd8c3f3f: Preparing [2020-08-19T20:12:46.838Z] 18b43d22e438: Preparing [2020-08-19T20:12:46.838Z] 5f9bc4d33edd: Preparing [2020-08-19T20:12:46.838Z] 8890c171a12b: Preparing [2020-08-19T20:12:46.838Z] 4ae5bd84d450: Preparing [2020-08-19T20:12:46.838Z] 723a561964c8: Preparing [2020-08-19T20:12:46.838Z] 78764725b56c: Preparing [2020-08-19T20:12:46.838Z] 51d6d3d09136: Preparing [2020-08-19T20:12:46.838Z] 1507bc794612: Preparing [2020-08-19T20:12:46.838Z] 50644c29ef5a: Preparing [2020-08-19T20:12:46.838Z] 723a561964c8: Waiting [2020-08-19T20:12:46.838Z] 8890c171a12b: Waiting [2020-08-19T20:12:46.838Z] 4ae5bd84d450: Waiting [2020-08-19T20:12:46.838Z] 78764725b56c: Waiting [2020-08-19T20:12:46.838Z] 51d6d3d09136: Waiting [2020-08-19T20:12:46.838Z] 1507bc794612: Waiting [2020-08-19T20:12:46.838Z] 50644c29ef5a: Waiting [2020-08-19T20:12:46.838Z] 18b43d22e438: Waiting [2020-08-19T20:12:46.838Z] 5f9bc4d33edd: Waiting [2020-08-19T20:12:46.838Z] d32766df5290: Layer already exists [2020-08-19T20:12:46.838Z] 590134c01032: Layer already exists [2020-08-19T20:12:46.838Z] 010c6d97a619: Layer already exists [2020-08-19T20:12:46.838Z] bb9135256398: Layer already exists [2020-08-19T20:12:46.838Z] a8c9fd8c3f3f: Layer already exists [2020-08-19T20:12:46.838Z] 18b43d22e438: Layer already exists [2020-08-19T20:12:46.838Z] 8890c171a12b: Layer already exists [2020-08-19T20:12:46.838Z] 5f9bc4d33edd: Layer already exists [2020-08-19T20:12:46.838Z] 723a561964c8: Layer already exists [2020-08-19T20:12:46.838Z] 4ae5bd84d450: Layer already exists [2020-08-19T20:12:46.838Z] 78764725b56c: Layer already exists [2020-08-19T20:12:46.838Z] 51d6d3d09136: Layer already exists [2020-08-19T20:12:46.838Z] 1507bc794612: Layer already exists [2020-08-19T20:12:46.838Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:46.838Z] 1.2.2-dev.15: digest: sha256:ec74a76c23ba7ca9b6d75875ea4b7a6d8b6a144109474af491e6a3bb8c86935c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:47.131Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:47.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:47.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-19T20:12:47.420Z] 590134c01032: Preparing [2020-08-19T20:12:47.420Z] d32766df5290: Preparing [2020-08-19T20:12:47.420Z] 010c6d97a619: Preparing [2020-08-19T20:12:47.420Z] bb9135256398: Preparing [2020-08-19T20:12:47.420Z] a8c9fd8c3f3f: Preparing [2020-08-19T20:12:47.420Z] 18b43d22e438: Preparing [2020-08-19T20:12:47.420Z] 5f9bc4d33edd: Preparing [2020-08-19T20:12:47.420Z] 8890c171a12b: Preparing [2020-08-19T20:12:47.420Z] 4ae5bd84d450: Preparing [2020-08-19T20:12:47.420Z] 723a561964c8: Preparing [2020-08-19T20:12:47.420Z] 78764725b56c: Preparing [2020-08-19T20:12:47.420Z] 51d6d3d09136: Preparing [2020-08-19T20:12:47.420Z] 1507bc794612: Preparing [2020-08-19T20:12:47.420Z] 50644c29ef5a: Preparing [2020-08-19T20:12:47.420Z] 723a561964c8: Waiting [2020-08-19T20:12:47.420Z] 78764725b56c: Waiting [2020-08-19T20:12:47.420Z] 51d6d3d09136: Waiting [2020-08-19T20:12:47.420Z] 1507bc794612: Waiting [2020-08-19T20:12:47.420Z] 50644c29ef5a: Waiting [2020-08-19T20:12:47.420Z] 18b43d22e438: Waiting [2020-08-19T20:12:47.420Z] 8890c171a12b: Waiting [2020-08-19T20:12:47.420Z] 5f9bc4d33edd: Waiting [2020-08-19T20:12:47.420Z] 4ae5bd84d450: Waiting [2020-08-19T20:12:47.420Z] bb9135256398: Layer already exists [2020-08-19T20:12:47.420Z] d32766df5290: Layer already exists [2020-08-19T20:12:47.420Z] 590134c01032: Layer already exists [2020-08-19T20:12:47.420Z] 010c6d97a619: Layer already exists [2020-08-19T20:12:47.420Z] a8c9fd8c3f3f: Layer already exists [2020-08-19T20:12:47.420Z] 8890c171a12b: Layer already exists [2020-08-19T20:12:47.420Z] 18b43d22e438: Layer already exists [2020-08-19T20:12:47.420Z] 5f9bc4d33edd: Layer already exists [2020-08-19T20:12:47.420Z] 4ae5bd84d450: Layer already exists [2020-08-19T20:12:47.420Z] 723a561964c8: Layer already exists [2020-08-19T20:12:47.420Z] 51d6d3d09136: Layer already exists [2020-08-19T20:12:47.420Z] 78764725b56c: Layer already exists [2020-08-19T20:12:47.420Z] 1507bc794612: Layer already exists [2020-08-19T20:12:47.420Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:47.420Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:ec74a76c23ba7ca9b6d75875ea4b7a6d8b6a144109474af491e6a3bb8c86935c size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:47.713Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:12:48.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-08-19T20:12:48.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-19T20:12:48.002Z] 590134c01032: Preparing [2020-08-19T20:12:48.002Z] d32766df5290: Preparing [2020-08-19T20:12:48.002Z] 010c6d97a619: Preparing [2020-08-19T20:12:48.002Z] bb9135256398: Preparing [2020-08-19T20:12:48.002Z] a8c9fd8c3f3f: Preparing [2020-08-19T20:12:48.002Z] 18b43d22e438: Preparing [2020-08-19T20:12:48.002Z] 5f9bc4d33edd: Preparing [2020-08-19T20:12:48.002Z] 8890c171a12b: Preparing [2020-08-19T20:12:48.002Z] 4ae5bd84d450: Preparing [2020-08-19T20:12:48.002Z] 723a561964c8: Preparing [2020-08-19T20:12:48.002Z] 78764725b56c: Preparing [2020-08-19T20:12:48.002Z] 51d6d3d09136: Preparing [2020-08-19T20:12:48.002Z] 1507bc794612: Preparing [2020-08-19T20:12:48.002Z] 50644c29ef5a: Preparing [2020-08-19T20:12:48.002Z] 18b43d22e438: Waiting [2020-08-19T20:12:48.002Z] 5f9bc4d33edd: Waiting [2020-08-19T20:12:48.002Z] 8890c171a12b: Waiting [2020-08-19T20:12:48.003Z] 4ae5bd84d450: Waiting [2020-08-19T20:12:48.003Z] 723a561964c8: Waiting [2020-08-19T20:12:48.003Z] 78764725b56c: Waiting [2020-08-19T20:12:48.003Z] 51d6d3d09136: Waiting [2020-08-19T20:12:48.003Z] 1507bc794612: Waiting [2020-08-19T20:12:48.003Z] 50644c29ef5a: Waiting [2020-08-19T20:12:48.003Z] 010c6d97a619: Layer already exists [2020-08-19T20:12:48.003Z] d32766df5290: Layer already exists [2020-08-19T20:12:48.003Z] 590134c01032: Layer already exists [2020-08-19T20:12:48.003Z] a8c9fd8c3f3f: Layer already exists [2020-08-19T20:12:48.003Z] bb9135256398: Layer already exists [2020-08-19T20:12:48.003Z] 18b43d22e438: Layer already exists [2020-08-19T20:12:48.003Z] 5f9bc4d33edd: Layer already exists [2020-08-19T20:12:48.003Z] 723a561964c8: Layer already exists [2020-08-19T20:12:48.003Z] 8890c171a12b: Layer already exists [2020-08-19T20:12:48.003Z] 4ae5bd84d450: Layer already exists [2020-08-19T20:12:48.003Z] 78764725b56c: Layer already exists [2020-08-19T20:12:48.003Z] 50644c29ef5a: Layer already exists [2020-08-19T20:12:48.003Z] 51d6d3d09136: Layer already exists [2020-08-19T20:12:48.003Z] 1507bc794612: Layer already exists [2020-08-19T20:12:48.003Z] master: digest: sha256:ec74a76c23ba7ca9b6d75875ea4b7a6d8b6a144109474af491e6a3bb8c86935c size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:12:48.190Z] ===================================================== [Pipeline] echo [2020-08-19T20:12:48.236Z] taggedImages: [2020-08-19T20:12:48.236Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:12:48.236Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.15 [2020-08-19T20:12:48.236Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:12:48.236Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-19T20:13:04.710Z] ---> 33d401a32d60 [2020-08-19T20:13:04.710Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-19T20:13:04.710Z] ---> d71cc24d11c0 [2020-08-19T20:13:04.710Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-19T20:13:04.710Z] ---> 8054c8039d7b [2020-08-19T20:13:04.710Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-19T20:13:04.710Z] ---> cb5c1c8245c6 [2020-08-19T20:13:04.710Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-19T20:13:04.710Z] ---> Running in 3a8998f265bb [2020-08-19T20:13:04.710Z] ---> Running in 80e82f29e5e1 [2020-08-19T20:13:04.710Z] ---> 33aebad85741 [2020-08-19T20:13:04.710Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-19T20:13:04.710Z] ---> Running in f41e61f94e9d [2020-08-19T20:13:04.710Z] ---> Running in 5ebe70fc52a3 [2020-08-19T20:13:04.710Z] ---> Running in 506266d364fa [2020-08-19T20:13:05.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-19T20:13:05.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-19T20:13:06.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-19T20:13:06.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-19T20:13:06.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-19T20:14:43.245Z] Removing intermediate container 3a8998f265bb [2020-08-19T20:14:43.245Z] ---> 81a8975de1a3 [2020-08-19T20:14:43.245Z] [2020-08-19T20:14:43.245Z] Step 10/20 : FROM alpine [2020-08-19T20:14:43.245Z] latest: Pulling from library/alpine [2020-08-19T20:14:43.245Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-19T20:14:43.245Z] Status: Downloaded newer image for alpine:latest [2020-08-19T20:14:43.245Z] ---> 62ee0e9f8440 [2020-08-19T20:14:43.245Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-19T20:14:43.245Z] ---> Running in 4622a9e08641 [2020-08-19T20:14:43.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:14:43.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:14:43.245Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:14:43.245Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:14:43.245Z] OK: 12617 distinct packages available [2020-08-19T20:14:43.245Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-19T20:14:43.245Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-19T20:14:43.245Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-19T20:14:43.245Z] (4/4) Installing curl (7.69.1-r0) [2020-08-19T20:14:43.245Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:14:43.245Z] Executing ca-certificates-20191127-r4.trigger [2020-08-19T20:14:43.245Z] OK: 7 MiB in 18 packages [2020-08-19T20:14:43.245Z] Removing intermediate container 4622a9e08641 [2020-08-19T20:14:43.245Z] ---> 4fb3f7e0a41e [2020-08-19T20:14:43.245Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-19T20:14:43.245Z] ---> Running in 5cbdc0f92936 [2020-08-19T20:14:43.245Z] Removing intermediate container 506266d364fa [2020-08-19T20:14:43.245Z] ---> 3eaee71cebcf [2020-08-19T20:14:43.245Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-19T20:14:43.245Z] Removing intermediate container 5cbdc0f92936 [2020-08-19T20:14:43.245Z] ---> a418fab2dcea [2020-08-19T20:14:43.245Z] Step 13/20 : WORKDIR /edgex [2020-08-19T20:14:43.245Z] ---> Running in 64a0ac73836c [2020-08-19T20:14:43.245Z] ---> Running in 7f2728d4e28f [2020-08-19T20:14:43.245Z] Removing intermediate container 7f2728d4e28f [2020-08-19T20:14:43.245Z] ---> 9325e0a3995f [2020-08-19T20:14:43.245Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-19T20:14:44.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-19T20:14:45.215Z] ---> 2e78f47bc257 [2020-08-19T20:14:45.215Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-19T20:14:45.215Z] Removing intermediate container 5ebe70fc52a3 [2020-08-19T20:14:45.215Z] ---> 22ca9a6cba0e [2020-08-19T20:14:45.215Z] [2020-08-19T20:14:45.215Z] Step 10/21 : FROM scratch [2020-08-19T20:14:45.215Z] ---> [2020-08-19T20:14:45.215Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-19T20:14:45.834Z] ---> Running in c597dffd740e [2020-08-19T20:14:46.445Z] Removing intermediate container c597dffd740e [2020-08-19T20:14:46.445Z] ---> e150084c7e7b [2020-08-19T20:14:46.445Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-19T20:14:46.728Z] ---> Running in 3c7c86019ee4 [2020-08-19T20:14:47.004Z] ---> 2acfe3a12839 [2020-08-19T20:14:47.004Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-19T20:14:47.004Z] ---> Running in 5d85f48c8d17 [2020-08-19T20:14:47.288Z] Removing intermediate container 3c7c86019ee4 [2020-08-19T20:14:47.288Z] ---> 449344abe75d [2020-08-19T20:14:47.288Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-19T20:14:47.566Z] ---> Running in 752bea224d24 [2020-08-19T20:14:47.848Z] Removing intermediate container 5d85f48c8d17 [2020-08-19T20:14:47.848Z] ---> a414ef2e1f85 [2020-08-19T20:14:47.848Z] Step 17/20 : CMD ["--init=true"] [2020-08-19T20:14:48.126Z] ---> Running in f81b313f4c82 [2020-08-19T20:14:48.126Z] Removing intermediate container 752bea224d24 [2020-08-19T20:14:48.126Z] ---> ad563080d631 [2020-08-19T20:14:48.126Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-19T20:14:49.127Z] Removing intermediate container f81b313f4c82 [2020-08-19T20:14:49.127Z] ---> 497d2ca656ed [2020-08-19T20:14:49.127Z] Step 18/20 : LABEL arch=arm64 [2020-08-19T20:14:49.404Z] ---> Running in 237b423bc6ed [2020-08-19T20:14:49.681Z] ---> 968887127cfd [2020-08-19T20:14:49.681Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-19T20:14:49.681Z] Removing intermediate container 64a0ac73836c [2020-08-19T20:14:49.681Z] ---> 79d2592fad1b [2020-08-19T20:14:49.681Z] [2020-08-19T20:14:49.681Z] Step 11/26 : FROM docker:latest [2020-08-19T20:14:49.681Z] ---> ce9d55ae87f1 [2020-08-19T20:14:49.681Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-19T20:14:49.965Z] Removing intermediate container 237b423bc6ed [2020-08-19T20:14:49.965Z] ---> a278c7df15e1 [2020-08-19T20:14:49.965Z] Step 19/20 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:14:50.246Z] ---> Running in 7c57f2a7e279 [2020-08-19T20:14:50.247Z] ---> Running in 44cedf285a9b [2020-08-19T20:14:51.233Z] Removing intermediate container 44cedf285a9b [2020-08-19T20:14:51.233Z] ---> 7f1a3e003932 [2020-08-19T20:14:51.233Z] Step 20/20 : LABEL version=1.2.2-dev.15 [2020-08-19T20:14:51.505Z] ---> cc3228b44b1c [2020-08-19T20:14:51.505Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-19T20:14:51.505Z] ---> Running in 0cc768439bf0 [2020-08-19T20:14:52.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:14:52.777Z] Removing intermediate container 0cc768439bf0 [2020-08-19T20:14:52.777Z] ---> 16ffe3ffe498 [2020-08-19T20:14:52.777Z] [2020-08-19T20:14:52.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:14:53.413Z] Successfully built 16ffe3ffe498 [2020-08-19T20:14:53.413Z] (1/2) Installing readline (8.0.4-r0) [2020-08-19T20:14:53.413Z] (2/2) Installing bash (5.0.17-r0) [2020-08-19T20:14:53.413Z] Executing bash-5.0.17-r0.post-install [2020-08-19T20:14:53.697Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:14:53.697Z] OK: 12 MiB in 22 packages [2020-08-19T20:14:53.697Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-19T20:14:53.697Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-08-19T20:14:53.973Z] ---> cbe1f273e407 [2020-08-19T20:14:53.973Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-19T20:14:57.434Z] ---> 045e7552ca3d [2020-08-19T20:14:57.434Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:14:57.434Z] Removing intermediate container f41e61f94e9d [2020-08-19T20:14:57.434Z] ---> 82943552a7c4 [2020-08-19T20:14:57.435Z] [2020-08-19T20:14:57.435Z] Step 10/20 : FROM scratch [2020-08-19T20:14:57.435Z] ---> [2020-08-19T20:14:57.435Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-19T20:14:58.459Z] ---> Running in 2f735c0fb2fd [2020-08-19T20:14:58.459Z] ---> Running in 40510137a176 [2020-08-19T20:14:58.459Z] Removing intermediate container 7c57f2a7e279 [2020-08-19T20:14:58.459Z] ---> f0a5e44dee7f [2020-08-19T20:14:58.459Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-19T20:14:58.745Z] ---> Running in 04664b43d483 [2020-08-19T20:14:59.361Z] Removing intermediate container 40510137a176 [2020-08-19T20:14:59.361Z] ---> 7ec798a2f970 [2020-08-19T20:14:59.361Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-19T20:14:59.361Z] Removing intermediate container 2f735c0fb2fd [2020-08-19T20:14:59.361Z] ---> 6c5b71157943 [2020-08-19T20:14:59.361Z] Step 19/21 : LABEL arch=arm64 [2020-08-19T20:14:59.638Z] ---> Running in 7e366601cfae [2020-08-19T20:14:59.638Z] ---> Running in 4d3fb2760831 [2020-08-19T20:15:00.642Z] Removing intermediate container 4d3fb2760831 [2020-08-19T20:15:00.642Z] ---> 4e4c1dd18693 [2020-08-19T20:15:00.642Z] Step 20/21 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:15:00.642Z] Removing intermediate container 7e366601cfae [2020-08-19T20:15:00.642Z] ---> dba3e907cd33 [2020-08-19T20:15:00.642Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-19T20:15:01.248Z] ---> Running in d7b414642e2e [2020-08-19T20:15:01.248Z] ---> Running in 1d0294d8aa17 [2020-08-19T20:15:02.267Z] Removing intermediate container 80e82f29e5e1 [2020-08-19T20:15:02.267Z] ---> 9171013a2b2d [2020-08-19T20:15:02.267Z] [2020-08-19T20:15:02.267Z] Step 10/21 : FROM scratch [2020-08-19T20:15:02.267Z] ---> [2020-08-19T20:15:02.267Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-19T20:15:02.267Z] ---> Using cache [2020-08-19T20:15:02.267Z] ---> 7ec798a2f970 [2020-08-19T20:15:02.267Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-19T20:15:02.555Z] Removing intermediate container d7b414642e2e [2020-08-19T20:15:02.556Z] ---> 9edfdd2040da [2020-08-19T20:15:02.556Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-19T20:15:02.556Z] Removing intermediate container 1d0294d8aa17 [2020-08-19T20:15:02.556Z] ---> 3278a3460f0b [2020-08-19T20:15:02.556Z] Step 21/21 : LABEL version=1.2.2-dev.15 [2020-08-19T20:15:02.841Z] ---> Running in 25fce0e19894 [2020-08-19T20:15:03.121Z] ---> Running in c36d90b95797 [2020-08-19T20:15:03.721Z] Removing intermediate container 04664b43d483 [2020-08-19T20:15:03.721Z] ---> 22560350898c [2020-08-19T20:15:03.721Z] ---> e5030218f7db [2020-08-19T20:15:03.721Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-19T20:15:03.721Z] [2020-08-19T20:15:03.721Z] Removing intermediate container 25fce0e19894 [2020-08-19T20:15:03.721Z] ---> 54174f67f1a6 [2020-08-19T20:15:03.721Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-19T20:15:04.706Z] Removing intermediate container c36d90b95797 [2020-08-19T20:15:04.706Z] ---> 94dd750ca8d8 [2020-08-19T20:15:04.706Z] [2020-08-19T20:15:04.993Z] ---> Running in de23a3eaf012 [2020-08-19T20:15:04.993Z] ---> Running in e067a3c40412 [2020-08-19T20:15:05.264Z] Successfully built 94dd750ca8d8 [2020-08-19T20:15:05.862Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-19T20:15:05.862Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-08-19T20:15:05.862Z] ---> 38f8f4f12ea2 [2020-08-19T20:15:05.862Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-19T20:15:06.136Z] Removing intermediate container de23a3eaf012 [2020-08-19T20:15:06.136Z] ---> c30bdbfaf42d [2020-08-19T20:15:06.136Z] Step 14/21 : WORKDIR / [2020-08-19T20:15:06.136Z] Removing intermediate container e067a3c40412 [2020-08-19T20:15:06.136Z] ---> 82e8cef7f042 [2020-08-19T20:15:06.136Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-19T20:15:06.136Z] ---> Running in 56736ed5cb23 [2020-08-19T20:15:06.411Z] ---> Running in 12b80e9b27fb [2020-08-19T20:15:06.695Z] ---> 6557b67ff88a [2020-08-19T20:15:06.695Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:15:07.292Z] Removing intermediate container 56736ed5cb23 [2020-08-19T20:15:07.292Z] ---> e0dc1a5687a0 [2020-08-19T20:15:07.292Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-19T20:15:07.292Z] Removing intermediate container 12b80e9b27fb [2020-08-19T20:15:07.292Z] ---> 5a7fa6fbbb39 [2020-08-19T20:15:07.292Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-19T20:15:07.576Z] ---> Running in 8b49612c2e24 [2020-08-19T20:15:07.853Z] ---> Running in 495bc8770d81 [2020-08-19T20:15:08.445Z] ---> 8053491cbb9e [2020-08-19T20:15:08.445Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-19T20:15:09.061Z] Removing intermediate container 495bc8770d81 [2020-08-19T20:15:09.061Z] ---> a943b31deaa1 [2020-08-19T20:15:09.061Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-19T20:15:09.061Z] Removing intermediate container 8b49612c2e24 [2020-08-19T20:15:09.061Z] ---> 587336da8569 [2020-08-19T20:15:09.061Z] Step 18/20 : LABEL arch=arm64 [2020-08-19T20:15:10.502Z] ---> Running in d0ffd8685508 [2020-08-19T20:15:10.776Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:15:10.776Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:15:10.776Z] ---> 30dac18dab78 [2020-08-19T20:15:10.776Z] Step 3/26 : WORKDIR /edgex-go [2020-08-19T20:15:10.776Z] ---> Using cache [2020-08-19T20:15:10.776Z] ---> 6f1ed81ab79e [2020-08-19T20:15:10.776Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:15:10.776Z] ---> Using cache [2020-08-19T20:15:10.776Z] ---> 84b14c016318 [2020-08-19T20:15:10.776Z] Step 5/26 : RUN apk update && apk add make git [2020-08-19T20:15:10.776Z] ---> Using cache [2020-08-19T20:15:10.776Z] ---> d59b52bf3d67 [2020-08-19T20:15:10.776Z] Step 6/26 : COPY go.mod . [2020-08-19T20:15:10.776Z] ---> Using cache [2020-08-19T20:15:10.776Z] ---> 36cfed8298b9 [2020-08-19T20:15:10.776Z] Step 7/26 : RUN go mod download [2020-08-19T20:15:10.776Z] ---> Using cache [2020-08-19T20:15:10.776Z] ---> 83bc832c547f [2020-08-19T20:15:10.776Z] Step 8/26 : COPY . . [2020-08-19T20:15:10.776Z] ---> Using cache [2020-08-19T20:15:10.777Z] ---> 8054c8039d7b [2020-08-19T20:15:10.777Z] 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-08-19T20:15:12.752Z] ---> 132d28da8419 [2020-08-19T20:15:12.752Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-19T20:15:12.752Z] ---> adb687d7d8c7 [2020-08-19T20:15:12.752Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-19T20:15:12.752Z] ---> Running in 01ba2cede2f8 [2020-08-19T20:15:13.029Z] Removing intermediate container d0ffd8685508 [2020-08-19T20:15:13.029Z] ---> 8a221e414c19 [2020-08-19T20:15:13.029Z] Step 19/20 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:15:13.307Z] ---> Running in f69029d5b4ca [2020-08-19T20:15:13.916Z] ---> 6facb62ca689 [2020-08-19T20:15:13.916Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:15:14.192Z] ---> Running in 4605c3215d7b [2020-08-19T20:15:14.192Z] ---> 8a2f59d6d330 [2020-08-19T20:15:14.192Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-19T20:15:14.192Z] Removing intermediate container f69029d5b4ca [2020-08-19T20:15:14.192Z] ---> 57fc358f691d [2020-08-19T20:15:14.192Z] Step 20/20 : LABEL version=1.2.2-dev.15 [2020-08-19T20:15:14.470Z] ---> Running in d53aa5c1a88f [2020-08-19T20:15:14.748Z] Removing intermediate container 4605c3215d7b [2020-08-19T20:15:14.748Z] ---> 9148598c0294 [2020-08-19T20:15:14.748Z] Step 19/21 : LABEL arch=arm64 [2020-08-19T20:15:15.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-19T20:15:15.025Z] ---> Running in df4fa966ee45 [2020-08-19T20:15:15.331Z] Removing intermediate container d53aa5c1a88f [2020-08-19T20:15:15.331Z] ---> 07055ea23653 [2020-08-19T20:15:15.331Z] [2020-08-19T20:15:15.939Z] ---> 98f1c898b633 [2020-08-19T20:15:15.939Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-19T20:15:15.939Z] Successfully built 07055ea23653 [2020-08-19T20:15:15.939Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-19T20:15:15.939Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-08-19T20:15:16.229Z] ---> Running in 1e234769aed5 [2020-08-19T20:15:16.503Z] Removing intermediate container df4fa966ee45 [2020-08-19T20:15:16.503Z] ---> 72157da044e3 [2020-08-19T20:15:16.503Z] Step 20/21 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:15:16.781Z] ---> Running in bacfb4a94d03 [2020-08-19T20:15:18.238Z] Removing intermediate container bacfb4a94d03 [2020-08-19T20:15:18.238Z] ---> 8a749dae7267 [2020-08-19T20:15:18.238Z] Step 21/21 : LABEL version=1.2.2-dev.15 [2020-08-19T20:15:19.058Z] ---> Running in 2eb06329ee1f [2020-08-19T20:15:19.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:15:19.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:15:20.136Z] Removing intermediate container 2eb06329ee1f [2020-08-19T20:15:20.137Z] ---> 01747a7cbeef [2020-08-19T20:15:20.137Z] [2020-08-19T20:15:20.414Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-19T20:15:20.414Z] Successfully built 01747a7cbeef [2020-08-19T20:15:20.414Z] (2/33) Installing expat (2.2.9-r1) [2020-08-19T20:15:20.414Z] (3/33) Installing libffi (3.3-r2) [2020-08-19T20:15:20.694Z] (4/33) Installing gdbm (1.13-r1) [2020-08-19T20:15:20.694Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-19T20:15:20.694Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-19T20:15:20.694Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-19T20:15:20.694Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-08-19T20:15:20.694Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-19T20:15:22.678Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-19T20:15:22.678Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-19T20:15:22.678Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-19T20:15:22.678Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-19T20:15:22.678Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-19T20:15:22.678Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-19T20:15:22.678Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-19T20:15:22.678Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-19T20:15:22.678Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-19T20:15:22.678Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-19T20:15:22.678Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-19T20:15:22.678Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-19T20:15:22.678Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-19T20:15:22.678Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-19T20:15:22.954Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-19T20:15:22.954Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-19T20:15:22.954Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-19T20:15:22.954Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-19T20:15:22.954Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-19T20:15:22.954Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-19T20:15:22.954Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-19T20:15:22.954Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-19T20:15:22.954Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-19T20:15:22.954Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-19T20:15:22.954Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-19T20:15:22.954Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-19T20:15:23.233Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:15:23.233Z] OK: 71 MiB in 55 packages [2020-08-19T20:15:38.343Z] Removing intermediate container 1e234769aed5 [2020-08-19T20:15:38.343Z] ---> 5be2001eafb3 [2020-08-19T20:15:38.343Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-19T20:15:38.343Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:15:38.343Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:15:38.343Z] ---> 30dac18dab78 [2020-08-19T20:15:38.343Z] Step 3/23 : WORKDIR /edgex-go [2020-08-19T20:15:38.343Z] ---> Using cache [2020-08-19T20:15:38.343Z] ---> 6f1ed81ab79e [2020-08-19T20:15:38.343Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:15:38.343Z] ---> Using cache [2020-08-19T20:15:38.343Z] ---> 84b14c016318 [2020-08-19T20:15:38.343Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-19T20:15:38.343Z] ---> Running in ccf49bbcd718 [2020-08-19T20:15:38.344Z] ---> Running in fbe775910baf [2020-08-19T20:15:40.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:15:41.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:15:42.550Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:15:42.550Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:15:42.550Z] OK: 12617 distinct packages available [2020-08-19T20:15:43.542Z] OK: 217 MiB in 51 packages [2020-08-19T20:15:45.588Z] Collecting docker-compose==1.23.2 [2020-08-19T20:15:45.588Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-19T20:15:47.619Z] Removing intermediate container ccf49bbcd718 [2020-08-19T20:15:47.619Z] ---> f581ef2fc581 [2020-08-19T20:15:47.619Z] Step 6/23 : COPY go.mod . [2020-08-19T20:15:47.895Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-19T20:15:47.895Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-19T20:15:48.525Z] ---> dd7f6b37b3fd [2020-08-19T20:15:48.525Z] Step 7/23 : RUN go mod download [2020-08-19T20:15:49.139Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-19T20:15:49.139Z] ---> Running in db3051ad5563 [2020-08-19T20:15:49.139Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-19T20:15:49.748Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-19T20:15:49.748Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-19T20:15:53.174Z] Collecting cached-property<2,>=1.2.0 [2020-08-19T20:15:53.174Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-19T20:15:53.174Z] Collecting texttable<0.10,>=0.9.0 [2020-08-19T20:15:53.174Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-19T20:15:54.189Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:15:54.189Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:15:54.189Z] ---> 30dac18dab78 [2020-08-19T20:15:54.189Z] Step 3/21 : WORKDIR /edgex-go [2020-08-19T20:15:54.189Z] ---> Using cache [2020-08-19T20:15:54.189Z] ---> 6f1ed81ab79e [2020-08-19T20:15:54.189Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:15:54.189Z] ---> Using cache [2020-08-19T20:15:54.189Z] ---> 84b14c016318 [2020-08-19T20:15:54.189Z] Step 5/21 : RUN apk update && apk add make git [2020-08-19T20:15:54.189Z] ---> Using cache [2020-08-19T20:15:54.189Z] ---> d59b52bf3d67 [2020-08-19T20:15:54.189Z] Step 6/21 : COPY go.mod . [2020-08-19T20:15:54.189Z] ---> Using cache [2020-08-19T20:15:54.189Z] ---> 36cfed8298b9 [2020-08-19T20:15:54.189Z] Step 7/21 : RUN go mod download [2020-08-19T20:15:54.189Z] ---> Using cache [2020-08-19T20:15:54.189Z] ---> 83bc832c547f [2020-08-19T20:15:54.189Z] Step 8/21 : COPY . . [2020-08-19T20:15:54.189Z] ---> Using cache [2020-08-19T20:15:54.189Z] ---> 8054c8039d7b [2020-08-19T20:15:54.189Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-19T20:15:54.468Z] ---> Running in aaa7c9ac1da4 [2020-08-19T20:15:55.477Z] Removing intermediate container db3051ad5563 [2020-08-19T20:15:55.477Z] ---> c52e095f8c37 [2020-08-19T20:15:55.477Z] Step 8/23 : COPY . . [2020-08-19T20:15:56.937Z] Collecting docopt<0.7,>=0.6.1 [2020-08-19T20:15:56.937Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-19T20:15:57.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/core-command/core-command ./cmd/core-command [2020-08-19T20:15:57.822Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:15:57.822Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-19T20:15:57.822Z] ---> 30dac18dab78 [2020-08-19T20:15:57.822Z] Step 3/29 : WORKDIR /edgex-go [2020-08-19T20:15:57.822Z] ---> Using cache [2020-08-19T20:15:57.822Z] ---> 6f1ed81ab79e [2020-08-19T20:15:57.822Z] Step 4/29 : RUN apk update && apk add make git [2020-08-19T20:15:58.831Z] ---> Running in 97afe46fc029 [2020-08-19T20:15:59.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-19T20:15:59.714Z] Collecting PyYAML<4,>=3.10 [2020-08-19T20:15:59.990Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-19T20:16:01.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:16:02.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:16:04.034Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:16:04.034Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:16:04.034Z] OK: 12617 distinct packages available [2020-08-19T20:16:04.034Z] 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-08-19T20:16:04.632Z] Collecting jsonschema<3,>=2.5.1 [2020-08-19T20:16:04.632Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-19T20:16:04.907Z] OK: 217 MiB in 51 packages [2020-08-19T20:16:05.895Z] Collecting docker<4.0,>=3.6.0 [2020-08-19T20:16:05.895Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-19T20:16:07.920Z] Collecting idna<2.8,>=2.5 [2020-08-19T20:16:07.920Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-19T20:16:08.538Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-19T20:16:08.538Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-19T20:16:08.827Z] 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-08-19T20:16:08.827Z] 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-08-19T20:16:09.115Z] Removing intermediate container 97afe46fc029 [2020-08-19T20:16:09.115Z] ---> edf491aeaf37 [2020-08-19T20:16:09.115Z] Step 5/29 : COPY go.mod . [2020-08-19T20:16:09.115Z] Collecting docker-pycreds>=0.4.0 [2020-08-19T20:16:09.115Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-19T20:16:09.399Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-19T20:16:09.399Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-19T20:16:09.399Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-19T20:16:09.399Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-19T20:16:10.426Z] Installing collected packages: idna, urllib3, requests, websocket-client, dockerpty, cached-property, texttable, docopt, PyYAML, jsonschema, docker-pycreds, docker, docker-compose [2020-08-19T20:16:10.426Z] Attempting uninstall: idna [2020-08-19T20:16:10.710Z] Found existing installation: idna 2.9 [2020-08-19T20:16:10.710Z] Uninstalling idna-2.9: [2020-08-19T20:16:10.710Z] ---> 56a62069c5d4 [2020-08-19T20:16:10.710Z] Step 6/29 : RUN go mod download [2020-08-19T20:16:10.710Z] Successfully uninstalled idna-2.9 [2020-08-19T20:16:11.324Z] ---> Running in 4bb4f5cd4e17 [2020-08-19T20:16:11.601Z] Attempting uninstall: urllib3 [2020-08-19T20:16:11.601Z] Found existing installation: urllib3 1.25.9 [2020-08-19T20:16:11.601Z] Uninstalling urllib3-1.25.9: [2020-08-19T20:16:11.881Z] Successfully uninstalled urllib3-1.25.9 [2020-08-19T20:16:12.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-19T20:16:12.768Z] Attempting uninstall: requests [2020-08-19T20:16:12.768Z] Found existing installation: requests 2.23.0 [2020-08-19T20:16:12.768Z] Uninstalling requests-2.23.0: [2020-08-19T20:16:13.051Z] Successfully uninstalled requests-2.23.0 [2020-08-19T20:16:13.884Z] Running setup.py install for dockerpty: started [2020-08-19T20:16:14.999Z] ---> e80d8288a8dd [2020-08-19T20:16:14.999Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-19T20:16:15.294Z] ---> Running in 4dc8340fd656 [2020-08-19T20:16:17.305Z] Removing intermediate container 4bb4f5cd4e17 [2020-08-19T20:16:17.305Z] ---> 94c7036ffa33 [2020-08-19T20:16:17.305Z] Step 7/29 : COPY . . [2020-08-19T20:16:17.592Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-19T20:16:17.592Z] Running setup.py install for texttable: started [2020-08-19T20:16:17.873Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-19T20:16:21.324Z] Running setup.py install for texttable: finished with status 'done' [2020-08-19T20:16:21.324Z] Running setup.py install for docopt: started [2020-08-19T20:16:24.777Z] Running setup.py install for docopt: finished with status 'done' [2020-08-19T20:16:24.777Z] Running setup.py install for PyYAML: started [2020-08-19T20:16:27.538Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-19T20:16:30.192Z] 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-08-19T20:16:31.690Z] Removing intermediate container 01ba2cede2f8 [2020-08-19T20:16:31.690Z] ---> 44ca51e18f51 [2020-08-19T20:16:31.690Z] [2020-08-19T20:16:31.690Z] Step 10/26 : FROM alpine:3.10 [2020-08-19T20:16:32.290Z] 3.10: Pulling from library/alpine [2020-08-19T20:16:34.937Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-19T20:16:34.937Z] Status: Downloaded newer image for alpine:3.10 [2020-08-19T20:16:34.937Z] ---> 536a684cf733 [2020-08-19T20:16:34.937Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-19T20:16:35.217Z] ---> Running in 2fdcba01484b [2020-08-19T20:16:38.644Z] Removing intermediate container fbe775910baf [2020-08-19T20:16:38.644Z] ---> 41c095b120e1 [2020-08-19T20:16:38.644Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-19T20:16:38.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:16:38.644Z] ---> Running in b475e37d573c [2020-08-19T20:16:38.935Z] ---> 60311df118cf [2020-08-19T20:16:38.935Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-19T20:16:38.935Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:16:39.214Z] ---> Running in b96414bf310e [2020-08-19T20:16:39.496Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-19T20:16:39.496Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-19T20:16:39.496Z] OK: 10167 distinct packages available [2020-08-19T20:16:40.094Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-19T20:16:40.367Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-19T20:16:40.367Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-19T20:16:40.367Z] (4/5) Installing curl (7.66.0-r0) [2020-08-19T20:16:40.367Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-19T20:16:40.367Z] Executing busybox-1.30.1-r3.trigger [2020-08-19T20:16:40.367Z] Executing ca-certificates-20191127-r2.trigger [2020-08-19T20:16:40.642Z] OK: 7 MiB in 19 packages [2020-08-19T20:16:41.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:16:41.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-19T20:16:41.923Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:16:42.947Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-19T20:16:42.947Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-19T20:16:42.947Z] (3/3) Installing curl (7.69.1-r0) [2020-08-19T20:16:42.947Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:16:42.947Z] OK: 71 MiB in 58 packages [2020-08-19T20:16:43.244Z] Removing intermediate container 2fdcba01484b [2020-08-19T20:16:43.244Z] ---> 86ce82a67def [2020-08-19T20:16:43.244Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-19T20:16:43.527Z] ---> Running in 25a0b478f763 [2020-08-19T20:16:44.533Z] Removing intermediate container 25a0b478f763 [2020-08-19T20:16:44.533Z] ---> 4f3109d740b8 [2020-08-19T20:16:44.533Z] Step 13/26 : WORKDIR / [2020-08-19T20:16:44.819Z] ---> Running in 055a1ce01648 [2020-08-19T20:16:45.098Z] Removing intermediate container b475e37d573c [2020-08-19T20:16:45.098Z] ---> 1df5485b0c0b [2020-08-19T20:16:45.098Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:16:45.387Z] ---> Running in 8d61128b8cbf [2020-08-19T20:16:45.387Z] Removing intermediate container 055a1ce01648 [2020-08-19T20:16:45.666Z] ---> 1f14e5963c55 [2020-08-19T20:16:45.666Z] 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-08-19T20:16:45.950Z] Removing intermediate container 8d61128b8cbf [2020-08-19T20:16:45.950Z] ---> 17c0e3a8f6d8 [2020-08-19T20:16:45.950Z] Step 24/26 : LABEL arch=arm64 [2020-08-19T20:16:46.230Z] ---> Running in b25885c13b64 [2020-08-19T20:16:46.865Z] ---> 731a9cda6072 [2020-08-19T20:16:46.865Z] 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-08-19T20:16:47.146Z] Removing intermediate container b25885c13b64 [2020-08-19T20:16:47.146Z] ---> 273c4fe4e058 [2020-08-19T20:16:47.146Z] Step 25/26 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:16:47.434Z] ---> Running in 94d24d2941f6 [2020-08-19T20:16:48.051Z] Removing intermediate container 94d24d2941f6 [2020-08-19T20:16:48.051Z] ---> 33d36cc6f13a [2020-08-19T20:16:48.331Z] Step 26/26 : LABEL version=1.2.2-dev.15 [2020-08-19T20:16:48.331Z] ---> 2880545ef06d [2020-08-19T20:16:48.331Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-19T20:16:48.331Z] ---> Running in 64b9654ae875 [2020-08-19T20:16:49.325Z] Removing intermediate container 64b9654ae875 [2020-08-19T20:16:49.325Z] ---> 12df2137548f [2020-08-19T20:16:49.325Z] [2020-08-19T20:16:49.942Z] Successfully built 12df2137548f [2020-08-19T20:16:49.942Z] ---> 6f47b3a2a777 [2020-08-19T20:16:49.942Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-19T20:16:49.942Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-19T20:16:49.942Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2020-08-19T20:16:51.421Z] ---> e530031e8b26 [2020-08-19T20:16:51.421Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-19T20:16:54.089Z] ---> 28720a6ef991 [2020-08-19T20:16:54.089Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-19T20:16:56.741Z] ---> 58efab61e162 [2020-08-19T20:16:56.741Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-19T20:16:58.763Z] ---> 8d1dfb1a7395 [2020-08-19T20:16:58.763Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-19T20:17:00.779Z] ---> a43c3be711dc [2020-08-19T20:17:00.779Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-19T20:17:01.405Z] ---> Running in fdbd26938e15 [2020-08-19T20:17:07.009Z] Removing intermediate container fdbd26938e15 [2020-08-19T20:17:07.009Z] ---> 35b16b7a0e2a [2020-08-19T20:17:07.009Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-19T20:17:07.009Z] ---> Running in ba0cddf25fee [2020-08-19T20:17:08.000Z] Removing intermediate container ba0cddf25fee [2020-08-19T20:17:08.000Z] ---> 7beb93bc17ed [2020-08-19T20:17:08.000Z] Step 24/26 : LABEL arch=arm64 [2020-08-19T20:17:08.000Z] ---> Running in 56b79d205620 [2020-08-19T20:17:09.015Z] Removing intermediate container 56b79d205620 [2020-08-19T20:17:09.015Z] ---> fd41184c70c7 [2020-08-19T20:17:09.015Z] Step 25/26 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:17:09.292Z] ---> Running in 4962fa7bc216 [2020-08-19T20:17:10.312Z] Removing intermediate container 4962fa7bc216 [2020-08-19T20:17:10.312Z] ---> 052a6dd1c7d1 [2020-08-19T20:17:10.312Z] Step 26/26 : LABEL version=1.2.2-dev.15 [2020-08-19T20:17:10.593Z] ---> Running in 4f92772fc586 [2020-08-19T20:17:11.589Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-19T20:17:11.589Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-19T20:17:11.589Z] ---> 30dac18dab78 [2020-08-19T20:17:11.589Z] Step 3/22 : WORKDIR /edgex-go [2020-08-19T20:17:11.589Z] ---> Using cache [2020-08-19T20:17:11.589Z] ---> 6f1ed81ab79e [2020-08-19T20:17:11.589Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:17:11.589Z] ---> Using cache [2020-08-19T20:17:11.589Z] ---> 84b14c016318 [2020-08-19T20:17:11.589Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-19T20:17:11.589Z] ---> Running in 440e0a5ac53a [2020-08-19T20:17:11.865Z] Removing intermediate container 4f92772fc586 [2020-08-19T20:17:11.865Z] ---> 135053e8386b [2020-08-19T20:17:11.865Z] [2020-08-19T20:17:12.465Z] Successfully built 135053e8386b [2020-08-19T20:17:12.465Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-19T20:17:14.479Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:17:15.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:17:15.682Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:17:15.682Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:17:15.682Z] OK: 12617 distinct packages available [2020-08-19T20:17:16.669Z] OK: 217 MiB in 51 packages [2020-08-19T20:17:18.665Z] Removing intermediate container 440e0a5ac53a [2020-08-19T20:17:18.665Z] ---> 1e240105c164 [2020-08-19T20:17:18.665Z] Step 6/22 : COPY go.mod . [2020-08-19T20:17:20.138Z] ---> eb92d743e663 [2020-08-19T20:17:20.138Z] Step 7/22 : RUN go mod download [2020-08-19T20:17:20.138Z] ---> Running in c7e652753ed5 [2020-08-19T20:17:25.585Z] Removing intermediate container c7e652753ed5 [2020-08-19T20:17:25.585Z] ---> 77632e468bff [2020-08-19T20:17:25.585Z] Step 8/22 : COPY . . [2020-08-19T20:17:43.998Z] ---> 15745cd9af06 [2020-08-19T20:17:43.998Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-19T20:17:43.998Z] ---> Running in b9e91be5b7be [2020-08-19T20:17:43.998Z] Removing intermediate container aaa7c9ac1da4 [2020-08-19T20:17:43.998Z] ---> 001817560094 [2020-08-19T20:17:43.998Z] [2020-08-19T20:17:43.998Z] Step 10/21 : FROM scratch [2020-08-19T20:17:43.998Z] ---> [2020-08-19T20:17:43.998Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-19T20:17:43.998Z] ---> Using cache [2020-08-19T20:17:43.998Z] ---> 7ec798a2f970 [2020-08-19T20:17:43.998Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-19T20:17:43.998Z] ---> Running in dfc63cbbc534 [2020-08-19T20:17:43.998Z] Removing intermediate container dfc63cbbc534 [2020-08-19T20:17:43.998Z] ---> 7de2e57629fa [2020-08-19T20:17:43.998Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-19T20:17:43.998Z] ---> Running in 15b2979222b7 [2020-08-19T20:17:43.998Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.15" -o cmd/core-data/core-data ./cmd/core-data [2020-08-19T20:17:44.274Z] Removing intermediate container 15b2979222b7 [2020-08-19T20:17:44.274Z] ---> 9a8bedbf36b8 [2020-08-19T20:17:44.274Z] Step 14/21 : WORKDIR / [2020-08-19T20:17:44.274Z] ---> Running in b13d42509c00 [2020-08-19T20:17:44.870Z] Removing intermediate container b13d42509c00 [2020-08-19T20:17:44.870Z] ---> 5b82b72a5b47 [2020-08-19T20:17:44.870Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-19T20:17:46.330Z] ---> 428470e4e1ab [2020-08-19T20:17:46.330Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-19T20:17:48.325Z] ---> deda1d46fea8 [2020-08-19T20:17:48.325Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-19T20:17:50.299Z] ---> ad44c3cb5111 [2020-08-19T20:17:50.299Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:17:50.576Z] ---> Running in c8213d7268ea [2020-08-19T20:17:52.034Z] Removing intermediate container c8213d7268ea [2020-08-19T20:17:52.034Z] ---> c9570e63b25e [2020-08-19T20:17:52.034Z] Step 19/21 : LABEL arch=arm64 [2020-08-19T20:17:52.311Z] ---> Running in b1b8e5465298 [2020-08-19T20:17:52.588Z] Removing intermediate container b96414bf310e [2020-08-19T20:17:52.588Z] ---> 01621b9a52ba [2020-08-19T20:17:52.588Z] [2020-08-19T20:17:52.588Z] Step 9/29 : FROM alpine:latest [2020-08-19T20:17:52.588Z] ---> 62ee0e9f8440 [2020-08-19T20:17:52.588Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-08-19T20:17:52.872Z] ---> Running in a03b2cc984f5 [2020-08-19T20:17:53.147Z] Removing intermediate container b1b8e5465298 [2020-08-19T20:17:53.148Z] ---> 24dd5fd0ecff [2020-08-19T20:17:53.148Z] Step 20/21 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:17:53.434Z] ---> Running in 7d8f8742e38c [2020-08-19T20:17:53.714Z] Removing intermediate container a03b2cc984f5 [2020-08-19T20:17:53.714Z] ---> 99a5f73f45f9 [2020-08-19T20:17:53.714Z] Step 11/29 : USER root [2020-08-19T20:17:53.993Z] Removing intermediate container 4dc8340fd656 [2020-08-19T20:17:53.993Z] ---> b0cdbfd9a68b [2020-08-19T20:17:53.993Z] [2020-08-19T20:17:53.993Z] Step 10/23 : FROM scratch [2020-08-19T20:17:53.993Z] ---> [2020-08-19T20:17:53.993Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-19T20:17:53.993Z] ---> Running in decdcf2b35f1 [2020-08-19T20:17:54.284Z] ---> Using cache [2020-08-19T20:17:54.284Z] ---> e150084c7e7b [2020-08-19T20:17:54.284Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-19T20:17:54.284Z] Removing intermediate container 7d8f8742e38c [2020-08-19T20:17:54.284Z] ---> e29f7563dc2f [2020-08-19T20:17:54.284Z] Step 21/21 : LABEL version=1.2.2-dev.15 [2020-08-19T20:17:54.284Z] ---> Running in 15d6f69b86aa [2020-08-19T20:17:54.563Z] ---> Running in 1e42983e42f8 [2020-08-19T20:17:54.838Z] Removing intermediate container decdcf2b35f1 [2020-08-19T20:17:54.838Z] ---> 3358a2b0f9e4 [2020-08-19T20:17:54.838Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-19T20:17:55.115Z] ---> Running in ada68f47445a [2020-08-19T20:17:55.115Z] Removing intermediate container 15d6f69b86aa [2020-08-19T20:17:55.115Z] ---> fa0338cd423a [2020-08-19T20:17:55.115Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-19T20:17:55.389Z] ---> Running in 69e7c1d076a1 [2020-08-19T20:17:55.663Z] Removing intermediate container 1e42983e42f8 [2020-08-19T20:17:55.663Z] ---> 6ea5724a97a9 [2020-08-19T20:17:55.663Z] [2020-08-19T20:17:56.265Z] Successfully built 6ea5724a97a9 [2020-08-19T20:17:56.265Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-19T20:17:56.542Z]  Building docker-core-command-go ... done Removing intermediate container 69e7c1d076a1 [2020-08-19T20:17:56.542Z] ---> c1b55bac8f04 [2020-08-19T20:17:56.542Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-19T20:17:57.528Z] ---> f4025c7c3790 [2020-08-19T20:17:57.528Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-19T20:17:57.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:17:57.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:17:58.793Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-19T20:17:58.793Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-19T20:17:58.793Z] OK: 12617 distinct packages available [2020-08-19T20:17:59.067Z] ---> 8b4bfff49086 [2020-08-19T20:17:59.067Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-19T20:17:59.344Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-19T20:17:59.622Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-19T20:17:59.622Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:17:59.622Z] Executing ca-certificates-20191127-r4.trigger [2020-08-19T20:17:59.898Z] OK: 6 MiB in 16 packages [2020-08-19T20:18:00.884Z] ---> 1c71b65c24a4 [2020-08-19T20:18:00.884Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-19T20:18:02.393Z] ---> 308fe88cf9bd [2020-08-19T20:18:02.393Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-19T20:18:02.393Z] Removing intermediate container ada68f47445a [2020-08-19T20:18:02.393Z] ---> 74a4d7c9eb5e [2020-08-19T20:18:02.393Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-19T20:18:02.674Z] ---> Running in f204d3b86f88 [2020-08-19T20:18:03.720Z] Removing intermediate container f204d3b86f88 [2020-08-19T20:18:03.720Z] ---> 1993e8c84239 [2020-08-19T20:18:03.720Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-19T20:18:03.720Z] ---> Running in 8fd9f1cf96f2 [2020-08-19T20:18:04.715Z] ---> 540c777ca869 [2020-08-19T20:18:04.715Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-19T20:18:04.715Z] Removing intermediate container 8fd9f1cf96f2 [2020-08-19T20:18:04.715Z] ---> fbfa00024bdf [2020-08-19T20:18:04.715Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-19T20:18:04.715Z] ---> Running in 89d69a24ed96 [2020-08-19T20:18:06.153Z] ---> 5f6d35e2b8c7 [2020-08-19T20:18:06.153Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:18:06.153Z] ---> Running in 32b35d66d86b [2020-08-19T20:18:06.756Z] Removing intermediate container 32b35d66d86b [2020-08-19T20:18:06.756Z] ---> 17b9f3b011f0 [2020-08-19T20:18:06.756Z] Step 21/23 : LABEL arch=arm64 [2020-08-19T20:18:07.037Z] ---> Running in 89ecf3d99fe5 [2020-08-19T20:18:08.028Z] Removing intermediate container 89ecf3d99fe5 [2020-08-19T20:18:08.028Z] ---> 9d25af55cfb5 [2020-08-19T20:18:08.028Z] Step 22/23 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:18:08.028Z] ---> Running in 3b5c636faf13 [2020-08-19T20:18:08.637Z] Removing intermediate container 89d69a24ed96 [2020-08-19T20:18:08.637Z] ---> db9fa47acd98 [2020-08-19T20:18:08.637Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-19T20:18:08.910Z] Removing intermediate container 3b5c636faf13 [2020-08-19T20:18:08.910Z] ---> 4143322d8c85 [2020-08-19T20:18:08.910Z] Step 23/23 : LABEL version=1.2.2-dev.15 [2020-08-19T20:18:09.185Z] ---> Running in b6722a029935 [2020-08-19T20:18:10.173Z] Removing intermediate container b6722a029935 [2020-08-19T20:18:10.173Z] ---> 450cfb11f7e0 [2020-08-19T20:18:10.173Z] [2020-08-19T20:18:10.451Z] Successfully built 450cfb11f7e0 [2020-08-19T20:18:10.728Z] ---> 449c12632a4d [2020-08-19T20:18:10.728Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-19T20:18:10.728Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-19T20:18:11.722Z]  Building docker-support-notifications-go ... done  ---> f1e1311a0bed [2020-08-19T20:18:11.722Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-19T20:18:12.711Z] ---> c54b70ca3f37 [2020-08-19T20:18:12.711Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-19T20:18:14.177Z] ---> ec9b66267830 [2020-08-19T20:18:14.177Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-19T20:18:15.167Z] ---> c896c4efc9b3 [2020-08-19T20:18:15.167Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-19T20:18:15.445Z] ---> Running in 319a76112df2 [2020-08-19T20:18:18.872Z] Removing intermediate container 319a76112df2 [2020-08-19T20:18:18.872Z] ---> 6bcb898bffb0 [2020-08-19T20:18:18.872Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-19T20:18:19.866Z] ---> 644f9cc97ffa [2020-08-19T20:18:19.866Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-19T20:18:19.866Z] ---> Running in 9b67b9370dec [2020-08-19T20:18:23.291Z] Removing intermediate container 9b67b9370dec [2020-08-19T20:18:23.291Z] ---> 15e7672e8197 [2020-08-19T20:18:23.291Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-19T20:18:23.567Z] ---> Running in f9ccec2c1c4d [2020-08-19T20:18:26.972Z] Removing intermediate container f9ccec2c1c4d [2020-08-19T20:18:26.972Z] ---> 405d237ca280 [2020-08-19T20:18:26.972Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-19T20:18:26.972Z] ---> Running in 498511ba9576 [2020-08-19T20:18:27.252Z] Removing intermediate container 498511ba9576 [2020-08-19T20:18:27.252Z] ---> a723b1b25c50 [2020-08-19T20:18:27.252Z] Step 26/29 : CMD [ "generate" ] [2020-08-19T20:18:27.252Z] ---> Running in 51f7574b5247 [2020-08-19T20:18:27.853Z] Removing intermediate container 51f7574b5247 [2020-08-19T20:18:27.853Z] ---> d8423373d293 [2020-08-19T20:18:27.853Z] Step 27/29 : LABEL arch=arm64 [2020-08-19T20:18:28.129Z] ---> Running in 9728e1303ff1 [2020-08-19T20:18:28.402Z] Removing intermediate container 9728e1303ff1 [2020-08-19T20:18:28.402Z] ---> 3a67d933339d [2020-08-19T20:18:28.402Z] Step 28/29 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:18:28.678Z] ---> Running in 5030066018d7 [2020-08-19T20:18:29.278Z] Removing intermediate container 5030066018d7 [2020-08-19T20:18:29.278Z] ---> 7226c10d6f75 [2020-08-19T20:18:29.278Z] Step 29/29 : LABEL version=1.2.2-dev.15 [2020-08-19T20:18:29.278Z] ---> Running in 4a73316d71d2 [2020-08-19T20:18:29.881Z] Removing intermediate container 4a73316d71d2 [2020-08-19T20:18:29.881Z] ---> efb557adb925 [2020-08-19T20:18:29.881Z] [2020-08-19T20:18:30.157Z] Successfully built efb557adb925 [2020-08-19T20:18:30.157Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-19T20:18:42.551Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container b9e91be5b7be [2020-08-19T20:18:42.551Z] ---> d7e71e2cf268 [2020-08-19T20:18:42.551Z] [2020-08-19T20:18:42.551Z] Step 10/22 : FROM alpine [2020-08-19T20:18:42.551Z] ---> 62ee0e9f8440 [2020-08-19T20:18:42.551Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-19T20:18:42.551Z] ---> Running in 91953d60726a [2020-08-19T20:18:42.551Z] Removing intermediate container 91953d60726a [2020-08-19T20:18:42.551Z] ---> 7f70058ea098 [2020-08-19T20:18:42.551Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-19T20:18:42.551Z] ---> Running in f4e48851b604 [2020-08-19T20:18:42.551Z] Removing intermediate container f4e48851b604 [2020-08-19T20:18:42.551Z] ---> ef251fbfd356 [2020-08-19T20:18:42.551Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-19T20:18:42.551Z] ---> Running in a48c59b4cc5b [2020-08-19T20:18:42.551Z] Removing intermediate container a48c59b4cc5b [2020-08-19T20:18:42.551Z] ---> 2a1c6cee6fc5 [2020-08-19T20:18:42.551Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T20:18:42.826Z] ---> Running in abb642b3db2b [2020-08-19T20:18:45.445Z] Removing intermediate container abb642b3db2b [2020-08-19T20:18:45.445Z] ---> fd5289f8b454 [2020-08-19T20:18:45.445Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-19T20:18:45.445Z] ---> Running in c9b61d11121b [2020-08-19T20:18:46.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T20:18:47.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T20:18:48.062Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-19T20:18:48.062Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-19T20:18:48.062Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-19T20:18:48.335Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-19T20:18:48.335Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-19T20:18:48.608Z] Executing busybox-1.31.1-r16.trigger [2020-08-19T20:18:48.608Z] OK: 8 MiB in 19 packages [2020-08-19T20:18:50.041Z] Removing intermediate container c9b61d11121b [2020-08-19T20:18:50.041Z] ---> 80c1b49b7a19 [2020-08-19T20:18:50.041Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-19T20:18:50.632Z] ---> 4ed501334a7a [2020-08-19T20:18:50.632Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-19T20:18:52.063Z] ---> 2fe390905668 [2020-08-19T20:18:52.063Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-19T20:18:52.335Z] ---> 55329b10394f [2020-08-19T20:18:52.335Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-19T20:18:52.626Z] ---> Running in d356ca61de2c [2020-08-19T20:18:52.905Z] Removing intermediate container d356ca61de2c [2020-08-19T20:18:52.905Z] ---> 719977808f97 [2020-08-19T20:18:52.905Z] Step 20/22 : LABEL arch=arm64 [2020-08-19T20:18:53.183Z] ---> Running in 65586817b098 [2020-08-19T20:18:53.464Z] Removing intermediate container 65586817b098 [2020-08-19T20:18:53.464Z] ---> 01224712e76d [2020-08-19T20:18:53.464Z] Step 21/22 : LABEL git_sha=6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:18:53.750Z] ---> Running in b73e36858e56 [2020-08-19T20:18:54.349Z] Removing intermediate container b73e36858e56 [2020-08-19T20:18:54.349Z] ---> ca6fbbda92d8 [2020-08-19T20:18:54.349Z] Step 22/22 : LABEL version=1.2.2-dev.15 [2020-08-19T20:18:54.349Z] ---> Running in bd473ec59115 [2020-08-19T20:18:54.950Z] Removing intermediate container bd473ec59115 [2020-08-19T20:18:54.950Z] ---> 440139efe0f2 [2020-08-19T20:18:54.950Z] [2020-08-19T20:18:55.221Z] Successfully built 440139efe0f2 [2020-08-19T20:18:55.221Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-19T20:18:55.514Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-08-19T20:18:55.512Z] $ docker stop --time=1 bc43124b210bc5428b1df13f9082170569d985038a2510bb34681bf34903c2ab [2020-08-19T20:18:57.469Z] $ docker rm -f bc43124b210bc5428b1df13f9082170569d985038a2510bb34681bf34903c2ab [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:18:58.138Z] + docker images [2020-08-19T20:18:58.138Z] + grep docker [2020-08-19T20:18:58.409Z] docker-core-data-go-arm64 latest 440139efe0f2 4 seconds ago 23.3MB [2020-08-19T20:18:58.409Z] docker-security-secrets-setup-go-arm64 latest efb557adb925 29 seconds ago 24.2MB [2020-08-19T20:18:58.409Z] docker-support-notifications-go-arm64 latest 450cfb11f7e0 49 seconds ago 13.9MB [2020-08-19T20:18:58.409Z] docker-core-command-go-arm64 latest 6ea5724a97a9 About a minute ago 12.4MB [2020-08-19T20:18:58.409Z] docker-security-secretstore-setup-go-arm64 latest 135053e8386b About a minute ago 32.6MB [2020-08-19T20:18:58.409Z] docker-sys-mgmt-agent-go-arm64 latest 12df2137548f 2 minutes ago 266MB [2020-08-19T20:18:58.409Z] docker-core-metadata-go-arm64 latest 01747a7cbeef 3 minutes ago 13.8MB [2020-08-19T20:18:58.409Z] docker-support-scheduler-go-arm64 latest 07055ea23653 3 minutes ago 12.6MB [2020-08-19T20:18:58.409Z] docker-support-logging-go-arm64 latest 94dd750ca8d8 3 minutes ago 11.4MB [2020-08-19T20:18:58.409Z] docker-security-proxy-setup-go-arm64 latest 16ffe3ffe498 4 minutes ago 15.8MB [2020-08-19T20:18:58.409Z] docker latest ce9d55ae87f1 7 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-19T20:18:58.826Z] provisioning config files... [2020-08-19T20:18:58.877Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/127@tmp/config2316933698779527533tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:18:59.264Z] nexus3.edgexfoundry.org:10001 [2020-08-19T20:18:59.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:18:59.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:18:59.804Z] Configure a credential helper to remove this warning. See [2020-08-19T20:18:59.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:18:59.804Z] [2020-08-19T20:18:59.804Z] Login Succeeded [2020-08-19T20:18:59.804Z] nexus3.edgexfoundry.org:10002 [2020-08-19T20:19:00.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:19:00.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:19:00.396Z] Configure a credential helper to remove this warning. See [2020-08-19T20:19:00.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:19:00.396Z] [2020-08-19T20:19:00.396Z] Login Succeeded [2020-08-19T20:19:00.396Z] nexus3.edgexfoundry.org:10003 [2020-08-19T20:19:00.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:19:00.986Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:19:00.986Z] Configure a credential helper to remove this warning. See [2020-08-19T20:19:00.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:19:00.986Z] [2020-08-19T20:19:00.986Z] Login Succeeded [2020-08-19T20:19:00.986Z] nexus3.edgexfoundry.org:10004 [2020-08-19T20:19:01.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:19:01.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:19:01.580Z] Configure a credential helper to remove this warning. See [2020-08-19T20:19:01.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:19:01.580Z] [2020-08-19T20:19:01.580Z] Login Succeeded [2020-08-19T20:19:01.580Z] docker.io [2020-08-19T20:19:02.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-19T20:19:02.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-19T20:19:02.437Z] Configure a credential helper to remove this warning. See [2020-08-19T20:19:02.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-19T20:19:02.437Z] [2020-08-19T20:19:02.437Z] Login Succeeded [Pipeline] } [2020-08-19T20:19:02.453Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:19:02.631Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-08-19T20:19:02.631Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:02.631Z] 1.2.2-dev.15 [2020-08-19T20:19:02.631Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:02.631Z] master [2020-08-19T20:19:02.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:03.116Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:03.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:03.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-19T20:19:03.455Z] bad4224a2ded: Preparing [2020-08-19T20:19:03.455Z] 97b7cdf17794: Preparing [2020-08-19T20:19:03.455Z] 976d174e613f: Preparing [2020-08-19T20:19:03.725Z] 976d174e613f: Pushed [2020-08-19T20:19:03.725Z] bad4224a2ded: Pushed [2020-08-19T20:19:07.082Z] 97b7cdf17794: Pushed [2020-08-19T20:19:07.082Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:08c8c074ed36b2d0df3aa34bbbce100ae6056334aa831138d48a3ba7379f0795 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:07.416Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:07.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:07.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-19T20:19:07.747Z] bad4224a2ded: Preparing [2020-08-19T20:19:07.747Z] 97b7cdf17794: Preparing [2020-08-19T20:19:07.747Z] 976d174e613f: Preparing [2020-08-19T20:19:07.747Z] 97b7cdf17794: Layer already exists [2020-08-19T20:19:07.747Z] 976d174e613f: Layer already exists [2020-08-19T20:19:07.747Z] bad4224a2ded: Layer already exists [2020-08-19T20:19:08.017Z] 1.2.2-dev.15: digest: sha256:08c8c074ed36b2d0df3aa34bbbce100ae6056334aa831138d48a3ba7379f0795 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:08.352Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:08.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:08.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-19T20:19:08.695Z] bad4224a2ded: Preparing [2020-08-19T20:19:08.695Z] 97b7cdf17794: Preparing [2020-08-19T20:19:08.695Z] 976d174e613f: Preparing [2020-08-19T20:19:08.695Z] bad4224a2ded: Layer already exists [2020-08-19T20:19:08.695Z] 976d174e613f: Layer already exists [2020-08-19T20:19:08.695Z] 97b7cdf17794: Layer already exists [2020-08-19T20:19:08.964Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:08c8c074ed36b2d0df3aa34bbbce100ae6056334aa831138d48a3ba7379f0795 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:09.297Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:09.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-08-19T20:19:09.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-19T20:19:09.632Z] bad4224a2ded: Preparing [2020-08-19T20:19:09.632Z] 97b7cdf17794: Preparing [2020-08-19T20:19:09.632Z] 976d174e613f: Preparing [2020-08-19T20:19:09.632Z] 97b7cdf17794: Layer already exists [2020-08-19T20:19:09.632Z] bad4224a2ded: Layer already exists [2020-08-19T20:19:09.632Z] 976d174e613f: Layer already exists [2020-08-19T20:19:09.901Z] master: digest: sha256:08c8c074ed36b2d0df3aa34bbbce100ae6056334aa831138d48a3ba7379f0795 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:19:10.115Z] ===================================================== [Pipeline] echo [2020-08-19T20:19:10.159Z] taggedImages: [2020-08-19T20:19:10.159Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:10.159Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:10.159Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:10.159Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-08-19T20:19:10.263Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-08-19T20:19:10.263Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:10.263Z] 1.2.2-dev.15 [2020-08-19T20:19:10.263Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:10.263Z] master [2020-08-19T20:19:10.263Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:10.890Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:11.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:11.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-19T20:19:11.230Z] dfaff43687c1: Preparing [2020-08-19T20:19:11.230Z] 2ca1d5de6e50: Preparing [2020-08-19T20:19:11.230Z] 9ff5a35069eb: Preparing [2020-08-19T20:19:11.230Z] 7dd1a2b85dce: Preparing [2020-08-19T20:19:11.230Z] a2e4bb6afd24: Preparing [2020-08-19T20:19:11.230Z] e2f13739ad41: Preparing [2020-08-19T20:19:11.230Z] e2f13739ad41: Waiting [2020-08-19T20:19:11.502Z] a2e4bb6afd24: Pushed [2020-08-19T20:19:11.502Z] 9ff5a35069eb: Pushed [2020-08-19T20:19:11.502Z] dfaff43687c1: Pushed [2020-08-19T20:19:11.502Z] e2f13739ad41: Layer already exists [2020-08-19T20:19:12.094Z] 7dd1a2b85dce: Pushed [2020-08-19T20:19:15.572Z] 2ca1d5de6e50: Pushed [2020-08-19T20:19:15.572Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:3e64a97453cb9b03c8f1a2b1c6275daf4fc59e9894aff1fd9023d935c652f5fc size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:15.909Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:16.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:16.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-19T20:19:16.243Z] dfaff43687c1: Preparing [2020-08-19T20:19:16.243Z] 2ca1d5de6e50: Preparing [2020-08-19T20:19:16.243Z] 9ff5a35069eb: Preparing [2020-08-19T20:19:16.243Z] 7dd1a2b85dce: Preparing [2020-08-19T20:19:16.243Z] a2e4bb6afd24: Preparing [2020-08-19T20:19:16.243Z] e2f13739ad41: Preparing [2020-08-19T20:19:16.243Z] e2f13739ad41: Waiting [2020-08-19T20:19:16.243Z] a2e4bb6afd24: Layer already exists [2020-08-19T20:19:16.243Z] 2ca1d5de6e50: Layer already exists [2020-08-19T20:19:16.243Z] dfaff43687c1: Layer already exists [2020-08-19T20:19:16.243Z] 7dd1a2b85dce: Layer already exists [2020-08-19T20:19:16.243Z] 9ff5a35069eb: Layer already exists [2020-08-19T20:19:16.513Z] e2f13739ad41: Layer already exists [2020-08-19T20:19:16.514Z] 1.2.2-dev.15: digest: sha256:3e64a97453cb9b03c8f1a2b1c6275daf4fc59e9894aff1fd9023d935c652f5fc size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:16.849Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:17.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:17.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-19T20:19:17.182Z] dfaff43687c1: Preparing [2020-08-19T20:19:17.182Z] 2ca1d5de6e50: Preparing [2020-08-19T20:19:17.182Z] 9ff5a35069eb: Preparing [2020-08-19T20:19:17.182Z] 7dd1a2b85dce: Preparing [2020-08-19T20:19:17.182Z] a2e4bb6afd24: Preparing [2020-08-19T20:19:17.182Z] e2f13739ad41: Preparing [2020-08-19T20:19:17.182Z] e2f13739ad41: Waiting [2020-08-19T20:19:17.182Z] 7dd1a2b85dce: Layer already exists [2020-08-19T20:19:17.182Z] a2e4bb6afd24: Layer already exists [2020-08-19T20:19:17.182Z] 9ff5a35069eb: Layer already exists [2020-08-19T20:19:17.182Z] 2ca1d5de6e50: Layer already exists [2020-08-19T20:19:17.182Z] dfaff43687c1: Layer already exists [2020-08-19T20:19:17.452Z] e2f13739ad41: Layer already exists [2020-08-19T20:19:17.452Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:3e64a97453cb9b03c8f1a2b1c6275daf4fc59e9894aff1fd9023d935c652f5fc size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:17.785Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:18.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-08-19T20:19:18.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-19T20:19:18.118Z] dfaff43687c1: Preparing [2020-08-19T20:19:18.118Z] 2ca1d5de6e50: Preparing [2020-08-19T20:19:18.118Z] 9ff5a35069eb: Preparing [2020-08-19T20:19:18.118Z] 7dd1a2b85dce: Preparing [2020-08-19T20:19:18.118Z] a2e4bb6afd24: Preparing [2020-08-19T20:19:18.118Z] e2f13739ad41: Preparing [2020-08-19T20:19:18.118Z] e2f13739ad41: Waiting [2020-08-19T20:19:18.118Z] 9ff5a35069eb: Layer already exists [2020-08-19T20:19:18.118Z] 2ca1d5de6e50: Layer already exists [2020-08-19T20:19:18.118Z] a2e4bb6afd24: Layer already exists [2020-08-19T20:19:18.118Z] dfaff43687c1: Layer already exists [2020-08-19T20:19:18.118Z] 7dd1a2b85dce: Layer already exists [2020-08-19T20:19:18.386Z] e2f13739ad41: Layer already exists [2020-08-19T20:19:18.386Z] master: digest: sha256:3e64a97453cb9b03c8f1a2b1c6275daf4fc59e9894aff1fd9023d935c652f5fc size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:19:18.633Z] ===================================================== [Pipeline] echo [2020-08-19T20:19:18.678Z] taggedImages: [2020-08-19T20:19:18.678Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:18.678Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:18.678Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:18.678Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-08-19T20:19:18.740Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-08-19T20:19:18.740Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:18.740Z] 1.2.2-dev.15 [2020-08-19T20:19:18.740Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:18.740Z] master [2020-08-19T20:19:18.740Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:19.260Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:19.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:19.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-19T20:19:19.610Z] 9afbc6d95420: Preparing [2020-08-19T20:19:19.610Z] 37f2614025b6: Preparing [2020-08-19T20:19:19.610Z] c7ca693c1ce3: Preparing [2020-08-19T20:19:19.880Z] c7ca693c1ce3: Pushed [2020-08-19T20:19:19.880Z] 9afbc6d95420: Pushed [2020-08-19T20:19:23.244Z] 37f2614025b6: Pushed [2020-08-19T20:19:23.244Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:ba8d84aea03e285f99a2c9409200133dcb4440dd6cd18b72151ce6f582ecbe32 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:23.588Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:23.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:23.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-19T20:19:23.919Z] 9afbc6d95420: Preparing [2020-08-19T20:19:23.919Z] 37f2614025b6: Preparing [2020-08-19T20:19:23.919Z] c7ca693c1ce3: Preparing [2020-08-19T20:19:23.919Z] 37f2614025b6: Layer already exists [2020-08-19T20:19:23.919Z] c7ca693c1ce3: Layer already exists [2020-08-19T20:19:23.919Z] 9afbc6d95420: Layer already exists [2020-08-19T20:19:24.190Z] 1.2.2-dev.15: digest: sha256:ba8d84aea03e285f99a2c9409200133dcb4440dd6cd18b72151ce6f582ecbe32 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:24.524Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:24.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:24.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-19T20:19:24.852Z] 9afbc6d95420: Preparing [2020-08-19T20:19:24.853Z] 37f2614025b6: Preparing [2020-08-19T20:19:24.853Z] c7ca693c1ce3: Preparing [2020-08-19T20:19:24.853Z] c7ca693c1ce3: Layer already exists [2020-08-19T20:19:24.853Z] 37f2614025b6: Layer already exists [2020-08-19T20:19:24.853Z] 9afbc6d95420: Layer already exists [2020-08-19T20:19:25.121Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:ba8d84aea03e285f99a2c9409200133dcb4440dd6cd18b72151ce6f582ecbe32 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:25.454Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:25.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-08-19T20:19:25.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-19T20:19:25.785Z] 9afbc6d95420: Preparing [2020-08-19T20:19:25.785Z] 37f2614025b6: Preparing [2020-08-19T20:19:25.785Z] c7ca693c1ce3: Preparing [2020-08-19T20:19:25.785Z] 9afbc6d95420: Layer already exists [2020-08-19T20:19:25.785Z] c7ca693c1ce3: Layer already exists [2020-08-19T20:19:25.785Z] 37f2614025b6: Layer already exists [2020-08-19T20:19:26.062Z] master: digest: sha256:ba8d84aea03e285f99a2c9409200133dcb4440dd6cd18b72151ce6f582ecbe32 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:19:26.228Z] ===================================================== [Pipeline] echo [2020-08-19T20:19:26.268Z] taggedImages: [2020-08-19T20:19:26.268Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:26.268Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:26.268Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:26.268Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-08-19T20:19:26.323Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-08-19T20:19:26.323Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:26.323Z] 1.2.2-dev.15 [2020-08-19T20:19:26.323Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:26.323Z] master [2020-08-19T20:19:26.323Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:26.808Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:27.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:27.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-19T20:19:27.141Z] 8a119815171e: Preparing [2020-08-19T20:19:27.141Z] 432f1dc07079: Preparing [2020-08-19T20:19:27.141Z] ed35d037c543: Preparing [2020-08-19T20:19:27.141Z] 83f5d483fe05: Preparing [2020-08-19T20:19:27.141Z] e2f13739ad41: Preparing [2020-08-19T20:19:27.412Z] e2f13739ad41: Layer already exists [2020-08-19T20:19:27.412Z] ed35d037c543: Pushed [2020-08-19T20:19:27.412Z] 432f1dc07079: Pushed [2020-08-19T20:19:28.006Z] 83f5d483fe05: Pushed [2020-08-19T20:19:29.966Z] 8a119815171e: Pushed [2020-08-19T20:19:29.966Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:d52fd1492730d1ce3d78512d7d2bc42637f3e8e9d15b3e7e8d7d2cbe07f8b4b1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:30.308Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:30.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:30.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-19T20:19:30.638Z] 8a119815171e: Preparing [2020-08-19T20:19:30.638Z] 432f1dc07079: Preparing [2020-08-19T20:19:30.638Z] ed35d037c543: Preparing [2020-08-19T20:19:30.638Z] 83f5d483fe05: Preparing [2020-08-19T20:19:30.638Z] e2f13739ad41: Preparing [2020-08-19T20:19:30.638Z] e2f13739ad41: Layer already exists [2020-08-19T20:19:30.638Z] 8a119815171e: Layer already exists [2020-08-19T20:19:30.638Z] 83f5d483fe05: Layer already exists [2020-08-19T20:19:30.638Z] ed35d037c543: Layer already exists [2020-08-19T20:19:30.639Z] 432f1dc07079: Layer already exists [2020-08-19T20:19:30.919Z] 1.2.2-dev.15: digest: sha256:d52fd1492730d1ce3d78512d7d2bc42637f3e8e9d15b3e7e8d7d2cbe07f8b4b1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:31.288Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:31.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:31.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-19T20:19:31.632Z] 8a119815171e: Preparing [2020-08-19T20:19:31.632Z] 432f1dc07079: Preparing [2020-08-19T20:19:31.632Z] ed35d037c543: Preparing [2020-08-19T20:19:31.632Z] 83f5d483fe05: Preparing [2020-08-19T20:19:31.632Z] e2f13739ad41: Preparing [2020-08-19T20:19:31.902Z] e2f13739ad41: Layer already exists [2020-08-19T20:19:31.902Z] 8a119815171e: Layer already exists [2020-08-19T20:19:31.902Z] 432f1dc07079: Layer already exists [2020-08-19T20:19:31.902Z] 83f5d483fe05: Layer already exists [2020-08-19T20:19:31.902Z] ed35d037c543: Layer already exists [2020-08-19T20:19:31.902Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:d52fd1492730d1ce3d78512d7d2bc42637f3e8e9d15b3e7e8d7d2cbe07f8b4b1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:32.238Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:32.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-08-19T20:19:32.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-19T20:19:32.569Z] 8a119815171e: Preparing [2020-08-19T20:19:32.569Z] 432f1dc07079: Preparing [2020-08-19T20:19:32.569Z] ed35d037c543: Preparing [2020-08-19T20:19:32.569Z] 83f5d483fe05: Preparing [2020-08-19T20:19:32.569Z] e2f13739ad41: Preparing [2020-08-19T20:19:32.569Z] e2f13739ad41: Layer already exists [2020-08-19T20:19:32.569Z] ed35d037c543: Layer already exists [2020-08-19T20:19:32.569Z] 432f1dc07079: Layer already exists [2020-08-19T20:19:32.569Z] 83f5d483fe05: Layer already exists [2020-08-19T20:19:32.569Z] 8a119815171e: Layer already exists [2020-08-19T20:19:32.836Z] master: digest: sha256:d52fd1492730d1ce3d78512d7d2bc42637f3e8e9d15b3e7e8d7d2cbe07f8b4b1 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:19:33.042Z] ===================================================== [Pipeline] echo [2020-08-19T20:19:33.090Z] taggedImages: [2020-08-19T20:19:33.090Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:33.090Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:33.090Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:33.090Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-08-19T20:19:33.146Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-08-19T20:19:33.146Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:33.146Z] 1.2.2-dev.15 [2020-08-19T20:19:33.146Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:33.146Z] master [2020-08-19T20:19:33.146Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:33.661Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:34.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:34.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-19T20:19:34.003Z] 435b5335d6c1: Preparing [2020-08-19T20:19:34.003Z] af74f91b01aa: Preparing [2020-08-19T20:19:34.003Z] 9122e8f7878c: Preparing [2020-08-19T20:19:34.003Z] 4873ce4e3da6: Preparing [2020-08-19T20:19:34.003Z] 4873ce4e3da6: Preparing [2020-08-19T20:19:34.003Z] 83a166534183: Preparing [2020-08-19T20:19:34.003Z] ed42f598bad2: Preparing [2020-08-19T20:19:34.003Z] d7cf6615b2f9: Preparing [2020-08-19T20:19:34.003Z] 435b5335d6c1: Preparing [2020-08-19T20:19:34.003Z] e9f1f5c2722b: Preparing [2020-08-19T20:19:34.003Z] 48fbbb0df4d7: Preparing [2020-08-19T20:19:34.003Z] 77a43d272b0e: Preparing [2020-08-19T20:19:34.003Z] e2f13739ad41: Preparing [2020-08-19T20:19:34.003Z] ed42f598bad2: Waiting [2020-08-19T20:19:34.003Z] d7cf6615b2f9: Waiting [2020-08-19T20:19:34.003Z] e9f1f5c2722b: Waiting [2020-08-19T20:19:34.003Z] 48fbbb0df4d7: Waiting [2020-08-19T20:19:34.003Z] 77a43d272b0e: Waiting [2020-08-19T20:19:34.003Z] e2f13739ad41: Waiting [2020-08-19T20:19:34.291Z] 4873ce4e3da6: Pushed [2020-08-19T20:19:34.291Z] 9122e8f7878c: Pushed [2020-08-19T20:19:34.291Z] 83a166534183: Pushed [2020-08-19T20:19:34.291Z] af74f91b01aa: Pushed [2020-08-19T20:19:34.564Z] ed42f598bad2: Pushed [2020-08-19T20:19:34.564Z] d7cf6615b2f9: Pushed [2020-08-19T20:19:34.564Z] e9f1f5c2722b: Pushed [2020-08-19T20:19:34.564Z] e2f13739ad41: Layer already exists [2020-08-19T20:19:34.564Z] 48fbbb0df4d7: Pushed [2020-08-19T20:19:34.834Z] 77a43d272b0e: Pushed [2020-08-19T20:19:36.786Z] 435b5335d6c1: Pushed [2020-08-19T20:19:36.786Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:f72fac42abc762c01ca42fcb0592c29bba8726c76f4881e5c3a84bb79eb33d72 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:37.124Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:37.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:37.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-19T20:19:37.460Z] 435b5335d6c1: Preparing [2020-08-19T20:19:37.460Z] af74f91b01aa: Preparing [2020-08-19T20:19:37.460Z] 9122e8f7878c: Preparing [2020-08-19T20:19:37.460Z] 4873ce4e3da6: Preparing [2020-08-19T20:19:37.460Z] 4873ce4e3da6: Preparing [2020-08-19T20:19:37.460Z] 83a166534183: Preparing [2020-08-19T20:19:37.460Z] ed42f598bad2: Preparing [2020-08-19T20:19:37.460Z] d7cf6615b2f9: Preparing [2020-08-19T20:19:37.460Z] 435b5335d6c1: Preparing [2020-08-19T20:19:37.460Z] e9f1f5c2722b: Preparing [2020-08-19T20:19:37.460Z] 48fbbb0df4d7: Preparing [2020-08-19T20:19:37.460Z] 77a43d272b0e: Preparing [2020-08-19T20:19:37.460Z] e2f13739ad41: Preparing [2020-08-19T20:19:37.460Z] ed42f598bad2: Waiting [2020-08-19T20:19:37.460Z] d7cf6615b2f9: Waiting [2020-08-19T20:19:37.460Z] e9f1f5c2722b: Waiting [2020-08-19T20:19:37.460Z] 77a43d272b0e: Waiting [2020-08-19T20:19:37.460Z] 48fbbb0df4d7: Waiting [2020-08-19T20:19:37.460Z] 4873ce4e3da6: Layer already exists [2020-08-19T20:19:37.460Z] af74f91b01aa: Layer already exists [2020-08-19T20:19:37.460Z] 83a166534183: Layer already exists [2020-08-19T20:19:37.460Z] 435b5335d6c1: Layer already exists [2020-08-19T20:19:37.460Z] 9122e8f7878c: Layer already exists [2020-08-19T20:19:37.460Z] d7cf6615b2f9: Layer already exists [2020-08-19T20:19:37.460Z] ed42f598bad2: Layer already exists [2020-08-19T20:19:37.460Z] e9f1f5c2722b: Layer already exists [2020-08-19T20:19:37.460Z] 48fbbb0df4d7: Layer already exists [2020-08-19T20:19:37.460Z] 77a43d272b0e: Layer already exists [2020-08-19T20:19:37.460Z] e2f13739ad41: Layer already exists [2020-08-19T20:19:37.731Z] 1.2.2-dev.15: digest: sha256:f72fac42abc762c01ca42fcb0592c29bba8726c76f4881e5c3a84bb79eb33d72 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:38.067Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:38.399Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:38.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-19T20:19:38.399Z] 435b5335d6c1: Preparing [2020-08-19T20:19:38.399Z] af74f91b01aa: Preparing [2020-08-19T20:19:38.399Z] 9122e8f7878c: Preparing [2020-08-19T20:19:38.399Z] 4873ce4e3da6: Preparing [2020-08-19T20:19:38.399Z] 4873ce4e3da6: Preparing [2020-08-19T20:19:38.399Z] 83a166534183: Preparing [2020-08-19T20:19:38.399Z] ed42f598bad2: Preparing [2020-08-19T20:19:38.399Z] d7cf6615b2f9: Preparing [2020-08-19T20:19:38.399Z] 435b5335d6c1: Preparing [2020-08-19T20:19:38.399Z] e9f1f5c2722b: Preparing [2020-08-19T20:19:38.399Z] 48fbbb0df4d7: Preparing [2020-08-19T20:19:38.399Z] 77a43d272b0e: Preparing [2020-08-19T20:19:38.399Z] e2f13739ad41: Preparing [2020-08-19T20:19:38.399Z] ed42f598bad2: Waiting [2020-08-19T20:19:38.399Z] d7cf6615b2f9: Waiting [2020-08-19T20:19:38.399Z] e9f1f5c2722b: Waiting [2020-08-19T20:19:38.399Z] 48fbbb0df4d7: Waiting [2020-08-19T20:19:38.399Z] 77a43d272b0e: Waiting [2020-08-19T20:19:38.399Z] e2f13739ad41: Waiting [2020-08-19T20:19:38.668Z] af74f91b01aa: Layer already exists [2020-08-19T20:19:38.668Z] 435b5335d6c1: Layer already exists [2020-08-19T20:19:38.668Z] 83a166534183: Layer already exists [2020-08-19T20:19:38.668Z] 4873ce4e3da6: Layer already exists [2020-08-19T20:19:38.668Z] 9122e8f7878c: Layer already exists [2020-08-19T20:19:38.668Z] d7cf6615b2f9: Layer already exists [2020-08-19T20:19:38.668Z] e9f1f5c2722b: Layer already exists [2020-08-19T20:19:38.668Z] ed42f598bad2: Layer already exists [2020-08-19T20:19:38.668Z] 48fbbb0df4d7: Layer already exists [2020-08-19T20:19:38.668Z] 77a43d272b0e: Layer already exists [2020-08-19T20:19:38.668Z] e2f13739ad41: Layer already exists [2020-08-19T20:19:38.668Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:f72fac42abc762c01ca42fcb0592c29bba8726c76f4881e5c3a84bb79eb33d72 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:39.011Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:39.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-08-19T20:19:39.343Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-19T20:19:39.343Z] 435b5335d6c1: Preparing [2020-08-19T20:19:39.343Z] af74f91b01aa: Preparing [2020-08-19T20:19:39.343Z] 9122e8f7878c: Preparing [2020-08-19T20:19:39.343Z] 4873ce4e3da6: Preparing [2020-08-19T20:19:39.343Z] 4873ce4e3da6: Preparing [2020-08-19T20:19:39.343Z] 83a166534183: Preparing [2020-08-19T20:19:39.343Z] ed42f598bad2: Preparing [2020-08-19T20:19:39.343Z] d7cf6615b2f9: Preparing [2020-08-19T20:19:39.343Z] 435b5335d6c1: Preparing [2020-08-19T20:19:39.343Z] e9f1f5c2722b: Preparing [2020-08-19T20:19:39.343Z] 48fbbb0df4d7: Preparing [2020-08-19T20:19:39.343Z] 77a43d272b0e: Preparing [2020-08-19T20:19:39.343Z] e2f13739ad41: Preparing [2020-08-19T20:19:39.343Z] e9f1f5c2722b: Waiting [2020-08-19T20:19:39.343Z] ed42f598bad2: Waiting [2020-08-19T20:19:39.343Z] d7cf6615b2f9: Waiting [2020-08-19T20:19:39.343Z] 48fbbb0df4d7: Waiting [2020-08-19T20:19:39.343Z] e2f13739ad41: Waiting [2020-08-19T20:19:39.343Z] 77a43d272b0e: Waiting [2020-08-19T20:19:39.343Z] 4873ce4e3da6: Layer already exists [2020-08-19T20:19:39.343Z] 435b5335d6c1: Layer already exists [2020-08-19T20:19:39.343Z] 83a166534183: Layer already exists [2020-08-19T20:19:39.343Z] af74f91b01aa: Layer already exists [2020-08-19T20:19:39.343Z] 9122e8f7878c: Layer already exists [2020-08-19T20:19:39.612Z] d7cf6615b2f9: Layer already exists [2020-08-19T20:19:39.612Z] e9f1f5c2722b: Layer already exists [2020-08-19T20:19:39.612Z] 77a43d272b0e: Layer already exists [2020-08-19T20:19:39.612Z] ed42f598bad2: Layer already exists [2020-08-19T20:19:39.612Z] 48fbbb0df4d7: Layer already exists [2020-08-19T20:19:39.612Z] e2f13739ad41: Layer already exists [2020-08-19T20:19:39.612Z] master: digest: sha256:f72fac42abc762c01ca42fcb0592c29bba8726c76f4881e5c3a84bb79eb33d72 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:19:39.800Z] ===================================================== [Pipeline] echo [2020-08-19T20:19:39.841Z] taggedImages: [2020-08-19T20:19:39.842Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:39.842Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:39.842Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:39.842Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-08-19T20:19:39.913Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-08-19T20:19:39.913Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:39.913Z] 1.2.2-dev.15 [2020-08-19T20:19:39.913Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:39.913Z] master [2020-08-19T20:19:39.913Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:40.390Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:40.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:40.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-19T20:19:40.731Z] 8dda7d17af08: Preparing [2020-08-19T20:19:40.731Z] 2b4b47e9ab0c: Preparing [2020-08-19T20:19:40.731Z] 80399ab87603: Preparing [2020-08-19T20:19:40.731Z] b2c441df7180: Preparing [2020-08-19T20:19:40.731Z] 862b01b7ee0a: Preparing [2020-08-19T20:19:40.731Z] 6f46dd40b7dd: Preparing [2020-08-19T20:19:40.731Z] 948eebae10cb: Preparing [2020-08-19T20:19:40.731Z] 2f7e4c776a72: Preparing [2020-08-19T20:19:40.731Z] 0055060f50af: Preparing [2020-08-19T20:19:40.731Z] 53e4eebc531e: Preparing [2020-08-19T20:19:40.731Z] 66b385cf80cf: Preparing [2020-08-19T20:19:40.731Z] 2f7e4c776a72: Waiting [2020-08-19T20:19:40.731Z] 53e4eebc531e: Waiting [2020-08-19T20:19:40.731Z] 66b385cf80cf: Waiting [2020-08-19T20:19:40.731Z] 0055060f50af: Waiting [2020-08-19T20:19:40.731Z] 6f46dd40b7dd: Waiting [2020-08-19T20:19:40.731Z] 948eebae10cb: Waiting [2020-08-19T20:19:41.010Z] 8dda7d17af08: Pushed [2020-08-19T20:19:41.010Z] 2b4b47e9ab0c: Pushed [2020-08-19T20:19:41.283Z] 6f46dd40b7dd: Pushed [2020-08-19T20:19:41.283Z] 948eebae10cb: Pushed [2020-08-19T20:19:41.556Z] 2f7e4c776a72: Pushed [2020-08-19T20:19:41.556Z] 0055060f50af: Pushed [2020-08-19T20:19:41.556Z] 66b385cf80cf: Layer already exists [2020-08-19T20:19:42.153Z] 53e4eebc531e: Pushed [2020-08-19T20:19:43.131Z] 80399ab87603: Pushed [2020-08-19T20:19:43.401Z] 862b01b7ee0a: Pushed [2020-08-19T20:19:43.401Z] b2c441df7180: Pushed [2020-08-19T20:19:43.672Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:c6d117f27770ebb52248bc34aa2974373f8345360c9f0a126b264a442cf78df2 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:44.005Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:44.332Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:44.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-19T20:19:44.332Z] 8dda7d17af08: Preparing [2020-08-19T20:19:44.332Z] 2b4b47e9ab0c: Preparing [2020-08-19T20:19:44.332Z] 80399ab87603: Preparing [2020-08-19T20:19:44.332Z] b2c441df7180: Preparing [2020-08-19T20:19:44.332Z] 862b01b7ee0a: Preparing [2020-08-19T20:19:44.332Z] 6f46dd40b7dd: Preparing [2020-08-19T20:19:44.332Z] 948eebae10cb: Preparing [2020-08-19T20:19:44.332Z] 2f7e4c776a72: Preparing [2020-08-19T20:19:44.332Z] 0055060f50af: Preparing [2020-08-19T20:19:44.332Z] 53e4eebc531e: Preparing [2020-08-19T20:19:44.332Z] 66b385cf80cf: Preparing [2020-08-19T20:19:44.332Z] 2f7e4c776a72: Waiting [2020-08-19T20:19:44.332Z] 0055060f50af: Waiting [2020-08-19T20:19:44.332Z] 66b385cf80cf: Waiting [2020-08-19T20:19:44.332Z] 53e4eebc531e: Waiting [2020-08-19T20:19:44.332Z] 948eebae10cb: Waiting [2020-08-19T20:19:44.332Z] 2b4b47e9ab0c: Layer already exists [2020-08-19T20:19:44.332Z] 862b01b7ee0a: Layer already exists [2020-08-19T20:19:44.332Z] 8dda7d17af08: Layer already exists [2020-08-19T20:19:44.332Z] b2c441df7180: Layer already exists [2020-08-19T20:19:44.332Z] 80399ab87603: Layer already exists [2020-08-19T20:19:44.332Z] 2f7e4c776a72: Layer already exists [2020-08-19T20:19:44.332Z] 948eebae10cb: Layer already exists [2020-08-19T20:19:44.332Z] 6f46dd40b7dd: Layer already exists [2020-08-19T20:19:44.332Z] 0055060f50af: Layer already exists [2020-08-19T20:19:44.332Z] 53e4eebc531e: Layer already exists [2020-08-19T20:19:44.601Z] 66b385cf80cf: Layer already exists [2020-08-19T20:19:44.601Z] 1.2.2-dev.15: digest: sha256:c6d117f27770ebb52248bc34aa2974373f8345360c9f0a126b264a442cf78df2 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:44.937Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:45.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:45.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-19T20:19:45.300Z] 8dda7d17af08: Preparing [2020-08-19T20:19:45.300Z] 2b4b47e9ab0c: Preparing [2020-08-19T20:19:45.300Z] 80399ab87603: Preparing [2020-08-19T20:19:45.300Z] b2c441df7180: Preparing [2020-08-19T20:19:45.300Z] 862b01b7ee0a: Preparing [2020-08-19T20:19:45.300Z] 6f46dd40b7dd: Preparing [2020-08-19T20:19:45.300Z] 948eebae10cb: Preparing [2020-08-19T20:19:45.300Z] 2f7e4c776a72: Preparing [2020-08-19T20:19:45.300Z] 0055060f50af: Preparing [2020-08-19T20:19:45.300Z] 53e4eebc531e: Preparing [2020-08-19T20:19:45.300Z] 66b385cf80cf: Preparing [2020-08-19T20:19:45.300Z] 6f46dd40b7dd: Waiting [2020-08-19T20:19:45.300Z] 948eebae10cb: Waiting [2020-08-19T20:19:45.300Z] 0055060f50af: Waiting [2020-08-19T20:19:45.300Z] 53e4eebc531e: Waiting [2020-08-19T20:19:45.300Z] 66b385cf80cf: Waiting [2020-08-19T20:19:45.300Z] 2f7e4c776a72: Waiting [2020-08-19T20:19:45.573Z] 862b01b7ee0a: Layer already exists [2020-08-19T20:19:45.573Z] b2c441df7180: Layer already exists [2020-08-19T20:19:45.573Z] 8dda7d17af08: Layer already exists [2020-08-19T20:19:45.573Z] 2b4b47e9ab0c: Layer already exists [2020-08-19T20:19:45.573Z] 80399ab87603: Layer already exists [2020-08-19T20:19:45.573Z] 2f7e4c776a72: Layer already exists [2020-08-19T20:19:45.573Z] 0055060f50af: Layer already exists [2020-08-19T20:19:45.573Z] 6f46dd40b7dd: Layer already exists [2020-08-19T20:19:45.573Z] 948eebae10cb: Layer already exists [2020-08-19T20:19:45.573Z] 53e4eebc531e: Layer already exists [2020-08-19T20:19:45.573Z] 66b385cf80cf: Layer already exists [2020-08-19T20:19:45.573Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:c6d117f27770ebb52248bc34aa2974373f8345360c9f0a126b264a442cf78df2 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:45.916Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:46.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-08-19T20:19:46.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-19T20:19:46.254Z] 8dda7d17af08: Preparing [2020-08-19T20:19:46.254Z] 2b4b47e9ab0c: Preparing [2020-08-19T20:19:46.254Z] 80399ab87603: Preparing [2020-08-19T20:19:46.254Z] b2c441df7180: Preparing [2020-08-19T20:19:46.254Z] 862b01b7ee0a: Preparing [2020-08-19T20:19:46.254Z] 6f46dd40b7dd: Preparing [2020-08-19T20:19:46.254Z] 948eebae10cb: Preparing [2020-08-19T20:19:46.254Z] 2f7e4c776a72: Preparing [2020-08-19T20:19:46.254Z] 0055060f50af: Preparing [2020-08-19T20:19:46.254Z] 53e4eebc531e: Preparing [2020-08-19T20:19:46.254Z] 66b385cf80cf: Preparing [2020-08-19T20:19:46.254Z] 2f7e4c776a72: Waiting [2020-08-19T20:19:46.254Z] 0055060f50af: Waiting [2020-08-19T20:19:46.254Z] 6f46dd40b7dd: Waiting [2020-08-19T20:19:46.254Z] 53e4eebc531e: Waiting [2020-08-19T20:19:46.254Z] 948eebae10cb: Waiting [2020-08-19T20:19:46.254Z] 66b385cf80cf: Waiting [2020-08-19T20:19:46.254Z] 8dda7d17af08: Layer already exists [2020-08-19T20:19:46.254Z] 2b4b47e9ab0c: Layer already exists [2020-08-19T20:19:46.254Z] 80399ab87603: Layer already exists [2020-08-19T20:19:46.254Z] 862b01b7ee0a: Layer already exists [2020-08-19T20:19:46.254Z] b2c441df7180: Layer already exists [2020-08-19T20:19:46.524Z] 948eebae10cb: Layer already exists [2020-08-19T20:19:46.524Z] 0055060f50af: Layer already exists [2020-08-19T20:19:46.524Z] 6f46dd40b7dd: Layer already exists [2020-08-19T20:19:46.524Z] 2f7e4c776a72: Layer already exists [2020-08-19T20:19:46.524Z] 53e4eebc531e: Layer already exists [2020-08-19T20:19:46.524Z] 66b385cf80cf: Layer already exists [2020-08-19T20:19:46.524Z] master: digest: sha256:c6d117f27770ebb52248bc34aa2974373f8345360c9f0a126b264a442cf78df2 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:19:46.752Z] ===================================================== [Pipeline] echo [2020-08-19T20:19:46.797Z] taggedImages: [2020-08-19T20:19:46.797Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:46.797Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:46.797Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:46.797Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-08-19T20:19:46.852Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-08-19T20:19:46.852Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:46.852Z] 1.2.2-dev.15 [2020-08-19T20:19:46.852Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:46.852Z] master [2020-08-19T20:19:46.852Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:47.349Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:47.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:47.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-19T20:19:47.690Z] 37350ef9d95d: Preparing [2020-08-19T20:19:47.690Z] f56c5f2a9082: Preparing [2020-08-19T20:19:47.690Z] 2e0024ef5a22: Preparing [2020-08-19T20:19:47.690Z] 5b6393edaf0b: Preparing [2020-08-19T20:19:47.972Z] 37350ef9d95d: Pushed [2020-08-19T20:19:47.972Z] 2e0024ef5a22: Pushed [2020-08-19T20:19:48.241Z] 5b6393edaf0b: Pushed [2020-08-19T20:19:50.842Z] f56c5f2a9082: Pushed [2020-08-19T20:19:50.842Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:e4c46fb37a1e14daecad3821195f58aa3e57449ced610a9da285804e61512f36 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:51.445Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:51.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:51.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-19T20:19:51.783Z] 37350ef9d95d: Preparing [2020-08-19T20:19:51.783Z] f56c5f2a9082: Preparing [2020-08-19T20:19:51.783Z] 2e0024ef5a22: Preparing [2020-08-19T20:19:51.783Z] 5b6393edaf0b: Preparing [2020-08-19T20:19:51.783Z] 37350ef9d95d: Layer already exists [2020-08-19T20:19:51.783Z] f56c5f2a9082: Layer already exists [2020-08-19T20:19:51.783Z] 2e0024ef5a22: Layer already exists [2020-08-19T20:19:51.783Z] 5b6393edaf0b: Layer already exists [2020-08-19T20:19:52.052Z] 1.2.2-dev.15: digest: sha256:e4c46fb37a1e14daecad3821195f58aa3e57449ced610a9da285804e61512f36 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:52.385Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:52.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:52.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-19T20:19:52.717Z] 37350ef9d95d: Preparing [2020-08-19T20:19:52.717Z] f56c5f2a9082: Preparing [2020-08-19T20:19:52.717Z] 2e0024ef5a22: Preparing [2020-08-19T20:19:52.717Z] 5b6393edaf0b: Preparing [2020-08-19T20:19:52.985Z] 5b6393edaf0b: Layer already exists [2020-08-19T20:19:52.985Z] 2e0024ef5a22: Layer already exists [2020-08-19T20:19:52.985Z] 37350ef9d95d: Layer already exists [2020-08-19T20:19:52.985Z] f56c5f2a9082: Layer already exists [2020-08-19T20:19:52.985Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:e4c46fb37a1e14daecad3821195f58aa3e57449ced610a9da285804e61512f36 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:53.319Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:53.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-08-19T20:19:53.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-19T20:19:53.646Z] 37350ef9d95d: Preparing [2020-08-19T20:19:53.646Z] f56c5f2a9082: Preparing [2020-08-19T20:19:53.646Z] 2e0024ef5a22: Preparing [2020-08-19T20:19:53.646Z] 5b6393edaf0b: Preparing [2020-08-19T20:19:53.646Z] f56c5f2a9082: Layer already exists [2020-08-19T20:19:53.646Z] 37350ef9d95d: Layer already exists [2020-08-19T20:19:53.923Z] 5b6393edaf0b: Layer already exists [2020-08-19T20:19:53.923Z] 2e0024ef5a22: Layer already exists [2020-08-19T20:19:53.923Z] master: digest: sha256:e4c46fb37a1e14daecad3821195f58aa3e57449ced610a9da285804e61512f36 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:19:54.122Z] ===================================================== [Pipeline] echo [2020-08-19T20:19:54.176Z] taggedImages: [2020-08-19T20:19:54.176Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:54.176Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:54.176Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:54.176Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-08-19T20:19:54.233Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-08-19T20:19:54.233Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:54.233Z] 1.2.2-dev.15 [2020-08-19T20:19:54.233Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:19:54.233Z] master [2020-08-19T20:19:54.233Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:54.810Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:55.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:19:55.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-19T20:19:55.136Z] c8f2e32dc91b: Preparing [2020-08-19T20:19:55.136Z] d5130faa69de: Preparing [2020-08-19T20:19:55.136Z] 341722537b02: Preparing [2020-08-19T20:19:55.136Z] 89ddec9599d9: Preparing [2020-08-19T20:19:55.136Z] 0e4f1007d4aa: Preparing [2020-08-19T20:19:55.136Z] cb3522ce3c79: Preparing [2020-08-19T20:19:55.136Z] cb3522ce3c79: Waiting [2020-08-19T20:19:55.413Z] c8f2e32dc91b: Pushed [2020-08-19T20:19:55.413Z] 341722537b02: Pushed [2020-08-19T20:19:55.413Z] 0e4f1007d4aa: Pushed [2020-08-19T20:19:55.413Z] 89ddec9599d9: Pushed [2020-08-19T20:19:55.682Z] cb3522ce3c79: Pushed [2020-08-19T20:19:59.057Z] d5130faa69de: Pushed [2020-08-19T20:19:59.057Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:a726decc1a98fdf2a9facad7af3f27c44dfed830b68340b8d315653f1299dd68 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:59.388Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:19:59.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.15 [2020-08-19T20:19:59.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-19T20:19:59.719Z] c8f2e32dc91b: Preparing [2020-08-19T20:19:59.719Z] d5130faa69de: Preparing [2020-08-19T20:19:59.719Z] 341722537b02: Preparing [2020-08-19T20:19:59.719Z] 89ddec9599d9: Preparing [2020-08-19T20:19:59.719Z] 0e4f1007d4aa: Preparing [2020-08-19T20:19:59.719Z] cb3522ce3c79: Preparing [2020-08-19T20:19:59.719Z] cb3522ce3c79: Waiting [2020-08-19T20:19:59.719Z] c8f2e32dc91b: Layer already exists [2020-08-19T20:19:59.719Z] d5130faa69de: Layer already exists [2020-08-19T20:19:59.719Z] 89ddec9599d9: Layer already exists [2020-08-19T20:19:59.719Z] 341722537b02: Layer already exists [2020-08-19T20:19:59.719Z] 0e4f1007d4aa: Layer already exists [2020-08-19T20:19:59.990Z] cb3522ce3c79: Layer already exists [2020-08-19T20:19:59.990Z] 1.2.2-dev.15: digest: sha256:a726decc1a98fdf2a9facad7af3f27c44dfed830b68340b8d315653f1299dd68 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:00.320Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:00.648Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:20:00.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-19T20:20:00.648Z] c8f2e32dc91b: Preparing [2020-08-19T20:20:00.648Z] d5130faa69de: Preparing [2020-08-19T20:20:00.648Z] 341722537b02: Preparing [2020-08-19T20:20:00.648Z] 89ddec9599d9: Preparing [2020-08-19T20:20:00.648Z] 0e4f1007d4aa: Preparing [2020-08-19T20:20:00.648Z] cb3522ce3c79: Preparing [2020-08-19T20:20:00.648Z] cb3522ce3c79: Waiting [2020-08-19T20:20:00.648Z] d5130faa69de: Layer already exists [2020-08-19T20:20:00.648Z] c8f2e32dc91b: Layer already exists [2020-08-19T20:20:00.648Z] 341722537b02: Layer already exists [2020-08-19T20:20:00.649Z] 0e4f1007d4aa: Layer already exists [2020-08-19T20:20:00.649Z] 89ddec9599d9: Layer already exists [2020-08-19T20:20:00.917Z] cb3522ce3c79: Layer already exists [2020-08-19T20:20:00.917Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:a726decc1a98fdf2a9facad7af3f27c44dfed830b68340b8d315653f1299dd68 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:01.273Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:01.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-08-19T20:20:01.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-19T20:20:01.610Z] c8f2e32dc91b: Preparing [2020-08-19T20:20:01.610Z] d5130faa69de: Preparing [2020-08-19T20:20:01.610Z] 341722537b02: Preparing [2020-08-19T20:20:01.610Z] 89ddec9599d9: Preparing [2020-08-19T20:20:01.610Z] 0e4f1007d4aa: Preparing [2020-08-19T20:20:01.610Z] cb3522ce3c79: Preparing [2020-08-19T20:20:01.610Z] cb3522ce3c79: Waiting [2020-08-19T20:20:01.610Z] 0e4f1007d4aa: Layer already exists [2020-08-19T20:20:01.610Z] 341722537b02: Layer already exists [2020-08-19T20:20:01.610Z] 89ddec9599d9: Layer already exists [2020-08-19T20:20:01.610Z] d5130faa69de: Layer already exists [2020-08-19T20:20:01.610Z] c8f2e32dc91b: Layer already exists [2020-08-19T20:20:01.882Z] cb3522ce3c79: Layer already exists [2020-08-19T20:20:01.882Z] master: digest: sha256:a726decc1a98fdf2a9facad7af3f27c44dfed830b68340b8d315653f1299dd68 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:20:02.077Z] ===================================================== [Pipeline] echo [2020-08-19T20:20:02.122Z] taggedImages: [2020-08-19T20:20:02.122Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:20:02.122Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.15 [2020-08-19T20:20:02.122Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:20:02.122Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-08-19T20:20:02.179Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-08-19T20:20:02.179Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:20:02.179Z] 1.2.2-dev.15 [2020-08-19T20:20:02.179Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:20:02.179Z] master [2020-08-19T20:20:02.179Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:02.671Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:03.021Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:20:03.021Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-19T20:20:03.021Z] b7d295027b4d: Preparing [2020-08-19T20:20:03.021Z] 4ee60dba984e: Preparing [2020-08-19T20:20:03.021Z] 875b15660cf3: Preparing [2020-08-19T20:20:03.290Z] 875b15660cf3: Pushed [2020-08-19T20:20:03.290Z] b7d295027b4d: Pushed [2020-08-19T20:20:06.646Z] 4ee60dba984e: Pushed [2020-08-19T20:20:06.646Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:0c3fe49bb4596ccab7b7621a2e54535634508341aca675825d7e2124a348c876 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:06.975Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:07.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.15 [2020-08-19T20:20:07.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-19T20:20:07.304Z] b7d295027b4d: Preparing [2020-08-19T20:20:07.304Z] 4ee60dba984e: Preparing [2020-08-19T20:20:07.304Z] 875b15660cf3: Preparing [2020-08-19T20:20:07.304Z] 875b15660cf3: Layer already exists [2020-08-19T20:20:07.304Z] b7d295027b4d: Layer already exists [2020-08-19T20:20:07.304Z] 4ee60dba984e: Layer already exists [2020-08-19T20:20:07.572Z] 1.2.2-dev.15: digest: sha256:0c3fe49bb4596ccab7b7621a2e54535634508341aca675825d7e2124a348c876 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:07.902Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:08.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:20:08.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-19T20:20:08.232Z] b7d295027b4d: Preparing [2020-08-19T20:20:08.232Z] 4ee60dba984e: Preparing [2020-08-19T20:20:08.232Z] 875b15660cf3: Preparing [2020-08-19T20:20:08.232Z] 4ee60dba984e: Layer already exists [2020-08-19T20:20:08.232Z] 875b15660cf3: Layer already exists [2020-08-19T20:20:08.232Z] b7d295027b4d: Layer already exists [2020-08-19T20:20:08.504Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:0c3fe49bb4596ccab7b7621a2e54535634508341aca675825d7e2124a348c876 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:08.832Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:09.159Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-08-19T20:20:09.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-19T20:20:09.159Z] b7d295027b4d: Preparing [2020-08-19T20:20:09.159Z] 4ee60dba984e: Preparing [2020-08-19T20:20:09.159Z] 875b15660cf3: Preparing [2020-08-19T20:20:09.159Z] b7d295027b4d: Layer already exists [2020-08-19T20:20:09.159Z] 875b15660cf3: Layer already exists [2020-08-19T20:20:09.159Z] 4ee60dba984e: Layer already exists [2020-08-19T20:20:09.428Z] master: digest: sha256:0c3fe49bb4596ccab7b7621a2e54535634508341aca675825d7e2124a348c876 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:20:09.615Z] ===================================================== [Pipeline] echo [2020-08-19T20:20:09.658Z] taggedImages: [2020-08-19T20:20:09.658Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:20:09.658Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.15 [2020-08-19T20:20:09.658Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:20:09.658Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-08-19T20:20:09.715Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-08-19T20:20:09.715Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:20:09.715Z] 1.2.2-dev.15 [2020-08-19T20:20:09.715Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:20:09.715Z] master [2020-08-19T20:20:09.715Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:10.218Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:10.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:20:10.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-19T20:20:10.555Z] da9a80802b4f: Preparing [2020-08-19T20:20:10.555Z] 78dfa7608eee: Preparing [2020-08-19T20:20:10.555Z] d23b5f13b724: Preparing [2020-08-19T20:20:10.555Z] b49e72403613: Preparing [2020-08-19T20:20:10.555Z] dd0454bb512e: Preparing [2020-08-19T20:20:10.555Z] 2b854459fe83: Preparing [2020-08-19T20:20:10.555Z] 14c08703e0af: Preparing [2020-08-19T20:20:10.555Z] dcafda8adff7: Preparing [2020-08-19T20:20:10.555Z] 48d9eb58abf3: Preparing [2020-08-19T20:20:10.555Z] e5de615b7841: Preparing [2020-08-19T20:20:10.555Z] b0d752909cf9: Preparing [2020-08-19T20:20:10.555Z] 94fdc660876c: Preparing [2020-08-19T20:20:10.555Z] 4e7279dfc0c0: Preparing [2020-08-19T20:20:10.555Z] e2f13739ad41: Preparing [2020-08-19T20:20:10.555Z] e5de615b7841: Waiting [2020-08-19T20:20:10.555Z] 14c08703e0af: Waiting [2020-08-19T20:20:10.555Z] dcafda8adff7: Waiting [2020-08-19T20:20:10.555Z] 48d9eb58abf3: Waiting [2020-08-19T20:20:10.555Z] b0d752909cf9: Waiting [2020-08-19T20:20:10.555Z] 2b854459fe83: Waiting [2020-08-19T20:20:10.555Z] 94fdc660876c: Waiting [2020-08-19T20:20:10.555Z] 4e7279dfc0c0: Waiting [2020-08-19T20:20:10.555Z] e2f13739ad41: Waiting [2020-08-19T20:20:11.148Z] dd0454bb512e: Pushed [2020-08-19T20:20:11.419Z] da9a80802b4f: Pushed [2020-08-19T20:20:12.014Z] b49e72403613: Pushed [2020-08-19T20:20:12.014Z] dcafda8adff7: Layer already exists [2020-08-19T20:20:12.014Z] 48d9eb58abf3: Layer already exists [2020-08-19T20:20:12.014Z] 14c08703e0af: Pushed [2020-08-19T20:20:12.014Z] e5de615b7841: Layer already exists [2020-08-19T20:20:12.014Z] b0d752909cf9: Layer already exists [2020-08-19T20:20:12.014Z] 94fdc660876c: Layer already exists [2020-08-19T20:20:12.285Z] 4e7279dfc0c0: Layer already exists [2020-08-19T20:20:12.285Z] e2f13739ad41: Layer already exists [2020-08-19T20:20:12.559Z] 78dfa7608eee: Pushed [2020-08-19T20:20:13.529Z] 2b854459fe83: Pushed [2020-08-19T20:20:23.639Z] d23b5f13b724: Pushed [2020-08-19T20:20:23.639Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d: digest: sha256:a8e3854feb6cd5c8c558e8c7e2cbb0aabdceceb4e3207000b5036beff1c889ce size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:23.973Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:24.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.15 [2020-08-19T20:20:24.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-19T20:20:24.300Z] da9a80802b4f: Preparing [2020-08-19T20:20:24.300Z] 78dfa7608eee: Preparing [2020-08-19T20:20:24.300Z] d23b5f13b724: Preparing [2020-08-19T20:20:24.300Z] b49e72403613: Preparing [2020-08-19T20:20:24.300Z] dd0454bb512e: Preparing [2020-08-19T20:20:24.300Z] 2b854459fe83: Preparing [2020-08-19T20:20:24.300Z] 14c08703e0af: Preparing [2020-08-19T20:20:24.300Z] dcafda8adff7: Preparing [2020-08-19T20:20:24.300Z] 48d9eb58abf3: Preparing [2020-08-19T20:20:24.300Z] e5de615b7841: Preparing [2020-08-19T20:20:24.300Z] b0d752909cf9: Preparing [2020-08-19T20:20:24.300Z] 94fdc660876c: Preparing [2020-08-19T20:20:24.300Z] 4e7279dfc0c0: Preparing [2020-08-19T20:20:24.300Z] e2f13739ad41: Preparing [2020-08-19T20:20:24.300Z] 2b854459fe83: Waiting [2020-08-19T20:20:24.300Z] 14c08703e0af: Waiting [2020-08-19T20:20:24.300Z] dcafda8adff7: Waiting [2020-08-19T20:20:24.300Z] 48d9eb58abf3: Waiting [2020-08-19T20:20:24.300Z] e5de615b7841: Waiting [2020-08-19T20:20:24.300Z] b0d752909cf9: Waiting [2020-08-19T20:20:24.300Z] 94fdc660876c: Waiting [2020-08-19T20:20:24.300Z] 4e7279dfc0c0: Waiting [2020-08-19T20:20:24.571Z] da9a80802b4f: Layer already exists [2020-08-19T20:20:24.571Z] d23b5f13b724: Layer already exists [2020-08-19T20:20:24.571Z] 78dfa7608eee: Layer already exists [2020-08-19T20:20:24.571Z] b49e72403613: Layer already exists [2020-08-19T20:20:24.571Z] dd0454bb512e: Layer already exists [2020-08-19T20:20:24.571Z] 14c08703e0af: Layer already exists [2020-08-19T20:20:24.571Z] dcafda8adff7: Layer already exists [2020-08-19T20:20:24.571Z] 48d9eb58abf3: Layer already exists [2020-08-19T20:20:24.571Z] 2b854459fe83: Layer already exists [2020-08-19T20:20:24.571Z] e5de615b7841: Layer already exists [2020-08-19T20:20:24.571Z] b0d752909cf9: Layer already exists [2020-08-19T20:20:24.571Z] e2f13739ad41: Layer already exists [2020-08-19T20:20:24.571Z] 4e7279dfc0c0: Layer already exists [2020-08-19T20:20:24.571Z] 94fdc660876c: Layer already exists [2020-08-19T20:20:24.571Z] 1.2.2-dev.15: digest: sha256:a8e3854feb6cd5c8c558e8c7e2cbb0aabdceceb4e3207000b5036beff1c889ce size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:24.901Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:25.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:20:25.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-19T20:20:25.268Z] da9a80802b4f: Preparing [2020-08-19T20:20:25.268Z] 78dfa7608eee: Preparing [2020-08-19T20:20:25.268Z] d23b5f13b724: Preparing [2020-08-19T20:20:25.268Z] b49e72403613: Preparing [2020-08-19T20:20:25.268Z] dd0454bb512e: Preparing [2020-08-19T20:20:25.268Z] 2b854459fe83: Preparing [2020-08-19T20:20:25.268Z] 14c08703e0af: Preparing [2020-08-19T20:20:25.268Z] dcafda8adff7: Preparing [2020-08-19T20:20:25.268Z] 48d9eb58abf3: Preparing [2020-08-19T20:20:25.268Z] e5de615b7841: Preparing [2020-08-19T20:20:25.268Z] b0d752909cf9: Preparing [2020-08-19T20:20:25.268Z] 94fdc660876c: Preparing [2020-08-19T20:20:25.268Z] 4e7279dfc0c0: Preparing [2020-08-19T20:20:25.268Z] e2f13739ad41: Preparing [2020-08-19T20:20:25.268Z] 2b854459fe83: Waiting [2020-08-19T20:20:25.268Z] 14c08703e0af: Waiting [2020-08-19T20:20:25.268Z] dcafda8adff7: Waiting [2020-08-19T20:20:25.268Z] 48d9eb58abf3: Waiting [2020-08-19T20:20:25.268Z] e5de615b7841: Waiting [2020-08-19T20:20:25.268Z] b0d752909cf9: Waiting [2020-08-19T20:20:25.268Z] 94fdc660876c: Waiting [2020-08-19T20:20:25.268Z] 4e7279dfc0c0: Waiting [2020-08-19T20:20:25.268Z] e2f13739ad41: Waiting [2020-08-19T20:20:25.547Z] da9a80802b4f: Layer already exists [2020-08-19T20:20:25.547Z] b49e72403613: Layer already exists [2020-08-19T20:20:25.547Z] d23b5f13b724: Layer already exists [2020-08-19T20:20:25.547Z] 78dfa7608eee: Layer already exists [2020-08-19T20:20:25.547Z] dd0454bb512e: Layer already exists [2020-08-19T20:20:25.547Z] 2b854459fe83: Layer already exists [2020-08-19T20:20:25.547Z] 48d9eb58abf3: Layer already exists [2020-08-19T20:20:25.547Z] 14c08703e0af: Layer already exists [2020-08-19T20:20:25.547Z] e5de615b7841: Layer already exists [2020-08-19T20:20:25.547Z] dcafda8adff7: Layer already exists [2020-08-19T20:20:25.547Z] b0d752909cf9: Layer already exists [2020-08-19T20:20:25.547Z] 94fdc660876c: Layer already exists [2020-08-19T20:20:25.547Z] e2f13739ad41: Layer already exists [2020-08-19T20:20:25.547Z] 4e7279dfc0c0: Layer already exists [2020-08-19T20:20:25.547Z] 6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15: digest: sha256:a8e3854feb6cd5c8c558e8c7e2cbb0aabdceceb4e3207000b5036beff1c889ce size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:25.893Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:26.219Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-08-19T20:20:26.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-19T20:20:26.219Z] da9a80802b4f: Preparing [2020-08-19T20:20:26.219Z] 78dfa7608eee: Preparing [2020-08-19T20:20:26.219Z] d23b5f13b724: Preparing [2020-08-19T20:20:26.219Z] b49e72403613: Preparing [2020-08-19T20:20:26.219Z] dd0454bb512e: Preparing [2020-08-19T20:20:26.219Z] 2b854459fe83: Preparing [2020-08-19T20:20:26.219Z] 14c08703e0af: Preparing [2020-08-19T20:20:26.219Z] dcafda8adff7: Preparing [2020-08-19T20:20:26.219Z] 14c08703e0af: Waiting [2020-08-19T20:20:26.219Z] 48d9eb58abf3: Preparing [2020-08-19T20:20:26.219Z] dcafda8adff7: Waiting [2020-08-19T20:20:26.219Z] e5de615b7841: Preparing [2020-08-19T20:20:26.219Z] b0d752909cf9: Preparing [2020-08-19T20:20:26.219Z] 94fdc660876c: Preparing [2020-08-19T20:20:26.219Z] 4e7279dfc0c0: Preparing [2020-08-19T20:20:26.219Z] e2f13739ad41: Preparing [2020-08-19T20:20:26.219Z] 94fdc660876c: Waiting [2020-08-19T20:20:26.219Z] 48d9eb58abf3: Waiting [2020-08-19T20:20:26.219Z] 4e7279dfc0c0: Waiting [2020-08-19T20:20:26.219Z] b0d752909cf9: Waiting [2020-08-19T20:20:26.219Z] e2f13739ad41: Waiting [2020-08-19T20:20:26.219Z] d23b5f13b724: Layer already exists [2020-08-19T20:20:26.219Z] da9a80802b4f: Layer already exists [2020-08-19T20:20:26.219Z] dd0454bb512e: Layer already exists [2020-08-19T20:20:26.219Z] b49e72403613: Layer already exists [2020-08-19T20:20:26.219Z] 78dfa7608eee: Layer already exists [2020-08-19T20:20:26.491Z] 2b854459fe83: Layer already exists [2020-08-19T20:20:26.491Z] dcafda8adff7: Layer already exists [2020-08-19T20:20:26.491Z] 14c08703e0af: Layer already exists [2020-08-19T20:20:26.491Z] 48d9eb58abf3: Layer already exists [2020-08-19T20:20:26.491Z] e5de615b7841: Layer already exists [2020-08-19T20:20:26.491Z] 94fdc660876c: Layer already exists [2020-08-19T20:20:26.491Z] 4e7279dfc0c0: Layer already exists [2020-08-19T20:20:26.491Z] b0d752909cf9: Layer already exists [2020-08-19T20:20:26.491Z] e2f13739ad41: Layer already exists [2020-08-19T20:20:26.491Z] master: digest: sha256:a8e3854feb6cd5c8c558e8c7e2cbb0aabdceceb4e3207000b5036beff1c889ce size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-19T20:20:26.679Z] ===================================================== [Pipeline] echo [2020-08-19T20:20:26.724Z] taggedImages: [2020-08-19T20:20:26.724Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:20:26.724Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.15 [2020-08-19T20:20:26.724Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d-1.2.2-dev.15 [2020-08-19T20:20:26.724Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-08-19T20:20:28.067Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-19T20:20:28.069Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-19T20:20:28.118Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:28.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-19T20:20:28.462Z] [2020-08-19T20:20:28.462Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:20:28.809Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-19T20:20:28.809Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-19T20:20:28.809Z] cbdbe7a5bc2a: Already exists [2020-08-19T20:20:28.809Z] 408f87550127: Pulling fs layer [2020-08-19T20:20:28.809Z] fe522b08c979: Pulling fs layer [2020-08-19T20:20:28.809Z] 221eaa008020: Pulling fs layer [2020-08-19T20:20:28.809Z] 2a4607e5d6b9: Pulling fs layer [2020-08-19T20:20:28.809Z] 8f79b27c4fd2: Pulling fs layer [2020-08-19T20:20:28.809Z] e5c8dbe1645b: Pulling fs layer [2020-08-19T20:20:28.809Z] 23e8b3b47431: Pulling fs layer [2020-08-19T20:20:28.809Z] 5c568d65a230: Pulling fs layer [2020-08-19T20:20:28.809Z] 8f79b27c4fd2: Waiting [2020-08-19T20:20:28.809Z] e5c8dbe1645b: Waiting [2020-08-19T20:20:28.809Z] 2a4607e5d6b9: Waiting [2020-08-19T20:20:28.809Z] 5c568d65a230: Waiting [2020-08-19T20:20:28.809Z] fe522b08c979: Verifying Checksum [2020-08-19T20:20:28.809Z] fe522b08c979: Download complete [2020-08-19T20:20:28.809Z] 408f87550127: Download complete [2020-08-19T20:20:28.809Z] 2a4607e5d6b9: Verifying Checksum [2020-08-19T20:20:28.809Z] 2a4607e5d6b9: Download complete [2020-08-19T20:20:28.809Z] 8f79b27c4fd2: Verifying Checksum [2020-08-19T20:20:28.809Z] 8f79b27c4fd2: Download complete [2020-08-19T20:20:29.406Z] e5c8dbe1645b: Verifying Checksum [2020-08-19T20:20:29.406Z] e5c8dbe1645b: Download complete [2020-08-19T20:20:29.406Z] 408f87550127: Pull complete [2020-08-19T20:20:29.406Z] fe522b08c979: Pull complete [2020-08-19T20:20:29.670Z] 23e8b3b47431: Verifying Checksum [2020-08-19T20:20:29.670Z] 23e8b3b47431: Download complete [2020-08-19T20:20:29.932Z] 5c568d65a230: Verifying Checksum [2020-08-19T20:20:29.932Z] 5c568d65a230: Download complete [2020-08-19T20:20:30.509Z] 221eaa008020: Verifying Checksum [2020-08-19T20:20:30.509Z] 221eaa008020: Download complete [2020-08-19T20:20:38.674Z] 221eaa008020: Pull complete [2020-08-19T20:20:38.674Z] 2a4607e5d6b9: Pull complete [2020-08-19T20:20:38.674Z] 8f79b27c4fd2: Pull complete [2020-08-19T20:20:41.981Z] e5c8dbe1645b: Pull complete [2020-08-19T20:20:46.191Z] 23e8b3b47431: Pull complete [2020-08-19T20:20:47.589Z] 5c568d65a230: Pull complete [2020-08-19T20:20:47.589Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-19T20:20:47.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-19T20:20:47.589Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-19T20:20:47.788Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:20:47.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgex-go/127:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-19T20:20:49.245Z] $ docker top 39294380f85190fdddcce28794ebe2698c7d96801ef2267e79c7a161bf99ec41 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-19T20:20:49.839Z] + snyk monitor '--org=edgex-jenkins' [2020-08-19T20:21:02.109Z] [2020-08-19T20:21:02.110Z] Monitoring /w/workspace/edgex-go/127 (github.com/edgexfoundry/edgex-go)... [2020-08-19T20:21:02.110Z] [2020-08-19T20:21:02.110Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/d8be5f9c-e6bc-4fda-afad-b14a2b148ca6 [2020-08-19T20:21:02.110Z] [2020-08-19T20:21:02.110Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-19T20:21:02.110Z] [2020-08-19T20:21:02.110Z] [2020-08-19T20:21:02.110Z] Snyk CLI supports Node.js 8 and higher. [2020-08-19T20:21:02.110Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-19T20:21:02.110Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-19T20:21:02.110Z] [2020-08-19T20:21:02.110Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-19T20:21:02.110Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-19T20:21:02.119Z] $ docker stop --time=1 39294380f85190fdddcce28794ebe2698c7d96801ef2267e79c7a161bf99ec41 [2020-08-19T20:21:05.146Z] $ docker rm -f 39294380f85190fdddcce28794ebe2698c7d96801ef2267e79c7a161bf99ec41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:21:06.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:21:06.577Z] [2020-08-19T20:21:06.577Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:21:07.013Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:21:07.013Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-19T20:21:07.013Z] e7c96db7181b: Pulling fs layer [2020-08-19T20:21:07.013Z] 1868ca2cb446: Pulling fs layer [2020-08-19T20:21:07.013Z] 136be5d0fe8e: Pulling fs layer [2020-08-19T20:21:07.013Z] 894bfe63afcb: Pulling fs layer [2020-08-19T20:21:07.013Z] 894bfe63afcb: Waiting [2020-08-19T20:21:07.013Z] 1868ca2cb446: Verifying Checksum [2020-08-19T20:21:07.013Z] 1868ca2cb446: Download complete [2020-08-19T20:21:07.013Z] 136be5d0fe8e: Verifying Checksum [2020-08-19T20:21:07.013Z] 136be5d0fe8e: Download complete [2020-08-19T20:21:07.013Z] e7c96db7181b: Verifying Checksum [2020-08-19T20:21:07.013Z] e7c96db7181b: Download complete [2020-08-19T20:21:07.013Z] 894bfe63afcb: Verifying Checksum [2020-08-19T20:21:07.013Z] 894bfe63afcb: Download complete [2020-08-19T20:21:07.274Z] e7c96db7181b: Pull complete [2020-08-19T20:21:07.535Z] 1868ca2cb446: Pull complete [2020-08-19T20:21:07.796Z] 136be5d0fe8e: Pull complete [2020-08-19T20:21:08.056Z] 894bfe63afcb: Pull complete [2020-08-19T20:21:08.056Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-19T20:21:08.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:21:08.056Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-19T20:21:08.150Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:21:08.199Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:21:09.064Z] $ docker top 04fe733d3dace8302a59cf3b59ebd4cd7a21d287b804b0af939b8e61fb928fcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:21:09.622Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:21:09.622Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:21:12.313Z] $ docker stop --time=1 04fe733d3dace8302a59cf3b59ebd4cd7a21d287b804b0af939b8e61fb928fcb [2020-08-19T20:21:13.682Z] $ docker rm -f 04fe733d3dace8302a59cf3b59ebd4cd7a21d287b804b0af939b8e61fb928fcb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:21:14.171Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:21:14.171Z] . [Pipeline] withDockerContainer [2020-08-19T20:21:14.270Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:21:14.314Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:21:15.038Z] $ docker top ac70d358c4d4f4707032ca130b624f7798b14bf6cb5f194c2ab51fd7c36a0039 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:21:15.590Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:21:15.590Z] + tee [2020-08-19T20:21:15.590Z] clair timeout 1m0s [2020-08-19T20:21:15.590Z] docker timeout: 1m0s [2020-08-19T20:21:15.590Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:21:16.317Z] $ docker stop --time=1 ac70d358c4d4f4707032ca130b624f7798b14bf6cb5f194c2ab51fd7c36a0039 [2020-08-19T20:21:17.684Z] $ docker rm -f ac70d358c4d4f4707032ca130b624f7798b14bf6cb5f194c2ab51fd7c36a0039 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:21:18.151Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:21:18.163Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-core-command-go_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:21:18.222Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:21:18.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:21:18.596Z] . [Pipeline] withDockerContainer [2020-08-19T20:21:18.710Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:21:18.748Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:21:19.426Z] $ docker top c31e7037dfa47b27b8f312e76fe0bf0d52418ce069b2bb2536d9ef724db21f85 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:21:19.972Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:21:19.972Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:21:25.404Z] $ docker stop --time=1 c31e7037dfa47b27b8f312e76fe0bf0d52418ce069b2bb2536d9ef724db21f85 [2020-08-19T20:21:26.766Z] $ docker rm -f c31e7037dfa47b27b8f312e76fe0bf0d52418ce069b2bb2536d9ef724db21f85 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:21:27.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:21:27.256Z] . [Pipeline] withDockerContainer [2020-08-19T20:21:27.355Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:21:27.393Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:21:28.114Z] $ docker top 15566da9ccde8067bb1cebc20b96c3444ea92aa9f1f1f46cc035e67facab4e31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:21:28.655Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:21:28.655Z] + tee [2020-08-19T20:21:28.655Z] clair timeout 1m0s [2020-08-19T20:21:28.655Z] docker timeout: 1m0s [2020-08-19T20:21:28.655Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:21:29.726Z] $ docker stop --time=1 15566da9ccde8067bb1cebc20b96c3444ea92aa9f1f1f46cc035e67facab4e31 [2020-08-19T20:21:31.088Z] $ docker rm -f 15566da9ccde8067bb1cebc20b96c3444ea92aa9f1f1f46cc035e67facab4e31 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:21:31.593Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:21:31.605Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-core-data-go_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:21:31.657Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:21:31.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:21:31.993Z] . [Pipeline] withDockerContainer [2020-08-19T20:21:32.087Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:21:32.130Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:21:32.835Z] $ docker top cb4ea0756b37985ae14fc127ec5f7b0e04a4d614a033b4c9e8940d1a1c8131e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:21:33.386Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:21:33.386Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:21:36.071Z] $ docker stop --time=1 cb4ea0756b37985ae14fc127ec5f7b0e04a4d614a033b4c9e8940d1a1c8131e9 [2020-08-19T20:21:37.845Z] $ docker rm -f cb4ea0756b37985ae14fc127ec5f7b0e04a4d614a033b4c9e8940d1a1c8131e9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:21:38.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:21:38.354Z] . [Pipeline] withDockerContainer [2020-08-19T20:21:38.449Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:21:38.485Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:21:39.163Z] $ docker top 605b2b0e2b915165ffb0a3a20fdbd8f4c9ea4d3fc3ab00342f02b2efbda67bc6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:21:39.672Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:21:39.672Z] + tee [2020-08-19T20:21:39.672Z] clair timeout 1m0s [2020-08-19T20:21:39.672Z] docker timeout: 1m0s [2020-08-19T20:21:39.672Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:21:40.379Z] $ docker stop --time=1 605b2b0e2b915165ffb0a3a20fdbd8f4c9ea4d3fc3ab00342f02b2efbda67bc6 [2020-08-19T20:21:41.723Z] $ docker rm -f 605b2b0e2b915165ffb0a3a20fdbd8f4c9ea4d3fc3ab00342f02b2efbda67bc6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:21:42.201Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:21:42.213Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-core-metadata-go_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:21:42.276Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:21:42.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:21:42.612Z] . [Pipeline] withDockerContainer [2020-08-19T20:21:42.708Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:21:42.751Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:21:43.384Z] $ docker top de2666bba70c6b1711605580596b80eaf4a6cb771c51be7d72199fc9108d0447 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:21:43.885Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:21:43.885Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:21:48.250Z] $ docker stop --time=1 de2666bba70c6b1711605580596b80eaf4a6cb771c51be7d72199fc9108d0447 [2020-08-19T20:21:49.615Z] $ docker rm -f de2666bba70c6b1711605580596b80eaf4a6cb771c51be7d72199fc9108d0447 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:21:50.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:21:50.121Z] . [Pipeline] withDockerContainer [2020-08-19T20:21:50.218Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:21:50.255Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:21:50.915Z] $ docker top 9f207afd3661167dd8836ae2115bc8eec9220b68504844fbe543f5579751de24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:21:51.455Z] + tee [2020-08-19T20:21:51.455Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:21:51.455Z] clair timeout 1m0s [2020-08-19T20:21:51.455Z] docker timeout: 1m0s [2020-08-19T20:21:51.455Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:21:52.493Z] $ docker stop --time=1 9f207afd3661167dd8836ae2115bc8eec9220b68504844fbe543f5579751de24 [2020-08-19T20:21:53.909Z] $ docker rm -f 9f207afd3661167dd8836ae2115bc8eec9220b68504844fbe543f5579751de24 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:21:54.392Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:21:54.404Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-security-proxy-setup-go_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:21:54.469Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:21:54.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:21:54.797Z] . [Pipeline] withDockerContainer [2020-08-19T20:21:54.892Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:21:54.925Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:21:55.641Z] $ docker top 230eb5609e2991c2fc4ec638c65dfed07b801a0d7d59d822512d094bc95f7b12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:21:56.199Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:21:56.199Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:22:04.563Z] $ docker stop --time=1 230eb5609e2991c2fc4ec638c65dfed07b801a0d7d59d822512d094bc95f7b12 [2020-08-19T20:22:05.988Z] $ docker rm -f 230eb5609e2991c2fc4ec638c65dfed07b801a0d7d59d822512d094bc95f7b12 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:22:06.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:22:06.472Z] . [Pipeline] withDockerContainer [2020-08-19T20:22:06.568Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:22:06.606Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:22:07.282Z] $ docker top 1f79fe3504fd89b7fc6bab088cf1d714f9e703538186094e1de64305eb108ded -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:22:07.809Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:22:07.809Z] + tee [2020-08-19T20:22:07.809Z] clair timeout 1m0s [2020-08-19T20:22:07.809Z] docker timeout: 1m0s [2020-08-19T20:22:07.809Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:22:09.283Z] $ docker stop --time=1 1f79fe3504fd89b7fc6bab088cf1d714f9e703538186094e1de64305eb108ded [2020-08-19T20:22:10.638Z] $ docker rm -f 1f79fe3504fd89b7fc6bab088cf1d714f9e703538186094e1de64305eb108ded [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:22:11.095Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:22:11.106Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-security-secrets-setup-go_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:22:11.153Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:22:11.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:22:11.504Z] . [Pipeline] withDockerContainer [2020-08-19T20:22:11.601Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:22:11.638Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:22:12.358Z] $ docker top 758061a3ef430758041be894ad9e3174a339fa990b8a3081de2decab63735c61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:22:12.895Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:22:12.895Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:22:21.188Z] $ docker stop --time=1 758061a3ef430758041be894ad9e3174a339fa990b8a3081de2decab63735c61 [2020-08-19T20:22:22.563Z] $ docker rm -f 758061a3ef430758041be894ad9e3174a339fa990b8a3081de2decab63735c61 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:22:23.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:22:23.043Z] . [Pipeline] withDockerContainer [2020-08-19T20:22:23.139Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:22:23.175Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:22:23.840Z] $ docker top 1ed4ba7d5a04b550e274ccae27d923fecf80c9927c1eabb03ce6037e304a2379 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:22:24.353Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:22:24.353Z] + tee [2020-08-19T20:22:24.353Z] clair timeout 1m0s [2020-08-19T20:22:24.353Z] docker timeout: 1m0s [2020-08-19T20:22:24.353Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:22:25.932Z] $ docker stop --time=1 1ed4ba7d5a04b550e274ccae27d923fecf80c9927c1eabb03ce6037e304a2379 [2020-08-19T20:22:27.306Z] $ docker rm -f 1ed4ba7d5a04b550e274ccae27d923fecf80c9927c1eabb03ce6037e304a2379 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:22:27.808Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:22:27.820Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-security-secretstore-setup-go_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:22:27.867Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:22:28.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:22:28.198Z] . [Pipeline] withDockerContainer [2020-08-19T20:22:28.293Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:22:28.330Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:22:29.082Z] $ docker top 158fa31f906729d7f2eea75d3532a58b3a084593afb7c2ff64fc8e971803704d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:22:29.601Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:22:29.601Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:22:33.023Z] $ docker stop --time=1 158fa31f906729d7f2eea75d3532a58b3a084593afb7c2ff64fc8e971803704d [2020-08-19T20:22:34.382Z] $ docker rm -f 158fa31f906729d7f2eea75d3532a58b3a084593afb7c2ff64fc8e971803704d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:22:34.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:22:34.835Z] . [Pipeline] withDockerContainer [2020-08-19T20:22:34.944Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:22:34.984Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:22:35.626Z] $ docker top 4089e3e8779d09ba71d1fe3fbaab680728e4224dee68cb5d248392cdaa1afc42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:22:36.143Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:22:36.143Z] + tee [2020-08-19T20:22:36.143Z] clair timeout 1m0s [2020-08-19T20:22:36.143Z] docker timeout: 1m0s [2020-08-19T20:22:36.143Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:22:36.800Z] $ docker stop --time=1 4089e3e8779d09ba71d1fe3fbaab680728e4224dee68cb5d248392cdaa1afc42 [2020-08-19T20:22:38.173Z] $ docker rm -f 4089e3e8779d09ba71d1fe3fbaab680728e4224dee68cb5d248392cdaa1afc42 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:22:38.641Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:22:38.653Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-support-logging-go_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:22:38.701Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:22:39.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:22:39.030Z] . [Pipeline] withDockerContainer [2020-08-19T20:22:39.124Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:22:39.176Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:22:39.896Z] $ docker top 31a136b3c74fb40bab83d5bb5f9e458bf751855cebc70b716d96e419bdff0eaa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:22:40.454Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:22:40.454Z] tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:22:46.001Z] $ docker stop --time=1 31a136b3c74fb40bab83d5bb5f9e458bf751855cebc70b716d96e419bdff0eaa [2020-08-19T20:22:47.391Z] $ docker rm -f 31a136b3c74fb40bab83d5bb5f9e458bf751855cebc70b716d96e419bdff0eaa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:22:47.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:22:47.873Z] . [Pipeline] withDockerContainer [2020-08-19T20:22:47.978Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:22:48.018Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:22:48.729Z] $ docker top 5f01005f541a84c6609242d7e285864ad3cd0792517d69b886c54ad16e5f025d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:22:49.263Z] + tee [2020-08-19T20:22:49.263Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:22:49.263Z] clair timeout 1m0s [2020-08-19T20:22:49.263Z] docker timeout: 1m0s [2020-08-19T20:22:49.263Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:22:50.521Z] $ docker stop --time=1 5f01005f541a84c6609242d7e285864ad3cd0792517d69b886c54ad16e5f025d [2020-08-19T20:22:51.935Z] $ docker rm -f 5f01005f541a84c6609242d7e285864ad3cd0792517d69b886c54ad16e5f025d [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:22:52.411Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:22:52.423Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-support-notifications-go_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:22:52.488Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:22:52.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:22:52.835Z] . [Pipeline] withDockerContainer [2020-08-19T20:22:52.930Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:22:52.969Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:22:53.586Z] $ docker top e1b2ab62e11cdd76d04af7e578a1fc4e35efdc6806c12c99ba5456e7c9ccf188 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:22:54.086Z] + + tee/klar [2020-08-19T20:22:54.086Z] nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:22:56.784Z] $ docker stop --time=1 e1b2ab62e11cdd76d04af7e578a1fc4e35efdc6806c12c99ba5456e7c9ccf188 [2020-08-19T20:22:58.145Z] $ docker rm -f e1b2ab62e11cdd76d04af7e578a1fc4e35efdc6806c12c99ba5456e7c9ccf188 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:22:58.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:22:58.626Z] . [Pipeline] withDockerContainer [2020-08-19T20:22:58.746Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:22:58.834Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:22:59.466Z] $ docker top 687847fbb9e0e8f142824be1139e5047071451b7567c811e2647bc7e259ccecd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:22:59.988Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:22:59.988Z] + tee [2020-08-19T20:22:59.988Z] clair timeout 1m0s [2020-08-19T20:22:59.988Z] docker timeout: 1m0s [2020-08-19T20:22:59.988Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:23:00.661Z] $ docker stop --time=1 687847fbb9e0e8f142824be1139e5047071451b7567c811e2647bc7e259ccecd [2020-08-19T20:23:02.037Z] $ docker rm -f 687847fbb9e0e8f142824be1139e5047071451b7567c811e2647bc7e259ccecd [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:23:02.519Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:23:02.530Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-support-scheduler-go_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:23:02.612Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:23:02.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:23:02.957Z] . [Pipeline] withDockerContainer [2020-08-19T20:23:03.051Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:23:03.084Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:23:03.748Z] $ docker top 8b7eabd202cc46c0b9a1aac5c70673a3720aef6837b3dc2e239f258a5d3b46aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:23:04.261Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:23:04.262Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:23:19.428Z] $ docker stop --time=1 8b7eabd202cc46c0b9a1aac5c70673a3720aef6837b3dc2e239f258a5d3b46aa [2020-08-19T20:23:20.824Z] $ docker rm -f 8b7eabd202cc46c0b9a1aac5c70673a3720aef6837b3dc2e239f258a5d3b46aa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:23:21.310Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:23:21.310Z] . [Pipeline] withDockerContainer [2020-08-19T20:23:21.404Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:23:21.439Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:23:22.116Z] $ docker top dd8499407dc6490c744851762d9b556bd6ca0add305ef82eb4e6ada4cd3f75d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:23:22.693Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:23:22.693Z] + tee [2020-08-19T20:23:22.693Z] clair timeout 1m0s [2020-08-19T20:23:22.693Z] docker timeout: 1m0s [2020-08-19T20:23:22.693Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:23:24.187Z] $ docker stop --time=1 dd8499407dc6490c744851762d9b556bd6ca0add305ef82eb4e6ada4cd3f75d9 [2020-08-19T20:23:25.609Z] $ docker rm -f dd8499407dc6490c744851762d9b556bd6ca0add305ef82eb4e6ada4cd3f75d9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:23:26.109Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:23:26.122Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-sys-mgmt-agent-go_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:23:26.171Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:23:26.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:23:26.519Z] . [Pipeline] withDockerContainer [2020-08-19T20:23:26.622Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:23:26.665Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:23:27.325Z] $ docker top ca31d1045610b7dd1742898e4899420a8b7ac767f1eed8b523f1df820e834ec7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:23:27.862Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:23:27.862Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:23:30.696Z] $ docker stop --time=1 ca31d1045610b7dd1742898e4899420a8b7ac767f1eed8b523f1df820e834ec7 [2020-08-19T20:23:32.059Z] $ docker rm -f ca31d1045610b7dd1742898e4899420a8b7ac767f1eed8b523f1df820e834ec7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:23:32.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:23:32.522Z] . [Pipeline] withDockerContainer [2020-08-19T20:23:32.617Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:23:32.656Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:23:33.310Z] $ docker top 38658252766d86477b6471eb3ba6f13272aba43db120e2027715b9c587346485 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:23:33.852Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:23:33.852Z] + tee [2020-08-19T20:23:33.852Z] clair timeout 1m0s [2020-08-19T20:23:33.852Z] docker timeout: 1m0s [2020-08-19T20:23:33.852Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:23:34.518Z] $ docker stop --time=1 38658252766d86477b6471eb3ba6f13272aba43db120e2027715b9c587346485 [2020-08-19T20:23:35.891Z] $ docker rm -f 38658252766d86477b6471eb3ba6f13272aba43db120e2027715b9c587346485 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:23:36.364Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:23:36.375Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-core-command-go-arm64_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:23:36.430Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:23:36.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:23:36.821Z] . [Pipeline] withDockerContainer [2020-08-19T20:23:36.914Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:23:37.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:23:37.678Z] $ docker top 18df3745b3e1cddac053f14802310c66c4701189e24fe31ac52ce8e820368a27 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:23:38.186Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:23:38.186Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:23:43.733Z] $ docker stop --time=1 18df3745b3e1cddac053f14802310c66c4701189e24fe31ac52ce8e820368a27 [2020-08-19T20:23:45.121Z] $ docker rm -f 18df3745b3e1cddac053f14802310c66c4701189e24fe31ac52ce8e820368a27 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:23:45.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:23:45.678Z] . [Pipeline] withDockerContainer [2020-08-19T20:23:45.787Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:23:45.870Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:23:46.531Z] $ docker top 1c5c340f96c42a09de1be8e00b9d60aebdd19d32202cb8b667601aee312489f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:23:47.147Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:23:47.147Z] + tee [2020-08-19T20:23:47.147Z] clair timeout 1m0s [2020-08-19T20:23:47.147Z] docker timeout: 1m0s [2020-08-19T20:23:47.147Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:23:48.198Z] $ docker stop --time=1 1c5c340f96c42a09de1be8e00b9d60aebdd19d32202cb8b667601aee312489f2 [2020-08-19T20:23:49.564Z] $ docker rm -f 1c5c340f96c42a09de1be8e00b9d60aebdd19d32202cb8b667601aee312489f2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:23:50.105Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:23:50.121Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-core-data-go-arm64_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:23:50.187Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:23:50.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:23:50.570Z] . [Pipeline] withDockerContainer [2020-08-19T20:23:50.686Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:23:50.763Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:23:51.451Z] $ docker top 64be5f0baa82503ffd56d52845f19f2274e9a3622335bec356569824dc51a3a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:23:51.996Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:23:51.996Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:23:54.791Z] $ docker stop --time=1 64be5f0baa82503ffd56d52845f19f2274e9a3622335bec356569824dc51a3a3 [2020-08-19T20:23:56.173Z] $ docker rm -f 64be5f0baa82503ffd56d52845f19f2274e9a3622335bec356569824dc51a3a3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:23:56.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:23:56.696Z] . [Pipeline] withDockerContainer [2020-08-19T20:23:56.806Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:23:56.848Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:23:57.503Z] $ docker top e985f2786c389fe9d7f4023abf8d4983b370256f1e683f5fdf5e349c191a31d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:23:58.074Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:23:58.074Z] + tee [2020-08-19T20:23:58.074Z] clair timeout 1m0s [2020-08-19T20:23:58.074Z] docker timeout: 1m0s [2020-08-19T20:23:58.074Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:23:58.746Z] $ docker stop --time=1 e985f2786c389fe9d7f4023abf8d4983b370256f1e683f5fdf5e349c191a31d5 [2020-08-19T20:24:00.104Z] $ docker rm -f e985f2786c389fe9d7f4023abf8d4983b370256f1e683f5fdf5e349c191a31d5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:24:00.594Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:24:00.606Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-core-metadata-go-arm64_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:24:00.652Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:24:00.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:24:00.985Z] . [Pipeline] withDockerContainer [2020-08-19T20:24:01.079Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:24:01.115Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:24:01.705Z] $ docker top 07b32f4bdf6dfd34e64c40183fe4a558b3cd345e36513fa3411e7aefb74131ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:24:02.258Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:24:02.258Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:24:06.591Z] $ docker stop --time=1 07b32f4bdf6dfd34e64c40183fe4a558b3cd345e36513fa3411e7aefb74131ed [2020-08-19T20:24:08.156Z] $ docker rm -f 07b32f4bdf6dfd34e64c40183fe4a558b3cd345e36513fa3411e7aefb74131ed [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:24:08.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:24:08.638Z] . [Pipeline] withDockerContainer [2020-08-19T20:24:08.765Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:24:08.799Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:24:09.496Z] $ docker top 95e73f07456c0214c5266d2c0b47fe072cf2a07092aec4334b2cb510fc82254e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:24:10.015Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:24:10.015Z] + tee [2020-08-19T20:24:10.015Z] clair timeout 1m0s [2020-08-19T20:24:10.015Z] docker timeout: 1m0s [2020-08-19T20:24:10.015Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:24:10.696Z] $ docker stop --time=1 95e73f07456c0214c5266d2c0b47fe072cf2a07092aec4334b2cb510fc82254e [2020-08-19T20:24:12.059Z] $ docker rm -f 95e73f07456c0214c5266d2c0b47fe072cf2a07092aec4334b2cb510fc82254e [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:24:12.526Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:24:12.538Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:24:12.617Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:24:12.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:24:12.964Z] . [Pipeline] withDockerContainer [2020-08-19T20:24:13.058Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:24:13.090Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:24:13.768Z] $ docker top b99250fff7b92f884e27ef6553a7df3c081a7ad6fbd291ed4cae36c3a0b7feaf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:24:14.312Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:24:14.312Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:24:22.649Z] $ docker stop --time=1 b99250fff7b92f884e27ef6553a7df3c081a7ad6fbd291ed4cae36c3a0b7feaf [2020-08-19T20:24:24.035Z] $ docker rm -f b99250fff7b92f884e27ef6553a7df3c081a7ad6fbd291ed4cae36c3a0b7feaf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:24:24.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:24:24.523Z] . [Pipeline] withDockerContainer [2020-08-19T20:24:24.616Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:24:24.667Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:24:25.450Z] $ docker top 080a835ac5581ad1e8c995e44a961fd097d628ae0aaf8fd8530950cd9c229647 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:24:25.965Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:24:25.965Z] + tee [2020-08-19T20:24:25.965Z] clair timeout 1m0s [2020-08-19T20:24:25.965Z] docker timeout: 1m0s [2020-08-19T20:24:25.965Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:24:27.440Z] $ docker stop --time=1 080a835ac5581ad1e8c995e44a961fd097d628ae0aaf8fd8530950cd9c229647 [2020-08-19T20:24:28.778Z] $ docker rm -f 080a835ac5581ad1e8c995e44a961fd097d628ae0aaf8fd8530950cd9c229647 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:24:29.239Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:24:29.251Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:24:29.300Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:24:29.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:24:29.638Z] . [Pipeline] withDockerContainer [2020-08-19T20:24:29.731Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:24:29.782Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:24:30.403Z] $ docker top 042f8d0297fc4588a5429913b3aee6019dd07e992f1b32c94f5fcbc99d553cd6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:24:31.004Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:24:31.004Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:24:39.295Z] $ docker stop --time=1 042f8d0297fc4588a5429913b3aee6019dd07e992f1b32c94f5fcbc99d553cd6 [2020-08-19T20:24:40.658Z] $ docker rm -f 042f8d0297fc4588a5429913b3aee6019dd07e992f1b32c94f5fcbc99d553cd6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:24:41.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:24:41.162Z] . [Pipeline] withDockerContainer [2020-08-19T20:24:41.251Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:24:41.287Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:24:41.939Z] $ docker top c81403d9eefb59356bc19e740cb63a3ad349b9c2d791a8eaf16d23ae059c69ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:24:42.461Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:24:42.461Z] [2020-08-19T20:24:42.461Z] clair timeout 1m0s [2020-08-19T20:24:42.461Z] docker timeout: 1m0s [2020-08-19T20:24:42.461Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:24:43.934Z] $ docker stop --time=1 c81403d9eefb59356bc19e740cb63a3ad349b9c2d791a8eaf16d23ae059c69ce [2020-08-19T20:24:45.316Z] $ docker rm -f c81403d9eefb59356bc19e740cb63a3ad349b9c2d791a8eaf16d23ae059c69ce [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:24:45.789Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:24:45.801Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:24:45.849Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:24:46.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:24:46.241Z] . [Pipeline] withDockerContainer [2020-08-19T20:24:46.332Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:24:46.365Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:24:47.025Z] $ docker top c4f3c81b7306798e0e1858a2aecefb5be0e810c0d9608f74e65f6e015f06fd35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:24:47.547Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:24:47.547Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:24:51.018Z] $ docker stop --time=1 c4f3c81b7306798e0e1858a2aecefb5be0e810c0d9608f74e65f6e015f06fd35 [2020-08-19T20:24:52.393Z] $ docker rm -f c4f3c81b7306798e0e1858a2aecefb5be0e810c0d9608f74e65f6e015f06fd35 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:24:52.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:24:52.879Z] . [Pipeline] withDockerContainer [2020-08-19T20:24:52.987Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:24:53.024Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:24:53.720Z] $ docker top f320991acf296e946241ab12f266f28e307dabb6f65dd7e0cd2effc2235efb0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:24:54.236Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:24:54.236Z] + tee [2020-08-19T20:24:54.236Z] clair timeout 1m0s [2020-08-19T20:24:54.236Z] docker timeout: 1m0s [2020-08-19T20:24:54.236Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:24:54.905Z] $ docker stop --time=1 f320991acf296e946241ab12f266f28e307dabb6f65dd7e0cd2effc2235efb0d [2020-08-19T20:24:56.272Z] $ docker rm -f f320991acf296e946241ab12f266f28e307dabb6f65dd7e0cd2effc2235efb0d [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:24:56.773Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:24:56.785Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-support-logging-go-arm64_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:24:56.839Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:24:57.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:24:57.180Z] . [Pipeline] withDockerContainer [2020-08-19T20:24:57.275Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:24:57.314Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:24:58.046Z] $ docker top 0bfd237b95228abb11ff12677619c13651cdec3b8de597b679dceb3850a0c84a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:24:58.559Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:24:58.559Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:25:04.072Z] $ docker stop --time=1 0bfd237b95228abb11ff12677619c13651cdec3b8de597b679dceb3850a0c84a [2020-08-19T20:25:05.467Z] $ docker rm -f 0bfd237b95228abb11ff12677619c13651cdec3b8de597b679dceb3850a0c84a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:25:05.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:25:05.945Z] . [Pipeline] withDockerContainer [2020-08-19T20:25:06.037Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:25:06.072Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:25:06.948Z] $ docker top c2fafcb39b8504db67034edb34f7b36ee97cfc0f0010d87c864edd117d0b64d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:25:07.492Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:25:07.493Z] + tee [2020-08-19T20:25:07.493Z] clair timeout 1m0s [2020-08-19T20:25:07.493Z] docker timeout: 1m0s [2020-08-19T20:25:07.493Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:25:08.524Z] $ docker stop --time=1 c2fafcb39b8504db67034edb34f7b36ee97cfc0f0010d87c864edd117d0b64d0 [2020-08-19T20:25:09.891Z] $ docker rm -f c2fafcb39b8504db67034edb34f7b36ee97cfc0f0010d87c864edd117d0b64d0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:25:10.370Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:25:10.381Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-support-notifications-go-arm64_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:25:10.447Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:25:10.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:25:10.820Z] . [Pipeline] withDockerContainer [2020-08-19T20:25:10.919Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:25:10.953Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:25:11.653Z] $ docker top 2025f546bb8f51a5973bb7ad41c5ce185850839190abc3df41a1e2ab5aada4d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:25:12.179Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:25:12.179Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:25:14.885Z] $ docker stop --time=1 2025f546bb8f51a5973bb7ad41c5ce185850839190abc3df41a1e2ab5aada4d9 [2020-08-19T20:25:16.260Z] $ docker rm -f 2025f546bb8f51a5973bb7ad41c5ce185850839190abc3df41a1e2ab5aada4d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:25:16.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:25:16.754Z] . [Pipeline] withDockerContainer [2020-08-19T20:25:16.862Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:25:16.899Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:25:17.579Z] $ docker top 929fb56590063d7b743e7838502d7a24496332fc14b3d9c00047496f0cd18c2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:25:18.095Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:25:18.095Z] + tee [2020-08-19T20:25:18.095Z] clair timeout 1m0s [2020-08-19T20:25:18.095Z] docker timeout: 1m0s [2020-08-19T20:25:18.095Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:25:18.757Z] $ docker stop --time=1 929fb56590063d7b743e7838502d7a24496332fc14b3d9c00047496f0cd18c2e [2020-08-19T20:25:20.131Z] $ docker rm -f 929fb56590063d7b743e7838502d7a24496332fc14b3d9c00047496f0cd18c2e [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:25:20.612Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:25:20.624Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-support-scheduler-go-arm64_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:25:20.872Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:25:21.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:25:21.207Z] . [Pipeline] withDockerContainer [2020-08-19T20:25:21.302Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:25:21.341Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:25:22.001Z] $ docker top 39318c7eda9eeed94b768c2ab98797925dc833d84917e1bee3a79140f6ea4192 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:25:22.590Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:25:22.590Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:25:37.708Z] $ docker stop --time=1 39318c7eda9eeed94b768c2ab98797925dc833d84917e1bee3a79140f6ea4192 [2020-08-19T20:25:39.150Z] $ docker rm -f 39318c7eda9eeed94b768c2ab98797925dc833d84917e1bee3a79140f6ea4192 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:25:39.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-19T20:25:39.608Z] . [Pipeline] withDockerContainer [2020-08-19T20:25:39.715Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:25:39.752Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-19T20:25:40.418Z] $ docker top 9dd7588c9014134dc89e3b12239ad447437f69053fffd9c16e7862047dcfdaad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-19T20:25:40.939Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6df8530f92e66c259c9e6c4b7995a1e49851403d [2020-08-19T20:25:40.939Z] + tee [2020-08-19T20:25:40.939Z] clair timeout 1m0s [2020-08-19T20:25:40.939Z] docker timeout: 1m0s [2020-08-19T20:25:40.939Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-19T20:25:42.407Z] $ docker stop --time=1 9dd7588c9014134dc89e3b12239ad447437f69053fffd9c16e7862047dcfdaad [2020-08-19T20:25:43.743Z] $ docker rm -f 9dd7588c9014134dc89e3b12239ad447437f69053fffd9c16e7862047dcfdaad [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-19T20:25:44.191Z] + mkdir -p /w/workspace/edgex-go/127/clair-reports [Pipeline] echo [2020-08-19T20:25:44.202Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/127/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_6df8530f92e66c259c9e6c4b7995a1e49851403d.html [Pipeline] writeFile [Pipeline] step [2020-08-19T20:25:44.247Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-08-19T20:25:44.544Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-19T20:25:44.589Z] provisioning config files... [2020-08-19T20:25:44.601Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/127@tmp/config5628235605370804594tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:25:44.961Z] --> edgex-publish-swagger.sh [2020-08-19T20:25:44.961Z] === Publish openapi/v1 API === [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] === Publish openapi/v2 API === [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-19T20:25:44.961Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-19T20:25:44.961Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-19T20:25:44.961Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-08-19T20:25:44.969Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:25:52.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:25:52.507Z] . [Pipeline] withDockerContainer [2020-08-19T20:25:52.659Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:25:52.697Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-19T20:25:53.962Z] $ docker top 5f733456c5f532ba2161b15983ef2b7b77a4add588a45315fcb9518aa54ad459 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-19T20:25:54.292Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:25:54.292Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:25:54.592Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:25:54.589Z] $ docker exec 5f733456c5f532ba2161b15983ef2b7b77a4add588a45315fcb9518aa54ad459 ssh-agent [2020-08-19T20:25:54.809Z] SSH_AUTH_SOCK=/tmp/ssh-kRobeGEqoTzs/agent.11 [2020-08-19T20:25:54.809Z] SSH_AGENT_PID=17 [2020-08-19T20:25:54.817Z] Running ssh-add (command line suppressed) [2020-08-19T20:25:54.950Z] Identity added: /w/workspace/edgex-go/127@tmp/private_key_6332721527237461986.key (/w/workspace/edgex-go/127@tmp/private_key_6332721527237461986.key) [2020-08-19T20:25:55.025Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:25:55.349Z] + git semver tag [2020-08-19T20:25:55.349Z] # -> Open(): unable to determine branch for HEAD [2020-08-19T20:25:55.349Z] # $GIT_DIR = /w/workspace/edgex-go/127/.git [2020-08-19T20:25:55.349Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/127 [2020-08-19T20:25:55.349Z] # $SEMVER_REMOTE_NAME = origin [2020-08-19T20:25:55.349Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-19T20:25:55.349Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-19T20:25:55.349Z] # $SEMVER_BRANCH = master [2020-08-19T20:25:55.349Z] # $SEMVER_DIR = /w/workspace/edgex-go/127/.semver [2020-08-19T20:25:55.349Z] # 6df8530f92e66c259c9e6c4b7995a1e49851403d HEAD [2020-08-19T20:25:55.922Z] # -> Force: false [2020-08-19T20:25:55.922Z] # aea4163849beaa4ccecadd79c86e707a2381964d refs/tags/v1.2.2-dev.15 [Pipeline] } [2020-08-19T20:25:55.929Z] $ docker exec --env ******** --env ******** 5f733456c5f532ba2161b15983ef2b7b77a4add588a45315fcb9518aa54ad459 ssh-agent -k [2020-08-19T20:25:56.086Z] unset SSH_AUTH_SOCK; [2020-08-19T20:25:56.086Z] unset SSH_AGENT_PID; [2020-08-19T20:25:56.086Z] echo Agent pid 17 killed; [2020-08-19T20:25:56.151Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-19T20:25:56.594Z] + git semver [Pipeline] } [2020-08-19T20:25:56.604Z] $ docker stop --time=1 5f733456c5f532ba2161b15983ef2b7b77a4add588a45315fcb9518aa54ad459 [2020-08-19T20:25:57.990Z] $ docker rm -f 5f733456c5f532ba2161b15983ef2b7b77a4add588a45315fcb9518aa54ad459 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:25:58.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-19T20:25:58.621Z] [2020-08-19T20:25:58.621Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:25:58.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-19T20:25:58.962Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-19T20:25:58.962Z] ab5ef0e58194: Pulling fs layer [2020-08-19T20:25:58.962Z] 9712f1f96733: Pulling fs layer [2020-08-19T20:25:58.962Z] 63f879dbbcfc: Pulling fs layer [2020-08-19T20:25:58.962Z] 0d9ebad4ef96: Pulling fs layer [2020-08-19T20:25:58.962Z] e9a5061849ea: Pulling fs layer [2020-08-19T20:25:58.962Z] d747dcd14b5f: Pulling fs layer [2020-08-19T20:25:58.962Z] 2de7ff778b66: Pulling fs layer [2020-08-19T20:25:58.962Z] e9a5061849ea: Waiting [2020-08-19T20:25:58.962Z] d747dcd14b5f: Waiting [2020-08-19T20:25:58.962Z] 0d9ebad4ef96: Waiting [2020-08-19T20:25:58.962Z] 2de7ff778b66: Waiting [2020-08-19T20:25:58.962Z] 9712f1f96733: Verifying Checksum [2020-08-19T20:25:58.962Z] 9712f1f96733: Download complete [2020-08-19T20:25:59.540Z] 63f879dbbcfc: Verifying Checksum [2020-08-19T20:25:59.540Z] 63f879dbbcfc: Download complete [2020-08-19T20:25:59.817Z] e9a5061849ea: Verifying Checksum [2020-08-19T20:25:59.817Z] e9a5061849ea: Download complete [2020-08-19T20:25:59.817Z] d747dcd14b5f: Verifying Checksum [2020-08-19T20:25:59.817Z] d747dcd14b5f: Download complete [2020-08-19T20:26:00.089Z] 0d9ebad4ef96: Verifying Checksum [2020-08-19T20:26:00.089Z] 0d9ebad4ef96: Download complete [2020-08-19T20:26:00.089Z] ab5ef0e58194: Verifying Checksum [2020-08-19T20:26:00.089Z] ab5ef0e58194: Download complete [2020-08-19T20:26:00.089Z] 2de7ff778b66: Verifying Checksum [2020-08-19T20:26:00.089Z] 2de7ff778b66: Download complete [2020-08-19T20:26:04.315Z] ab5ef0e58194: Pull complete [2020-08-19T20:26:04.315Z] 9712f1f96733: Pull complete [2020-08-19T20:26:06.243Z] 63f879dbbcfc: Pull complete [2020-08-19T20:26:12.920Z] 0d9ebad4ef96: Pull complete [2020-08-19T20:26:14.843Z] e9a5061849ea: Pull complete [2020-08-19T20:26:14.844Z] d747dcd14b5f: Pull complete [2020-08-19T20:26:18.157Z] 2de7ff778b66: Pull complete [2020-08-19T20:26:18.157Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-19T20:26:18.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-19T20:26:18.157Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-19T20:26:18.326Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:26:18.368Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-19T20:26:21.635Z] $ docker top ff1bb895774e8d0f2abc91ccf7152014b758358f3a3749c0a75b290953c656d1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-19T20:26:21.891Z] provisioning config files... [2020-08-19T20:26:21.900Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/127@tmp/config2866607202351273902tmp [2020-08-19T20:26:21.918Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/127@tmp/config7060224352576601460tmp [2020-08-19T20:26:21.933Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/127@tmp/config7942977384798556516tmp [Pipeline] { [Pipeline] echo [2020-08-19T20:26:22.026Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:26:22.397Z] ---> sigul-configuration.sh [2020-08-19T20:26:22.397Z] gpg: directory `/root/.gnupg' created [2020-08-19T20:26:22.397Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-19T20:26:22.397Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-19T20:26:22.397Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-19T20:26:22.397Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-19T20:26:22.397Z] gpg: CAST5 encrypted data [2020-08-19T20:26:22.666Z] gpg: encrypted with 1 passphrase [2020-08-19T20:26:22.666Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-19T20:26:22.963Z] + mkdir /home/jenkins [2020-08-19T20:26:22.963Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-19T20:26:23.256Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-19T20:26:23.265Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:26:23.560Z] ---> sigul-install.sh [2020-08-19T20:26:28.863Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-19T20:26:29.187Z] + git tag --list [2020-08-19T20:26:29.187Z] v1.2.2-dev.15 [Pipeline] sh [2020-08-19T20:26:29.645Z] + lftools sign git-tag v1.2.2-dev.15 [2020-08-19T20:26:30.828Z] Signing Git tag with Sigul... [2020-08-19T20:26:30.828Z] Signing v1.2.2-dev.15 [Pipeline] echo [2020-08-19T20:26:32.321Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:26:32.633Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-19T20:26:32.644Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-19T20:26:32.737Z] $ docker stop --time=1 ff1bb895774e8d0f2abc91ccf7152014b758358f3a3749c0a75b290953c656d1 [2020-08-19T20:26:34.711Z] $ docker rm -f ff1bb895774e8d0f2abc91ccf7152014b758358f3a3749c0a75b290953c656d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:26:35.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:26:35.588Z] . [Pipeline] withDockerContainer [2020-08-19T20:26:35.695Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:26:35.736Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-19T20:26:36.509Z] $ docker top fd15de1a52a2110d388363e508b6b34c0a4aa32e5c0067a088c28b0d08bace10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-19T20:26:36.810Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:26:36.810Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:26:37.018Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:26:37.016Z] $ docker exec fd15de1a52a2110d388363e508b6b34c0a4aa32e5c0067a088c28b0d08bace10 ssh-agent [2020-08-19T20:26:37.217Z] SSH_AUTH_SOCK=/tmp/ssh-3qyrjmLykp4t/agent.13 [2020-08-19T20:26:37.217Z] SSH_AGENT_PID=18 [2020-08-19T20:26:37.287Z] Running ssh-add (command line suppressed) [2020-08-19T20:26:37.509Z] Identity added: /w/workspace/edgex-go/127@tmp/private_key_6408709366157915968.key (/w/workspace/edgex-go/127@tmp/private_key_6408709366157915968.key) [2020-08-19T20:26:37.570Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:26:37.896Z] + git semver bump pre [2020-08-19T20:26:37.897Z] # -> Open(): unable to determine branch for HEAD [2020-08-19T20:26:37.897Z] # $GIT_DIR = /w/workspace/edgex-go/127/.git [2020-08-19T20:26:37.897Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/127 [2020-08-19T20:26:37.897Z] # $SEMVER_REMOTE_NAME = origin [2020-08-19T20:26:37.897Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-19T20:26:37.897Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-19T20:26:37.897Z] # $SEMVER_BRANCH = master [2020-08-19T20:26:37.897Z] # $SEMVER_DIR = /w/workspace/edgex-go/127/.semver [2020-08-19T20:26:37.897Z] 1.2.2-dev.16 [Pipeline] } [2020-08-19T20:26:37.902Z] $ docker exec --env ******** --env ******** fd15de1a52a2110d388363e508b6b34c0a4aa32e5c0067a088c28b0d08bace10 ssh-agent -k [2020-08-19T20:26:38.019Z] unset SSH_AUTH_SOCK; [2020-08-19T20:26:38.019Z] unset SSH_AGENT_PID; [2020-08-19T20:26:38.019Z] echo Agent pid 18 killed; [2020-08-19T20:26:38.075Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-19T20:26:38.509Z] + git semver [Pipeline] } [2020-08-19T20:26:38.520Z] $ docker stop --time=1 fd15de1a52a2110d388363e508b6b34c0a4aa32e5c0067a088c28b0d08bace10 [2020-08-19T20:26:39.879Z] $ docker rm -f fd15de1a52a2110d388363e508b6b34c0a4aa32e5c0067a088c28b0d08bace10 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:26:40.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-19T20:26:40.434Z] . [Pipeline] withDockerContainer [2020-08-19T20:26:40.527Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:26:40.563Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-19T20:26:41.200Z] $ docker top a658b26fea669652d5b0ae4e78558733edcfbd2092e7e980bc7a85d2d1972f4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-19T20:26:41.485Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-19T20:26:41.485Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-19T20:26:41.694Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-19T20:26:41.694Z] $ docker exec a658b26fea669652d5b0ae4e78558733edcfbd2092e7e980bc7a85d2d1972f4e ssh-agent [2020-08-19T20:26:41.902Z] SSH_AUTH_SOCK=/tmp/ssh-YJ8SqIWkgYcB/agent.12 [2020-08-19T20:26:41.902Z] SSH_AGENT_PID=18 [2020-08-19T20:26:41.909Z] Running ssh-add (command line suppressed) [2020-08-19T20:26:42.031Z] Identity added: /w/workspace/edgex-go/127@tmp/private_key_4640910147936773370.key (/w/workspace/edgex-go/127@tmp/private_key_4640910147936773370.key) [2020-08-19T20:26:42.090Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-19T20:26:42.417Z] + git semver push [2020-08-19T20:26:42.417Z] # -> Open(): unable to determine branch for HEAD [2020-08-19T20:26:42.417Z] # $GIT_DIR = /w/workspace/edgex-go/127/.git [2020-08-19T20:26:42.417Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/127 [2020-08-19T20:26:42.417Z] # $SEMVER_REMOTE_NAME = origin [2020-08-19T20:26:42.417Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-19T20:26:42.417Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-19T20:26:42.417Z] # $SEMVER_BRANCH = master [2020-08-19T20:26:42.417Z] # $SEMVER_DIR = /w/workspace/edgex-go/127/.semver [Pipeline] } [2020-08-19T20:26:52.433Z] $ docker exec --env ******** --env ******** a658b26fea669652d5b0ae4e78558733edcfbd2092e7e980bc7a85d2d1972f4e ssh-agent -k [2020-08-19T20:26:52.577Z] unset SSH_AUTH_SOCK; [2020-08-19T20:26:52.577Z] unset SSH_AGENT_PID; [2020-08-19T20:26:52.577Z] echo Agent pid 18 killed; [2020-08-19T20:26:52.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-19T20:26:53.132Z] + git semver [Pipeline] } [2020-08-19T20:26:53.141Z] $ docker stop --time=1 a658b26fea669652d5b0ae4e78558733edcfbd2092e7e980bc7a85d2d1972f4e [2020-08-19T20:26:54.521Z] $ docker rm -f a658b26fea669652d5b0ae4e78558733edcfbd2092e7e980bc7a85d2d1972f4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:26:55.375Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:26:56.241Z] ---> package-listing.sh [2020-08-19T20:26:56.242Z] ++ facter osfamily [2020-08-19T20:26:56.242Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-19T20:26:56.242Z] + OS_FAMILY=redhat [2020-08-19T20:26:56.242Z] + workspace=/w/workspace/edgex-go/127 [2020-08-19T20:26:56.242Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-19T20:26:56.242Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-19T20:26:56.242Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-19T20:26:56.242Z] + PACKAGES=/tmp/packages_start.txt [2020-08-19T20:26:56.242Z] + '[' /w/workspace/edgex-go/127 ']' [2020-08-19T20:26:56.242Z] + PACKAGES=/tmp/packages_end.txt [2020-08-19T20:26:56.242Z] + case "${OS_FAMILY}" in [2020-08-19T20:26:56.242Z] + rpm -qa [2020-08-19T20:26:56.242Z] + sort [2020-08-19T20:27:00.465Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-19T20:27:00.465Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-19T20:27:00.465Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-19T20:27:00.465Z] + '[' /w/workspace/edgex-go/127 ']' [2020-08-19T20:27:00.465Z] + mkdir -p /w/workspace/edgex-go/127/archives/ [2020-08-19T20:27:00.465Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/127/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:27:01.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-19T20:27:01.104Z] [2020-08-19T20:27:01.104Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-19T20:27:01.456Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-19T20:27:01.456Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-19T20:27:01.456Z] c9b1b535fdd9: Pulling fs layer [2020-08-19T20:27:01.456Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-19T20:27:01.456Z] 756a868c4378: Pulling fs layer [2020-08-19T20:27:01.456Z] 444b2fc9a129: Pulling fs layer [2020-08-19T20:27:01.456Z] ea15f1150254: Pulling fs layer [2020-08-19T20:27:01.456Z] 41b27a9f41bf: Pulling fs layer [2020-08-19T20:27:01.456Z] 28c525ee5125: Pulling fs layer [2020-08-19T20:27:01.456Z] 094b1ea09ed8: Pulling fs layer [2020-08-19T20:27:01.456Z] 138eaada9080: Pulling fs layer [2020-08-19T20:27:01.456Z] 0622d0fa9048: Pulling fs layer [2020-08-19T20:27:01.456Z] 41b27a9f41bf: Waiting [2020-08-19T20:27:01.456Z] 28c525ee5125: Waiting [2020-08-19T20:27:01.456Z] 094b1ea09ed8: Waiting [2020-08-19T20:27:01.456Z] 138eaada9080: Waiting [2020-08-19T20:27:01.456Z] 0622d0fa9048: Waiting [2020-08-19T20:27:01.456Z] 444b2fc9a129: Waiting [2020-08-19T20:27:01.456Z] ea15f1150254: Waiting [2020-08-19T20:27:01.456Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-19T20:27:01.456Z] 2cc5ad85d9ab: Download complete [2020-08-19T20:27:01.456Z] 444b2fc9a129: Verifying Checksum [2020-08-19T20:27:01.456Z] 444b2fc9a129: Download complete [2020-08-19T20:27:01.456Z] c9b1b535fdd9: Verifying Checksum [2020-08-19T20:27:01.456Z] c9b1b535fdd9: Download complete [2020-08-19T20:27:01.721Z] ea15f1150254: Verifying Checksum [2020-08-19T20:27:01.721Z] ea15f1150254: Download complete [2020-08-19T20:27:01.721Z] 28c525ee5125: Verifying Checksum [2020-08-19T20:27:01.721Z] 28c525ee5125: Download complete [2020-08-19T20:27:01.992Z] 756a868c4378: Verifying Checksum [2020-08-19T20:27:01.992Z] 756a868c4378: Download complete [2020-08-19T20:27:01.992Z] 138eaada9080: Verifying Checksum [2020-08-19T20:27:01.992Z] 138eaada9080: Download complete [2020-08-19T20:27:01.992Z] 0622d0fa9048: Verifying Checksum [2020-08-19T20:27:01.992Z] 0622d0fa9048: Download complete [2020-08-19T20:27:02.253Z] 094b1ea09ed8: Verifying Checksum [2020-08-19T20:27:02.253Z] 094b1ea09ed8: Download complete [2020-08-19T20:27:02.253Z] c9b1b535fdd9: Pull complete [2020-08-19T20:27:02.513Z] 41b27a9f41bf: Verifying Checksum [2020-08-19T20:27:02.513Z] 41b27a9f41bf: Download complete [2020-08-19T20:27:02.775Z] 2cc5ad85d9ab: Pull complete [2020-08-19T20:27:04.165Z] 756a868c4378: Pull complete [2020-08-19T20:27:04.165Z] 444b2fc9a129: Pull complete [2020-08-19T20:27:04.739Z] ea15f1150254: Pull complete [2020-08-19T20:27:10.044Z] 41b27a9f41bf: Pull complete [2020-08-19T20:27:10.044Z] 28c525ee5125: Pull complete [2020-08-19T20:27:11.435Z] 094b1ea09ed8: Pull complete [2020-08-19T20:27:11.698Z] 138eaada9080: Pull complete [2020-08-19T20:27:11.961Z] 0622d0fa9048: Pull complete [2020-08-19T20:27:11.961Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-19T20:27:11.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-19T20:27:11.961Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-19T20:27:12.114Z] prd-centos7-docker-4c-2g-503 does not seem to be running inside a container [2020-08-19T20:27:12.152Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/127 -v /w/workspace/edgex-go/127:/w/workspace/edgex-go/127:rw,z -v /w/workspace/edgex-go/127@tmp:/w/workspace/edgex-go/127@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-19T20:27:15.150Z] $ docker top 0597521ae04b2dbe4d3212322b96843fa42732a863bb926c75954676811c1bbb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-19T20:27:15.458Z] provisioning config files... [2020-08-19T20:27:15.475Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/127@tmp/config6099399308424908184tmp [Pipeline] { [Pipeline] echo [2020-08-19T20:27:15.533Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:27:15.826Z] ---> create-netrc.sh [Pipeline] echo [2020-08-19T20:27:15.836Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T20:27:16.142Z] ---> logs-deploy.sh [2020-08-19T20:27:16.142Z] + ARCHIVE_ARTIFACTS= [2020-08-19T20:27:16.142Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-19T20:27:16.142Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-19T20:27:16.142Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-19T20:27:16.142Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/127 [2020-08-19T20:27:16.142Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/127/ [2020-08-19T20:27:16.142Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/127 /w/workspace/edgex-go/127 [2020-08-19T20:27:17.156Z] Archives upload complete. [2020-08-19T20:27:17.416Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/127 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/127/