Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1421448afc2248c8ed7ba2afa89517a5a2307549 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 --version # 'git version 2.16.6' > 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 > git --version # 'git version 2.16.6' 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-483 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/129 [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/129 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' 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 Checking out Revision 1421448afc2248c8ed7ba2afa89517a5a2307549 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 Commit message: "feat(sdk): Adding vault configuration default env variable (#2673)" > git rev-list --no-walk 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-27T17:03:10.111Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-27T17:03:10.437Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-27T17:03:10.568Z] ========================================================= [2020-08-27T17:03:10.568Z] EdgeX Global Pipelines Version Info [2020-08-27T17:03:10.568Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-27T17:03:11.966Z] ------------------- [2020-08-27T17:03:11.966Z] stable info: [2020-08-27T17:03:11.966Z] ------------------- [2020-08-27T17:03:11.966Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-27T17:03:11.966Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-27T17:03:11.966Z] Message: update stable to v1.0.106 [2020-08-27T17:03:12.910Z] ------------------- [2020-08-27T17:03:12.910Z] experimental info: [2020-08-27T17:03:12.910Z] ------------------- [2020-08-27T17:03:12.910Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-27T17:03:12.910Z] Commit SHA: 4bfbf48e2de9ad395c46d40451a58600a1527367 [2020-08-27T17:03:12.910Z] Message: update experimental to v1.0.112 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-27T17:03:15.018Z] ++ 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-27T17:03:15.018Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T17:03:15.018Z] ++ dirname cmd/core-command/Dockerfile [2020-08-27T17:03:15.018Z] ++ cut -d/ -f2 [2020-08-27T17:03:15.018Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-27T17:03:15.018Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T17:03:15.018Z] ++ dirname cmd/core-data/Dockerfile [2020-08-27T17:03:15.018Z] ++ cut -d/ -f2 [2020-08-27T17:03:15.018Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-27T17:03:15.018Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T17:03:15.018Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-27T17:03:15.018Z] ++ cut -d/ -f2 [2020-08-27T17:03:15.018Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-27T17:03:15.018Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T17:03:15.018Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-27T17:03:15.018Z] ++ cut -d/ -f2 [2020-08-27T17:03:15.018Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-27T17:03:15.018Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T17:03:15.018Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-27T17:03:15.018Z] ++ cut -d/ -f2 [2020-08-27T17:03:15.018Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-27T17:03:15.018Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T17:03:15.018Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-27T17:03:15.018Z] ++ cut -d/ -f2 [2020-08-27T17:03:15.018Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-27T17:03:15.018Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T17:03:15.018Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-27T17:03:15.018Z] ++ cut -d/ -f2 [2020-08-27T17:03:15.018Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-27T17:03:15.018Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T17:03:15.018Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-27T17:03:15.018Z] ++ cut -d/ -f2 [2020-08-27T17:03:15.018Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-27T17:03:15.018Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T17:03:15.018Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-27T17:03:15.018Z] ++ cut -d/ -f2 [2020-08-27T17:03:15.018Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-27T17:03:15.018Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-27T17:03:15.018Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-27T17:03:15.018Z] ++ cut -d/ -f2 [2020-08-27T17:03:15.018Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-27T17:03:15.082Z] 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-27T17:03:16.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T17:03:16.386Z] [2020-08-27T17:03:16.386Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:03:16.726Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T17:03:16.726Z] latest: Pulling from edgex-devops/git-semver [2020-08-27T17:03:16.726Z] 31603596830f: Pulling fs layer [2020-08-27T17:03:16.726Z] 2a8b12db71e7: Pulling fs layer [2020-08-27T17:03:16.726Z] 6ca5941a6612: Pulling fs layer [2020-08-27T17:03:16.726Z] ecc8261a40a4: Pulling fs layer [2020-08-27T17:03:16.726Z] ecc8261a40a4: Waiting [2020-08-27T17:03:16.726Z] 2a8b12db71e7: Verifying Checksum [2020-08-27T17:03:16.726Z] 2a8b12db71e7: Download complete [2020-08-27T17:03:16.991Z] 31603596830f: Verifying Checksum [2020-08-27T17:03:16.991Z] 31603596830f: Download complete [2020-08-27T17:03:16.991Z] ecc8261a40a4: Verifying Checksum [2020-08-27T17:03:16.991Z] ecc8261a40a4: Download complete [2020-08-27T17:03:16.991Z] 6ca5941a6612: Verifying Checksum [2020-08-27T17:03:16.991Z] 6ca5941a6612: Download complete [2020-08-27T17:03:17.253Z] 31603596830f: Pull complete [2020-08-27T17:03:17.253Z] 2a8b12db71e7: Pull complete [2020-08-27T17:03:18.203Z] 6ca5941a6612: Pull complete [2020-08-27T17:03:18.464Z] ecc8261a40a4: Pull complete [2020-08-27T17:03:18.464Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-27T17:03:18.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T17:03:18.464Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-27T17:03:18.561Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:03:18.617Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-27T17:03:20.994Z] $ docker top d70ac05ff0a22cea9556a8f39f76c2f3a15b5cfe6a27c16b78ca358ae1a52988 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-27T17:03:21.356Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T17:03:21.356Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T17:03:21.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T17:03:21.595Z] $ docker exec d70ac05ff0a22cea9556a8f39f76c2f3a15b5cfe6a27c16b78ca358ae1a52988 ssh-agent [2020-08-27T17:03:21.771Z] SSH_AUTH_SOCK=/tmp/ssh-AREsYL6KymS9/agent.12 [2020-08-27T17:03:21.771Z] SSH_AGENT_PID=18 [2020-08-27T17:03:21.785Z] Running ssh-add (command line suppressed) [2020-08-27T17:03:21.914Z] Identity added: /w/workspace/edgex-go/129@tmp/private_key_8988807263080656195.key (/w/workspace/edgex-go/129@tmp/private_key_8988807263080656195.key) [2020-08-27T17:03:21.961Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T17:03:22.370Z] + git describe --exact-match --tags HEAD [2020-08-27T17:03:22.370Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-27T17:03:22.393Z] $ docker exec --env ******** --env ******** d70ac05ff0a22cea9556a8f39f76c2f3a15b5cfe6a27c16b78ca358ae1a52988 ssh-agent -k [2020-08-27T17:03:22.513Z] unset SSH_AUTH_SOCK; [2020-08-27T17:03:22.514Z] unset SSH_AGENT_PID; [2020-08-27T17:03:22.514Z] echo Agent pid 18 killed; [2020-08-27T17:03:22.555Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-27T17:03:22.631Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-27T17:03:22.631Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-27T17:03:22.715Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T17:03:22.715Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T17:03:22.877Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T17:03:22.882Z] $ docker exec d70ac05ff0a22cea9556a8f39f76c2f3a15b5cfe6a27c16b78ca358ae1a52988 ssh-agent [2020-08-27T17:03:23.040Z] SSH_AUTH_SOCK=/tmp/ssh-lq96Z9nsnL00/agent.47 [2020-08-27T17:03:23.040Z] SSH_AGENT_PID=52 [2020-08-27T17:03:23.046Z] Running ssh-add (command line suppressed) [2020-08-27T17:03:23.173Z] Identity added: /w/workspace/edgex-go/129@tmp/private_key_5117834630992960239.key (/w/workspace/edgex-go/129@tmp/private_key_5117834630992960239.key) [2020-08-27T17:03:23.219Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T17:03:23.563Z] + git semver init [2020-08-27T17:03:23.563Z] # -> Open(): unable to determine branch for HEAD [2020-08-27T17:03:23.563Z] # $GIT_DIR = /w/workspace/edgex-go/129/.git [2020-08-27T17:03:23.563Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/129 [2020-08-27T17:03:23.563Z] # $SEMVER_REMOTE_NAME = origin [2020-08-27T17:03:23.563Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-27T17:03:23.563Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-27T17:03:23.563Z] # $SEMVER_BRANCH = master [2020-08-27T17:03:23.563Z] # $SEMVER_TEMP = /tmp/semver-176094179 [2020-08-27T17:03:23.563Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-27T17:03:41.715Z] # '/tmp/semver-176094179' -> '/w/workspace/edgex-go/129/.semver' [2020-08-27T17:03:41.715Z] # -> Force: false [2020-08-27T17:03:41.715Z] # $SEMVER_DIR = /w/workspace/edgex-go/129/.semver [Pipeline] } [2020-08-27T17:03:41.729Z] $ docker exec --env ******** --env ******** d70ac05ff0a22cea9556a8f39f76c2f3a15b5cfe6a27c16b78ca358ae1a52988 ssh-agent -k [2020-08-27T17:03:41.900Z] unset SSH_AUTH_SOCK; [2020-08-27T17:03:41.902Z] unset SSH_AGENT_PID; [2020-08-27T17:03:41.902Z] echo Agent pid 52 killed; [2020-08-27T17:03:41.946Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-27T17:03:42.484Z] + git semver [Pipeline] } [2020-08-27T17:03:42.502Z] $ docker stop --time=1 d70ac05ff0a22cea9556a8f39f76c2f3a15b5cfe6a27c16b78ca358ae1a52988 [2020-08-27T17:03:44.132Z] $ docker rm -f d70ac05ff0a22cea9556a8f39f76c2f3a15b5cfe6a27c16b78ca358ae1a52988 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-27T17:03:58.117Z] Stashed 34 file(s) [Pipeline] echo [2020-08-27T17:03:58.120Z] [edgeXSemver] initialized semver on version 1.2.2-dev.17 [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-27T17:03:58.623Z] ========================================================= [2020-08-27T17:03:58.623Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-27T17:03:58.623Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:03:58.957Z] + 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-27T17:04:03.193Z] Sending build context to Docker daemon 323.1MB [2020-08-27T17:04:03.193Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-27T17:04:03.193Z] Step 2/7 : FROM ${BASE} [2020-08-27T17:04:03.193Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-27T17:04:03.193Z] df20fa9351a1: Pulling fs layer [2020-08-27T17:04:03.193Z] ed8968b2872e: Pulling fs layer [2020-08-27T17:04:03.193Z] a92cc7c5fd73: Pulling fs layer [2020-08-27T17:04:03.193Z] 2dd03ba5bac4: Pulling fs layer [2020-08-27T17:04:03.193Z] 1e091d79d1de: Pulling fs layer [2020-08-27T17:04:03.193Z] 481702a1767f: Pulling fs layer [2020-08-27T17:04:03.193Z] f64a6f60c768: Pulling fs layer [2020-08-27T17:04:03.193Z] e78d2573fc39: Pulling fs layer [2020-08-27T17:04:03.193Z] e876d2f968b6: Pulling fs layer [2020-08-27T17:04:03.193Z] ce8a83651883: Pulling fs layer [2020-08-27T17:04:03.193Z] 07967f4d0e4b: Pulling fs layer [2020-08-27T17:04:03.193Z] f64a6f60c768: Waiting [2020-08-27T17:04:03.193Z] 1e091d79d1de: Waiting [2020-08-27T17:04:03.193Z] e78d2573fc39: Waiting [2020-08-27T17:04:03.193Z] 481702a1767f: Waiting [2020-08-27T17:04:03.193Z] e876d2f968b6: Waiting [2020-08-27T17:04:03.193Z] 2dd03ba5bac4: Waiting [2020-08-27T17:04:03.193Z] 07967f4d0e4b: Waiting [2020-08-27T17:04:03.193Z] ce8a83651883: Waiting [2020-08-27T17:04:03.193Z] a92cc7c5fd73: Verifying Checksum [2020-08-27T17:04:03.193Z] a92cc7c5fd73: Download complete [2020-08-27T17:04:03.193Z] ed8968b2872e: Verifying Checksum [2020-08-27T17:04:03.193Z] ed8968b2872e: Download complete [2020-08-27T17:04:03.193Z] 1e091d79d1de: Download complete [2020-08-27T17:04:03.193Z] 481702a1767f: Verifying Checksum [2020-08-27T17:04:03.193Z] 481702a1767f: Download complete [2020-08-27T17:04:03.193Z] df20fa9351a1: Verifying Checksum [2020-08-27T17:04:03.193Z] df20fa9351a1: Download complete [2020-08-27T17:04:03.484Z] df20fa9351a1: Pull complete [2020-08-27T17:04:04.087Z] f64a6f60c768: Download complete [2020-08-27T17:04:04.087Z] e876d2f968b6: Verifying Checksum [2020-08-27T17:04:04.087Z] e876d2f968b6: Download complete [2020-08-27T17:04:04.359Z] 2dd03ba5bac4: Verifying Checksum [2020-08-27T17:04:04.359Z] 2dd03ba5bac4: Download complete [2020-08-27T17:04:04.359Z] e78d2573fc39: Verifying Checksum [2020-08-27T17:04:04.359Z] e78d2573fc39: Download complete [2020-08-27T17:04:04.359Z] 07967f4d0e4b: Verifying Checksum [2020-08-27T17:04:04.359Z] 07967f4d0e4b: Download complete [2020-08-27T17:04:04.937Z] ce8a83651883: Download complete [2020-08-27T17:04:04.937Z] ed8968b2872e: Pull complete [2020-08-27T17:04:05.201Z] a92cc7c5fd73: Pull complete [2020-08-27T17:04:10.513Z] 2dd03ba5bac4: Pull complete [2020-08-27T17:04:10.513Z] 1e091d79d1de: Pull complete [2020-08-27T17:04:10.513Z] 481702a1767f: Pull complete [2020-08-27T17:04:13.428Z] Still waiting to schedule task [2020-08-27T17:04:13.428Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-27T17:04:17.122Z] f64a6f60c768: Pull complete [2020-08-27T17:04:19.686Z] e78d2573fc39: Pull complete [2020-08-27T17:04:19.686Z] e876d2f968b6: Pull complete [2020-08-27T17:04:20.639Z] ce8a83651883: Pull complete [2020-08-27T17:04:20.900Z] 07967f4d0e4b: Pull complete [2020-08-27T17:04:20.900Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-27T17:04:20.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-27T17:04:20.900Z] ---> 5d7c900382c6 [2020-08-27T17:04:20.900Z] 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-27T17:04:22.341Z] ---> Running in 85b477ad1866 [2020-08-27T17:04:22.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:04:23.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:04:24.134Z] (1/12) Installing libmagic (5.38-r0) [2020-08-27T17:04:24.394Z] (2/12) Installing file (5.38-r0) [2020-08-27T17:04:24.394Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-27T17:04:24.394Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-27T17:04:32.548Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-27T17:04:32.548Z] (6/12) Installing patch (2.7.6-r6) [2020-08-27T17:04:32.548Z] (7/12) Installing build-base (0.5-r2) [2020-08-27T17:04:32.548Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-27T17:04:32.548Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-27T17:04:32.548Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-27T17:04:32.548Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-27T17:04:32.548Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-27T17:04:32.548Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:04:32.548Z] OK: 233 MiB in 51 packages [2020-08-27T17:04:36.772Z] Removing intermediate container 85b477ad1866 [2020-08-27T17:04:36.772Z] ---> e31f66171fd3 [2020-08-27T17:04:36.772Z] Step 4/7 : WORKDIR /edgex-go [2020-08-27T17:04:36.772Z] ---> Running in fc4303b597a3 [2020-08-27T17:04:36.772Z] Removing intermediate container fc4303b597a3 [2020-08-27T17:04:36.772Z] ---> 66e204d6ec16 [2020-08-27T17:04:36.772Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-27T17:04:37.033Z] latest: Pulling from library/docker [2020-08-27T17:04:37.033Z] df20fa9351a1: Already exists [2020-08-27T17:04:37.033Z] 25ad7478873d: Pulling fs layer [2020-08-27T17:04:37.033Z] 4684f6177b5d: Pulling fs layer [2020-08-27T17:04:37.033Z] 46e300cec669: Pulling fs layer [2020-08-27T17:04:37.033Z] 63038576ad94: Pulling fs layer [2020-08-27T17:04:37.033Z] 0fdb76c4706c: Pulling fs layer [2020-08-27T17:04:37.033Z] cb7edeffdfd5: Pulling fs layer [2020-08-27T17:04:37.033Z] 63038576ad94: Waiting [2020-08-27T17:04:37.033Z] 0fdb76c4706c: Waiting [2020-08-27T17:04:37.033Z] cb7edeffdfd5: Waiting [2020-08-27T17:04:37.298Z] 4684f6177b5d: Verifying Checksum [2020-08-27T17:04:37.298Z] 4684f6177b5d: Download complete [2020-08-27T17:04:37.298Z] 25ad7478873d: Verifying Checksum [2020-08-27T17:04:37.298Z] 25ad7478873d: Download complete [2020-08-27T17:04:37.567Z] 63038576ad94: Download complete [2020-08-27T17:04:37.567Z] 25ad7478873d: Pull complete [2020-08-27T17:04:37.567Z] cb7edeffdfd5: Verifying Checksum [2020-08-27T17:04:37.567Z] cb7edeffdfd5: Download complete [2020-08-27T17:04:37.833Z] 4684f6177b5d: Pull complete [2020-08-27T17:04:37.833Z] 0fdb76c4706c: Verifying Checksum [2020-08-27T17:04:37.833Z] 0fdb76c4706c: Download complete [2020-08-27T17:04:38.407Z] 46e300cec669: Verifying Checksum [2020-08-27T17:04:38.407Z] 46e300cec669: Download complete [2020-08-27T17:04:40.975Z] 46e300cec669: Pull complete [2020-08-27T17:04:40.975Z] 63038576ad94: Pull complete [2020-08-27T17:04:40.975Z] 0fdb76c4706c: Pull complete [2020-08-27T17:04:40.975Z] cb7edeffdfd5: Pull complete [2020-08-27T17:04:40.975Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-27T17:04:40.975Z] Status: Downloaded newer image for docker:latest [2020-08-27T17:04:42.369Z] ---> aa5ef664b808 [2020-08-27T17:04:42.369Z] Step 6/7 : COPY go.mod . [2020-08-27T17:04:42.630Z] ---> 34d4dac8e062 [2020-08-27T17:04:42.630Z] Step 7/7 : RUN go mod download [2020-08-27T17:04:42.630Z] ---> Running in 595a4366a967 [2020-08-27T17:04:45.950Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-27T17:04:45.950Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-27T17:04:45.950Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-27T17:04:45.950Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-27T17:04:45.950Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-27T17:04:45.950Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-27T17:04:45.950Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-27T17:04:45.950Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-27T17:04:45.950Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-27T17:04:45.950Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-27T17:04:46.211Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-27T17:04:46.211Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-27T17:04:46.471Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-27T17:04:46.471Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-27T17:04:46.471Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-27T17:04:46.471Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-27T17:04:46.734Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-27T17:04:46.734Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-27T17:04:46.734Z] go: finding github.com/fatih/color v1.7.0 [2020-08-27T17:04:46.734Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-27T17:04:46.995Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-27T17:04:46.995Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-27T17:04:46.995Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-27T17:04:46.996Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-27T17:04:46.996Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-27T17:04:47.257Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-27T17:04:47.257Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-27T17:04:47.257Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-27T17:04:47.257Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-27T17:04:47.518Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-27T17:04:47.518Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-27T17:04:47.518Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-27T17:04:47.518Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-27T17:04:47.518Z] go: finding github.com/google/uuid v1.1.0 [2020-08-27T17:04:47.779Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-27T17:04:47.779Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-27T17:04:47.779Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-27T17:04:47.779Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-27T17:04:47.779Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-27T17:04:48.039Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-27T17:04:48.301Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-27T17:04:48.301Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-27T17:04:48.301Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-27T17:04:48.301Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-27T17:04:48.301Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-27T17:04:48.562Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-27T17:04:48.562Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-27T17:04:48.562Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-27T17:04:48.562Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-27T17:04:48.562Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-27T17:04:48.823Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-27T17:04:48.823Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-27T17:04:48.823Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-27T17:04:48.823Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-27T17:04:48.823Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-27T17:04:49.084Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-27T17:04:49.084Z] go: finding github.com/kr/pty v1.1.1 [2020-08-27T17:04:49.084Z] go: finding github.com/kr/text v0.1.0 [2020-08-27T17:04:49.084Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-27T17:04:49.348Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-27T17:04:49.348Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-27T17:04:49.348Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-27T17:04:49.348Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-27T17:04:49.348Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-27T17:04:49.609Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-27T17:04:49.609Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-27T17:04:49.609Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-27T17:04:49.609Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-27T17:04:49.609Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-27T17:04:49.870Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-27T17:04:49.870Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-27T17:04:49.870Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-27T17:04:49.870Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-27T17:04:49.870Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-27T17:04:50.131Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-27T17:04:50.131Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-27T17:04:50.131Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-27T17:04:50.131Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-27T17:04:50.131Z] go: finding github.com/posener/complete v1.1.1 [2020-08-27T17:04:50.394Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-27T17:04:50.394Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-27T17:04:50.394Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-27T17:04:50.394Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-27T17:04:50.394Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-27T17:04:50.655Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-27T17:04:50.655Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-27T17:04:50.655Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-27T17:04:50.655Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-27T17:04:50.655Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-27T17:04:50.919Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-27T17:04:50.919Z] go: finding golang.org/x/text v0.3.2 [2020-08-27T17:04:50.919Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-27T17:04:50.919Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-27T17:04:50.919Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-27T17:04:51.181Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-27T17:04:51.181Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-27T17:04:51.181Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-27T17:05:09.352Z] Removing intermediate container 595a4366a967 [2020-08-27T17:05:09.352Z] ---> 9e7b728d571b [2020-08-27T17:05:09.352Z] Successfully built 9e7b728d571b [2020-08-27T17:05:09.352Z] 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-27T17:05:12.309Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T17:05:12.309Z] [2020-08-27T17:05:12.309Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:05:12.666Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T17:05:12.666Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-27T17:05:12.666Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-27T17:05:12.666Z] ca9280d653b3: Pulling fs layer [2020-08-27T17:05:12.666Z] 7e9c9ca2126c: Pulling fs layer [2020-08-27T17:05:12.666Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-27T17:05:12.666Z] cbdbe7a5bc2a: Download complete [2020-08-27T17:05:12.929Z] ca9280d653b3: Verifying Checksum [2020-08-27T17:05:12.929Z] ca9280d653b3: Download complete [2020-08-27T17:05:13.192Z] cbdbe7a5bc2a: Pull complete [2020-08-27T17:05:13.770Z] 7e9c9ca2126c: Download complete [2020-08-27T17:05:14.031Z] ca9280d653b3: Pull complete [2020-08-27T17:05:20.648Z] 7e9c9ca2126c: Pull complete [2020-08-27T17:05:20.648Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-27T17:05:20.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T17:05:20.649Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-27T17:05:20.753Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:05:20.803Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-27T17:05:23.570Z] $ docker top bbfa3d621e01d581f87ae31b0ba9cc596e7408d4b9dfc2f2b93b8d2f2a23a478 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T17:05:24.091Z] + docker-compose build --help [2020-08-27T17:05:24.091Z] + grep parallel [2020-08-27T17:05:25.036Z] --parallel Build images in parallel. [Pipeline] } [2020-08-27T17:05:25.052Z] $ docker stop --time=1 bbfa3d621e01d581f87ae31b0ba9cc596e7408d4b9dfc2f2b93b8d2f2a23a478 [2020-08-27T17:05:26.396Z] $ docker rm -f bbfa3d621e01d581f87ae31b0ba9cc596e7408d4b9dfc2f2b93b8d2f2a23a478 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:05:26.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-27T17:05:26.979Z] . [Pipeline] withDockerContainer [2020-08-27T17:05:27.083Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:05:27.143Z] $ 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/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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:latest cat [2020-08-27T17:05:27.716Z] $ docker top 9f71d0c248624cfab091d59b9fb43da8f46b02fd54da18ebfa13e55b2eee5d03 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T17:05:28.187Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-27T17:05:29.130Z] Building docker-core-command-go ... [2020-08-27T17:05:29.130Z] Building docker-core-data-go ... [2020-08-27T17:05:29.130Z] Building docker-core-metadata-go ... [2020-08-27T17:05:29.130Z] Building docker-security-proxy-setup-go ... [2020-08-27T17:05:29.130Z] Building docker-security-secrets-setup-go ... [2020-08-27T17:05:29.130Z] Building docker-security-secretstore-setup-go ... [2020-08-27T17:05:29.130Z] Building docker-support-logging-go ... [2020-08-27T17:05:29.130Z] Building docker-support-notifications-go ... [2020-08-27T17:05:29.130Z] Building docker-support-scheduler-go ... [2020-08-27T17:05:29.130Z] Building docker-sys-mgmt-agent-go ... [2020-08-27T17:05:29.130Z] Building docker-support-scheduler-go [2020-08-27T17:05:29.130Z] Building docker-sys-mgmt-agent-go [2020-08-27T17:05:29.130Z] Building docker-support-logging-go [2020-08-27T17:05:29.130Z] Building docker-security-proxy-setup-go [2020-08-27T17:05:29.130Z] Building docker-core-metadata-go [2020-08-27T17:05:51.214Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:05:51.214Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:05:51.214Z] ---> 9e7b728d571b [2020-08-27T17:05:51.214Z] Step 3/27 : WORKDIR /edgex-go [2020-08-27T17:05:51.214Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:05:51.214Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:05:51.214Z] ---> 9e7b728d571b [2020-08-27T17:05:51.214Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T17:05:51.214Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:05:51.214Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:05:51.214Z] ---> 9e7b728d571b [2020-08-27T17:05:51.214Z] Step 3/21 : WORKDIR /edgex-go [2020-08-27T17:05:51.214Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:05:51.214Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:05:51.214Z] ---> 9e7b728d571b [2020-08-27T17:05:51.214Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T17:05:51.214Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:05:51.214Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:05:51.214Z] ---> 9e7b728d571b [2020-08-27T17:05:51.214Z] Step 3/20 : WORKDIR /edgex-go [2020-08-27T17:05:51.214Z] ---> Running in 4bc342e71a93 [2020-08-27T17:05:51.214Z] ---> Running in 20705daf2e9b [2020-08-27T17:05:51.214Z] ---> Running in 4ea28f3d6470 [2020-08-27T17:05:51.214Z] ---> Running in ef0c61354eeb [2020-08-27T17:05:51.214Z] ---> Running in 3db071541f62 [2020-08-27T17:05:51.215Z] Removing intermediate container 3db071541f62 [2020-08-27T17:05:51.215Z] ---> f3a350886cb2 [2020-08-27T17:05:51.215Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:05:51.215Z] Removing intermediate container 20705daf2e9b [2020-08-27T17:05:51.215Z] ---> a6ed4fddcb54 [2020-08-27T17:05:51.215Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:05:51.215Z] Removing intermediate container 4bc342e71a93 [2020-08-27T17:05:51.215Z] ---> 811b7cf2623f [2020-08-27T17:05:51.215Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:05:51.215Z] Removing intermediate container ef0c61354eeb [2020-08-27T17:05:51.215Z] ---> 151061d59f82 [2020-08-27T17:05:51.215Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:05:51.215Z] Removing intermediate container 4ea28f3d6470 [2020-08-27T17:05:51.215Z] ---> 8c166fcd6d85 [2020-08-27T17:05:51.215Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:05:51.215Z] ---> Running in e472b5a0b6bc [2020-08-27T17:05:51.215Z] ---> Running in 3a55bd9aacd9 [2020-08-27T17:05:51.215Z] ---> Running in 1052b081e1a7 [2020-08-27T17:05:51.215Z] ---> Running in 44391dcc5b22 [2020-08-27T17:05:51.215Z] ---> Running in 7d3bbd29c489 [2020-08-27T17:05:51.788Z] Removing intermediate container 1052b081e1a7 [2020-08-27T17:05:51.788Z] ---> a6b5152b94ff [2020-08-27T17:05:51.788Z] Step 5/21 : RUN apk update && apk add make git [2020-08-27T17:05:52.055Z] Removing intermediate container e472b5a0b6bc [2020-08-27T17:05:52.055Z] ---> a1c257ee3921 [2020-08-27T17:05:52.055Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-27T17:05:52.055Z] ---> Running in 016eaed45258 [2020-08-27T17:05:52.318Z] Removing intermediate container 3a55bd9aacd9 [2020-08-27T17:05:52.318Z] ---> 2d3d6826ebd4 [2020-08-27T17:05:52.318Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-27T17:05:52.318Z] ---> Running in 0c742ec0f7d0 [2020-08-27T17:05:52.578Z] Removing intermediate container 7d3bbd29c489 [2020-08-27T17:05:52.578Z] ---> ceab92375573 [2020-08-27T17:05:52.578Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T17:05:52.578Z] ---> Running in d06aeedf153a [2020-08-27T17:05:52.578Z] Removing intermediate container 44391dcc5b22 [2020-08-27T17:05:52.578Z] ---> 956c344ae9e6 [2020-08-27T17:05:52.578Z] Step 5/20 : RUN apk update && apk add make git [2020-08-27T17:05:52.840Z] ---> Running in 615613be4539 [2020-08-27T17:05:52.840Z] ---> Running in aae593765312 [2020-08-27T17:05:52.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:05:53.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:05:53.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:05:53.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:05:53.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:05:53.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:05:53.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:05:54.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:05:54.531Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:05:54.531Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:05:54.531Z] OK: 12746 distinct packages available [2020-08-27T17:05:54.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:05:54.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:05:54.793Z] OK: 233 MiB in 51 packages [2020-08-27T17:05:54.793Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:05:54.793Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:05:54.793Z] OK: 12746 distinct packages available [2020-08-27T17:05:55.058Z] OK: 233 MiB in 51 packages [2020-08-27T17:05:55.338Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:05:55.338Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:05:55.338Z] OK: 12746 distinct packages available [2020-08-27T17:05:55.338Z] Removing intermediate container 016eaed45258 [2020-08-27T17:05:55.338Z] ---> b7d56c44c90b [2020-08-27T17:05:55.338Z] Step 6/21 : COPY go.mod . [2020-08-27T17:05:55.338Z] OK: 233 MiB in 51 packages [2020-08-27T17:05:55.606Z] ---> 5eacf19a82bc [2020-08-27T17:05:55.606Z] Step 7/21 : RUN go mod download [2020-08-27T17:05:55.606Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:05:55.606Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:05:55.606Z] OK: 12746 distinct packages available [2020-08-27T17:05:55.606Z] ---> Running in c42763b0af95 [2020-08-27T17:05:55.606Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:05:55.606Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:05:55.606Z] OK: 12746 distinct packages available [2020-08-27T17:05:55.606Z] Removing intermediate container 0c742ec0f7d0 [2020-08-27T17:05:55.606Z] ---> 4a3040b2b4d6 [2020-08-27T17:05:55.606Z] Step 6/27 : COPY go.mod . [2020-08-27T17:05:55.869Z] OK: 233 MiB in 51 packages [2020-08-27T17:05:55.869Z] OK: 233 MiB in 51 packages [2020-08-27T17:05:56.134Z] ---> fa40400a0880 [2020-08-27T17:05:56.134Z] Step 7/27 : RUN go mod download [2020-08-27T17:05:56.134Z] OK: 233 MiB in 51 packages [2020-08-27T17:05:56.134Z] Removing intermediate container 615613be4539 [2020-08-27T17:05:56.134Z] ---> a96babc24c20 [2020-08-27T17:05:56.134Z] Step 6/22 : COPY go.mod . [2020-08-27T17:05:56.395Z] ---> Running in 68c68d7d04eb [2020-08-27T17:05:56.395Z] ---> 4dec8e5a6c4f [2020-08-27T17:05:56.395Z] Step 7/22 : RUN go mod download [2020-08-27T17:05:56.656Z] ---> Running in f7bf147a0bd9 [2020-08-27T17:05:56.966Z] Removing intermediate container aae593765312 [2020-08-27T17:05:56.966Z] ---> f9f36d9dc156 [2020-08-27T17:05:56.966Z] Step 6/20 : COPY go.mod . [2020-08-27T17:05:57.338Z] Removing intermediate container d06aeedf153a [2020-08-27T17:05:57.338Z] ---> e5ea84a54af9 [2020-08-27T17:05:57.338Z] Step 6/22 : COPY go.mod . [2020-08-27T17:05:57.696Z] ---> 0dee2e9c1fd2 [2020-08-27T17:05:57.696Z] Step 7/20 : RUN go mod download [2020-08-27T17:05:57.696Z] ---> Running in 237789eb6c93 [2020-08-27T17:05:57.993Z] Removing intermediate container c42763b0af95 [2020-08-27T17:05:57.993Z] ---> 49e6af88ca04 [2020-08-27T17:05:57.993Z] Step 8/21 : COPY . . [2020-08-27T17:05:57.993Z] ---> 1b4c5c0cae1d [2020-08-27T17:05:57.993Z] Step 7/22 : RUN go mod download [2020-08-27T17:05:58.231Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-485 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-08-27T17:05:58.277Z] Running in /w/workspace/edgex-go/129 [Pipeline] { [2020-08-27T17:05:58.299Z] ---> Running in c1ec2f8d6f1e [Pipeline] checkout [2020-08-27T17:06:02.534Z] Removing intermediate container 68c68d7d04eb [2020-08-27T17:06:02.534Z] ---> 91d40ac5f598 [2020-08-27T17:06:02.534Z] Step 8/27 : COPY . . [2020-08-27T17:06:02.797Z] Removing intermediate container f7bf147a0bd9 [2020-08-27T17:06:02.797Z] ---> ca62d7135cbe [2020-08-27T17:06:02.797Z] Step 8/22 : COPY . . [2020-08-27T17:06:03.506Z] using credential edgex-jenkins-ssh [2020-08-27T17:06:03.573Z] Cloning the remote Git repository [2020-08-27T17:06:03.573Z] Cloning with configured refspecs honoured and without tags [2020-08-27T17:06:03.644Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-27T17:06:03.750Z] > git init /w/workspace/edgex-go/129 # timeout=10 [2020-08-27T17:06:03.835Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-27T17:06:03.836Z] > git --version # timeout=10 [2020-08-27T17:06:03.862Z] > git --version # 'git version 2.17.1' [2020-08-27T17:06:03.864Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T17:06:03.939Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T17:06:04.744Z] Removing intermediate container 237789eb6c93 [2020-08-27T17:06:04.744Z] ---> 548e22fe57c0 [2020-08-27T17:06:04.744Z] Step 8/20 : COPY . . [2020-08-27T17:06:17.064Z] Removing intermediate container c1ec2f8d6f1e [2020-08-27T17:06:17.065Z] ---> 3d268ca46f47 [2020-08-27T17:06:17.065Z] Step 8/22 : COPY . . [2020-08-27T17:06:17.990Z] Fetching without tags [2020-08-27T17:06:18.523Z] Checking out Revision 1421448afc2248c8ed7ba2afa89517a5a2307549 (master) [2020-08-27T17:06:17.926Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-27T17:06:17.943Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T17:06:17.972Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-27T17:06:18.004Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-27T17:06:18.004Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-27T17:06:18.026Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-27T17:06:18.550Z] > git config core.sparsecheckout # timeout=10 [2020-08-27T17:06:18.566Z] > git checkout -f 1421448afc2248c8ed7ba2afa89517a5a2307549 # timeout=10 [2020-08-27T17:06:20.426Z] ---> 0094c9e0550a [2020-08-27T17:06:20.426Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-27T17:06:22.404Z] ---> Running in bdf8f1a28c68 [2020-08-27T17:06:23.372Z] Commit message: "feat(sdk): Adding vault configuration default env variable (#2673)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-27T17:06:24.972Z] ---> 7360094f4d9d [2020-08-27T17:06:24.972Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-27T17:06:28.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-27T17:06:28.332Z] ---> c9fafa7628bc [2020-08-27T17:06:28.332Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-27T17:06:28.915Z] ---> d850bf12abf0 [2020-08-27T17:06:28.915Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-27T17:06:28.915Z] ---> Running in 6a53b76d8b80 [2020-08-27T17:06:28.915Z] ---> Running in 9b130adda68c [2020-08-27T17:06:29.181Z] ---> Running in 995aba75e84d [2020-08-27T17:06:29.181Z] ---> 4680a6990329 [2020-08-27T17:06:29.181Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-27T17:06:29.452Z] ---> Running in d898ad533453 [2020-08-27T17:06:30.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-27T17:06:30.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-27T17:06:30.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-27T17:06:30.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/support-logging/support-logging ./cmd/support-logging [Pipeline] echo [2020-08-27T17:06:36.234Z] ========================================================= [2020-08-27T17:06:36.234Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-27T17:06:36.234Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:06:37.320Z] + 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-27T17:06:41.653Z] Sending build context to Docker daemon 323.1MB [2020-08-27T17:06:41.653Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-27T17:06:41.653Z] Step 2/7 : FROM ${BASE} [2020-08-27T17:06:41.653Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-27T17:06:41.653Z] b538f80385f9: Pulling fs layer [2020-08-27T17:06:41.653Z] 74f711af9a0d: Pulling fs layer [2020-08-27T17:06:41.653Z] 99f96fe45779: Pulling fs layer [2020-08-27T17:06:41.653Z] fd7a069fd194: Pulling fs layer [2020-08-27T17:06:41.653Z] 66aa3694b03b: Pulling fs layer [2020-08-27T17:06:41.653Z] 170f70906a0f: Pulling fs layer [2020-08-27T17:06:41.654Z] ad7c5574e4b9: Pulling fs layer [2020-08-27T17:06:41.654Z] e772456be8f7: Pulling fs layer [2020-08-27T17:06:41.654Z] c890913d741a: Pulling fs layer [2020-08-27T17:06:41.654Z] 2480fcc9aa5a: Pulling fs layer [2020-08-27T17:06:41.654Z] 09adf4765672: Pulling fs layer [2020-08-27T17:06:41.654Z] ad7c5574e4b9: Waiting [2020-08-27T17:06:41.654Z] e772456be8f7: Waiting [2020-08-27T17:06:41.654Z] c890913d741a: Waiting [2020-08-27T17:06:41.654Z] 2480fcc9aa5a: Waiting [2020-08-27T17:06:41.654Z] 09adf4765672: Waiting [2020-08-27T17:06:41.654Z] fd7a069fd194: Waiting [2020-08-27T17:06:41.654Z] 170f70906a0f: Waiting [2020-08-27T17:06:41.654Z] 66aa3694b03b: Waiting [2020-08-27T17:06:41.654Z] 99f96fe45779: Verifying Checksum [2020-08-27T17:06:41.654Z] 99f96fe45779: Download complete [2020-08-27T17:06:41.654Z] 74f711af9a0d: Verifying Checksum [2020-08-27T17:06:41.654Z] 74f711af9a0d: Download complete [2020-08-27T17:06:41.654Z] 66aa3694b03b: Verifying Checksum [2020-08-27T17:06:41.654Z] 66aa3694b03b: Download complete [2020-08-27T17:06:41.654Z] 170f70906a0f: Verifying Checksum [2020-08-27T17:06:41.654Z] 170f70906a0f: Download complete [2020-08-27T17:06:41.930Z] b538f80385f9: Verifying Checksum [2020-08-27T17:06:41.930Z] b538f80385f9: Download complete [2020-08-27T17:06:42.532Z] b538f80385f9: Pull complete [2020-08-27T17:06:43.134Z] 74f711af9a0d: Pull complete [2020-08-27T17:06:43.410Z] 99f96fe45779: Pull complete [2020-08-27T17:06:44.852Z] ad7c5574e4b9: Verifying Checksum [2020-08-27T17:06:44.852Z] ad7c5574e4b9: Download complete [2020-08-27T17:06:44.852Z] c890913d741a: Verifying Checksum [2020-08-27T17:06:44.852Z] c890913d741a: Download complete [2020-08-27T17:06:46.296Z] e772456be8f7: Verifying Checksum [2020-08-27T17:06:46.296Z] e772456be8f7: Download complete [2020-08-27T17:06:46.570Z] 09adf4765672: Verifying Checksum [2020-08-27T17:06:46.570Z] 09adf4765672: Download complete [2020-08-27T17:06:46.570Z] 2480fcc9aa5a: Verifying Checksum [2020-08-27T17:06:46.570Z] 2480fcc9aa5a: Download complete [2020-08-27T17:06:47.166Z] fd7a069fd194: Verifying Checksum [2020-08-27T17:06:47.166Z] fd7a069fd194: Download complete [2020-08-27T17:06:59.604Z] fd7a069fd194: Pull complete [2020-08-27T17:06:59.604Z] 66aa3694b03b: Pull complete [2020-08-27T17:06:59.604Z] 170f70906a0f: Pull complete [2020-08-27T17:07:02.990Z] ad7c5574e4b9: Pull complete [2020-08-27T17:07:02.996Z] Removing intermediate container 9b130adda68c [2020-08-27T17:07:02.996Z] ---> 3d4049e733f1 [2020-08-27T17:07:02.996Z] [2020-08-27T17:07:02.996Z] Step 10/20 : FROM alpine [2020-08-27T17:07:02.996Z] latest: Pulling from library/alpine [2020-08-27T17:07:02.996Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-27T17:07:02.996Z] Status: Downloaded newer image for alpine:latest [2020-08-27T17:07:02.996Z] ---> a24bb4013296 [2020-08-27T17:07:02.996Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-27T17:07:02.996Z] ---> Running in 3a162ca505f3 [2020-08-27T17:07:02.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:07:02.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:07:02.996Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:07:02.996Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:07:02.996Z] OK: 12746 distinct packages available [2020-08-27T17:07:02.996Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-27T17:07:02.996Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T17:07:02.996Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-27T17:07:02.996Z] (4/4) Installing curl (7.69.1-r0) [2020-08-27T17:07:02.996Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:07:03.258Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T17:07:03.258Z] OK: 7 MiB in 18 packages [2020-08-27T17:07:06.562Z] Removing intermediate container 995aba75e84d [2020-08-27T17:07:06.562Z] ---> cecc4b5612fd [2020-08-27T17:07:06.562Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-27T17:07:06.823Z] Removing intermediate container d898ad533453 [2020-08-27T17:07:06.823Z] ---> db5e4839cfb4 [2020-08-27T17:07:06.823Z] [2020-08-27T17:07:06.823Z] Step 10/22 : FROM scratch [2020-08-27T17:07:06.823Z] ---> [2020-08-27T17:07:06.823Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T17:07:07.321Z] e772456be8f7: Pull complete [2020-08-27T17:07:07.766Z] Removing intermediate container bdf8f1a28c68 [2020-08-27T17:07:07.766Z] ---> df59f135360b [2020-08-27T17:07:07.766Z] [2020-08-27T17:07:07.766Z] Step 10/21 : FROM scratch [2020-08-27T17:07:07.766Z] ---> [2020-08-27T17:07:07.766Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T17:07:07.922Z] c890913d741a: Pull complete [2020-08-27T17:07:08.029Z] ---> Running in 414a6c9ffd96 [2020-08-27T17:07:08.602Z] ---> Running in 42bbc0b2532e [2020-08-27T17:07:08.602Z] ---> Running in 98fbeae30531 [2020-08-27T17:07:08.602Z] Removing intermediate container 3a162ca505f3 [2020-08-27T17:07:08.602Z] ---> 7d6bd88db425 [2020-08-27T17:07:08.602Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T17:07:08.865Z] ---> Running in 495b20b78f00 [2020-08-27T17:07:08.865Z] Removing intermediate container 42bbc0b2532e [2020-08-27T17:07:08.865Z] ---> c263bcb1e343 [2020-08-27T17:07:08.865Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-27T17:07:09.132Z] Removing intermediate container 98fbeae30531 [2020-08-27T17:07:09.132Z] ---> 6aad2f157cfc [2020-08-27T17:07:09.132Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-27T17:07:09.703Z] ---> Running in 0af627d58c7d [2020-08-27T17:07:09.964Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-27T17:07:10.542Z] 2480fcc9aa5a: Pull complete [2020-08-27T17:07:10.542Z] 09adf4765672: Pull complete [2020-08-27T17:07:10.542Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-27T17:07:10.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-27T17:07:10.542Z] ---> 2248a725d1cf [2020-08-27T17:07:10.542Z] 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-27T17:07:11.887Z] ---> Running in 2a1cdcb429bd [2020-08-27T17:07:11.887Z] Removing intermediate container 495b20b78f00 [2020-08-27T17:07:11.887Z] ---> 625b54d8026e [2020-08-27T17:07:11.888Z] Step 13/20 : WORKDIR /edgex [2020-08-27T17:07:11.888Z] ---> Running in 84c259df5867 [2020-08-27T17:07:11.888Z] Removing intermediate container 0af627d58c7d [2020-08-27T17:07:11.888Z] ---> cf3b267696fc [2020-08-27T17:07:11.888Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T17:07:11.888Z] Removing intermediate container 2a1cdcb429bd [2020-08-27T17:07:11.888Z] ---> 37d702a5c2c5 [2020-08-27T17:07:11.888Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-27T17:07:11.888Z] Removing intermediate container 6a53b76d8b80 [2020-08-27T17:07:11.888Z] ---> 57ea5c8331ff [2020-08-27T17:07:11.888Z] [2020-08-27T17:07:11.888Z] Step 10/22 : FROM scratch [2020-08-27T17:07:11.888Z] ---> [2020-08-27T17:07:11.888Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T17:07:12.160Z] ---> Using cache [2020-08-27T17:07:12.160Z] ---> 6aad2f157cfc [2020-08-27T17:07:12.160Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-27T17:07:12.160Z] ---> Running in c4882e396fd3 [2020-08-27T17:07:12.160Z] ---> Running in 68c253abe1b1 [2020-08-27T17:07:12.160Z] ---> Running in 27b647f985b4 [2020-08-27T17:07:12.427Z] Removing intermediate container 84c259df5867 [2020-08-27T17:07:12.427Z] ---> a034c92063fc [2020-08-27T17:07:12.427Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-27T17:07:12.427Z] Removing intermediate container 68c253abe1b1 [2020-08-27T17:07:12.427Z] ---> b396b11c2288 [2020-08-27T17:07:12.427Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-27T17:07:12.701Z] Removing intermediate container c4882e396fd3 [2020-08-27T17:07:12.701Z] ---> 635fe69fcd4c [2020-08-27T17:07:12.701Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-27T17:07:12.701Z] Removing intermediate container 27b647f985b4 [2020-08-27T17:07:12.701Z] ---> adf24ed26485 [2020-08-27T17:07:12.701Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T17:07:12.701Z] ---> Running in 24989e860e0f [2020-08-27T17:07:12.963Z] ---> 2e0d09863eae [2020-08-27T17:07:12.963Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-27T17:07:12.963Z] ---> 06638b7438aa [2020-08-27T17:07:12.963Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-27T17:07:12.963Z] ---> 701b02308dc5 [2020-08-27T17:07:12.963Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-27T17:07:13.918Z] Removing intermediate container 24989e860e0f [2020-08-27T17:07:13.918Z] ---> d88298cbb143 [2020-08-27T17:07:13.918Z] Step 14/22 : WORKDIR / [2020-08-27T17:07:13.918Z] Removing intermediate container 414a6c9ffd96 [2020-08-27T17:07:13.918Z] ---> 44e0a825e5b1 [2020-08-27T17:07:13.918Z] [2020-08-27T17:07:13.918Z] Step 11/27 : FROM docker:latest [2020-08-27T17:07:13.918Z] ---> 81f5749c9058 [2020-08-27T17:07:13.918Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-27T17:07:13.918Z] ---> 6dfcbc46b2e5 [2020-08-27T17:07:13.918Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-27T17:07:13.918Z] ---> 8d3722ac0283 [2020-08-27T17:07:13.918Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-27T17:07:13.918Z] ---> Running in fe729d539f51 [2020-08-27T17:07:14.182Z] ---> 4c49dc668ec7 [2020-08-27T17:07:14.182Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-27T17:07:14.182Z] ---> Running in e2fa4a2e36c4 [2020-08-27T17:07:14.182Z] ---> Running in 6a4040b05f36 [2020-08-27T17:07:14.446Z] Removing intermediate container fe729d539f51 [2020-08-27T17:07:14.446Z] ---> fb0459496a66 [2020-08-27T17:07:14.446Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-27T17:07:14.719Z] Removing intermediate container 6a4040b05f36 [2020-08-27T17:07:14.719Z] ---> 7679609aa4fd [2020-08-27T17:07:14.719Z] Step 17/20 : CMD ["--init=true"] [2020-08-27T17:07:14.719Z] ---> 8f11ffc4d80f [2020-08-27T17:07:14.719Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-27T17:07:14.719Z] ---> ff4d0882278c [2020-08-27T17:07:14.719Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-27T17:07:14.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:07:14.719Z] ---> Running in 4ebd7a925ab4 [2020-08-27T17:07:14.988Z] ---> Running in 6f8e61c8a738 [2020-08-27T17:07:14.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:07:14.988Z] ---> bdb626725cd7 [2020-08-27T17:07:14.988Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-27T17:07:14.988Z] Removing intermediate container 6f8e61c8a738 [2020-08-27T17:07:14.988Z] ---> c98a8b1615a2 [2020-08-27T17:07:14.988Z] Step 18/20 : LABEL arch=x86_64 [2020-08-27T17:07:14.988Z] (1/2) Installing readline (8.0.4-r0) [2020-08-27T17:07:14.988Z] (2/2) Installing bash (5.0.17-r0) [2020-08-27T17:07:15.252Z] Executing bash-5.0.17-r0.post-install [2020-08-27T17:07:15.252Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:07:15.252Z] OK: 12 MiB in 22 packages [2020-08-27T17:07:15.252Z] ---> 4b090eb48d4b [2020-08-27T17:07:15.252Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-27T17:07:15.514Z] Removing intermediate container 4ebd7a925ab4 [2020-08-27T17:07:15.514Z] ---> 0f5d123d0260 [2020-08-27T17:07:15.514Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:07:15.514Z] ---> Running in 691425f58c32 [2020-08-27T17:07:15.776Z] ---> Running in 5d0d3d7b80ba [2020-08-27T17:07:15.776Z] ---> Running in 32b13f54b8fb [2020-08-27T17:07:15.943Z] ---> Running in a39e94d3e41b [2020-08-27T17:07:17.164Z] ---> 9a78dc83dc58 [2020-08-27T17:07:17.164Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-27T17:07:17.164Z] Removing intermediate container 691425f58c32 [2020-08-27T17:07:17.164Z] ---> 0701d8fe7d1b [2020-08-27T17:07:17.164Z] Step 19/20 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:07:17.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:07:17.431Z] Removing intermediate container 5d0d3d7b80ba [2020-08-27T17:07:17.431Z] ---> a31550ff07c0 [2020-08-27T17:07:17.431Z] Step 19/21 : LABEL arch=x86_64 [2020-08-27T17:07:17.431Z] Removing intermediate container 32b13f54b8fb [2020-08-27T17:07:17.431Z] ---> 6c6bd244baa7 [2020-08-27T17:07:17.431Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:07:17.431Z] ---> Running in aaa26f459325 [2020-08-27T17:07:17.431Z] ---> Running in 0f08e8f372ae [2020-08-27T17:07:17.431Z] ---> Running in 50c267782df3 [2020-08-27T17:07:17.692Z] ---> 5e464de37838 [2020-08-27T17:07:17.692Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-27T17:07:17.692Z] Removing intermediate container e2fa4a2e36c4 [2020-08-27T17:07:17.692Z] ---> b8e718196d83 [2020-08-27T17:07:17.692Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-27T17:07:17.692Z] ---> Running in b7588c741e1c [2020-08-27T17:07:17.953Z] ---> Running in 3e92e304a44b [2020-08-27T17:07:17.953Z] Removing intermediate container aaa26f459325 [2020-08-27T17:07:17.953Z] ---> 0dfc072fb2ca [2020-08-27T17:07:17.953Z] Step 20/20 : LABEL version=1.2.2-dev.17 [2020-08-27T17:07:17.953Z] Removing intermediate container 0f08e8f372ae [2020-08-27T17:07:17.953Z] ---> 54837aa01642 [2020-08-27T17:07:17.953Z] Step 20/21 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:07:18.218Z] Removing intermediate container 50c267782df3 [2020-08-27T17:07:18.218Z] ---> d7d60f44382f [2020-08-27T17:07:18.218Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T17:07:18.218Z] ---> Running in 66a4fe48fc6e [2020-08-27T17:07:18.218Z] ---> Running in d8cf34d000be [2020-08-27T17:07:18.218Z] ---> Running in d3720aa2158c [2020-08-27T17:07:18.218Z] Removing intermediate container b7588c741e1c [2020-08-27T17:07:18.218Z] ---> ed6fc48fef68 [2020-08-27T17:07:18.218Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:07:18.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:07:18.488Z] ---> Running in 49af6d55d731 [2020-08-27T17:07:18.488Z] Removing intermediate container 66a4fe48fc6e [2020-08-27T17:07:18.488Z] ---> ec403a0c02a7 [2020-08-27T17:07:18.488Z] [2020-08-27T17:07:18.759Z] Removing intermediate container d8cf34d000be [2020-08-27T17:07:18.759Z] ---> 4ab7be51feb5 [2020-08-27T17:07:18.759Z] Step 21/21 : LABEL version=1.2.2-dev.17 [2020-08-27T17:07:18.759Z] Successfully built ec403a0c02a7 [2020-08-27T17:07:18.759Z] Removing intermediate container d3720aa2158c [2020-08-27T17:07:18.759Z] ---> c96393d35310 [2020-08-27T17:07:18.759Z] Step 21/22 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:07:18.759Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-27T17:07:18.759Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-08-27T17:07:18.759Z] ---> Running in cdc91191ce33 [2020-08-27T17:07:18.759Z] ---> Running in 43b79b2a6bbf [2020-08-27T17:07:19.024Z] Removing intermediate container 49af6d55d731 [2020-08-27T17:07:19.024Z] ---> 1e92e1830f1c [2020-08-27T17:07:19.024Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T17:07:19.024Z] ---> Running in 2e679d0ce204 [2020-08-27T17:07:19.298Z] Removing intermediate container cdc91191ce33 [2020-08-27T17:07:19.298Z] ---> 3ee1787298a0 [2020-08-27T17:07:19.298Z] Step 22/22 : LABEL version=1.2.2-dev.17 [2020-08-27T17:07:19.298Z] Removing intermediate container 43b79b2a6bbf [2020-08-27T17:07:19.298Z] ---> 3b4c1560dec7 [2020-08-27T17:07:19.298Z] [2020-08-27T17:07:19.314Z] (1/12) Installing libmagic (5.38-r0) [2020-08-27T17:07:19.570Z] Successfully built 3b4c1560dec7 [2020-08-27T17:07:19.570Z] ---> Running in 350a9c7bbff0 [2020-08-27T17:07:19.570Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-27T17:07:19.570Z] Building docker-core-command-go [2020-08-27T17:07:19.585Z] (2/12) Installing file (5.38-r0) [2020-08-27T17:07:19.838Z]  Building docker-support-scheduler-go ... done Removing intermediate container 3e92e304a44b [2020-08-27T17:07:19.838Z] ---> 56616ad9e83a [2020-08-27T17:07:19.838Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-27T17:07:19.838Z] Removing intermediate container 2e679d0ce204 [2020-08-27T17:07:19.838Z] ---> 6f66050b6fce [2020-08-27T17:07:19.838Z] Step 21/22 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:07:19.854Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-27T17:07:19.855Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-27T17:07:20.099Z] ---> Running in 0acdd0dd371e [2020-08-27T17:07:20.099Z] ---> Running in 7bc054ac4e6a [2020-08-27T17:07:20.099Z] Removing intermediate container 350a9c7bbff0 [2020-08-27T17:07:20.099Z] ---> 43e3f7ef598a [2020-08-27T17:07:20.099Z] [2020-08-27T17:07:20.099Z] Successfully built 43e3f7ef598a [2020-08-27T17:07:20.099Z] Successfully tagged docker-support-logging-go:latest [2020-08-27T17:07:20.099Z] Building docker-security-secrets-setup-go [2020-08-27T17:07:23.218Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-27T17:07:23.218Z] (6/12) Installing patch (2.7.6-r6) [2020-08-27T17:07:23.487Z] (7/12) Installing build-base (0.5-r2) [2020-08-27T17:07:23.487Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-27T17:07:23.487Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-27T17:07:23.755Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-27T17:07:23.755Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-27T17:07:23.755Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-27T17:07:24.026Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:07:24.026Z] OK: 217 MiB in 51 packages [2020-08-27T17:07:25.396Z]  Building docker-support-logging-go ... done Removing intermediate container 0acdd0dd371e [2020-08-27T17:07:25.396Z] ---> f6ce337a920a [2020-08-27T17:07:25.396Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-27T17:07:25.396Z] Removing intermediate container 7bc054ac4e6a [2020-08-27T17:07:25.396Z] ---> e3076c7665e6 [2020-08-27T17:07:25.396Z] Step 22/22 : LABEL version=1.2.2-dev.17 [2020-08-27T17:07:25.396Z] ---> Running in 6e0224a7e278 [2020-08-27T17:07:25.396Z] ---> Running in a875ce8113b2 [2020-08-27T17:07:25.969Z] Removing intermediate container 6e0224a7e278 [2020-08-27T17:07:25.969Z] ---> 3a5a93cff13c [2020-08-27T17:07:25.969Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-27T17:07:25.969Z] Removing intermediate container a875ce8113b2 [2020-08-27T17:07:25.969Z] ---> c96e043f967a [2020-08-27T17:07:25.969Z] [2020-08-27T17:07:25.969Z] ---> Running in 7ce76403afb5 [2020-08-27T17:07:25.969Z] Successfully built c96e043f967a [2020-08-27T17:07:25.969Z] Successfully tagged docker-core-metadata-go:latest [2020-08-27T17:07:25.969Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-08-27T17:07:26.232Z] Removing intermediate container 7ce76403afb5 [2020-08-27T17:07:26.232Z] ---> 386f329be500 [2020-08-27T17:07:26.232Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-27T17:07:28.318Z] Removing intermediate container a39e94d3e41b [2020-08-27T17:07:28.318Z] ---> dfc368132fc5 [2020-08-27T17:07:28.318Z] Step 4/7 : WORKDIR /edgex-go [2020-08-27T17:07:28.318Z] ---> Running in d938a6e38cb8 [2020-08-27T17:07:28.590Z] Removing intermediate container d938a6e38cb8 [2020-08-27T17:07:28.590Z] ---> ec1ef03dc3bf [2020-08-27T17:07:28.590Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-27T17:07:28.859Z] latest: Pulling from library/docker [2020-08-27T17:07:29.130Z] b538f80385f9: Already exists [2020-08-27T17:07:29.130Z] 259a493cd78d: Pulling fs layer [2020-08-27T17:07:29.130Z] b8e66b5100f5: Pulling fs layer [2020-08-27T17:07:29.130Z] 39dc9c94d07c: Pulling fs layer [2020-08-27T17:07:29.130Z] 551b823b3b82: Pulling fs layer [2020-08-27T17:07:29.130Z] 3c52a74df98c: Pulling fs layer [2020-08-27T17:07:29.130Z] 6c9b121b6998: Pulling fs layer [2020-08-27T17:07:29.130Z] 3c52a74df98c: Waiting [2020-08-27T17:07:29.130Z] 551b823b3b82: Waiting [2020-08-27T17:07:29.130Z] 6c9b121b6998: Waiting [2020-08-27T17:07:29.130Z] b8e66b5100f5: Verifying Checksum [2020-08-27T17:07:29.130Z] b8e66b5100f5: Download complete [2020-08-27T17:07:29.405Z] 259a493cd78d: Verifying Checksum [2020-08-27T17:07:29.405Z] 259a493cd78d: Download complete [2020-08-27T17:07:29.405Z] 551b823b3b82: Verifying Checksum [2020-08-27T17:07:29.405Z] 551b823b3b82: Download complete [2020-08-27T17:07:29.405Z] 3c52a74df98c: Download complete [2020-08-27T17:07:29.679Z] 6c9b121b6998: Verifying Checksum [2020-08-27T17:07:29.679Z] 6c9b121b6998: Download complete [2020-08-27T17:07:29.953Z] 259a493cd78d: Pull complete [2020-08-27T17:07:30.551Z] b8e66b5100f5: Pull complete [2020-08-27T17:07:30.551Z] 39dc9c94d07c: Download complete [2020-08-27T17:07:31.671Z] ---> 307c17d52ae8 [2020-08-27T17:07:31.672Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-27T17:07:31.935Z] ---> 903ca14213b3 [2020-08-27T17:07:31.935Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-27T17:07:33.935Z] 39dc9c94d07c: Pull complete [2020-08-27T17:07:33.935Z] 551b823b3b82: Pull complete [2020-08-27T17:07:33.935Z] 3c52a74df98c: Pull complete [2020-08-27T17:07:34.530Z] 6c9b121b6998: Pull complete [2020-08-27T17:07:34.530Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-27T17:07:34.530Z] Status: Downloaded newer image for docker:latest [2020-08-27T17:07:36.184Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:07:36.184Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:07:36.184Z] ---> 9e7b728d571b [2020-08-27T17:07:36.184Z] Step 3/24 : WORKDIR /edgex-go [2020-08-27T17:07:36.184Z] ---> Using cache [2020-08-27T17:07:36.184Z] ---> 8c166fcd6d85 [2020-08-27T17:07:36.184Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:07:36.184Z] ---> Using cache [2020-08-27T17:07:36.184Z] ---> a6b5152b94ff [2020-08-27T17:07:36.184Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-27T17:07:37.587Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:07:37.587Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:07:37.587Z] ---> 9e7b728d571b [2020-08-27T17:07:37.587Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T17:07:37.587Z] ---> Using cache [2020-08-27T17:07:37.587Z] ---> 8c166fcd6d85 [2020-08-27T17:07:37.587Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:07:37.587Z] ---> Using cache [2020-08-27T17:07:37.587Z] ---> a6b5152b94ff [2020-08-27T17:07:37.587Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T17:07:37.587Z] ---> Using cache [2020-08-27T17:07:37.587Z] ---> b7d56c44c90b [2020-08-27T17:07:37.587Z] Step 6/22 : COPY go.mod . [2020-08-27T17:07:37.587Z] ---> Using cache [2020-08-27T17:07:37.587Z] ---> 5eacf19a82bc [2020-08-27T17:07:37.587Z] Step 7/22 : RUN go mod download [2020-08-27T17:07:37.587Z] ---> Using cache [2020-08-27T17:07:37.587Z] ---> 49e6af88ca04 [2020-08-27T17:07:37.587Z] Step 8/22 : COPY . . [2020-08-27T17:07:37.587Z] ---> Using cache [2020-08-27T17:07:37.587Z] ---> 0094c9e0550a [2020-08-27T17:07:37.587Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-27T17:07:37.587Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:07:37.587Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-27T17:07:37.587Z] ---> 9e7b728d571b [2020-08-27T17:07:37.587Z] Step 3/29 : WORKDIR /edgex-go [2020-08-27T17:07:37.587Z] ---> Using cache [2020-08-27T17:07:37.587Z] ---> 8c166fcd6d85 [2020-08-27T17:07:37.587Z] Step 4/29 : RUN apk update && apk add make git [2020-08-27T17:07:37.914Z] ---> 18de1c67247c [2020-08-27T17:07:37.914Z] Step 6/7 : COPY go.mod . [2020-08-27T17:07:38.185Z] ---> cb16a103e74d [2020-08-27T17:07:38.185Z] Step 7/7 : RUN go mod download [2020-08-27T17:07:38.460Z] ---> Running in 25e1379122e1 [2020-08-27T17:07:38.982Z] ---> Running in a949cbb430a8 [2020-08-27T17:07:38.982Z] ---> dfd78736cf3e [2020-08-27T17:07:38.982Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-27T17:07:38.982Z] ---> Running in 36e599f1e84e [2020-08-27T17:07:38.982Z] ---> Running in 21076e9d82cf [2020-08-27T17:07:38.982Z] ---> Running in 1d3e9ab5b1a9 [2020-08-27T17:07:39.562Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:07:39.562Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:07:39.562Z] ---> 9e7b728d571b [2020-08-27T17:07:39.562Z] Step 3/26 : WORKDIR /edgex-go [2020-08-27T17:07:39.562Z] ---> Using cache [2020-08-27T17:07:39.562Z] ---> 8c166fcd6d85 [2020-08-27T17:07:39.562Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:07:39.562Z] ---> Using cache [2020-08-27T17:07:39.562Z] ---> a6b5152b94ff [2020-08-27T17:07:39.562Z] Step 5/26 : RUN apk update && apk add make git [2020-08-27T17:07:39.562Z] ---> Using cache [2020-08-27T17:07:39.562Z] ---> b7d56c44c90b [2020-08-27T17:07:39.562Z] Step 6/26 : COPY go.mod . [2020-08-27T17:07:39.562Z] ---> Using cache [2020-08-27T17:07:39.562Z] ---> 5eacf19a82bc [2020-08-27T17:07:39.562Z] Step 7/26 : RUN go mod download [2020-08-27T17:07:39.562Z] ---> Using cache [2020-08-27T17:07:39.562Z] ---> 49e6af88ca04 [2020-08-27T17:07:39.562Z] Step 8/26 : COPY . . [2020-08-27T17:07:39.562Z] ---> Using cache [2020-08-27T17:07:39.562Z] ---> 0094c9e0550a [2020-08-27T17:07:39.562Z] 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-27T17:07:40.151Z] ---> Running in 771734be3afb [2020-08-27T17:07:40.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/core-command/core-command ./cmd/core-command [2020-08-27T17:07:40.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:07:40.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:07:40.735Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:07:40.735Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-27T17:07:40.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:07:40.999Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-27T17:07:40.999Z] (2/33) Installing expat (2.2.9-r1) [2020-08-27T17:07:40.999Z] (3/33) Installing libffi (3.3-r2) [2020-08-27T17:07:40.999Z] (4/33) Installing gdbm (1.13-r1) [2020-08-27T17:07:40.999Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-27T17:07:40.999Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-27T17:07:41.269Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-27T17:07:41.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:07:41.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:07:41.818Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:07:41.818Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:07:41.818Z] OK: 12746 distinct packages available [2020-08-27T17:07:42.088Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:07:42.088Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:07:42.088Z] OK: 12746 distinct packages available [2020-08-27T17:07:42.088Z] OK: 233 MiB in 51 packages [2020-08-27T17:07:42.359Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-27T17:07:42.359Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-27T17:07:42.359Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-27T17:07:42.359Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-27T17:07:42.359Z] OK: 233 MiB in 51 packages [2020-08-27T17:07:42.359Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-27T17:07:42.359Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-27T17:07:42.359Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-27T17:07:42.359Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-27T17:07:42.359Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-27T17:07:42.359Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-27T17:07:42.631Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-27T17:07:42.631Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-27T17:07:42.631Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-27T17:07:42.631Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-27T17:07:42.631Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-27T17:07:42.631Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-27T17:07:42.631Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-27T17:07:42.631Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-27T17:07:42.631Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-27T17:07:42.631Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-27T17:07:42.631Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-27T17:07:42.631Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-27T17:07:42.631Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-27T17:07:42.757Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-27T17:07:42.757Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-27T17:07:42.757Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-27T17:07:42.757Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-27T17:07:42.757Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-27T17:07:42.757Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-27T17:07:42.757Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-27T17:07:42.757Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-27T17:07:42.757Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-27T17:07:42.757Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-27T17:07:42.757Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-27T17:07:42.757Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-27T17:07:42.757Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-27T17:07:42.757Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-27T17:07:42.757Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-27T17:07:42.757Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-27T17:07:42.757Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-27T17:07:42.757Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-27T17:07:42.757Z] go: finding github.com/fatih/color v1.7.0 [2020-08-27T17:07:42.757Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-27T17:07:42.962Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-27T17:07:42.962Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-27T17:07:42.962Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-27T17:07:43.027Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-27T17:07:43.027Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-27T17:07:43.027Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-27T17:07:43.027Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-27T17:07:43.027Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-27T17:07:43.027Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-27T17:07:43.027Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-27T17:07:43.298Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-27T17:07:43.298Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-27T17:07:43.298Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-27T17:07:43.298Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-27T17:07:43.298Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-27T17:07:43.298Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-27T17:07:43.567Z] go: finding github.com/google/uuid v1.1.0 [2020-08-27T17:07:43.567Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-27T17:07:43.567Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-27T17:07:43.567Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-27T17:07:43.567Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-27T17:07:43.567Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-27T17:07:43.837Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-27T17:07:43.837Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-27T17:07:43.837Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-27T17:07:43.837Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-27T17:07:43.837Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-27T17:07:43.837Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-27T17:07:43.837Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-27T17:07:44.109Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-27T17:07:44.109Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-27T17:07:44.109Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-27T17:07:44.109Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-27T17:07:44.109Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-27T17:07:44.109Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-27T17:07:44.378Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-27T17:07:44.378Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-27T17:07:44.378Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-27T17:07:44.378Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-27T17:07:44.378Z] go: finding github.com/kr/pty v1.1.1 [2020-08-27T17:07:44.378Z] go: finding github.com/kr/text v0.1.0 [2020-08-27T17:07:44.647Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-27T17:07:44.647Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-27T17:07:44.647Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-27T17:07:44.647Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-27T17:07:44.647Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-27T17:07:44.647Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-27T17:07:44.917Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-27T17:07:44.917Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-27T17:07:44.917Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-27T17:07:44.917Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-27T17:07:44.917Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-27T17:07:44.917Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-27T17:07:44.917Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-27T17:07:45.189Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-27T17:07:45.189Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-27T17:07:45.189Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-27T17:07:45.189Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-27T17:07:45.189Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-27T17:07:45.189Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-27T17:07:45.458Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-27T17:07:45.458Z] go: finding github.com/posener/complete v1.1.1 [2020-08-27T17:07:45.458Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-27T17:07:45.458Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-27T17:07:45.458Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-27T17:07:45.458Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-27T17:07:45.729Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-27T17:07:45.729Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-27T17:07:45.729Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-27T17:07:45.729Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-27T17:07:45.729Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-27T17:07:45.729Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-27T17:07:45.729Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-27T17:07:46.000Z] go: finding golang.org/x/text v0.3.2 [2020-08-27T17:07:46.000Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-27T17:07:46.000Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-27T17:07:46.000Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-27T17:07:46.000Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-27T17:07:46.000Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-27T17:07:46.274Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-27T17:07:48.310Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:07:48.310Z] OK: 71 MiB in 55 packages [2020-08-27T17:07:48.310Z] Removing intermediate container a949cbb430a8 [2020-08-27T17:07:48.310Z] ---> 32f8f60240a1 [2020-08-27T17:07:48.310Z] Step 6/24 : COPY go.mod . [2020-08-27T17:07:48.310Z] Removing intermediate container 21076e9d82cf [2020-08-27T17:07:48.310Z] ---> 2351eac37efc [2020-08-27T17:07:48.310Z] Step 5/29 : COPY go.mod . [2020-08-27T17:07:50.277Z] ---> 57bf3be2a003 [2020-08-27T17:07:50.277Z] Step 7/24 : RUN go mod download [2020-08-27T17:07:51.240Z] ---> 638a226389e5 [2020-08-27T17:07:51.240Z] Step 6/29 : RUN go mod download [2020-08-27T17:07:51.527Z] ---> Running in 159ee5720b34 [2020-08-27T17:07:52.952Z] ---> Running in 562b5de66c87 [2020-08-27T17:07:58.318Z] Removing intermediate container 1d3e9ab5b1a9 [2020-08-27T17:07:58.318Z] ---> 6b10ece020a8 [2020-08-27T17:07:58.318Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-27T17:07:58.584Z] ---> Running in a36b338bfbd1 [2020-08-27T17:07:58.860Z] Removing intermediate container 562b5de66c87 [2020-08-27T17:07:58.860Z] ---> cf9386897347 [2020-08-27T17:07:58.860Z] Step 7/29 : COPY . . [2020-08-27T17:07:58.860Z] Removing intermediate container 159ee5720b34 [2020-08-27T17:07:58.860Z] ---> 0d312b733309 [2020-08-27T17:07:58.860Z] Step 8/24 : COPY . . [2020-08-27T17:08:05.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-27T17:08:07.494Z] Collecting docker-compose==1.23.2 [2020-08-27T17:08:07.494Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-27T17:08:08.440Z] Removing intermediate container 25e1379122e1 [2020-08-27T17:08:08.440Z] ---> ec3612811f2e [2020-08-27T17:08:08.440Z] Successfully built ec3612811f2e [2020-08-27T17:08:08.440Z] Successfully tagged ci-base-image-arm64: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-27T17:08:09.353Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T17:08:09.353Z] [2020-08-27T17:08:09.353Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:08:10.000Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T17:08:10.000Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-27T17:08:10.000Z] 29e5d40040c1: Pulling fs layer [2020-08-27T17:08:10.000Z] 1ce36da41761: Pulling fs layer [2020-08-27T17:08:10.000Z] 25b303627fd3: Pulling fs layer [2020-08-27T17:08:10.272Z] 29e5d40040c1: Verifying Checksum [2020-08-27T17:08:10.272Z] 29e5d40040c1: Download complete [2020-08-27T17:08:10.544Z] 1ce36da41761: Verifying Checksum [2020-08-27T17:08:10.544Z] 1ce36da41761: Download complete [2020-08-27T17:08:10.808Z] Collecting PyYAML<4,>=3.10 [2020-08-27T17:08:10.808Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-27T17:08:10.815Z] 29e5d40040c1: Pull complete [2020-08-27T17:08:12.243Z] 25b303627fd3: Verifying Checksum [2020-08-27T17:08:12.243Z] 25b303627fd3: Download complete [2020-08-27T17:08:12.243Z] 1ce36da41761: Pull complete [2020-08-27T17:08:16.139Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-27T17:08:16.139Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-27T17:08:17.638Z] Removing intermediate container 36e599f1e84e [2020-08-27T17:08:17.638Z] ---> 07e1e0030350 [2020-08-27T17:08:17.638Z] [2020-08-27T17:08:17.638Z] Step 10/22 : FROM scratch [2020-08-27T17:08:17.638Z] ---> [2020-08-27T17:08:17.638Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T17:08:17.638Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-27T17:08:17.638Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-27T17:08:17.926Z] ---> Using cache [2020-08-27T17:08:17.926Z] ---> 6aad2f157cfc [2020-08-27T17:08:17.926Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-27T17:08:19.542Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-27T17:08:19.542Z] ---> Running in cb66753c9bfe [2020-08-27T17:08:19.542Z] Collecting texttable<0.10,>=0.9.0 [2020-08-27T17:08:19.542Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-27T17:08:19.542Z] ---> 160f8c0452ad [2020-08-27T17:08:19.542Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-27T17:08:19.542Z] ---> c09d53f4f176 [2020-08-27T17:08:19.542Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-27T17:08:19.542Z] ---> Running in 3c3bd16ede1d [2020-08-27T17:08:19.811Z] ---> Running in 3c5e206b4ec0 [2020-08-27T17:08:19.811Z] Removing intermediate container cb66753c9bfe [2020-08-27T17:08:19.811Z] ---> f7122fffea98 [2020-08-27T17:08:19.811Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T17:08:19.811Z] ---> Running in 610d0a7766ca [2020-08-27T17:08:20.081Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-27T17:08:20.081Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-27T17:08:20.081Z] Removing intermediate container 610d0a7766ca [2020-08-27T17:08:20.081Z] ---> 230594a5ac32 [2020-08-27T17:08:20.081Z] Step 14/22 : WORKDIR / [2020-08-27T17:08:20.354Z] ---> Running in e519a19970bc [2020-08-27T17:08:20.632Z] Removing intermediate container e519a19970bc [2020-08-27T17:08:20.633Z] ---> 284563d9d617 [2020-08-27T17:08:20.633Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-27T17:08:20.633Z] Collecting docopt<0.7,>=0.6.1 [2020-08-27T17:08:20.633Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-27T17:08:20.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-27T17:08:20.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-27T17:08:20.907Z] ---> 58b652a2170e [2020-08-27T17:08:20.907Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-27T17:08:21.183Z] Collecting cached-property<2,>=1.2.0 [2020-08-27T17:08:21.183Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-27T17:08:21.499Z] Collecting jsonschema<3,>=2.5.1 [2020-08-27T17:08:21.499Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-27T17:08:21.499Z] 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-27T17:08:21.499Z] Collecting docker<4.0,>=3.6.0 [2020-08-27T17:08:21.499Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-27T17:08:22.105Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-27T17:08:22.105Z] ---> 08291f091d37 [2020-08-27T17:08:22.105Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-27T17:08:22.105Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-27T17:08:22.105Z] 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-27T17:08:22.105Z] 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-27T17:08:22.422Z] Collecting idna<2.8,>=2.5 [2020-08-27T17:08:22.423Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-27T17:08:22.448Z] 25b303627fd3: Pull complete [2020-08-27T17:08:22.448Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-27T17:08:22.448Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T17:08:22.448Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-27T17:08:22.750Z] Collecting docker-pycreds>=0.4.0 [2020-08-27T17:08:22.751Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-27T17:08:22.751Z] ---> 7f18b7db019a [2020-08-27T17:08:22.751Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-27T17:08:22.751Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-27T17:08:22.751Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-27T17:08:22.751Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-27T17:08:22.751Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-27T17:08:22.751Z] ---> Running in 2a56ddaf71b2 [2020-08-27T17:08:22.760Z] prd-ubuntu18.04-docker-arm64-4c-16g-485 does not seem to be running inside a container [2020-08-27T17:08:22.960Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-27T17:08:23.021Z] Installing collected packages: PyYAML, websocket-client, urllib3, idna, requests, texttable, dockerpty, docopt, cached-property, jsonschema, docker-pycreds, docker, docker-compose [2020-08-27T17:08:23.021Z] Running setup.py install for PyYAML: started [2020-08-27T17:08:23.648Z] Removing intermediate container 2a56ddaf71b2 [2020-08-27T17:08:23.648Z] ---> f1c64b690957 [2020-08-27T17:08:23.648Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:08:25.695Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-27T17:08:25.695Z] ---> Running in ac0928a308e2 [2020-08-27T17:08:25.695Z] Attempting uninstall: urllib3 [2020-08-27T17:08:25.695Z] Found existing installation: urllib3 1.25.9 [2020-08-27T17:08:25.696Z] Uninstalling urllib3-1.25.9: [2020-08-27T17:08:26.294Z] Successfully uninstalled urllib3-1.25.9 [2020-08-27T17:08:26.294Z] Removing intermediate container 771734be3afb [2020-08-27T17:08:26.294Z] ---> 7d86e717aad2 [2020-08-27T17:08:26.294Z] [2020-08-27T17:08:26.294Z] Step 10/26 : FROM alpine:3.10 [2020-08-27T17:08:26.308Z] $ docker top 6189f94a2699d585917214801da1b4188df017c560a342a72caece917106bf14 -eo pid,comm [2020-08-27T17:08:26.583Z] Removing intermediate container ac0928a308e2 [2020-08-27T17:08:26.583Z] ---> 1f12e0886c51 [2020-08-27T17:08:26.583Z] Step 20/22 : LABEL arch=x86_64 [2020-08-27T17:08:26.583Z] 3.10: Pulling from library/alpine [Pipeline] { [Pipeline] sh [2020-08-27T17:08:27.208Z] Attempting uninstall: idna [2020-08-27T17:08:27.208Z] Found existing installation: idna 2.9 [2020-08-27T17:08:27.208Z] Uninstalling idna-2.9: [2020-08-27T17:08:27.208Z] ---> Running in c1d48ac90021 [2020-08-27T17:08:27.208Z] Successfully uninstalled idna-2.9 [2020-08-27T17:08:27.712Z] + grep parallel [2020-08-27T17:08:27.712Z] + docker-compose build --help [2020-08-27T17:08:27.810Z] Removing intermediate container c1d48ac90021 [2020-08-27T17:08:27.810Z] ---> 4d1f373fd15e [2020-08-27T17:08:27.810Z] Step 21/22 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:08:27.810Z] Attempting uninstall: requests [2020-08-27T17:08:27.810Z] Found existing installation: requests 2.23.0 [2020-08-27T17:08:27.810Z] Uninstalling requests-2.23.0: [2020-08-27T17:08:27.810Z] Successfully uninstalled requests-2.23.0 [2020-08-27T17:08:28.108Z] ---> Running in 53d2ebfbfe7c [2020-08-27T17:08:28.108Z] Running setup.py install for texttable: started [2020-08-27T17:08:28.108Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-27T17:08:28.108Z] Status: Downloaded newer image for alpine:3.10 [2020-08-27T17:08:28.108Z] ---> be4e4bea2c2e [2020-08-27T17:08:28.108Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-27T17:08:28.390Z] ---> Running in b2e8cdf98e42 [2020-08-27T17:08:28.391Z] Removing intermediate container 53d2ebfbfe7c [2020-08-27T17:08:28.391Z] ---> 9e063519476b [2020-08-27T17:08:28.391Z] Step 22/22 : LABEL version=1.2.2-dev.17 [2020-08-27T17:08:28.661Z] Running setup.py install for texttable: finished with status 'done' [2020-08-27T17:08:28.661Z] Running setup.py install for dockerpty: started [2020-08-27T17:08:28.661Z] ---> Running in 3cd1a3915e3e [2020-08-27T17:08:29.250Z] Removing intermediate container 3cd1a3915e3e [2020-08-27T17:08:29.250Z] ---> 41f6afde3acb [2020-08-27T17:08:29.250Z] [2020-08-27T17:08:29.250Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-27T17:08:29.250Z] Running setup.py install for docopt: started [2020-08-27T17:08:29.250Z] Successfully built 41f6afde3acb [2020-08-27T17:08:29.250Z] Successfully tagged docker-core-command-go:latest [2020-08-27T17:08:29.250Z] Building docker-core-data-go [2020-08-27T17:08:29.517Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:08:29.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:08:29.787Z] Running setup.py install for docopt: finished with status 'done' [2020-08-27T17:08:29.787Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-27T17:08:29.787Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-27T17:08:29.787Z] OK: 10346 distinct packages available [2020-08-27T17:08:30.390Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-27T17:08:31.093Z] --parallel Build images in parallel. [Pipeline] } [2020-08-27T17:08:31.117Z] $ docker stop --time=1 6189f94a2699d585917214801da1b4188df017c560a342a72caece917106bf14 [2020-08-27T17:08:31.384Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-27T17:08:31.968Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-27T17:08:31.968Z] (4/5) Installing curl (7.66.0-r0) [2020-08-27T17:08:31.968Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-27T17:08:31.968Z] Executing busybox-1.30.1-r3.trigger [2020-08-27T17:08:31.968Z] Executing ca-certificates-20191127-r2.trigger [2020-08-27T17:08:31.968Z] OK: 7 MiB in 19 packages [2020-08-27T17:08:33.085Z] $ docker rm -f 6189f94a2699d585917214801da1b4188df017c560a342a72caece917106bf14 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:08:33.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-27T17:08:33.934Z] . [Pipeline] withDockerContainer [2020-08-27T17:08:34.206Z] prd-ubuntu18.04-docker-arm64-4c-16g-485 does not seem to be running inside a container [2020-08-27T17:08:34.291Z] $ 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/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-27T17:08:35.730Z] $ docker top 46f1778948b2dada53a9fa3f5f664d97d5a69b495fd5279fe2e95e223e99712c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T17:08:36.536Z] 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-27T17:08:36.738Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-27T17:08:38.188Z] Removing intermediate container b2e8cdf98e42 [2020-08-27T17:08:38.188Z] ---> 3a167ba6ae44 [2020-08-27T17:08:38.188Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T17:08:39.636Z] ---> Running in 3166c4ebef84 [2020-08-27T17:08:40.153Z] Building docker-core-command-go ... [2020-08-27T17:08:40.153Z] Building docker-core-data-go ... [2020-08-27T17:08:40.153Z] Building docker-core-metadata-go ... [2020-08-27T17:08:40.153Z] Building docker-security-proxy-setup-go ... [2020-08-27T17:08:40.153Z] Building docker-security-secrets-setup-go ... [2020-08-27T17:08:40.153Z] Building docker-security-secretstore-setup-go ... [2020-08-27T17:08:40.153Z] Building docker-support-logging-go ... [2020-08-27T17:08:40.153Z] Building docker-support-notifications-go ... [2020-08-27T17:08:40.153Z] Building docker-support-scheduler-go ... [2020-08-27T17:08:40.153Z] Building docker-sys-mgmt-agent-go ... [2020-08-27T17:08:40.153Z] Building docker-support-scheduler-go [2020-08-27T17:08:40.153Z] Building docker-sys-mgmt-agent-go [2020-08-27T17:08:40.153Z] Building docker-support-logging-go [2020-08-27T17:08:40.153Z] Building docker-security-proxy-setup-go [2020-08-27T17:08:40.153Z] Building docker-core-metadata-go [2020-08-27T17:08:42.339Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:08:42.339Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:08:42.339Z] ---> 9e7b728d571b [2020-08-27T17:08:42.339Z] Step 3/23 : WORKDIR /edgex-go [2020-08-27T17:08:42.339Z] ---> Using cache [2020-08-27T17:08:42.339Z] ---> 8c166fcd6d85 [2020-08-27T17:08:42.339Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:08:42.339Z] ---> Using cache [2020-08-27T17:08:42.339Z] ---> a6b5152b94ff [2020-08-27T17:08:42.339Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-27T17:08:44.293Z] Removing intermediate container 3166c4ebef84 [2020-08-27T17:08:44.293Z] ---> bac464aa3871 [2020-08-27T17:08:44.293Z] Step 13/26 : WORKDIR / [2020-08-27T17:08:44.574Z] ---> Running in 6c1babc7ad84 [2020-08-27T17:08:44.574Z] ---> Running in 1bb4da1b994c [2020-08-27T17:08:44.844Z] Removing intermediate container a36b338bfbd1 [2020-08-27T17:08:44.844Z] ---> 5e461fd59d12 [2020-08-27T17:08:44.844Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-27T17:08:44.844Z] ---> Running in 8e4f4c00077a [2020-08-27T17:08:45.129Z] Removing intermediate container 1bb4da1b994c [2020-08-27T17:08:45.129Z] ---> 776658612c42 [2020-08-27T17:08:45.129Z] 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-27T17:08:45.399Z] ---> ae459595e1f8 [2020-08-27T17:08:45.399Z] 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-27T17:08:45.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:08:45.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:08:45.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:08:45.961Z] ---> b7db9434f470 [2020-08-27T17:08:45.961Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-27T17:08:45.961Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T17:08:46.242Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-27T17:08:46.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:08:46.242Z] (3/3) Installing curl (7.69.1-r0) [2020-08-27T17:08:46.242Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:08:46.845Z] OK: 72 MiB in 58 packages [2020-08-27T17:08:46.845Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:08:46.845Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:08:46.845Z] OK: 12746 distinct packages available [2020-08-27T17:08:47.475Z] OK: 233 MiB in 51 packages [2020-08-27T17:08:47.773Z] ---> bb4cb370326c [2020-08-27T17:08:47.773Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-27T17:08:48.361Z] ---> 74ec1e271236 [2020-08-27T17:08:48.361Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-27T17:08:48.361Z] Removing intermediate container 8e4f4c00077a [2020-08-27T17:08:48.361Z] ---> befacc1f8d50 [2020-08-27T17:08:48.361Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-27T17:08:48.635Z] ---> Running in b2394b69bd96 [2020-08-27T17:08:48.635Z] Removing intermediate container 6c1babc7ad84 [2020-08-27T17:08:48.635Z] ---> 98291a70e4fd [2020-08-27T17:08:48.635Z] Step 6/23 : COPY go.mod . [2020-08-27T17:08:48.915Z] ---> c74eadc30868 [2020-08-27T17:08:48.915Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-27T17:08:48.915Z] Removing intermediate container b2394b69bd96 [2020-08-27T17:08:48.915Z] ---> a8dbf690fd18 [2020-08-27T17:08:48.915Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:08:50.331Z] ---> 0996805f78eb [2020-08-27T17:08:50.331Z] Step 7/23 : RUN go mod download [2020-08-27T17:08:50.914Z] ---> Running in 276ad3025380 [2020-08-27T17:08:51.178Z] ---> Running in c31617cc186b [2020-08-27T17:08:51.448Z] ---> 953da9872edd [2020-08-27T17:08:51.448Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-27T17:08:51.448Z] Removing intermediate container 3c3bd16ede1d [2020-08-27T17:08:51.448Z] ---> 830dd103d8e6 [2020-08-27T17:08:51.448Z] [2020-08-27T17:08:51.448Z] Step 9/29 : FROM alpine:latest [2020-08-27T17:08:51.448Z] ---> a24bb4013296 [2020-08-27T17:08:51.448Z] 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-27T17:08:51.448Z] Removing intermediate container 3c5e206b4ec0 [2020-08-27T17:08:51.448Z] ---> fac8de6ea20e [2020-08-27T17:08:51.448Z] [2020-08-27T17:08:51.448Z] Step 10/24 : FROM scratch [2020-08-27T17:08:51.448Z] ---> [2020-08-27T17:08:51.448Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T17:08:51.448Z] Removing intermediate container 276ad3025380 [2020-08-27T17:08:51.448Z] ---> f490f04c0845 [2020-08-27T17:08:51.448Z] Step 25/27 : LABEL arch=x86_64 [2020-08-27T17:08:51.715Z] ---> Using cache [2020-08-27T17:08:51.715Z] ---> c263bcb1e343 [2020-08-27T17:08:51.715Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-27T17:08:51.715Z] ---> Running in 6538293964b8 [2020-08-27T17:08:51.984Z] ---> Running in 9f04d608681d [2020-08-27T17:08:51.984Z] ---> Running in 3274c7abd27a [2020-08-27T17:08:51.984Z] Removing intermediate container 6538293964b8 [2020-08-27T17:08:51.984Z] ---> 9b28047e303b [2020-08-27T17:08:51.984Z] Step 11/29 : USER root [2020-08-27T17:08:51.984Z] ---> 227820c860d2 [2020-08-27T17:08:51.984Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T17:08:51.984Z] ---> Running in 44c6b8e3f5c2 [2020-08-27T17:08:52.248Z] Removing intermediate container 9f04d608681d [2020-08-27T17:08:52.249Z] ---> bdc9eb740cc4 [2020-08-27T17:08:52.249Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-27T17:08:52.249Z] Removing intermediate container 3274c7abd27a [2020-08-27T17:08:52.249Z] ---> 5596c6d3e4df [2020-08-27T17:08:52.249Z] Step 26/27 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:08:52.249Z] ---> Running in be32f12ebc1e [2020-08-27T17:08:52.513Z] ---> Running in e3cc0eac2eb1 [2020-08-27T17:08:52.513Z] ---> bdb5c36e640a [2020-08-27T17:08:52.513Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T17:08:52.513Z] Removing intermediate container 44c6b8e3f5c2 [2020-08-27T17:08:52.513Z] ---> 34445c44e94a [2020-08-27T17:08:52.513Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-27T17:08:53.095Z] Removing intermediate container be32f12ebc1e [2020-08-27T17:08:53.095Z] ---> f48282e1e328 [2020-08-27T17:08:53.095Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-27T17:08:53.095Z] ---> Running in c6cfa720445a [2020-08-27T17:08:53.095Z] ---> Running in d427cdc9e7cc [2020-08-27T17:08:53.095Z] Removing intermediate container e3cc0eac2eb1 [2020-08-27T17:08:53.095Z] ---> e593764cf107 [2020-08-27T17:08:53.095Z] Step 27/27 : LABEL version=1.2.2-dev.17 [2020-08-27T17:08:53.362Z] ---> Running in e6951f7b7580 [2020-08-27T17:08:53.362Z] ---> 993585b56fcd [2020-08-27T17:08:53.362Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-27T17:08:53.633Z] Removing intermediate container c31617cc186b [2020-08-27T17:08:53.633Z] ---> c8f60b870a39 [2020-08-27T17:08:53.633Z] Step 8/23 : COPY . . [2020-08-27T17:08:53.633Z] Removing intermediate container e6951f7b7580 [2020-08-27T17:08:53.633Z] ---> 11a1c6054d01 [2020-08-27T17:08:53.633Z] [2020-08-27T17:08:53.910Z] Successfully built 11a1c6054d01 [2020-08-27T17:08:53.910Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-27T17:08:54.182Z]  Building docker-sys-mgmt-agent-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:08:54.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:08:54.445Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:08:54.445Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:08:54.445Z] OK: 12746 distinct packages available [2020-08-27T17:08:54.711Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-27T17:08:54.711Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-27T17:08:54.711Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:08:55.299Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T17:08:55.299Z] OK: 6 MiB in 16 packages [2020-08-27T17:08:58.639Z] ---> 5fe202df6e82 [2020-08-27T17:08:58.639Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-27T17:09:01.971Z] ---> 6c83cd639f4a [2020-08-27T17:09:01.971Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-27T17:09:02.549Z] Removing intermediate container c6cfa720445a [2020-08-27T17:09:02.549Z] ---> 634e8b4d0ce1 [2020-08-27T17:09:02.549Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T17:09:04.473Z] ---> 9533d0641fd9 [2020-08-27T17:09:04.473Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-27T17:09:04.473Z] ---> Running in 84d209f7c2fd [2020-08-27T17:09:04.473Z] Removing intermediate container d427cdc9e7cc [2020-08-27T17:09:04.473Z] ---> a60c79b70d76 [2020-08-27T17:09:04.473Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-27T17:09:07.017Z] ---> Running in f8eb34b2d43e [2020-08-27T17:09:07.017Z] Removing intermediate container 84d209f7c2fd [2020-08-27T17:09:07.017Z] ---> f09eb3f650a6 [2020-08-27T17:09:07.017Z] Step 24/26 : LABEL arch=x86_64 [2020-08-27T17:09:07.288Z] ---> Running in 6e8495fe2d0f [2020-08-27T17:09:07.288Z] ---> 2421246c07ce [2020-08-27T17:09:07.288Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-27T17:09:07.556Z] Removing intermediate container f8eb34b2d43e [2020-08-27T17:09:07.556Z] ---> 6c9b04bfb687 [2020-08-27T17:09:07.556Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-27T17:09:07.556Z] ---> eb3507622720 [2020-08-27T17:09:07.556Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-27T17:09:07.556Z] ---> Running in efcb00ba50c6 [2020-08-27T17:09:07.556Z] ---> Running in cd286954582e [2020-08-27T17:09:07.556Z] Removing intermediate container 6e8495fe2d0f [2020-08-27T17:09:07.556Z] ---> 49d76d47702c [2020-08-27T17:09:07.556Z] Step 25/26 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:07.828Z] ---> Running in 4a9bdb5c5b01 [2020-08-27T17:09:07.828Z] ---> e00fce79cb0c [2020-08-27T17:09:07.828Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-27T17:09:08.099Z] Removing intermediate container cd286954582e [2020-08-27T17:09:08.099Z] ---> 1165f6c79b15 [2020-08-27T17:09:08.099Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-27T17:09:08.099Z] ---> Running in ca05bcffa4d8 [2020-08-27T17:09:08.099Z] ---> Running in e0bb067a35db [2020-08-27T17:09:08.099Z] Removing intermediate container 4a9bdb5c5b01 [2020-08-27T17:09:08.099Z] ---> a5f3c7af0fd1 [2020-08-27T17:09:08.099Z] Step 26/26 : LABEL version=1.2.2-dev.17 [2020-08-27T17:09:08.367Z] ---> Running in c94fb54ccecf [2020-08-27T17:09:08.367Z] Removing intermediate container ca05bcffa4d8 [2020-08-27T17:09:08.367Z] ---> 61b73acb8368 [2020-08-27T17:09:08.367Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:09:08.367Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/core-data/core-data ./cmd/core-data [2020-08-27T17:09:08.632Z] ---> Running in 8471a29eb069 [2020-08-27T17:09:08.632Z] Removing intermediate container c94fb54ccecf [2020-08-27T17:09:08.632Z] ---> 253679df0ea3 [2020-08-27T17:09:08.632Z] [2020-08-27T17:09:08.904Z] Successfully built 253679df0ea3 [2020-08-27T17:09:08.904Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-27T17:09:08.904Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8471a29eb069 [2020-08-27T17:09:08.904Z] ---> 3619e55e5a23 [2020-08-27T17:09:08.904Z] Step 22/24 : LABEL arch=x86_64 [2020-08-27T17:09:08.904Z] ---> Running in 873f69b2bb57 [2020-08-27T17:09:09.169Z] Removing intermediate container 873f69b2bb57 [2020-08-27T17:09:09.169Z] ---> b87e92a20966 [2020-08-27T17:09:09.169Z] Step 23/24 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:09.169Z] ---> Running in f091b3358f7e [2020-08-27T17:09:09.434Z] Removing intermediate container e0bb067a35db [2020-08-27T17:09:09.434Z] ---> 51abf6755a38 [2020-08-27T17:09:09.434Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-27T17:09:09.434Z] Removing intermediate container f091b3358f7e [2020-08-27T17:09:09.434Z] ---> 9f6a2d231bbd [2020-08-27T17:09:09.434Z] Step 24/24 : LABEL version=1.2.2-dev.17 [2020-08-27T17:09:09.700Z] ---> Running in 20a7b07899df [2020-08-27T17:09:10.302Z] Removing intermediate container 20a7b07899df [2020-08-27T17:09:10.302Z] ---> a8d44567e8c9 [2020-08-27T17:09:10.302Z] [2020-08-27T17:09:10.302Z] ---> 7770558b0e74 [2020-08-27T17:09:10.302Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-27T17:09:10.302Z] Successfully built a8d44567e8c9 [2020-08-27T17:09:10.302Z] Successfully tagged docker-support-notifications-go:latest [2020-08-27T17:09:10.576Z]  Building docker-support-notifications-go ... done  ---> f4514cb71c1e [2020-08-27T17:09:10.576Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-27T17:09:11.162Z] ---> e379144d32cd [2020-08-27T17:09:11.162Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-27T17:09:11.434Z] ---> 327b9d77f155 [2020-08-27T17:09:11.434Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-27T17:09:12.020Z] ---> 7690d2fd4a25 [2020-08-27T17:09:12.020Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-27T17:09:12.020Z] ---> Running in eeaa1e58402d [2020-08-27T17:09:14.611Z] Removing intermediate container eeaa1e58402d [2020-08-27T17:09:14.611Z] ---> ac32c7e98887 [2020-08-27T17:09:14.611Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T17:09:14.878Z] ---> d26112b757f8 [2020-08-27T17:09:14.878Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T17:09:15.146Z] ---> Running in 400b40173f75 [2020-08-27T17:09:17.102Z] Removing intermediate container 400b40173f75 [2020-08-27T17:09:17.102Z] ---> 90acc94413ce [2020-08-27T17:09:17.102Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-27T17:09:17.102Z] ---> Running in 0a9962b77d0a [2020-08-27T17:09:19.104Z] Removing intermediate container 0a9962b77d0a [2020-08-27T17:09:19.104Z] ---> cd824a139c03 [2020-08-27T17:09:19.104Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T17:09:19.104Z] ---> Running in ab02ffe47b8a [2020-08-27T17:09:19.369Z] Removing intermediate container ab02ffe47b8a [2020-08-27T17:09:19.369Z] ---> 18b90edbee0e [2020-08-27T17:09:19.369Z] Step 26/29 : CMD [ "generate" ] [2020-08-27T17:09:19.369Z] ---> Running in 957e0c304b68 [2020-08-27T17:09:19.369Z] Removing intermediate container 957e0c304b68 [2020-08-27T17:09:19.369Z] ---> 28f451eb546c [2020-08-27T17:09:19.369Z] Step 27/29 : LABEL arch=x86_64 [2020-08-27T17:09:19.630Z] ---> Running in e02146565f9b [2020-08-27T17:09:19.630Z] Removing intermediate container e02146565f9b [2020-08-27T17:09:19.630Z] ---> 1ee83b8e6f14 [2020-08-27T17:09:19.630Z] Step 28/29 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:19.894Z] ---> Running in 12e022b788ab [2020-08-27T17:09:19.894Z] Removing intermediate container 12e022b788ab [2020-08-27T17:09:19.894Z] ---> 58437fdb90c1 [2020-08-27T17:09:19.894Z] Step 29/29 : LABEL version=1.2.2-dev.17 [2020-08-27T17:09:19.894Z] ---> Running in 9c2ebe878559 [2020-08-27T17:09:20.155Z] Removing intermediate container 9c2ebe878559 [2020-08-27T17:09:20.155Z] ---> 1b042feed567 [2020-08-27T17:09:20.155Z] [2020-08-27T17:09:20.417Z] Successfully built 1b042feed567 [2020-08-27T17:09:20.417Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-27T17:09:27.002Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container efcb00ba50c6 [2020-08-27T17:09:27.002Z] ---> 57d6aa7f4ea5 [2020-08-27T17:09:27.002Z] [2020-08-27T17:09:27.002Z] Step 10/23 : FROM alpine [2020-08-27T17:09:27.002Z] ---> a24bb4013296 [2020-08-27T17:09:27.002Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T17:09:27.002Z] ---> Running in b7bd558e5794 [2020-08-27T17:09:27.002Z] Removing intermediate container b7bd558e5794 [2020-08-27T17:09:27.002Z] ---> d6bdda3c2b84 [2020-08-27T17:09:27.002Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-27T17:09:27.002Z] ---> Running in aa412f91fc22 [2020-08-27T17:09:27.002Z] Removing intermediate container aa412f91fc22 [2020-08-27T17:09:27.002Z] ---> 49c2bc980824 [2020-08-27T17:09:27.002Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-27T17:09:27.002Z] ---> Running in 74cafeeaebd9 [2020-08-27T17:09:27.003Z] Removing intermediate container 74cafeeaebd9 [2020-08-27T17:09:27.003Z] ---> ffcb9096bd2e [2020-08-27T17:09:27.003Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:09:27.003Z] ---> Running in e712fd538b6f [2020-08-27T17:09:27.575Z] Removing intermediate container e712fd538b6f [2020-08-27T17:09:27.575Z] ---> 16564bf06476 [2020-08-27T17:09:27.575Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-27T17:09:27.575Z] ---> Running in 0a5022be915e [2020-08-27T17:09:28.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-27T17:09:28.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-27T17:09:29.036Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-27T17:09:29.036Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-27T17:09:29.319Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-27T17:09:29.319Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-27T17:09:29.588Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-27T17:09:29.588Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:09:29.588Z] OK: 8 MiB in 19 packages [2020-08-27T17:09:30.160Z] Removing intermediate container 0a5022be915e [2020-08-27T17:09:30.160Z] ---> 7308a4f6c27f [2020-08-27T17:09:30.160Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-27T17:09:30.160Z] ---> 6041807e2943 [2020-08-27T17:09:30.160Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-27T17:09:31.104Z] ---> da78ee92ad49 [2020-08-27T17:09:31.104Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-27T17:09:31.104Z] ---> 007dd598635b [2020-08-27T17:09:31.104Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-27T17:09:31.104Z] ---> Running in 1015f7f2cf83 [2020-08-27T17:09:31.365Z] Removing intermediate container 1015f7f2cf83 [2020-08-27T17:09:31.365Z] ---> 01f9efd66db5 [2020-08-27T17:09:31.365Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:09:31.365Z] ---> Running in 7adf7ca21362 [2020-08-27T17:09:31.626Z] Removing intermediate container 7adf7ca21362 [2020-08-27T17:09:31.626Z] ---> 53552cbcec3e [2020-08-27T17:09:31.626Z] Step 21/23 : LABEL arch=x86_64 [2020-08-27T17:09:31.626Z] ---> Running in 10c142a08d88 [2020-08-27T17:09:31.887Z] Removing intermediate container 10c142a08d88 [2020-08-27T17:09:31.887Z] ---> c8d90741e713 [2020-08-27T17:09:31.887Z] Step 22/23 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:31.887Z] ---> Running in cc57bcd1d63b [2020-08-27T17:09:31.887Z] Removing intermediate container cc57bcd1d63b [2020-08-27T17:09:31.887Z] ---> ae1a487d491a [2020-08-27T17:09:31.887Z] Step 23/23 : LABEL version=1.2.2-dev.17 [2020-08-27T17:09:32.149Z] ---> Running in 3dfb5a3c5042 [2020-08-27T17:09:32.149Z] Removing intermediate container 3dfb5a3c5042 [2020-08-27T17:09:32.149Z] ---> d4edee20e430 [2020-08-27T17:09:32.149Z] [2020-08-27T17:09:32.412Z] Successfully built d4edee20e430 [2020-08-27T17:09:32.412Z] Successfully tagged docker-core-data-go:latest [2020-08-27T17:09:32.686Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-08-27T17:09:32.694Z] $ docker stop --time=1 9f71d0c248624cfab091d59b9fb43da8f46b02fd54da18ebfa13e55b2eee5d03 [2020-08-27T17:09:34.284Z] $ docker rm -f 9f71d0c248624cfab091d59b9fb43da8f46b02fd54da18ebfa13e55b2eee5d03 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:09:34.825Z] + docker images [2020-08-27T17:09:34.826Z] + grep docker [2020-08-27T17:09:35.397Z] docker-core-data-go latest d4edee20e430 3 seconds ago 24.5MB [2020-08-27T17:09:35.397Z] docker-security-secrets-setup-go latest 1b042feed567 15 seconds ago 25.1MB [2020-08-27T17:09:35.397Z] docker-support-notifications-go latest a8d44567e8c9 26 seconds ago 14.5MB [2020-08-27T17:09:35.397Z] docker-security-secretstore-setup-go latest 253679df0ea3 27 seconds ago 33.9MB [2020-08-27T17:09:35.397Z] docker-sys-mgmt-agent-go latest 11a1c6054d01 42 seconds ago 284MB [2020-08-27T17:09:35.397Z] docker-core-command-go latest 41f6afde3acb About a minute ago 13MB [2020-08-27T17:09:35.397Z] docker-core-metadata-go latest c96e043f967a 2 minutes ago 14.4MB [2020-08-27T17:09:35.397Z] docker-support-logging-go latest 43e3f7ef598a 2 minutes ago 11.8MB [2020-08-27T17:09:35.398Z] docker-support-scheduler-go latest 3b4c1560dec7 2 minutes ago 13.1MB [2020-08-27T17:09:35.398Z] docker-security-proxy-setup-go latest ec403a0c02a7 2 minutes ago 16.4MB [2020-08-27T17:09:35.398Z] docker latest 81f5749c9058 2 months 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-27T17:09:35.862Z] provisioning config files... [2020-08-27T17:09:35.902Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/129@tmp/config6425051791218154246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-27T17:09:36.257Z] nexus3.edgexfoundry.org:10001 [2020-08-27T17:09:36.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-27T17:09:36.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-27T17:09:36.518Z] Configure a credential helper to remove this warning. See [2020-08-27T17:09:36.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-27T17:09:36.518Z] [2020-08-27T17:09:36.518Z] Login Succeeded [2020-08-27T17:09:36.518Z] nexus3.edgexfoundry.org:10002 [2020-08-27T17:09:36.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-27T17:09:36.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-27T17:09:36.780Z] Configure a credential helper to remove this warning. See [2020-08-27T17:09:36.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-27T17:09:36.780Z] [2020-08-27T17:09:36.780Z] Login Succeeded [2020-08-27T17:09:36.780Z] nexus3.edgexfoundry.org:10003 [2020-08-27T17:09:36.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-27T17:09:36.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-27T17:09:36.780Z] Configure a credential helper to remove this warning. See [2020-08-27T17:09:36.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-27T17:09:36.780Z] [2020-08-27T17:09:36.780Z] Login Succeeded [2020-08-27T17:09:36.780Z] nexus3.edgexfoundry.org:10004 [2020-08-27T17:09:37.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-27T17:09:37.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-27T17:09:37.042Z] Configure a credential helper to remove this warning. See [2020-08-27T17:09:37.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-27T17:09:37.042Z] [2020-08-27T17:09:37.042Z] Login Succeeded [2020-08-27T17:09:37.042Z] docker.io [2020-08-27T17:09:37.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-27T17:09:37.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-27T17:09:37.874Z] Configure a credential helper to remove this warning. See [2020-08-27T17:09:37.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-27T17:09:37.874Z] [2020-08-27T17:09:37.874Z] Login Succeeded [Pipeline] } [2020-08-27T17:09:37.882Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:09:38.053Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-08-27T17:09:38.053Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:38.053Z] 1.2.2-dev.17 [2020-08-27T17:09:38.053Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:38.053Z] master [2020-08-27T17:09:38.053Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:38.526Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:38.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:38.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-27T17:09:38.826Z] 5edeac1bd5bb: Preparing [2020-08-27T17:09:38.826Z] fb78e63fb47d: Preparing [2020-08-27T17:09:38.826Z] 1a13a6c476fa: Preparing [2020-08-27T17:09:39.087Z] 1a13a6c476fa: Pushed [2020-08-27T17:09:39.087Z] 5edeac1bd5bb: Pushed [2020-08-27T17:09:40.032Z] fb78e63fb47d: Pushed [2020-08-27T17:09:40.032Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:4d75b3eae8291032e6227801bf3b424575fa4847fa2784911ef1aa673ac13a6b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:40.350Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:40.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.17 [2020-08-27T17:09:40.648Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-27T17:09:40.648Z] 5edeac1bd5bb: Preparing [2020-08-27T17:09:40.648Z] fb78e63fb47d: Preparing [2020-08-27T17:09:40.648Z] 1a13a6c476fa: Preparing [2020-08-27T17:09:40.648Z] 5edeac1bd5bb: Layer already exists [2020-08-27T17:09:40.648Z] fb78e63fb47d: Layer already exists [2020-08-27T17:09:40.648Z] 1a13a6c476fa: Layer already exists [2020-08-27T17:09:40.648Z] 1.2.2-dev.17: digest: sha256:4d75b3eae8291032e6227801bf3b424575fa4847fa2784911ef1aa673ac13a6b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:40.949Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:41.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:41.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-27T17:09:41.256Z] 5edeac1bd5bb: Preparing [2020-08-27T17:09:41.256Z] fb78e63fb47d: Preparing [2020-08-27T17:09:41.256Z] 1a13a6c476fa: Preparing [2020-08-27T17:09:41.256Z] fb78e63fb47d: Layer already exists [2020-08-27T17:09:41.256Z] 5edeac1bd5bb: Layer already exists [2020-08-27T17:09:41.256Z] 1a13a6c476fa: Layer already exists [2020-08-27T17:09:41.256Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:4d75b3eae8291032e6227801bf3b424575fa4847fa2784911ef1aa673ac13a6b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:41.559Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:41.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-08-27T17:09:41.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-27T17:09:41.859Z] 5edeac1bd5bb: Preparing [2020-08-27T17:09:41.859Z] fb78e63fb47d: Preparing [2020-08-27T17:09:41.859Z] 1a13a6c476fa: Preparing [2020-08-27T17:09:41.859Z] 1a13a6c476fa: Layer already exists [2020-08-27T17:09:41.859Z] fb78e63fb47d: Layer already exists [2020-08-27T17:09:41.859Z] 5edeac1bd5bb: Layer already exists [2020-08-27T17:09:41.859Z] master: digest: sha256:4d75b3eae8291032e6227801bf3b424575fa4847fa2784911ef1aa673ac13a6b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:09:42.045Z] ===================================================== [Pipeline] echo [2020-08-27T17:09:42.091Z] taggedImages: [2020-08-27T17:09:42.091Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:42.091Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.17 [2020-08-27T17:09:42.091Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:42.091Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-08-27T17:09:42.148Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-08-27T17:09:42.148Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:42.148Z] 1.2.2-dev.17 [2020-08-27T17:09:42.148Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:42.148Z] master [2020-08-27T17:09:42.148Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:42.639Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:42.940Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:42.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-27T17:09:42.940Z] 07cd6e173d6b: Preparing [2020-08-27T17:09:42.940Z] 78b70b381d8d: Preparing [2020-08-27T17:09:42.940Z] 4944baacf4fe: Preparing [2020-08-27T17:09:42.940Z] f2c0df47f61e: Preparing [2020-08-27T17:09:42.940Z] 59cb0857322c: Preparing [2020-08-27T17:09:42.940Z] 50644c29ef5a: Preparing [2020-08-27T17:09:42.940Z] 50644c29ef5a: Waiting [2020-08-27T17:09:42.940Z] 07cd6e173d6b: Pushed [2020-08-27T17:09:42.940Z] 4944baacf4fe: Pushed [2020-08-27T17:09:42.940Z] 59cb0857322c: Pushed [2020-08-27T17:09:43.201Z] 50644c29ef5a: Layer already exists [2020-08-27T17:09:43.201Z] f2c0df47f61e: Pushed [2020-08-27T17:09:44.585Z] 78b70b381d8d: Pushed [2020-08-27T17:09:44.585Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:77214bce9729ee8e671d107c55e639c84a069cde10d21f1d648aaffa76b35f56 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:44.909Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:45.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.17 [2020-08-27T17:09:45.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-27T17:09:45.207Z] 07cd6e173d6b: Preparing [2020-08-27T17:09:45.207Z] 78b70b381d8d: Preparing [2020-08-27T17:09:45.207Z] 4944baacf4fe: Preparing [2020-08-27T17:09:45.207Z] f2c0df47f61e: Preparing [2020-08-27T17:09:45.207Z] 59cb0857322c: Preparing [2020-08-27T17:09:45.207Z] 50644c29ef5a: Preparing [2020-08-27T17:09:45.207Z] 50644c29ef5a: Waiting [2020-08-27T17:09:45.207Z] f2c0df47f61e: Layer already exists [2020-08-27T17:09:45.207Z] 4944baacf4fe: Layer already exists [2020-08-27T17:09:45.207Z] 07cd6e173d6b: Layer already exists [2020-08-27T17:09:45.207Z] 59cb0857322c: Layer already exists [2020-08-27T17:09:45.207Z] 78b70b381d8d: Layer already exists [2020-08-27T17:09:45.207Z] 50644c29ef5a: Layer already exists [2020-08-27T17:09:45.207Z] 1.2.2-dev.17: digest: sha256:77214bce9729ee8e671d107c55e639c84a069cde10d21f1d648aaffa76b35f56 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:45.508Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:45.804Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:45.804Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-27T17:09:45.804Z] 07cd6e173d6b: Preparing [2020-08-27T17:09:45.804Z] 78b70b381d8d: Preparing [2020-08-27T17:09:45.804Z] 4944baacf4fe: Preparing [2020-08-27T17:09:45.804Z] f2c0df47f61e: Preparing [2020-08-27T17:09:45.804Z] 59cb0857322c: Preparing [2020-08-27T17:09:45.804Z] 50644c29ef5a: Preparing [2020-08-27T17:09:45.804Z] 50644c29ef5a: Waiting [2020-08-27T17:09:45.804Z] 78b70b381d8d: Layer already exists [2020-08-27T17:09:45.804Z] 59cb0857322c: Layer already exists [2020-08-27T17:09:45.804Z] 07cd6e173d6b: Layer already exists [2020-08-27T17:09:45.804Z] 4944baacf4fe: Layer already exists [2020-08-27T17:09:45.804Z] f2c0df47f61e: Layer already exists [2020-08-27T17:09:45.804Z] 50644c29ef5a: Layer already exists [2020-08-27T17:09:45.804Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:77214bce9729ee8e671d107c55e639c84a069cde10d21f1d648aaffa76b35f56 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:46.115Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:46.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-08-27T17:09:46.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-27T17:09:46.452Z] 07cd6e173d6b: Preparing [2020-08-27T17:09:46.452Z] 78b70b381d8d: Preparing [2020-08-27T17:09:46.452Z] 4944baacf4fe: Preparing [2020-08-27T17:09:46.452Z] f2c0df47f61e: Preparing [2020-08-27T17:09:46.452Z] 59cb0857322c: Preparing [2020-08-27T17:09:46.452Z] 50644c29ef5a: Preparing [2020-08-27T17:09:46.452Z] 50644c29ef5a: Waiting [2020-08-27T17:09:46.452Z] f2c0df47f61e: Layer already exists [2020-08-27T17:09:46.452Z] 4944baacf4fe: Layer already exists [2020-08-27T17:09:46.452Z] 59cb0857322c: Layer already exists [2020-08-27T17:09:46.452Z] 78b70b381d8d: Layer already exists [2020-08-27T17:09:46.452Z] 07cd6e173d6b: Layer already exists [2020-08-27T17:09:46.452Z] 50644c29ef5a: Layer already exists [2020-08-27T17:09:46.452Z] master: digest: sha256:77214bce9729ee8e671d107c55e639c84a069cde10d21f1d648aaffa76b35f56 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:09:46.625Z] ===================================================== [Pipeline] echo [2020-08-27T17:09:46.667Z] taggedImages: [2020-08-27T17:09:46.667Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:46.667Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.17 [2020-08-27T17:09:46.667Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:46.668Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-08-27T17:09:46.720Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-08-27T17:09:46.720Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:46.720Z] 1.2.2-dev.17 [2020-08-27T17:09:46.720Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:46.720Z] master [2020-08-27T17:09:46.720Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:47.210Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:48.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:48.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-27T17:09:48.896Z] 97bb8b983838: Preparing [2020-08-27T17:09:48.896Z] 11b3ad19a4c1: Preparing [2020-08-27T17:09:48.896Z] 2534c28ce1d6: Preparing [2020-08-27T17:09:49.156Z] 2534c28ce1d6: Pushed [2020-08-27T17:09:49.156Z] 97bb8b983838: Pushed [2020-08-27T17:09:50.542Z] 11b3ad19a4c1: Pushed [2020-08-27T17:09:50.542Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:d32b97986ae489c2be205a4700d026109360685a5aa773494d0e63f63fcdf776 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:50.847Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:51.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.17 [2020-08-27T17:09:51.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-27T17:09:51.143Z] 97bb8b983838: Preparing [2020-08-27T17:09:51.143Z] 11b3ad19a4c1: Preparing [2020-08-27T17:09:51.143Z] 2534c28ce1d6: Preparing [2020-08-27T17:09:51.143Z] 11b3ad19a4c1: Layer already exists [2020-08-27T17:09:51.143Z] 2534c28ce1d6: Layer already exists [2020-08-27T17:09:51.143Z] 97bb8b983838: Layer already exists [2020-08-27T17:09:51.143Z] 1.2.2-dev.17: digest: sha256:d32b97986ae489c2be205a4700d026109360685a5aa773494d0e63f63fcdf776 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:51.442Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:51.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:51.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-27T17:09:51.740Z] 97bb8b983838: Preparing [2020-08-27T17:09:51.740Z] 11b3ad19a4c1: Preparing [2020-08-27T17:09:51.740Z] 2534c28ce1d6: Preparing [2020-08-27T17:09:51.740Z] 11b3ad19a4c1: Layer already exists [2020-08-27T17:09:51.740Z] 2534c28ce1d6: Layer already exists [2020-08-27T17:09:51.740Z] 97bb8b983838: Layer already exists [2020-08-27T17:09:51.740Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:d32b97986ae489c2be205a4700d026109360685a5aa773494d0e63f63fcdf776 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:52.038Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:52.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-08-27T17:09:52.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-27T17:09:52.330Z] 97bb8b983838: Preparing [2020-08-27T17:09:52.330Z] 11b3ad19a4c1: Preparing [2020-08-27T17:09:52.330Z] 2534c28ce1d6: Preparing [2020-08-27T17:09:52.330Z] 97bb8b983838: Layer already exists [2020-08-27T17:09:52.330Z] 2534c28ce1d6: Layer already exists [2020-08-27T17:09:52.330Z] 11b3ad19a4c1: Layer already exists [2020-08-27T17:09:52.330Z] master: digest: sha256:d32b97986ae489c2be205a4700d026109360685a5aa773494d0e63f63fcdf776 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:09:52.575Z] ===================================================== [Pipeline] echo [2020-08-27T17:09:52.618Z] taggedImages: [2020-08-27T17:09:52.618Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:52.618Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.17 [2020-08-27T17:09:52.618Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:52.618Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-08-27T17:09:52.673Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-08-27T17:09:52.673Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:52.673Z] 1.2.2-dev.17 [2020-08-27T17:09:52.673Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:52.673Z] master [2020-08-27T17:09:52.673Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:53.127Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:53.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:53.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-27T17:09:53.425Z] 16828df96851: Preparing [2020-08-27T17:09:53.425Z] 534622722ff0: Preparing [2020-08-27T17:09:53.425Z] e3ce55473cf8: Preparing [2020-08-27T17:09:53.425Z] 9c95d15c8cf1: Preparing [2020-08-27T17:09:53.425Z] 50644c29ef5a: Preparing [2020-08-27T17:09:53.425Z] 50644c29ef5a: Layer already exists [2020-08-27T17:09:53.425Z] e3ce55473cf8: Pushed [2020-08-27T17:09:53.425Z] 534622722ff0: Pushed [2020-08-27T17:09:54.001Z] 9c95d15c8cf1: Pushed [2020-08-27T17:09:54.262Z] 16828df96851: Pushed [2020-08-27T17:09:54.523Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:2e2c77ed9b637dc718113acb25a34a24e6dda03ebed016869f1695c5cfb061ce size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:54.822Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:55.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.17 [2020-08-27T17:09:55.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-27T17:09:55.118Z] 16828df96851: Preparing [2020-08-27T17:09:55.118Z] 534622722ff0: Preparing [2020-08-27T17:09:55.118Z] e3ce55473cf8: Preparing [2020-08-27T17:09:55.118Z] 9c95d15c8cf1: Preparing [2020-08-27T17:09:55.118Z] 50644c29ef5a: Preparing [2020-08-27T17:09:55.118Z] 534622722ff0: Layer already exists [2020-08-27T17:09:55.118Z] 16828df96851: Layer already exists [2020-08-27T17:09:55.118Z] e3ce55473cf8: Layer already exists [2020-08-27T17:09:55.118Z] 50644c29ef5a: Layer already exists [2020-08-27T17:09:55.118Z] 9c95d15c8cf1: Layer already exists [2020-08-27T17:09:55.118Z] 1.2.2-dev.17: digest: sha256:2e2c77ed9b637dc718113acb25a34a24e6dda03ebed016869f1695c5cfb061ce size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:55.416Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:55.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:55.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-27T17:09:55.707Z] 16828df96851: Preparing [2020-08-27T17:09:55.707Z] 534622722ff0: Preparing [2020-08-27T17:09:55.707Z] e3ce55473cf8: Preparing [2020-08-27T17:09:55.707Z] 9c95d15c8cf1: Preparing [2020-08-27T17:09:55.707Z] 50644c29ef5a: Preparing [2020-08-27T17:09:55.707Z] 16828df96851: Layer already exists [2020-08-27T17:09:55.707Z] 50644c29ef5a: Layer already exists [2020-08-27T17:09:55.707Z] 534622722ff0: Layer already exists [2020-08-27T17:09:55.707Z] e3ce55473cf8: Layer already exists [2020-08-27T17:09:55.707Z] 9c95d15c8cf1: Layer already exists [2020-08-27T17:09:55.707Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:2e2c77ed9b637dc718113acb25a34a24e6dda03ebed016869f1695c5cfb061ce size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:56.004Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:56.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-08-27T17:09:56.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-27T17:09:56.297Z] 16828df96851: Preparing [2020-08-27T17:09:56.297Z] 534622722ff0: Preparing [2020-08-27T17:09:56.297Z] e3ce55473cf8: Preparing [2020-08-27T17:09:56.297Z] 9c95d15c8cf1: Preparing [2020-08-27T17:09:56.297Z] 50644c29ef5a: Preparing [2020-08-27T17:09:56.297Z] e3ce55473cf8: Layer already exists [2020-08-27T17:09:56.297Z] 534622722ff0: Layer already exists [2020-08-27T17:09:56.297Z] 50644c29ef5a: Layer already exists [2020-08-27T17:09:56.297Z] 16828df96851: Layer already exists [2020-08-27T17:09:56.297Z] 9c95d15c8cf1: Layer already exists [2020-08-27T17:09:56.297Z] master: digest: sha256:2e2c77ed9b637dc718113acb25a34a24e6dda03ebed016869f1695c5cfb061ce size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:09:56.475Z] ===================================================== [Pipeline] echo [2020-08-27T17:09:56.515Z] taggedImages: [2020-08-27T17:09:56.515Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:56.515Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.17 [2020-08-27T17:09:56.515Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:56.515Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-08-27T17:09:56.587Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-08-27T17:09:56.587Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:56.587Z] 1.2.2-dev.17 [2020-08-27T17:09:56.587Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:56.587Z] master [2020-08-27T17:09:56.587Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:57.028Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:57.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:09:57.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-27T17:09:57.323Z] 86861a8d5f4a: Preparing [2020-08-27T17:09:57.323Z] f49821cccf31: Preparing [2020-08-27T17:09:57.323Z] 918f379c5885: Preparing [2020-08-27T17:09:57.323Z] 80550a58a6c0: Preparing [2020-08-27T17:09:57.323Z] 80550a58a6c0: Preparing [2020-08-27T17:09:57.323Z] be26ab337c77: Preparing [2020-08-27T17:09:57.323Z] 4fd86b3914b0: Preparing [2020-08-27T17:09:57.323Z] fb1c0dd6b2ac: Preparing [2020-08-27T17:09:57.323Z] 86861a8d5f4a: Preparing [2020-08-27T17:09:57.323Z] ea8da50ff31e: Preparing [2020-08-27T17:09:57.323Z] 9ef4fe40781e: Preparing [2020-08-27T17:09:57.323Z] d1ad0c5d1519: Preparing [2020-08-27T17:09:57.323Z] 50644c29ef5a: Preparing [2020-08-27T17:09:57.323Z] 4fd86b3914b0: Waiting [2020-08-27T17:09:57.323Z] fb1c0dd6b2ac: Waiting [2020-08-27T17:09:57.323Z] ea8da50ff31e: Waiting [2020-08-27T17:09:57.323Z] 9ef4fe40781e: Waiting [2020-08-27T17:09:57.323Z] d1ad0c5d1519: Waiting [2020-08-27T17:09:57.323Z] 50644c29ef5a: Waiting [2020-08-27T17:09:57.585Z] 918f379c5885: Pushed [2020-08-27T17:09:57.585Z] be26ab337c77: Pushed [2020-08-27T17:09:57.585Z] f49821cccf31: Pushed [2020-08-27T17:09:57.585Z] 80550a58a6c0: Pushed [2020-08-27T17:09:57.585Z] 4fd86b3914b0: Pushed [2020-08-27T17:09:57.585Z] fb1c0dd6b2ac: Pushed [2020-08-27T17:09:57.585Z] ea8da50ff31e: Pushed [2020-08-27T17:09:57.585Z] 9ef4fe40781e: Pushed [2020-08-27T17:09:57.585Z] 50644c29ef5a: Layer already exists [2020-08-27T17:09:57.848Z] d1ad0c5d1519: Pushed [2020-08-27T17:09:58.419Z] 86861a8d5f4a: Pushed [2020-08-27T17:09:58.419Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:1a3c09aeacb19f689334f7b25ee1ca09f9c90dc855ff2e72206c6bc3f342e953 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:58.717Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:59.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.17 [2020-08-27T17:09:59.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-27T17:09:59.009Z] 86861a8d5f4a: Preparing [2020-08-27T17:09:59.009Z] f49821cccf31: Preparing [2020-08-27T17:09:59.009Z] 918f379c5885: Preparing [2020-08-27T17:09:59.009Z] 80550a58a6c0: Preparing [2020-08-27T17:09:59.009Z] 80550a58a6c0: Preparing [2020-08-27T17:09:59.009Z] be26ab337c77: Preparing [2020-08-27T17:09:59.009Z] 4fd86b3914b0: Preparing [2020-08-27T17:09:59.009Z] fb1c0dd6b2ac: Preparing [2020-08-27T17:09:59.009Z] 86861a8d5f4a: Preparing [2020-08-27T17:09:59.009Z] ea8da50ff31e: Preparing [2020-08-27T17:09:59.009Z] 9ef4fe40781e: Preparing [2020-08-27T17:09:59.009Z] d1ad0c5d1519: Preparing [2020-08-27T17:09:59.009Z] 50644c29ef5a: Preparing [2020-08-27T17:09:59.009Z] 4fd86b3914b0: Waiting [2020-08-27T17:09:59.009Z] fb1c0dd6b2ac: Waiting [2020-08-27T17:09:59.009Z] ea8da50ff31e: Waiting [2020-08-27T17:09:59.009Z] 9ef4fe40781e: Waiting [2020-08-27T17:09:59.009Z] d1ad0c5d1519: Waiting [2020-08-27T17:09:59.009Z] 50644c29ef5a: Waiting [2020-08-27T17:09:59.009Z] be26ab337c77: Layer already exists [2020-08-27T17:09:59.009Z] 80550a58a6c0: Layer already exists [2020-08-27T17:09:59.009Z] f49821cccf31: Layer already exists [2020-08-27T17:09:59.009Z] 86861a8d5f4a: Layer already exists [2020-08-27T17:09:59.009Z] 918f379c5885: Layer already exists [2020-08-27T17:09:59.009Z] 4fd86b3914b0: Layer already exists [2020-08-27T17:09:59.009Z] fb1c0dd6b2ac: Layer already exists [2020-08-27T17:09:59.009Z] d1ad0c5d1519: Layer already exists [2020-08-27T17:09:59.009Z] 9ef4fe40781e: Layer already exists [2020-08-27T17:09:59.009Z] ea8da50ff31e: Layer already exists [2020-08-27T17:09:59.009Z] 50644c29ef5a: Layer already exists [2020-08-27T17:09:59.009Z] 1.2.2-dev.17: digest: sha256:1a3c09aeacb19f689334f7b25ee1ca09f9c90dc855ff2e72206c6bc3f342e953 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:59.306Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:59.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:09:59.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-27T17:09:59.599Z] 86861a8d5f4a: Preparing [2020-08-27T17:09:59.599Z] f49821cccf31: Preparing [2020-08-27T17:09:59.599Z] 918f379c5885: Preparing [2020-08-27T17:09:59.599Z] 80550a58a6c0: Preparing [2020-08-27T17:09:59.599Z] 80550a58a6c0: Preparing [2020-08-27T17:09:59.599Z] be26ab337c77: Preparing [2020-08-27T17:09:59.599Z] 4fd86b3914b0: Preparing [2020-08-27T17:09:59.599Z] fb1c0dd6b2ac: Preparing [2020-08-27T17:09:59.599Z] 86861a8d5f4a: Preparing [2020-08-27T17:09:59.599Z] ea8da50ff31e: Preparing [2020-08-27T17:09:59.599Z] 9ef4fe40781e: Preparing [2020-08-27T17:09:59.599Z] d1ad0c5d1519: Preparing [2020-08-27T17:09:59.599Z] 50644c29ef5a: Preparing [2020-08-27T17:09:59.599Z] 4fd86b3914b0: Waiting [2020-08-27T17:09:59.599Z] fb1c0dd6b2ac: Waiting [2020-08-27T17:09:59.599Z] ea8da50ff31e: Waiting [2020-08-27T17:09:59.599Z] 9ef4fe40781e: Waiting [2020-08-27T17:09:59.599Z] d1ad0c5d1519: Waiting [2020-08-27T17:09:59.599Z] 50644c29ef5a: Waiting [2020-08-27T17:09:59.599Z] 918f379c5885: Layer already exists [2020-08-27T17:09:59.599Z] 80550a58a6c0: Layer already exists [2020-08-27T17:09:59.599Z] f49821cccf31: Layer already exists [2020-08-27T17:09:59.599Z] 86861a8d5f4a: Layer already exists [2020-08-27T17:09:59.599Z] be26ab337c77: Layer already exists [2020-08-27T17:09:59.599Z] 4fd86b3914b0: Layer already exists [2020-08-27T17:09:59.599Z] fb1c0dd6b2ac: Layer already exists [2020-08-27T17:09:59.599Z] ea8da50ff31e: Layer already exists [2020-08-27T17:09:59.599Z] d1ad0c5d1519: Layer already exists [2020-08-27T17:09:59.599Z] 9ef4fe40781e: Layer already exists [2020-08-27T17:09:59.599Z] 50644c29ef5a: Layer already exists [2020-08-27T17:09:59.599Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:1a3c09aeacb19f689334f7b25ee1ca09f9c90dc855ff2e72206c6bc3f342e953 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:09:59.897Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:00.202Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-08-27T17:10:00.202Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-27T17:10:00.202Z] 86861a8d5f4a: Preparing [2020-08-27T17:10:00.202Z] f49821cccf31: Preparing [2020-08-27T17:10:00.202Z] 918f379c5885: Preparing [2020-08-27T17:10:00.202Z] 80550a58a6c0: Preparing [2020-08-27T17:10:00.202Z] 80550a58a6c0: Preparing [2020-08-27T17:10:00.202Z] be26ab337c77: Preparing [2020-08-27T17:10:00.202Z] 4fd86b3914b0: Preparing [2020-08-27T17:10:00.202Z] fb1c0dd6b2ac: Preparing [2020-08-27T17:10:00.202Z] 86861a8d5f4a: Preparing [2020-08-27T17:10:00.202Z] ea8da50ff31e: Preparing [2020-08-27T17:10:00.202Z] 9ef4fe40781e: Preparing [2020-08-27T17:10:00.202Z] d1ad0c5d1519: Preparing [2020-08-27T17:10:00.202Z] 50644c29ef5a: Preparing [2020-08-27T17:10:00.202Z] 4fd86b3914b0: Waiting [2020-08-27T17:10:00.202Z] fb1c0dd6b2ac: Waiting [2020-08-27T17:10:00.202Z] ea8da50ff31e: Waiting [2020-08-27T17:10:00.202Z] 9ef4fe40781e: Waiting [2020-08-27T17:10:00.202Z] d1ad0c5d1519: Waiting [2020-08-27T17:10:00.202Z] 50644c29ef5a: Waiting [2020-08-27T17:10:00.202Z] 86861a8d5f4a: Layer already exists [2020-08-27T17:10:00.202Z] be26ab337c77: Layer already exists [2020-08-27T17:10:00.202Z] f49821cccf31: Layer already exists [2020-08-27T17:10:00.202Z] 918f379c5885: Layer already exists [2020-08-27T17:10:00.202Z] 80550a58a6c0: Layer already exists [2020-08-27T17:10:00.202Z] ea8da50ff31e: Layer already exists [2020-08-27T17:10:00.202Z] 4fd86b3914b0: Layer already exists [2020-08-27T17:10:00.202Z] fb1c0dd6b2ac: Layer already exists [2020-08-27T17:10:00.202Z] d1ad0c5d1519: Layer already exists [2020-08-27T17:10:00.202Z] 9ef4fe40781e: Layer already exists [2020-08-27T17:10:00.202Z] 50644c29ef5a: Layer already exists [2020-08-27T17:10:00.202Z] master: digest: sha256:1a3c09aeacb19f689334f7b25ee1ca09f9c90dc855ff2e72206c6bc3f342e953 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:10:00.502Z] ===================================================== [Pipeline] echo [2020-08-27T17:10:00.579Z] taggedImages: [2020-08-27T17:10:00.579Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:00.579Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.17 [2020-08-27T17:10:00.579Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:00.579Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-08-27T17:10:00.652Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-08-27T17:10:00.652Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:00.652Z] 1.2.2-dev.17 [2020-08-27T17:10:00.652Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:00.652Z] master [2020-08-27T17:10:00.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:01.211Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:01.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:01.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-27T17:10:01.508Z] 94fb3314d460: Preparing [2020-08-27T17:10:01.508Z] 30c3ef24c081: Preparing [2020-08-27T17:10:01.508Z] e9ef79bd0fad: Preparing [2020-08-27T17:10:01.508Z] 53fced57cfa6: Preparing [2020-08-27T17:10:01.508Z] ff82c964546d: Preparing [2020-08-27T17:10:01.508Z] 429bd40a4b66: Preparing [2020-08-27T17:10:01.508Z] 6261adda48fa: Preparing [2020-08-27T17:10:01.508Z] 09d6470198b1: Preparing [2020-08-27T17:10:01.508Z] afbcc311da08: Preparing [2020-08-27T17:10:01.508Z] f40025e40471: Preparing [2020-08-27T17:10:01.508Z] 1b3ee35aacca: Preparing [2020-08-27T17:10:01.508Z] 6261adda48fa: Waiting [2020-08-27T17:10:01.508Z] 09d6470198b1: Waiting [2020-08-27T17:10:01.508Z] afbcc311da08: Waiting [2020-08-27T17:10:01.508Z] f40025e40471: Waiting [2020-08-27T17:10:01.508Z] 1b3ee35aacca: Waiting [2020-08-27T17:10:01.508Z] 429bd40a4b66: Waiting [2020-08-27T17:10:01.772Z] 94fb3314d460: Pushed [2020-08-27T17:10:01.772Z] 30c3ef24c081: Pushed [2020-08-27T17:10:01.981Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:10:01.981Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:10:01.981Z] ---> ec3612811f2e [2020-08-27T17:10:01.981Z] Step 3/21 : WORKDIR /edgex-go [2020-08-27T17:10:01.981Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:10:01.981Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:10:01.981Z] ---> ec3612811f2e [2020-08-27T17:10:01.981Z] Step 3/20 : WORKDIR /edgex-go [2020-08-27T17:10:01.981Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:10:01.981Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:10:01.981Z] ---> ec3612811f2e [2020-08-27T17:10:01.981Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T17:10:01.981Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:10:01.981Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:10:01.981Z] ---> ec3612811f2e [2020-08-27T17:10:01.981Z] Step 3/27 : WORKDIR /edgex-go [2020-08-27T17:10:01.981Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:10:01.981Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:10:01.981Z] ---> ec3612811f2e [2020-08-27T17:10:01.981Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T17:10:02.044Z] 429bd40a4b66: Pushed [2020-08-27T17:10:02.044Z] 6261adda48fa: Pushed [2020-08-27T17:10:02.044Z] 09d6470198b1: Pushed [2020-08-27T17:10:02.044Z] afbcc311da08: Pushed [2020-08-27T17:10:02.313Z] 1b3ee35aacca: Layer already exists [2020-08-27T17:10:02.573Z] e9ef79bd0fad: Pushed [2020-08-27T17:10:02.573Z] f40025e40471: Pushed [2020-08-27T17:10:02.573Z] ff82c964546d: Pushed [2020-08-27T17:10:02.573Z] 53fced57cfa6: Pushed [2020-08-27T17:10:02.834Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:c63fa541437a8a2cbee32f2ee5ee6198c939b1e168ff3a8117a6b8f3a8bcd383 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:02.963Z] ---> Running in 9fdd039ac39a [2020-08-27T17:10:02.963Z] ---> Running in f4edff2ccad4 [2020-08-27T17:10:02.963Z] ---> Running in e85b63235659 [2020-08-27T17:10:02.963Z] ---> Running in ac22b67b699f [2020-08-27T17:10:02.963Z] ---> Running in 0a2e4f1c70af [2020-08-27T17:10:03.133Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:03.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.17 [2020-08-27T17:10:03.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-27T17:10:03.424Z] 94fb3314d460: Preparing [2020-08-27T17:10:03.424Z] 30c3ef24c081: Preparing [2020-08-27T17:10:03.424Z] e9ef79bd0fad: Preparing [2020-08-27T17:10:03.424Z] 53fced57cfa6: Preparing [2020-08-27T17:10:03.424Z] ff82c964546d: Preparing [2020-08-27T17:10:03.424Z] 429bd40a4b66: Preparing [2020-08-27T17:10:03.424Z] 6261adda48fa: Preparing [2020-08-27T17:10:03.424Z] 09d6470198b1: Preparing [2020-08-27T17:10:03.424Z] afbcc311da08: Preparing [2020-08-27T17:10:03.424Z] f40025e40471: Preparing [2020-08-27T17:10:03.424Z] 1b3ee35aacca: Preparing [2020-08-27T17:10:03.424Z] 429bd40a4b66: Waiting [2020-08-27T17:10:03.424Z] afbcc311da08: Waiting [2020-08-27T17:10:03.424Z] f40025e40471: Waiting [2020-08-27T17:10:03.424Z] 1b3ee35aacca: Waiting [2020-08-27T17:10:03.424Z] 6261adda48fa: Waiting [2020-08-27T17:10:03.424Z] 09d6470198b1: Waiting [2020-08-27T17:10:03.424Z] ff82c964546d: Layer already exists [2020-08-27T17:10:03.424Z] 53fced57cfa6: Layer already exists [2020-08-27T17:10:03.424Z] e9ef79bd0fad: Layer already exists [2020-08-27T17:10:03.424Z] 30c3ef24c081: Layer already exists [2020-08-27T17:10:03.424Z] 94fb3314d460: Layer already exists [2020-08-27T17:10:03.424Z] 09d6470198b1: Layer already exists [2020-08-27T17:10:03.424Z] 429bd40a4b66: Layer already exists [2020-08-27T17:10:03.424Z] 6261adda48fa: Layer already exists [2020-08-27T17:10:03.424Z] afbcc311da08: Layer already exists [2020-08-27T17:10:03.424Z] f40025e40471: Layer already exists [2020-08-27T17:10:03.424Z] 1b3ee35aacca: Layer already exists [2020-08-27T17:10:03.424Z] 1.2.2-dev.17: digest: sha256:c63fa541437a8a2cbee32f2ee5ee6198c939b1e168ff3a8117a6b8f3a8bcd383 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:03.566Z] Removing intermediate container f4edff2ccad4 [2020-08-27T17:10:03.566Z] ---> 9e7a79b6203b [2020-08-27T17:10:03.566Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:10:03.566Z] Removing intermediate container e85b63235659 [2020-08-27T17:10:03.566Z] ---> 7cbf0ef50310 [2020-08-27T17:10:03.566Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:10:03.566Z] Removing intermediate container ac22b67b699f [2020-08-27T17:10:03.566Z] ---> 248ab0647806 [2020-08-27T17:10:03.566Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:10:03.566Z] Removing intermediate container 9fdd039ac39a [2020-08-27T17:10:03.566Z] ---> ec4e25f3dfbb [2020-08-27T17:10:03.566Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:10:03.721Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:03.840Z] ---> Running in 99c7d1d56a53 [2020-08-27T17:10:03.840Z] ---> Running in 7d84463f9577 [2020-08-27T17:10:03.840Z] Removing intermediate container 0a2e4f1c70af [2020-08-27T17:10:03.840Z] ---> 8a2b3e9b570c [2020-08-27T17:10:03.840Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:10:03.840Z] ---> Running in 280f3dab9510 [2020-08-27T17:10:03.840Z] ---> Running in 6e117fbfd533 [2020-08-27T17:10:04.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:04.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-27T17:10:04.015Z] 94fb3314d460: Preparing [2020-08-27T17:10:04.015Z] 30c3ef24c081: Preparing [2020-08-27T17:10:04.015Z] e9ef79bd0fad: Preparing [2020-08-27T17:10:04.015Z] 53fced57cfa6: Preparing [2020-08-27T17:10:04.015Z] ff82c964546d: Preparing [2020-08-27T17:10:04.015Z] 429bd40a4b66: Preparing [2020-08-27T17:10:04.015Z] 6261adda48fa: Preparing [2020-08-27T17:10:04.015Z] 09d6470198b1: Preparing [2020-08-27T17:10:04.015Z] afbcc311da08: Preparing [2020-08-27T17:10:04.015Z] f40025e40471: Preparing [2020-08-27T17:10:04.015Z] 1b3ee35aacca: Preparing [2020-08-27T17:10:04.015Z] 6261adda48fa: Waiting [2020-08-27T17:10:04.015Z] 09d6470198b1: Waiting [2020-08-27T17:10:04.015Z] afbcc311da08: Waiting [2020-08-27T17:10:04.015Z] f40025e40471: Waiting [2020-08-27T17:10:04.015Z] 1b3ee35aacca: Waiting [2020-08-27T17:10:04.015Z] 429bd40a4b66: Waiting [2020-08-27T17:10:04.015Z] ff82c964546d: Layer already exists [2020-08-27T17:10:04.015Z] e9ef79bd0fad: Layer already exists [2020-08-27T17:10:04.015Z] 94fb3314d460: Layer already exists [2020-08-27T17:10:04.015Z] 30c3ef24c081: Layer already exists [2020-08-27T17:10:04.015Z] 53fced57cfa6: Layer already exists [2020-08-27T17:10:04.015Z] 6261adda48fa: Layer already exists [2020-08-27T17:10:04.015Z] 429bd40a4b66: Layer already exists [2020-08-27T17:10:04.015Z] 09d6470198b1: Layer already exists [2020-08-27T17:10:04.015Z] f40025e40471: Layer already exists [2020-08-27T17:10:04.015Z] afbcc311da08: Layer already exists [2020-08-27T17:10:04.015Z] 1b3ee35aacca: Layer already exists [2020-08-27T17:10:04.015Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:c63fa541437a8a2cbee32f2ee5ee6198c939b1e168ff3a8117a6b8f3a8bcd383 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:04.120Z] ---> Running in eaef1ba42202 [2020-08-27T17:10:04.315Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:04.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-08-27T17:10:04.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-27T17:10:04.607Z] 94fb3314d460: Preparing [2020-08-27T17:10:04.607Z] 30c3ef24c081: Preparing [2020-08-27T17:10:04.607Z] e9ef79bd0fad: Preparing [2020-08-27T17:10:04.607Z] 53fced57cfa6: Preparing [2020-08-27T17:10:04.607Z] ff82c964546d: Preparing [2020-08-27T17:10:04.607Z] 429bd40a4b66: Preparing [2020-08-27T17:10:04.607Z] 6261adda48fa: Preparing [2020-08-27T17:10:04.607Z] 09d6470198b1: Preparing [2020-08-27T17:10:04.607Z] afbcc311da08: Preparing [2020-08-27T17:10:04.607Z] f40025e40471: Preparing [2020-08-27T17:10:04.607Z] 1b3ee35aacca: Preparing [2020-08-27T17:10:04.607Z] 429bd40a4b66: Waiting [2020-08-27T17:10:04.607Z] 6261adda48fa: Waiting [2020-08-27T17:10:04.607Z] 09d6470198b1: Waiting [2020-08-27T17:10:04.607Z] afbcc311da08: Waiting [2020-08-27T17:10:04.607Z] f40025e40471: Waiting [2020-08-27T17:10:04.607Z] 1b3ee35aacca: Waiting [2020-08-27T17:10:04.607Z] ff82c964546d: Layer already exists [2020-08-27T17:10:04.607Z] 30c3ef24c081: Layer already exists [2020-08-27T17:10:04.607Z] e9ef79bd0fad: Layer already exists [2020-08-27T17:10:04.607Z] 94fb3314d460: Layer already exists [2020-08-27T17:10:04.607Z] 53fced57cfa6: Layer already exists [2020-08-27T17:10:04.607Z] 6261adda48fa: Layer already exists [2020-08-27T17:10:04.607Z] 429bd40a4b66: Layer already exists [2020-08-27T17:10:04.607Z] afbcc311da08: Layer already exists [2020-08-27T17:10:04.607Z] 09d6470198b1: Layer already exists [2020-08-27T17:10:04.607Z] f40025e40471: Layer already exists [2020-08-27T17:10:04.607Z] 1b3ee35aacca: Layer already exists [2020-08-27T17:10:04.607Z] master: digest: sha256:c63fa541437a8a2cbee32f2ee5ee6198c939b1e168ff3a8117a6b8f3a8bcd383 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:10:04.799Z] ===================================================== [Pipeline] echo [2020-08-27T17:10:04.859Z] taggedImages: [2020-08-27T17:10:04.859Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:04.859Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.17 [2020-08-27T17:10:04.859Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:04.859Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-08-27T17:10:04.914Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-08-27T17:10:04.914Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:04.914Z] 1.2.2-dev.17 [2020-08-27T17:10:04.914Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:04.914Z] master [2020-08-27T17:10:04.914Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:05.382Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:05.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:05.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-27T17:10:05.680Z] 37d791130208: Preparing [2020-08-27T17:10:05.680Z] 29705ab7af02: Preparing [2020-08-27T17:10:05.680Z] 871e6269c3e3: Preparing [2020-08-27T17:10:05.680Z] 76c9e4c6ea62: Preparing [2020-08-27T17:10:05.940Z] 871e6269c3e3: Pushed [2020-08-27T17:10:05.940Z] 37d791130208: Pushed [2020-08-27T17:10:05.940Z] 76c9e4c6ea62: Pushed [2020-08-27T17:10:06.882Z] 29705ab7af02: Pushed [2020-08-27T17:10:06.882Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:8dac0985e6b1280e81f6210652cd1aa16241f480b5008f57dfa7c4fad409633a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:07.177Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:07.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.17 [2020-08-27T17:10:07.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-27T17:10:07.469Z] 37d791130208: Preparing [2020-08-27T17:10:07.469Z] 29705ab7af02: Preparing [2020-08-27T17:10:07.469Z] 871e6269c3e3: Preparing [2020-08-27T17:10:07.469Z] 76c9e4c6ea62: Preparing [2020-08-27T17:10:07.469Z] 871e6269c3e3: Layer already exists [2020-08-27T17:10:07.469Z] 29705ab7af02: Layer already exists [2020-08-27T17:10:07.469Z] 76c9e4c6ea62: Layer already exists [2020-08-27T17:10:07.469Z] 37d791130208: Layer already exists [2020-08-27T17:10:07.469Z] 1.2.2-dev.17: digest: sha256:8dac0985e6b1280e81f6210652cd1aa16241f480b5008f57dfa7c4fad409633a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:07.762Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:08.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:08.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-27T17:10:08.055Z] 37d791130208: Preparing [2020-08-27T17:10:08.055Z] 29705ab7af02: Preparing [2020-08-27T17:10:08.055Z] 871e6269c3e3: Preparing [2020-08-27T17:10:08.055Z] 76c9e4c6ea62: Preparing [2020-08-27T17:10:08.055Z] 29705ab7af02: Layer already exists [2020-08-27T17:10:08.055Z] 37d791130208: Layer already exists [2020-08-27T17:10:08.055Z] 76c9e4c6ea62: Layer already exists [2020-08-27T17:10:08.055Z] 871e6269c3e3: Layer already exists [2020-08-27T17:10:08.055Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:8dac0985e6b1280e81f6210652cd1aa16241f480b5008f57dfa7c4fad409633a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:08.350Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:08.437Z] Removing intermediate container 7d84463f9577 [2020-08-27T17:10:08.437Z] ---> b815fcbd33d0 [2020-08-27T17:10:08.437Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-27T17:10:08.437Z] Removing intermediate container 99c7d1d56a53 [2020-08-27T17:10:08.437Z] ---> 97e0eb848096 [2020-08-27T17:10:08.437Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T17:10:08.437Z] ---> Running in ecf9689aee29 [2020-08-27T17:10:08.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-08-27T17:10:08.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-27T17:10:08.639Z] 37d791130208: Preparing [2020-08-27T17:10:08.639Z] 29705ab7af02: Preparing [2020-08-27T17:10:08.639Z] 871e6269c3e3: Preparing [2020-08-27T17:10:08.639Z] 76c9e4c6ea62: Preparing [2020-08-27T17:10:08.639Z] 29705ab7af02: Layer already exists [2020-08-27T17:10:08.639Z] 871e6269c3e3: Layer already exists [2020-08-27T17:10:08.639Z] 37d791130208: Layer already exists [2020-08-27T17:10:08.639Z] 76c9e4c6ea62: Layer already exists [2020-08-27T17:10:08.639Z] master: digest: sha256:8dac0985e6b1280e81f6210652cd1aa16241f480b5008f57dfa7c4fad409633a size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [2020-08-27T17:10:08.711Z] ---> Running in 8b3baf15949e [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:10:08.825Z] ===================================================== [Pipeline] echo [2020-08-27T17:10:08.867Z] taggedImages: [2020-08-27T17:10:08.867Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:08.867Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.17 [2020-08-27T17:10:08.867Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:08.867Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-08-27T17:10:08.922Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-08-27T17:10:08.922Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:08.922Z] 1.2.2-dev.17 [2020-08-27T17:10:08.922Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:08.923Z] master [2020-08-27T17:10:08.923Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-08-27T17:10:08.988Z] Removing intermediate container 6e117fbfd533 [2020-08-27T17:10:08.989Z] ---> 445d36110506 [2020-08-27T17:10:08.989Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-27T17:10:08.989Z] Removing intermediate container eaef1ba42202 [2020-08-27T17:10:08.989Z] ---> 91a0215142b6 [2020-08-27T17:10:08.989Z] Step 5/21 : RUN apk update && apk add make git [2020-08-27T17:10:08.989Z] Removing intermediate container 280f3dab9510 [2020-08-27T17:10:08.989Z] ---> 10c9066b63bd [2020-08-27T17:10:08.989Z] Step 5/20 : RUN apk update && apk add make git [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:09.261Z] ---> Running in 28f958c03637 [2020-08-27T17:10:09.261Z] ---> Running in d0cd0597a77d [2020-08-27T17:10:09.261Z] ---> Running in 069bb47f105a [2020-08-27T17:10:09.369Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:09.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:09.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-27T17:10:09.659Z] fdefcc2bcb3f: Preparing [2020-08-27T17:10:09.659Z] 75343fe5d2f0: Preparing [2020-08-27T17:10:09.659Z] f764f3c72972: Preparing [2020-08-27T17:10:09.659Z] 6a2a82cbb684: Preparing [2020-08-27T17:10:09.659Z] 3ac100d7b921: Preparing [2020-08-27T17:10:09.659Z] 147fb82977d0: Preparing [2020-08-27T17:10:09.659Z] 147fb82977d0: Waiting [2020-08-27T17:10:09.919Z] f764f3c72972: Pushed [2020-08-27T17:10:09.919Z] fdefcc2bcb3f: Pushed [2020-08-27T17:10:09.919Z] 6a2a82cbb684: Pushed [2020-08-27T17:10:09.919Z] 3ac100d7b921: Pushed [2020-08-27T17:10:09.919Z] 147fb82977d0: Pushed [2020-08-27T17:10:10.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:10:10.859Z] 75343fe5d2f0: Pushed [2020-08-27T17:10:11.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:10:11.119Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:4eb121719c883c19f5920cbdd01803451657171d8bc4f53a5b58a8d960418003 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:11.413Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:11.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:10:11.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:10:11.707Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.17 [2020-08-27T17:10:11.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-27T17:10:11.707Z] fdefcc2bcb3f: Preparing [2020-08-27T17:10:11.707Z] 75343fe5d2f0: Preparing [2020-08-27T17:10:11.707Z] f764f3c72972: Preparing [2020-08-27T17:10:11.707Z] 6a2a82cbb684: Preparing [2020-08-27T17:10:11.707Z] 3ac100d7b921: Preparing [2020-08-27T17:10:11.707Z] 147fb82977d0: Preparing [2020-08-27T17:10:11.707Z] 147fb82977d0: Waiting [2020-08-27T17:10:11.707Z] 3ac100d7b921: Layer already exists [2020-08-27T17:10:11.707Z] 6a2a82cbb684: Layer already exists [2020-08-27T17:10:11.707Z] fdefcc2bcb3f: Layer already exists [2020-08-27T17:10:11.707Z] f764f3c72972: Layer already exists [2020-08-27T17:10:11.707Z] 75343fe5d2f0: Layer already exists [2020-08-27T17:10:11.707Z] 147fb82977d0: Layer already exists [2020-08-27T17:10:11.707Z] 1.2.2-dev.17: digest: sha256:4eb121719c883c19f5920cbdd01803451657171d8bc4f53a5b58a8d960418003 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:11.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:10:11.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:10:11.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:10:12.001Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:12.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:12.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-27T17:10:12.294Z] fdefcc2bcb3f: Preparing [2020-08-27T17:10:12.294Z] 75343fe5d2f0: Preparing [2020-08-27T17:10:12.294Z] f764f3c72972: Preparing [2020-08-27T17:10:12.294Z] 6a2a82cbb684: Preparing [2020-08-27T17:10:12.294Z] 3ac100d7b921: Preparing [2020-08-27T17:10:12.294Z] 147fb82977d0: Preparing [2020-08-27T17:10:12.294Z] 147fb82977d0: Waiting [2020-08-27T17:10:12.294Z] f764f3c72972: Layer already exists [2020-08-27T17:10:12.294Z] fdefcc2bcb3f: Layer already exists [2020-08-27T17:10:12.294Z] 3ac100d7b921: Layer already exists [2020-08-27T17:10:12.294Z] 75343fe5d2f0: Layer already exists [2020-08-27T17:10:12.294Z] 6a2a82cbb684: Layer already exists [2020-08-27T17:10:12.294Z] 147fb82977d0: Layer already exists [2020-08-27T17:10:12.294Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:4eb121719c883c19f5920cbdd01803451657171d8bc4f53a5b58a8d960418003 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:12.507Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:10:12.507Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:10:12.507Z] OK: 12617 distinct packages available [2020-08-27T17:10:12.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:10:12.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:10:12.601Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:12.796Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:10:12.796Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:10:12.796Z] OK: 12617 distinct packages available [2020-08-27T17:10:12.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:10:12.927Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-08-27T17:10:12.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-27T17:10:12.927Z] fdefcc2bcb3f: Preparing [2020-08-27T17:10:12.927Z] 75343fe5d2f0: Preparing [2020-08-27T17:10:12.927Z] f764f3c72972: Preparing [2020-08-27T17:10:12.927Z] 6a2a82cbb684: Preparing [2020-08-27T17:10:12.927Z] 3ac100d7b921: Preparing [2020-08-27T17:10:12.927Z] 147fb82977d0: Preparing [2020-08-27T17:10:12.927Z] 147fb82977d0: Waiting [2020-08-27T17:10:12.927Z] 6a2a82cbb684: Layer already exists [2020-08-27T17:10:12.927Z] f764f3c72972: Layer already exists [2020-08-27T17:10:12.927Z] 75343fe5d2f0: Layer already exists [2020-08-27T17:10:12.927Z] 3ac100d7b921: Layer already exists [2020-08-27T17:10:12.927Z] fdefcc2bcb3f: Layer already exists [2020-08-27T17:10:12.927Z] 147fb82977d0: Layer already exists [2020-08-27T17:10:12.927Z] master: digest: sha256:4eb121719c883c19f5920cbdd01803451657171d8bc4f53a5b58a8d960418003 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:10:13.099Z] ===================================================== [Pipeline] echo [2020-08-27T17:10:13.142Z] taggedImages: [2020-08-27T17:10:13.142Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:13.142Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.17 [2020-08-27T17:10:13.142Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:13.142Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-08-27T17:10:13.198Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-08-27T17:10:13.198Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:13.198Z] 1.2.2-dev.17 [2020-08-27T17:10:13.198Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:13.198Z] master [2020-08-27T17:10:13.198Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-08-27T17:10:13.396Z] OK: 217 MiB in 51 packages [2020-08-27T17:10:13.396Z] OK: 217 MiB in 51 packages [2020-08-27T17:10:13.396Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:10:13.396Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:10:13.396Z] OK: 12617 distinct packages available [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:13.688Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:10:13.688Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:10:13.688Z] OK: 12617 distinct packages available [2020-08-27T17:10:13.688Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:10:13.688Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:10:13.688Z] OK: 12617 distinct packages available [2020-08-27T17:10:13.707Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:14.004Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:14.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-27T17:10:14.004Z] f2981546fbf8: Preparing [2020-08-27T17:10:14.004Z] d201ed8b92c6: Preparing [2020-08-27T17:10:14.004Z] 29e238359c3b: Preparing [2020-08-27T17:10:14.004Z] 29e238359c3b: Pushed [2020-08-27T17:10:14.004Z] f2981546fbf8: Pushed [2020-08-27T17:10:14.309Z] OK: 217 MiB in 51 packages [2020-08-27T17:10:14.309Z] OK: 217 MiB in 51 packages [2020-08-27T17:10:14.908Z] OK: 217 MiB in 51 packages [2020-08-27T17:10:15.183Z] OK: 217 MiB in 51 packages [2020-08-27T17:10:15.387Z] d201ed8b92c6: Pushed [2020-08-27T17:10:15.387Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:343be336a8311e56cf0d3128422a095954a2bd90ae02bcd92748b7f42b8a21d7 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:15.463Z] Removing intermediate container ecf9689aee29 [2020-08-27T17:10:15.463Z] ---> 1bbd7e0aa97e [2020-08-27T17:10:15.463Z] Step 6/27 : COPY go.mod . [2020-08-27T17:10:15.684Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:15.735Z] Removing intermediate container 8b3baf15949e [2020-08-27T17:10:15.735Z] ---> ebd79f0301bc [2020-08-27T17:10:15.735Z] Step 6/22 : COPY go.mod . [2020-08-27T17:10:15.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.17 [2020-08-27T17:10:15.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-27T17:10:15.978Z] f2981546fbf8: Preparing [2020-08-27T17:10:15.978Z] d201ed8b92c6: Preparing [2020-08-27T17:10:15.978Z] 29e238359c3b: Preparing [2020-08-27T17:10:15.978Z] 29e238359c3b: Layer already exists [2020-08-27T17:10:15.978Z] f2981546fbf8: Layer already exists [2020-08-27T17:10:15.978Z] d201ed8b92c6: Layer already exists [2020-08-27T17:10:15.978Z] 1.2.2-dev.17: digest: sha256:343be336a8311e56cf0d3128422a095954a2bd90ae02bcd92748b7f42b8a21d7 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:16.275Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:16.340Z] Removing intermediate container 069bb47f105a [2020-08-27T17:10:16.340Z] ---> cb7deeb8b5ff [2020-08-27T17:10:16.340Z] Step 6/21 : COPY go.mod . [2020-08-27T17:10:16.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:16.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-27T17:10:16.570Z] f2981546fbf8: Preparing [2020-08-27T17:10:16.570Z] d201ed8b92c6: Preparing [2020-08-27T17:10:16.570Z] 29e238359c3b: Preparing [2020-08-27T17:10:16.570Z] 29e238359c3b: Layer already exists [2020-08-27T17:10:16.570Z] f2981546fbf8: Layer already exists [2020-08-27T17:10:16.570Z] d201ed8b92c6: Layer already exists [2020-08-27T17:10:16.570Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:343be336a8311e56cf0d3128422a095954a2bd90ae02bcd92748b7f42b8a21d7 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:16.614Z] Removing intermediate container d0cd0597a77d [2020-08-27T17:10:16.614Z] ---> 7a36bf423c80 [2020-08-27T17:10:16.614Z] Step 6/20 : COPY go.mod . [2020-08-27T17:10:16.614Z] ---> c166a64ce50f [2020-08-27T17:10:16.614Z] Step 7/27 : RUN go mod download [2020-08-27T17:10:16.862Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:16.887Z] ---> 2c5a98c174b9 [2020-08-27T17:10:16.887Z] Step 7/22 : RUN go mod download [2020-08-27T17:10:17.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-08-27T17:10:17.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-27T17:10:17.155Z] f2981546fbf8: Preparing [2020-08-27T17:10:17.155Z] d201ed8b92c6: Preparing [2020-08-27T17:10:17.155Z] 29e238359c3b: Preparing [2020-08-27T17:10:17.155Z] 29e238359c3b: Layer already exists [2020-08-27T17:10:17.155Z] d201ed8b92c6: Layer already exists [2020-08-27T17:10:17.155Z] f2981546fbf8: Layer already exists [2020-08-27T17:10:17.155Z] master: digest: sha256:343be336a8311e56cf0d3128422a095954a2bd90ae02bcd92748b7f42b8a21d7 size: 944 [2020-08-27T17:10:17.158Z] ---> Running in 449d4552a85a [2020-08-27T17:10:17.158Z] ---> Running in 736cc9ff6666 [2020-08-27T17:10:17.158Z] Removing intermediate container 28f958c03637 [2020-08-27T17:10:17.158Z] ---> 1cea7b5225ff [2020-08-27T17:10:17.158Z] Step 6/22 : COPY go.mod . [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:10:17.325Z] ===================================================== [Pipeline] echo [2020-08-27T17:10:17.369Z] taggedImages: [2020-08-27T17:10:17.369Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:17.369Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.17 [2020-08-27T17:10:17.369Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:17.369Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-08-27T17:10:17.427Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-08-27T17:10:17.427Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:17.427Z] 1.2.2-dev.17 [2020-08-27T17:10:17.427Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:17.427Z] master [2020-08-27T17:10:17.427Z] ===================================================== [2020-08-27T17:10:17.443Z] ---> 06a2d711ab45 [2020-08-27T17:10:17.443Z] Step 7/21 : RUN go mod download [2020-08-27T17:10:17.443Z] ---> a409a4853fed [2020-08-27T17:10:17.443Z] Step 7/20 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:17.719Z] ---> Running in aa8507e60c59 [2020-08-27T17:10:17.719Z] ---> Running in ad34fee0b93e [2020-08-27T17:10:17.898Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:18.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:18.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-27T17:10:18.194Z] 98535ba30c49: Preparing [2020-08-27T17:10:18.194Z] ef348be8f82d: Preparing [2020-08-27T17:10:18.194Z] 9cb70344bf05: Preparing [2020-08-27T17:10:18.194Z] 6a31e21bf211: Preparing [2020-08-27T17:10:18.194Z] db810a556158: Preparing [2020-08-27T17:10:18.194Z] bdd75a2cb32b: Preparing [2020-08-27T17:10:18.194Z] 8b75e6ef99a8: Preparing [2020-08-27T17:10:18.194Z] 8890c171a12b: Preparing [2020-08-27T17:10:18.194Z] 4ae5bd84d450: Preparing [2020-08-27T17:10:18.194Z] 723a561964c8: Preparing [2020-08-27T17:10:18.194Z] 78764725b56c: Preparing [2020-08-27T17:10:18.194Z] 51d6d3d09136: Preparing [2020-08-27T17:10:18.194Z] 1507bc794612: Preparing [2020-08-27T17:10:18.194Z] 50644c29ef5a: Preparing [2020-08-27T17:10:18.194Z] 4ae5bd84d450: Waiting [2020-08-27T17:10:18.194Z] 723a561964c8: Waiting [2020-08-27T17:10:18.194Z] 78764725b56c: Waiting [2020-08-27T17:10:18.194Z] 51d6d3d09136: Waiting [2020-08-27T17:10:18.194Z] 1507bc794612: Waiting [2020-08-27T17:10:18.194Z] 8b75e6ef99a8: Waiting [2020-08-27T17:10:18.194Z] 8890c171a12b: Waiting [2020-08-27T17:10:18.194Z] 50644c29ef5a: Waiting [2020-08-27T17:10:18.337Z] ---> 7db90d19729d [2020-08-27T17:10:18.337Z] Step 7/22 : RUN go mod download [2020-08-27T17:10:18.469Z] db810a556158: Pushed [2020-08-27T17:10:18.469Z] 98535ba30c49: Pushed [2020-08-27T17:10:18.618Z] ---> Running in 068d6b5f8bc4 [2020-08-27T17:10:18.731Z] 6a31e21bf211: Pushed [2020-08-27T17:10:18.731Z] 8890c171a12b: Layer already exists [2020-08-27T17:10:18.731Z] 4ae5bd84d450: Layer already exists [2020-08-27T17:10:18.731Z] 8b75e6ef99a8: Pushed [2020-08-27T17:10:18.731Z] 723a561964c8: Layer already exists [2020-08-27T17:10:18.992Z] 78764725b56c: Layer already exists [2020-08-27T17:10:18.992Z] 51d6d3d09136: Layer already exists [2020-08-27T17:10:18.992Z] 50644c29ef5a: Layer already exists [2020-08-27T17:10:18.992Z] 1507bc794612: Layer already exists [2020-08-27T17:10:19.572Z] bdd75a2cb32b: Pushed [2020-08-27T17:10:19.572Z] ef348be8f82d: Pushed [2020-08-27T17:10:22.034Z] Removing intermediate container 449d4552a85a [2020-08-27T17:10:22.311Z] ---> d28fa4e184ba [2020-08-27T17:10:22.311Z] Step 8/27 : COPY . . [2020-08-27T17:10:22.590Z] Removing intermediate container 736cc9ff6666 [2020-08-27T17:10:22.590Z] ---> 3374798ca5b1 [2020-08-27T17:10:22.590Z] Step 8/22 : COPY . . [2020-08-27T17:10:23.206Z] Removing intermediate container ad34fee0b93e [2020-08-27T17:10:23.206Z] ---> 8c1ac0c54585 [2020-08-27T17:10:23.206Z] Step 8/20 : COPY . . [2020-08-27T17:10:24.205Z] Removing intermediate container 068d6b5f8bc4 [2020-08-27T17:10:24.205Z] ---> 0ee1a1a4527a [2020-08-27T17:10:24.205Z] Step 8/22 : COPY . . [2020-08-27T17:10:24.205Z] Removing intermediate container aa8507e60c59 [2020-08-27T17:10:24.205Z] ---> cb5700d20aab [2020-08-27T17:10:24.205Z] Step 8/21 : COPY . . [2020-08-27T17:10:26.160Z] 9cb70344bf05: Pushed [2020-08-27T17:10:26.160Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:a0bf91a8a4c0a7be80d3f53715386f5d68fa08e10d67a748d6305518b66f87f3 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:26.466Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:26.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.17 [2020-08-27T17:10:26.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-27T17:10:26.761Z] 98535ba30c49: Preparing [2020-08-27T17:10:26.761Z] ef348be8f82d: Preparing [2020-08-27T17:10:26.761Z] 9cb70344bf05: Preparing [2020-08-27T17:10:26.761Z] 6a31e21bf211: Preparing [2020-08-27T17:10:26.761Z] db810a556158: Preparing [2020-08-27T17:10:26.761Z] bdd75a2cb32b: Preparing [2020-08-27T17:10:26.761Z] 8b75e6ef99a8: Preparing [2020-08-27T17:10:26.761Z] 8890c171a12b: Preparing [2020-08-27T17:10:26.761Z] 4ae5bd84d450: Preparing [2020-08-27T17:10:26.761Z] 723a561964c8: Preparing [2020-08-27T17:10:26.761Z] 78764725b56c: Preparing [2020-08-27T17:10:26.761Z] 51d6d3d09136: Preparing [2020-08-27T17:10:26.761Z] 1507bc794612: Preparing [2020-08-27T17:10:26.761Z] 50644c29ef5a: Preparing [2020-08-27T17:10:26.761Z] 4ae5bd84d450: Waiting [2020-08-27T17:10:26.761Z] 723a561964c8: Waiting [2020-08-27T17:10:26.761Z] 78764725b56c: Waiting [2020-08-27T17:10:26.761Z] 51d6d3d09136: Waiting [2020-08-27T17:10:26.761Z] 1507bc794612: Waiting [2020-08-27T17:10:26.761Z] 50644c29ef5a: Waiting [2020-08-27T17:10:26.761Z] bdd75a2cb32b: Waiting [2020-08-27T17:10:26.761Z] 8b75e6ef99a8: Waiting [2020-08-27T17:10:26.761Z] 8890c171a12b: Waiting [2020-08-27T17:10:26.761Z] ef348be8f82d: Layer already exists [2020-08-27T17:10:26.761Z] db810a556158: Layer already exists [2020-08-27T17:10:26.761Z] 9cb70344bf05: Layer already exists [2020-08-27T17:10:26.761Z] 98535ba30c49: Layer already exists [2020-08-27T17:10:26.761Z] 6a31e21bf211: Layer already exists [2020-08-27T17:10:26.761Z] bdd75a2cb32b: Layer already exists [2020-08-27T17:10:26.761Z] 8b75e6ef99a8: Layer already exists [2020-08-27T17:10:26.761Z] 8890c171a12b: Layer already exists [2020-08-27T17:10:26.761Z] 4ae5bd84d450: Layer already exists [2020-08-27T17:10:26.761Z] 723a561964c8: Layer already exists [2020-08-27T17:10:26.761Z] 78764725b56c: Layer already exists [2020-08-27T17:10:26.761Z] 51d6d3d09136: Layer already exists [2020-08-27T17:10:26.761Z] 1507bc794612: Layer already exists [2020-08-27T17:10:26.761Z] 50644c29ef5a: Layer already exists [2020-08-27T17:10:26.761Z] 1.2.2-dev.17: digest: sha256:a0bf91a8a4c0a7be80d3f53715386f5d68fa08e10d67a748d6305518b66f87f3 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:27.061Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:27.361Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:27.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-27T17:10:27.361Z] 98535ba30c49: Preparing [2020-08-27T17:10:27.361Z] ef348be8f82d: Preparing [2020-08-27T17:10:27.361Z] 9cb70344bf05: Preparing [2020-08-27T17:10:27.361Z] 6a31e21bf211: Preparing [2020-08-27T17:10:27.361Z] db810a556158: Preparing [2020-08-27T17:10:27.361Z] bdd75a2cb32b: Preparing [2020-08-27T17:10:27.361Z] 8b75e6ef99a8: Preparing [2020-08-27T17:10:27.361Z] 8890c171a12b: Preparing [2020-08-27T17:10:27.361Z] 4ae5bd84d450: Preparing [2020-08-27T17:10:27.361Z] 723a561964c8: Preparing [2020-08-27T17:10:27.361Z] 78764725b56c: Preparing [2020-08-27T17:10:27.361Z] 51d6d3d09136: Preparing [2020-08-27T17:10:27.361Z] 1507bc794612: Preparing [2020-08-27T17:10:27.361Z] 50644c29ef5a: Preparing [2020-08-27T17:10:27.361Z] 8890c171a12b: Waiting [2020-08-27T17:10:27.361Z] 4ae5bd84d450: Waiting [2020-08-27T17:10:27.361Z] 723a561964c8: Waiting [2020-08-27T17:10:27.361Z] 78764725b56c: Waiting [2020-08-27T17:10:27.361Z] 51d6d3d09136: Waiting [2020-08-27T17:10:27.361Z] 1507bc794612: Waiting [2020-08-27T17:10:27.361Z] 50644c29ef5a: Waiting [2020-08-27T17:10:27.361Z] bdd75a2cb32b: Waiting [2020-08-27T17:10:27.361Z] 8b75e6ef99a8: Waiting [2020-08-27T17:10:27.361Z] 6a31e21bf211: Layer already exists [2020-08-27T17:10:27.361Z] 98535ba30c49: Layer already exists [2020-08-27T17:10:27.361Z] ef348be8f82d: Layer already exists [2020-08-27T17:10:27.361Z] db810a556158: Layer already exists [2020-08-27T17:10:27.361Z] 9cb70344bf05: Layer already exists [2020-08-27T17:10:27.361Z] 4ae5bd84d450: Layer already exists [2020-08-27T17:10:27.361Z] 8b75e6ef99a8: Layer already exists [2020-08-27T17:10:27.361Z] 8890c171a12b: Layer already exists [2020-08-27T17:10:27.361Z] bdd75a2cb32b: Layer already exists [2020-08-27T17:10:27.361Z] 723a561964c8: Layer already exists [2020-08-27T17:10:27.361Z] 1507bc794612: Layer already exists [2020-08-27T17:10:27.361Z] 78764725b56c: Layer already exists [2020-08-27T17:10:27.361Z] 51d6d3d09136: Layer already exists [2020-08-27T17:10:27.361Z] 50644c29ef5a: Layer already exists [2020-08-27T17:10:27.361Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:a0bf91a8a4c0a7be80d3f53715386f5d68fa08e10d67a748d6305518b66f87f3 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:27.660Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:10:27.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-08-27T17:10:27.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-27T17:10:27.955Z] 98535ba30c49: Preparing [2020-08-27T17:10:27.955Z] ef348be8f82d: Preparing [2020-08-27T17:10:27.955Z] 9cb70344bf05: Preparing [2020-08-27T17:10:27.955Z] 6a31e21bf211: Preparing [2020-08-27T17:10:27.955Z] db810a556158: Preparing [2020-08-27T17:10:27.955Z] bdd75a2cb32b: Preparing [2020-08-27T17:10:27.955Z] 8b75e6ef99a8: Preparing [2020-08-27T17:10:27.955Z] 8890c171a12b: Preparing [2020-08-27T17:10:27.955Z] 4ae5bd84d450: Preparing [2020-08-27T17:10:27.955Z] 723a561964c8: Preparing [2020-08-27T17:10:27.955Z] 78764725b56c: Preparing [2020-08-27T17:10:27.955Z] 51d6d3d09136: Preparing [2020-08-27T17:10:27.955Z] 1507bc794612: Preparing [2020-08-27T17:10:27.955Z] 50644c29ef5a: Preparing [2020-08-27T17:10:27.955Z] bdd75a2cb32b: Waiting [2020-08-27T17:10:27.955Z] 8b75e6ef99a8: Waiting [2020-08-27T17:10:27.955Z] 78764725b56c: Waiting [2020-08-27T17:10:27.955Z] 51d6d3d09136: Waiting [2020-08-27T17:10:27.955Z] 8890c171a12b: Waiting [2020-08-27T17:10:27.955Z] 4ae5bd84d450: Waiting [2020-08-27T17:10:27.955Z] 723a561964c8: Waiting [2020-08-27T17:10:27.955Z] 1507bc794612: Waiting [2020-08-27T17:10:27.955Z] 50644c29ef5a: Waiting [2020-08-27T17:10:27.955Z] 9cb70344bf05: Layer already exists [2020-08-27T17:10:27.955Z] db810a556158: Layer already exists [2020-08-27T17:10:27.955Z] 98535ba30c49: Layer already exists [2020-08-27T17:10:27.955Z] 6a31e21bf211: Layer already exists [2020-08-27T17:10:27.955Z] ef348be8f82d: Layer already exists [2020-08-27T17:10:27.955Z] 8890c171a12b: Layer already exists [2020-08-27T17:10:27.955Z] bdd75a2cb32b: Layer already exists [2020-08-27T17:10:27.955Z] 4ae5bd84d450: Layer already exists [2020-08-27T17:10:27.955Z] 723a561964c8: Layer already exists [2020-08-27T17:10:27.955Z] 8b75e6ef99a8: Layer already exists [2020-08-27T17:10:27.955Z] 50644c29ef5a: Layer already exists [2020-08-27T17:10:27.955Z] 78764725b56c: Layer already exists [2020-08-27T17:10:27.955Z] 51d6d3d09136: Layer already exists [2020-08-27T17:10:27.955Z] 1507bc794612: Layer already exists [2020-08-27T17:10:27.955Z] master: digest: sha256:a0bf91a8a4c0a7be80d3f53715386f5d68fa08e10d67a748d6305518b66f87f3 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:10:28.135Z] ===================================================== [Pipeline] echo [2020-08-27T17:10:28.173Z] taggedImages: [2020-08-27T17:10:28.173Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:10:28.173Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.17 [2020-08-27T17:10:28.173Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:10:28.173Z] - 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-27T17:10:46.378Z] ---> c119225a6185 [2020-08-27T17:10:46.378Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-27T17:10:46.378Z] ---> f143d0e94145 [2020-08-27T17:10:46.378Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-27T17:10:46.378Z] ---> ad11b87a5b54 [2020-08-27T17:10:46.378Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-27T17:10:46.378Z] ---> 25b9b18c0a2e [2020-08-27T17:10:46.378Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-27T17:10:46.378Z] ---> 27e83d0bf552 [2020-08-27T17:10:46.378Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-27T17:10:46.378Z] ---> Running in 73a8d1d9844c [2020-08-27T17:10:46.378Z] ---> Running in d5da53758b60 [2020-08-27T17:10:46.378Z] ---> Running in 1f1fb0af2165 [2020-08-27T17:10:46.378Z] ---> Running in eb023ea433bd [2020-08-27T17:10:46.378Z] ---> Running in aa15cbaee11b [2020-08-27T17:10:46.980Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-27T17:10:46.980Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-27T17:10:47.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-27T17:10:47.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-27T17:10:47.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-27T17:12:24.385Z] Removing intermediate container 1f1fb0af2165 [2020-08-27T17:12:24.385Z] ---> 1d507f841d25 [2020-08-27T17:12:24.385Z] [2020-08-27T17:12:24.385Z] Step 10/20 : FROM alpine [2020-08-27T17:12:24.385Z] latest: Pulling from library/alpine [2020-08-27T17:12:24.385Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-27T17:12:24.385Z] Status: Downloaded newer image for alpine:latest [2020-08-27T17:12:24.385Z] ---> 62ee0e9f8440 [2020-08-27T17:12:24.385Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-27T17:12:24.385Z] ---> Running in 6e0c65567d59 [2020-08-27T17:12:24.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:12:24.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:12:24.385Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:12:24.385Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:12:24.385Z] OK: 12617 distinct packages available [2020-08-27T17:12:24.385Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-27T17:12:24.385Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T17:12:24.385Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-27T17:12:24.385Z] (4/4) Installing curl (7.69.1-r0) [2020-08-27T17:12:24.385Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:12:24.385Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T17:12:24.385Z] OK: 7 MiB in 18 packages [2020-08-27T17:12:24.385Z] Removing intermediate container 6e0c65567d59 [2020-08-27T17:12:24.385Z] ---> 972c58068c7f [2020-08-27T17:12:24.385Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T17:12:24.385Z] Removing intermediate container d5da53758b60 [2020-08-27T17:12:24.385Z] ---> 2c61235200cf [2020-08-27T17:12:24.385Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-27T17:12:24.385Z] ---> Running in 7fde90a80afb [2020-08-27T17:12:24.385Z] ---> Running in 3858f36d2fa0 [2020-08-27T17:12:24.385Z] Removing intermediate container 7fde90a80afb [2020-08-27T17:12:24.385Z] ---> 9c1d2e0e283e [2020-08-27T17:12:24.385Z] Step 13/20 : WORKDIR /edgex [2020-08-27T17:12:24.385Z] ---> Running in b5ff6d5afadc [2020-08-27T17:12:24.385Z] Removing intermediate container b5ff6d5afadc [2020-08-27T17:12:24.385Z] ---> 3c7e9e673fa4 [2020-08-27T17:12:24.385Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-27T17:12:24.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-27T17:12:24.663Z] Removing intermediate container aa15cbaee11b [2020-08-27T17:12:24.663Z] ---> f914df318018 [2020-08-27T17:12:24.663Z] [2020-08-27T17:12:24.663Z] Step 10/22 : FROM scratch [2020-08-27T17:12:24.663Z] ---> [2020-08-27T17:12:24.663Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T17:12:25.280Z] ---> Running in 736422ac39f2 [2020-08-27T17:12:25.280Z] ---> 861822b8d6a0 [2020-08-27T17:12:25.280Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-27T17:12:25.885Z] Removing intermediate container 736422ac39f2 [2020-08-27T17:12:25.885Z] ---> 0b376d571b1a [2020-08-27T17:12:25.885Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-27T17:12:26.164Z] ---> Running in da70608c9a54 [2020-08-27T17:12:26.837Z] Removing intermediate container da70608c9a54 [2020-08-27T17:12:26.837Z] ---> 8536703711be [2020-08-27T17:12:26.837Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T17:12:27.156Z] ---> Running in 0bc18de63225 [2020-08-27T17:12:27.156Z] ---> b5a3ac4233d1 [2020-08-27T17:12:27.156Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-27T17:12:27.473Z] ---> Running in a927b71180ee [2020-08-27T17:12:27.881Z] Removing intermediate container 0bc18de63225 [2020-08-27T17:12:27.881Z] ---> 696919863517 [2020-08-27T17:12:27.881Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-27T17:12:28.253Z] Removing intermediate container a927b71180ee [2020-08-27T17:12:28.253Z] ---> 906d17a78758 [2020-08-27T17:12:28.253Z] Step 17/20 : CMD ["--init=true"] [2020-08-27T17:12:28.533Z] ---> Running in 67f66e4a6575 [2020-08-27T17:12:29.653Z] ---> e04186789810 [2020-08-27T17:12:29.653Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-27T17:12:29.653Z] Removing intermediate container 67f66e4a6575 [2020-08-27T17:12:29.653Z] ---> 766a6f7b646d [2020-08-27T17:12:29.653Z] Step 18/20 : LABEL arch=arm64 [2020-08-27T17:12:30.295Z] ---> Running in 63eb15c87213 [2020-08-27T17:12:31.366Z] Removing intermediate container 3858f36d2fa0 [2020-08-27T17:12:31.366Z] ---> 795c9e6a3070 [2020-08-27T17:12:31.366Z] [2020-08-27T17:12:31.366Z] Step 11/27 : FROM docker:latest [2020-08-27T17:12:31.366Z] ---> ce9d55ae87f1 [2020-08-27T17:12:31.366Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-27T17:12:31.366Z] ---> a978dcd3efef [2020-08-27T17:12:31.366Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-27T17:12:31.366Z] Removing intermediate container 63eb15c87213 [2020-08-27T17:12:31.366Z] ---> 1aa93cf64640 [2020-08-27T17:12:31.366Z] Step 19/20 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:12:31.669Z] ---> Running in b700df016b0d [2020-08-27T17:12:31.967Z] ---> Running in 60340615c3a6 [2020-08-27T17:12:33.089Z] Removing intermediate container 60340615c3a6 [2020-08-27T17:12:33.089Z] ---> 9fa36fbc28b4 [2020-08-27T17:12:33.089Z] Step 20/20 : LABEL version=1.2.2-dev.17 [2020-08-27T17:12:33.089Z] ---> Running in 13878b452938 [2020-08-27T17:12:34.074Z] Removing intermediate container 13878b452938 [2020-08-27T17:12:34.074Z] ---> e972e7f1aec5 [2020-08-27T17:12:34.074Z] [2020-08-27T17:12:34.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:12:34.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:12:34.642Z] ---> 99315ecf111a [2020-08-27T17:12:34.642Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-27T17:12:34.642Z] Successfully built e972e7f1aec5 [2020-08-27T17:12:34.642Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-27T17:12:34.642Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-08-27T17:12:34.913Z] (1/2) Installing readline (8.0.4-r0) [2020-08-27T17:12:34.913Z] (2/2) Installing bash (5.0.17-r0) [2020-08-27T17:12:35.186Z] Executing bash-5.0.17-r0.post-install [2020-08-27T17:12:35.186Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:12:35.186Z] OK: 12 MiB in 22 packages [2020-08-27T17:12:37.833Z] ---> 01229f4f8418 [2020-08-27T17:12:37.833Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-27T17:12:37.833Z] Removing intermediate container eb023ea433bd [2020-08-27T17:12:37.833Z] ---> 9b790a69e706 [2020-08-27T17:12:37.833Z] [2020-08-27T17:12:37.833Z] Step 10/21 : FROM scratch [2020-08-27T17:12:37.833Z] ---> [2020-08-27T17:12:37.833Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T17:12:38.823Z] ---> Running in 33fdb51a5201 [2020-08-27T17:12:39.807Z] ---> Running in 3ffda2513fe9 [2020-08-27T17:12:39.807Z] Removing intermediate container b700df016b0d [2020-08-27T17:12:39.807Z] ---> 910bffd9174f [2020-08-27T17:12:39.807Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-27T17:12:40.080Z] Removing intermediate container 33fdb51a5201 [2020-08-27T17:12:40.080Z] ---> dc5c3599d0ac [2020-08-27T17:12:40.080Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-27T17:12:40.080Z] ---> Running in 3c3bfcdb6ac8 [2020-08-27T17:12:40.080Z] ---> Running in 2c61cb9ff3a1 [2020-08-27T17:12:40.367Z] Removing intermediate container 3ffda2513fe9 [2020-08-27T17:12:40.367Z] ---> 6fcd0fd769ce [2020-08-27T17:12:40.367Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:12:40.640Z] ---> Running in 401cd198bc5a [2020-08-27T17:12:40.912Z] Removing intermediate container 2c61cb9ff3a1 [2020-08-27T17:12:40.912Z] ---> 5a458937dfa9 [2020-08-27T17:12:40.912Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-27T17:12:41.506Z] ---> Running in d627dc9b911d [2020-08-27T17:12:41.506Z] Removing intermediate container 401cd198bc5a [2020-08-27T17:12:41.506Z] ---> 9a5fcf4241db [2020-08-27T17:12:41.506Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T17:12:42.108Z] ---> Running in 8a9de5debc48 [2020-08-27T17:12:42.108Z] Removing intermediate container d627dc9b911d [2020-08-27T17:12:42.108Z] ---> 4a5d7e109813 [2020-08-27T17:12:42.108Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-27T17:12:43.117Z] Removing intermediate container 8a9de5debc48 [2020-08-27T17:12:43.117Z] ---> a2a138192d2b [2020-08-27T17:12:43.117Z] Step 21/22 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:12:43.397Z] ---> 534f5054d53a [2020-08-27T17:12:43.397Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-27T17:12:43.680Z] ---> Running in f29d6b8a5a13 [2020-08-27T17:12:44.673Z] Removing intermediate container 73a8d1d9844c [2020-08-27T17:12:44.673Z] ---> 3fbd346f1b36 [2020-08-27T17:12:44.673Z] [2020-08-27T17:12:44.673Z] Step 10/22 : FROM scratch [2020-08-27T17:12:44.673Z] ---> [2020-08-27T17:12:44.673Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T17:12:44.673Z] ---> Using cache [2020-08-27T17:12:44.673Z] ---> dc5c3599d0ac [2020-08-27T17:12:44.673Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-27T17:12:44.949Z] Removing intermediate container 3c3bfcdb6ac8 [2020-08-27T17:12:44.949Z] ---> 1b2c651650bc [2020-08-27T17:12:44.949Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-27T17:12:44.949Z] Removing intermediate container f29d6b8a5a13 [2020-08-27T17:12:44.949Z] ---> 41e72a14059c [2020-08-27T17:12:44.949Z] Step 22/22 : LABEL version=1.2.2-dev.17 [2020-08-27T17:12:45.225Z] ---> Running in 1f9c46fe6ad6 [2020-08-27T17:12:45.824Z] ---> Running in 0d3ddec1fb50 [2020-08-27T17:12:45.824Z] ---> Running in 7ec718fbb6a8 [2020-08-27T17:12:46.097Z] ---> 17d3a5625895 [2020-08-27T17:12:46.097Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-27T17:12:46.383Z] Removing intermediate container 1f9c46fe6ad6 [2020-08-27T17:12:46.383Z] ---> 79674147da8e [2020-08-27T17:12:46.383Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T17:12:47.000Z] Removing intermediate container 0d3ddec1fb50 [2020-08-27T17:12:47.000Z] ---> aa10ebc3c988 [2020-08-27T17:12:47.000Z] [2020-08-27T17:12:47.000Z] Removing intermediate container 7ec718fbb6a8 [2020-08-27T17:12:47.000Z] ---> f1df7108562d [2020-08-27T17:12:47.000Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-27T17:12:47.000Z] ---> Running in 3f0bfcb18567 [2020-08-27T17:12:47.619Z] ---> 6904c1a4cd30 [2020-08-27T17:12:47.619Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-27T17:12:47.619Z] Successfully built aa10ebc3c988 [2020-08-27T17:12:47.619Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-27T17:12:47.619Z] Building docker-core-command-go [2020-08-27T17:12:47.619Z]  Building docker-support-logging-go ... done  ---> Running in 66614721489c [2020-08-27T17:12:47.904Z] ---> Running in 5bdfd4a2ea0d [2020-08-27T17:12:48.181Z] Removing intermediate container 3f0bfcb18567 [2020-08-27T17:12:48.181Z] ---> 38e0d925c4c0 [2020-08-27T17:12:48.181Z] Step 14/22 : WORKDIR / [2020-08-27T17:12:48.181Z] ---> Running in ac5b85e825ec [2020-08-27T17:12:48.453Z] Removing intermediate container 66614721489c [2020-08-27T17:12:48.453Z] ---> d88447a6395a [2020-08-27T17:12:48.453Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-27T17:12:48.453Z] Removing intermediate container 5bdfd4a2ea0d [2020-08-27T17:12:48.453Z] ---> 7b2b5320ee03 [2020-08-27T17:12:48.453Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:12:48.733Z] ---> Running in b42b474100b9 [2020-08-27T17:12:48.733Z] ---> Running in 9647e1c9c7c9 [2020-08-27T17:12:49.006Z] Removing intermediate container ac5b85e825ec [2020-08-27T17:12:49.006Z] ---> 54a5adf63517 [2020-08-27T17:12:49.006Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-27T17:12:49.607Z] Removing intermediate container b42b474100b9 [2020-08-27T17:12:49.607Z] ---> 736983ed3332 [2020-08-27T17:12:49.607Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-27T17:12:50.210Z] Removing intermediate container 9647e1c9c7c9 [2020-08-27T17:12:50.210Z] ---> ac2bfd1ec653 [2020-08-27T17:12:50.210Z] Step 19/21 : LABEL arch=arm64 [2020-08-27T17:12:50.492Z] ---> b5c5f107ac8a [2020-08-27T17:12:50.492Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-27T17:12:51.481Z] ---> Running in 4d002d6926f9 [2020-08-27T17:12:52.489Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:12:52.489Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:12:52.489Z] ---> ec3612811f2e [2020-08-27T17:12:52.489Z] Step 3/24 : WORKDIR /edgex-go [2020-08-27T17:12:52.489Z] ---> Using cache [2020-08-27T17:12:52.489Z] ---> 8a2b3e9b570c [2020-08-27T17:12:52.489Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:12:52.489Z] ---> Using cache [2020-08-27T17:12:52.489Z] ---> 91a0215142b6 [2020-08-27T17:12:52.489Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-27T17:12:53.472Z] ---> 1eb025d5249e [2020-08-27T17:12:53.472Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-27T17:12:53.755Z] ---> Running in e55e3570a35c [2020-08-27T17:12:54.349Z] ---> 5a8de2366eb1 [2020-08-27T17:12:54.349Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-27T17:12:54.349Z] Removing intermediate container 4d002d6926f9 [2020-08-27T17:12:54.350Z] ---> 5dcd82d768cf [2020-08-27T17:12:54.350Z] Step 20/21 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:12:54.623Z] ---> 18380d1e5b21 [2020-08-27T17:12:54.623Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-27T17:12:54.623Z] ---> Running in 06eba235e506 [2020-08-27T17:12:55.625Z] Removing intermediate container 06eba235e506 [2020-08-27T17:12:55.625Z] ---> e3703315bb3f [2020-08-27T17:12:55.625Z] Step 21/21 : LABEL version=1.2.2-dev.17 [2020-08-27T17:12:55.625Z] ---> Running in 598271ae19f6 [2020-08-27T17:12:55.625Z] ---> 669fe0180ad2 [2020-08-27T17:12:55.625Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-27T17:12:55.899Z] ---> Running in 18af597a396c [2020-08-27T17:12:55.899Z] ---> 97f8660afdce [2020-08-27T17:12:55.899Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-27T17:12:56.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:12:56.194Z] ---> Running in 0176436102a9 [2020-08-27T17:12:56.194Z] Removing intermediate container 598271ae19f6 [2020-08-27T17:12:56.194Z] ---> 00f1a34cb4a2 [2020-08-27T17:12:56.194Z] [2020-08-27T17:12:56.822Z] Removing intermediate container 18af597a396c [2020-08-27T17:12:56.822Z] ---> d298ae8e3626 [2020-08-27T17:12:56.822Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:12:56.822Z] Successfully built 00f1a34cb4a2 [2020-08-27T17:12:57.099Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-27T17:12:57.099Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-08-27T17:12:57.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:12:57.099Z] ---> Running in c970a67b1817 [2020-08-27T17:12:57.710Z] Removing intermediate container c970a67b1817 [2020-08-27T17:12:57.710Z] ---> 72847ea0684b [2020-08-27T17:12:57.710Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T17:12:57.992Z] ---> Running in 7da20a2f20ff [2020-08-27T17:12:57.992Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:12:57.992Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:12:57.992Z] OK: 12617 distinct packages available [2020-08-27T17:12:58.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:12:58.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:12:58.809Z] OK: 217 MiB in 51 packages [2020-08-27T17:12:59.081Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-27T17:12:59.081Z] (2/33) Installing expat (2.2.9-r1) [2020-08-27T17:12:59.081Z] (3/33) Installing libffi (3.3-r2) [2020-08-27T17:12:59.081Z] (4/33) Installing gdbm (1.13-r1) [2020-08-27T17:12:59.081Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-27T17:12:59.081Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-27T17:12:59.081Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-27T17:13:01.092Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-27T17:13:01.092Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-27T17:13:01.092Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-27T17:13:01.092Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-27T17:13:01.092Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-27T17:13:01.092Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-27T17:13:01.092Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-27T17:13:01.092Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-27T17:13:01.092Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-27T17:13:01.092Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-27T17:13:01.092Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-27T17:13:01.366Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-27T17:13:01.366Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-27T17:13:01.366Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-27T17:13:01.366Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-27T17:13:01.366Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-27T17:13:01.366Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-27T17:13:01.366Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-27T17:13:01.366Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-27T17:13:01.366Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-27T17:13:01.366Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-27T17:13:01.366Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-27T17:13:01.366Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-27T17:13:01.366Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-27T17:13:01.366Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-27T17:13:01.366Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-27T17:13:01.644Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:13:01.644Z] OK: 71 MiB in 55 packages [2020-08-27T17:13:02.626Z] Removing intermediate container 7da20a2f20ff [2020-08-27T17:13:02.626Z] ---> b6a706101cfd [2020-08-27T17:13:02.626Z] Step 21/22 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:13:04.071Z] ---> Running in b33178eaf3c7 [2020-08-27T17:13:04.353Z] Removing intermediate container e55e3570a35c [2020-08-27T17:13:04.353Z] ---> 0dd87feac89f [2020-08-27T17:13:04.353Z] Step 6/24 : COPY go.mod . [2020-08-27T17:13:04.948Z] Removing intermediate container b33178eaf3c7 [2020-08-27T17:13:04.948Z] ---> 323f28b377fa [2020-08-27T17:13:04.948Z] Step 22/22 : LABEL version=1.2.2-dev.17 [2020-08-27T17:13:05.542Z] ---> Running in 9ce9d3be56e3 [2020-08-27T17:13:06.148Z] ---> adf9a0e17085 [2020-08-27T17:13:06.148Z] Step 7/24 : RUN go mod download [2020-08-27T17:13:06.423Z] ---> Running in f0a07d87720f [2020-08-27T17:13:06.423Z] Removing intermediate container 9ce9d3be56e3 [2020-08-27T17:13:06.423Z] ---> 98a363230e71 [2020-08-27T17:13:06.423Z] [2020-08-27T17:13:07.410Z] Successfully built 98a363230e71 [2020-08-27T17:13:07.410Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-27T17:13:07.410Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-08-27T17:13:12.814Z] Removing intermediate container f0a07d87720f [2020-08-27T17:13:12.814Z] ---> 58d5bcbf9157 [2020-08-27T17:13:12.814Z] Step 8/24 : COPY . . [2020-08-27T17:13:12.814Z] Removing intermediate container 0176436102a9 [2020-08-27T17:13:12.814Z] ---> b9b9a78d57e4 [2020-08-27T17:13:12.814Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-27T17:13:13.433Z] ---> Running in 900cb84ee91e [2020-08-27T17:13:14.055Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:13:14.055Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:13:14.055Z] ---> ec3612811f2e [2020-08-27T17:13:14.055Z] Step 3/22 : WORKDIR /edgex-go [2020-08-27T17:13:14.055Z] ---> Using cache [2020-08-27T17:13:14.055Z] ---> 8a2b3e9b570c [2020-08-27T17:13:14.055Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:13:14.055Z] ---> Using cache [2020-08-27T17:13:14.055Z] ---> 91a0215142b6 [2020-08-27T17:13:14.055Z] Step 5/22 : RUN apk update && apk add make git [2020-08-27T17:13:14.055Z] ---> Using cache [2020-08-27T17:13:14.055Z] ---> cb7deeb8b5ff [2020-08-27T17:13:14.055Z] Step 6/22 : COPY go.mod . [2020-08-27T17:13:14.055Z] ---> Using cache [2020-08-27T17:13:14.055Z] ---> 06a2d711ab45 [2020-08-27T17:13:14.055Z] Step 7/22 : RUN go mod download [2020-08-27T17:13:14.055Z] ---> Using cache [2020-08-27T17:13:14.055Z] ---> cb5700d20aab [2020-08-27T17:13:14.055Z] Step 8/22 : COPY . . [2020-08-27T17:13:14.055Z] ---> Using cache [2020-08-27T17:13:14.055Z] ---> ad11b87a5b54 [2020-08-27T17:13:14.055Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-27T17:13:16.707Z] ---> Running in d5bec3d9072f [2020-08-27T17:13:18.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/core-command/core-command ./cmd/core-command [2020-08-27T17:13:20.699Z] Collecting docker-compose==1.23.2 [2020-08-27T17:13:20.976Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-27T17:13:22.425Z] Collecting PyYAML<4,>=3.10 [2020-08-27T17:13:22.425Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-27T17:13:25.873Z] 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-27T17:13:25.873Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-27T17:13:25.873Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-27T17:13:25.873Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:13:25.873Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-27T17:13:25.873Z] ---> ec3612811f2e [2020-08-27T17:13:25.873Z] Step 3/29 : WORKDIR /edgex-go [2020-08-27T17:13:25.873Z] ---> Using cache [2020-08-27T17:13:25.873Z] ---> 8a2b3e9b570c [2020-08-27T17:13:25.873Z] Step 4/29 : RUN apk update && apk add make git [2020-08-27T17:13:30.355Z] ---> Running in 1010b4c81ade [2020-08-27T17:13:30.355Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-27T17:13:30.355Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-27T17:13:31.353Z] Collecting texttable<0.10,>=0.9.0 [2020-08-27T17:13:31.353Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-27T17:13:33.383Z] ---> 2f9336883b64 [2020-08-27T17:13:33.383Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-27T17:13:33.383Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:13:33.668Z] ---> Running in 9204dd52ea02 [2020-08-27T17:13:34.279Z] Collecting docker<4.0,>=3.6.0 [2020-08-27T17:13:34.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:13:34.279Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-27T17:13:34.894Z] Collecting docopt<0.7,>=0.6.1 [2020-08-27T17:13:34.895Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-27T17:13:35.174Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:13:35.174Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:13:35.174Z] OK: 12617 distinct packages available [2020-08-27T17:13:36.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-27T17:13:36.451Z] OK: 217 MiB in 51 packages [2020-08-27T17:13:38.480Z] Collecting cached-property<2,>=1.2.0 [2020-08-27T17:13:38.480Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-27T17:13:38.480Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:13:38.480Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:13:38.480Z] ---> ec3612811f2e [2020-08-27T17:13:38.480Z] Step 3/26 : WORKDIR /edgex-go [2020-08-27T17:13:38.480Z] ---> Using cache [2020-08-27T17:13:38.480Z] ---> 8a2b3e9b570c [2020-08-27T17:13:38.480Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:13:38.480Z] ---> Using cache [2020-08-27T17:13:38.480Z] ---> 91a0215142b6 [2020-08-27T17:13:38.480Z] Step 5/26 : RUN apk update && apk add make git [2020-08-27T17:13:38.480Z] ---> Using cache [2020-08-27T17:13:38.480Z] ---> cb7deeb8b5ff [2020-08-27T17:13:38.480Z] Step 6/26 : COPY go.mod . [2020-08-27T17:13:38.480Z] ---> Using cache [2020-08-27T17:13:38.480Z] ---> 06a2d711ab45 [2020-08-27T17:13:38.480Z] Step 7/26 : RUN go mod download [2020-08-27T17:13:38.480Z] ---> Using cache [2020-08-27T17:13:38.480Z] ---> cb5700d20aab [2020-08-27T17:13:38.480Z] Step 8/26 : COPY . . [2020-08-27T17:13:38.480Z] ---> Using cache [2020-08-27T17:13:38.480Z] ---> ad11b87a5b54 [2020-08-27T17:13:38.481Z] 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-27T17:13:38.481Z] ---> Running in 077bea10864e [2020-08-27T17:13:39.091Z] Removing intermediate container 1010b4c81ade [2020-08-27T17:13:39.091Z] ---> 1ca42c505066 [2020-08-27T17:13:39.091Z] Step 5/29 : COPY go.mod . [2020-08-27T17:13:39.091Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-27T17:13:39.091Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-27T17:13:40.091Z] Collecting jsonschema<3,>=2.5.1 [2020-08-27T17:13:40.091Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-27T17:13:40.371Z] Collecting idna<2.8,>=2.5 [2020-08-27T17:13:40.371Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-27T17:13:40.655Z] 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-27T17:13:40.655Z] 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-27T17:13:40.655Z] ---> 29e0eb8850b2 [2020-08-27T17:13:40.656Z] Step 6/29 : RUN go mod download [2020-08-27T17:13:40.656Z] ---> Running in 785f02c8a69b [2020-08-27T17:13:41.274Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-27T17:13:41.274Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-27T17:13:41.274Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-27T17:13:42.273Z] Collecting docker-pycreds>=0.4.0 [2020-08-27T17:13:42.273Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-27T17:13:42.273Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-27T17:13:42.273Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-27T17:13:42.273Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-27T17:13:42.273Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-27T17:13:43.726Z] Installing collected packages: PyYAML, dockerpty, idna, urllib3, requests, texttable, docker-pycreds, websocket-client, docker, docopt, cached-property, jsonschema, docker-compose [2020-08-27T17:13:43.726Z] Running setup.py install for PyYAML: started [2020-08-27T17:13:45.752Z] Removing intermediate container 785f02c8a69b [2020-08-27T17:13:45.752Z] ---> cf0ad44fac35 [2020-08-27T17:13:45.752Z] Step 7/29 : COPY . . [2020-08-27T17:13:47.816Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-27T17:13:47.816Z] Running setup.py install for dockerpty: started [2020-08-27T17:13:51.260Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-27T17:13:51.260Z] Attempting uninstall: idna [2020-08-27T17:13:51.260Z] Found existing installation: idna 2.9 [2020-08-27T17:13:51.260Z] Uninstalling idna-2.9: [2020-08-27T17:13:51.260Z] Successfully uninstalled idna-2.9 [2020-08-27T17:13:52.256Z] Attempting uninstall: urllib3 [2020-08-27T17:13:52.256Z] Found existing installation: urllib3 1.25.9 [2020-08-27T17:13:52.533Z] Uninstalling urllib3-1.25.9: [2020-08-27T17:13:52.814Z] Successfully uninstalled urllib3-1.25.9 [2020-08-27T17:13:53.430Z] Attempting uninstall: requests [2020-08-27T17:13:53.430Z] Found existing installation: requests 2.23.0 [2020-08-27T17:13:53.430Z] Uninstalling requests-2.23.0: [2020-08-27T17:13:53.710Z] Successfully uninstalled requests-2.23.0 [2020-08-27T17:13:54.320Z] Running setup.py install for texttable: started [2020-08-27T17:13:57.738Z] Running setup.py install for texttable: finished with status 'done' [2020-08-27T17:13:58.740Z] Running setup.py install for docopt: started [2020-08-27T17:14:02.182Z] Running setup.py install for docopt: finished with status 'done' [2020-08-27T17:14:04.910Z] ---> f570151d2f79 [2020-08-27T17:14:04.910Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-27T17:14:04.910Z] ---> Running in 6a1cc433d578 [2020-08-27T17:14:05.517Z] 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-27T17:14:07.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-27T17:14:11.871Z] Removing intermediate container 900cb84ee91e [2020-08-27T17:14:11.871Z] ---> 4bf5fd61cae7 [2020-08-27T17:14:11.871Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-27T17:14:11.871Z] ---> Running in e47b85474cf2 [2020-08-27T17:14:13.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:14:14.162Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:14:14.767Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-27T17:14:14.767Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-27T17:14:15.049Z] (3/3) Installing curl (7.69.1-r0) [2020-08-27T17:14:15.049Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:14:15.049Z] OK: 71 MiB in 58 packages [2020-08-27T17:14:17.043Z] Removing intermediate container e47b85474cf2 [2020-08-27T17:14:17.043Z] ---> c9d026898e35 [2020-08-27T17:14:17.043Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-27T17:14:17.043Z] ---> Running in e5c4a3953d0b [2020-08-27T17:14:17.656Z] Removing intermediate container e5c4a3953d0b [2020-08-27T17:14:17.656Z] ---> dc85d3e71b97 [2020-08-27T17:14:17.656Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:14:17.656Z] ---> Running in a3db412a6762 [2020-08-27T17:14:18.281Z] Removing intermediate container a3db412a6762 [2020-08-27T17:14:18.281Z] ---> 3c13ed84eab1 [2020-08-27T17:14:18.281Z] Step 25/27 : LABEL arch=arm64 [2020-08-27T17:14:18.568Z] ---> Running in 10d6d7e67648 [2020-08-27T17:14:19.178Z] Removing intermediate container 10d6d7e67648 [2020-08-27T17:14:19.178Z] ---> 55991db537b4 [2020-08-27T17:14:19.178Z] Step 26/27 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:14:19.178Z] ---> Running in 736090db4fc0 [2020-08-27T17:14:19.802Z] Removing intermediate container 736090db4fc0 [2020-08-27T17:14:19.802Z] ---> dab727592913 [2020-08-27T17:14:19.802Z] Step 27/27 : LABEL version=1.2.2-dev.17 [2020-08-27T17:14:20.080Z] ---> Running in 979f57b0555f [2020-08-27T17:14:20.696Z] Removing intermediate container 979f57b0555f [2020-08-27T17:14:20.696Z] ---> bcdbbf3bcb0d [2020-08-27T17:14:20.696Z] [2020-08-27T17:14:21.312Z] Successfully built bcdbbf3bcb0d [2020-08-27T17:14:21.312Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-27T17:14:21.313Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2020-08-27T17:14:48.122Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-27T17:14:48.122Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-27T17:14:48.122Z] ---> ec3612811f2e [2020-08-27T17:14:48.122Z] Step 3/23 : WORKDIR /edgex-go [2020-08-27T17:14:48.122Z] ---> Using cache [2020-08-27T17:14:48.122Z] ---> 8a2b3e9b570c [2020-08-27T17:14:48.122Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:14:48.122Z] ---> Using cache [2020-08-27T17:14:48.122Z] ---> 91a0215142b6 [2020-08-27T17:14:48.122Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-27T17:14:48.122Z] ---> Running in 5b80410ee45b [2020-08-27T17:14:48.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:14:49.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:14:50.702Z] v3.12.0-263-gf2a2ffc32b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:14:50.702Z] v3.12.0-259-g31aac9de85 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:14:50.702Z] OK: 12617 distinct packages available [2020-08-27T17:14:52.150Z] OK: 217 MiB in 51 packages [2020-08-27T17:14:53.619Z] Removing intermediate container 5b80410ee45b [2020-08-27T17:14:53.619Z] ---> 479ff170ffcc [2020-08-27T17:14:53.619Z] Step 6/23 : COPY go.mod . [2020-08-27T17:14:54.622Z] ---> 91f04d57d6b1 [2020-08-27T17:14:54.622Z] Step 7/23 : RUN go mod download [2020-08-27T17:14:54.902Z] ---> Running in 9a6b795e1014 [2020-08-27T17:15:00.361Z] Removing intermediate container 9a6b795e1014 [2020-08-27T17:15:00.361Z] ---> dcfcce4b7e67 [2020-08-27T17:15:00.361Z] Step 8/23 : COPY . . [2020-08-27T17:15:01.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-27T17:15:13.880Z] Removing intermediate container d5bec3d9072f [2020-08-27T17:15:13.880Z] ---> fe8bdf14647f [2020-08-27T17:15:13.880Z] [2020-08-27T17:15:13.880Z] Step 10/22 : FROM scratch [2020-08-27T17:15:13.880Z] ---> [2020-08-27T17:15:13.880Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T17:15:13.880Z] ---> Using cache [2020-08-27T17:15:13.880Z] ---> dc5c3599d0ac [2020-08-27T17:15:13.880Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-27T17:15:13.880Z] ---> Running in eda55f659bb3 [2020-08-27T17:15:14.174Z] Removing intermediate container eda55f659bb3 [2020-08-27T17:15:14.174Z] ---> abd4436e72e1 [2020-08-27T17:15:14.174Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-27T17:15:14.450Z] ---> Running in e5aad5e5dcb9 [2020-08-27T17:15:14.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-27T17:15:15.326Z] Removing intermediate container e5aad5e5dcb9 [2020-08-27T17:15:15.327Z] ---> 5b11ba9b87e1 [2020-08-27T17:15:15.327Z] Step 14/22 : WORKDIR / [2020-08-27T17:15:15.609Z] ---> Running in 723cfaa72f4b [2020-08-27T17:15:16.595Z] Removing intermediate container 723cfaa72f4b [2020-08-27T17:15:16.595Z] ---> 9b9b4691a0a0 [2020-08-27T17:15:16.595Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-27T17:15:17.591Z] ---> e75cb66b5f5d [2020-08-27T17:15:17.591Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-27T17:15:17.591Z] ---> Running in dbd4d8065395 [2020-08-27T17:15:18.211Z] ---> d96a16e9c061 [2020-08-27T17:15:18.211Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-27T17:15:20.235Z] ---> 93e6bf2770f6 [2020-08-27T17:15:20.235Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-27T17:15:20.235Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.17" -o cmd/core-data/core-data ./cmd/core-data [2020-08-27T17:15:21.216Z] ---> f14d5f0ae865 [2020-08-27T17:15:21.216Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-27T17:15:21.489Z] ---> Running in 8b6a2d2e8120 [2020-08-27T17:15:22.095Z] Removing intermediate container 8b6a2d2e8120 [2020-08-27T17:15:22.095Z] ---> 5fbea529eb22 [2020-08-27T17:15:22.095Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:15:22.371Z] ---> Running in 8f30eaf7d6d7 [2020-08-27T17:15:23.359Z] Removing intermediate container 8f30eaf7d6d7 [2020-08-27T17:15:23.359Z] ---> 1eca7a274c24 [2020-08-27T17:15:23.359Z] Step 20/22 : LABEL arch=arm64 [2020-08-27T17:15:23.968Z] ---> Running in e0ba5fc48250 [2020-08-27T17:15:25.414Z] Removing intermediate container e0ba5fc48250 [2020-08-27T17:15:25.414Z] ---> 54c438b077d7 [2020-08-27T17:15:25.414Z] Step 21/22 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:15:25.414Z] ---> Running in bbb0e637a3eb [2020-08-27T17:15:27.393Z] Removing intermediate container bbb0e637a3eb [2020-08-27T17:15:27.393Z] ---> 037567af948a [2020-08-27T17:15:27.393Z] Step 22/22 : LABEL version=1.2.2-dev.17 [2020-08-27T17:15:27.665Z] ---> Running in 5a08e34194aa [2020-08-27T17:15:28.265Z] Removing intermediate container 6a1cc433d578 [2020-08-27T17:15:28.265Z] ---> 9742f6d7f65a [2020-08-27T17:15:28.265Z] [2020-08-27T17:15:28.265Z] Step 9/29 : FROM alpine:latest [2020-08-27T17:15:28.265Z] ---> 62ee0e9f8440 [2020-08-27T17:15:28.265Z] 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-27T17:15:28.866Z] ---> Running in 9f8aed50bd35 [2020-08-27T17:15:29.139Z] Removing intermediate container 5a08e34194aa [2020-08-27T17:15:29.139Z] ---> 501ba6635bde [2020-08-27T17:15:29.139Z] [2020-08-27T17:15:30.118Z] Successfully built 501ba6635bde [2020-08-27T17:15:30.118Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-27T17:15:30.398Z]  Building docker-core-command-go ... done Removing intermediate container 9f8aed50bd35 [2020-08-27T17:15:30.398Z] ---> 7d57d8f142b0 [2020-08-27T17:15:30.398Z] Step 11/29 : USER root [2020-08-27T17:15:30.677Z] Removing intermediate container 9204dd52ea02 [2020-08-27T17:15:30.677Z] ---> cc196c8564a5 [2020-08-27T17:15:30.677Z] [2020-08-27T17:15:30.677Z] Step 10/24 : FROM scratch [2020-08-27T17:15:30.677Z] ---> [2020-08-27T17:15:30.677Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-27T17:15:30.677Z] ---> Running in 8f4c260f5a7e [2020-08-27T17:15:31.274Z] ---> Using cache [2020-08-27T17:15:31.274Z] ---> 0b376d571b1a [2020-08-27T17:15:31.274Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-27T17:15:31.274Z] ---> Running in f76fa8a509ca [2020-08-27T17:15:31.547Z] Removing intermediate container 8f4c260f5a7e [2020-08-27T17:15:31.547Z] ---> 4ca357254015 [2020-08-27T17:15:31.547Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-27T17:15:31.822Z] Removing intermediate container 077bea10864e [2020-08-27T17:15:31.822Z] ---> 40995bf7ef58 [2020-08-27T17:15:31.822Z] [2020-08-27T17:15:31.822Z] Step 10/26 : FROM alpine:3.10 [2020-08-27T17:15:31.822Z] ---> Running in 9b5cd16bd71d [2020-08-27T17:15:32.101Z] Removing intermediate container f76fa8a509ca [2020-08-27T17:15:32.101Z] ---> 5c458da7a8ed [2020-08-27T17:15:32.101Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-27T17:15:32.372Z] ---> Running in ce328fe6f478 [2020-08-27T17:15:32.372Z] 3.10: Pulling from library/alpine [2020-08-27T17:15:32.966Z] Removing intermediate container ce328fe6f478 [2020-08-27T17:15:32.966Z] ---> 1be98ed29b4f [2020-08-27T17:15:32.966Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-27T17:15:34.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:15:34.958Z] ---> 7201b63fe2e1 [2020-08-27T17:15:34.958Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-27T17:15:34.958Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-27T17:15:34.958Z] Status: Downloaded newer image for alpine:3.10 [2020-08-27T17:15:34.958Z] ---> 536a684cf733 [2020-08-27T17:15:34.958Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-27T17:15:34.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:15:34.958Z] ---> Running in 4b9f36e45371 [2020-08-27T17:15:35.943Z] v3.12.0-263-gf2a2ffc32b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-27T17:15:35.943Z] v3.12.0-259-g31aac9de85 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-27T17:15:35.943Z] OK: 12617 distinct packages available [2020-08-27T17:15:36.551Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-27T17:15:36.551Z] ---> d4e2d263a32c [2020-08-27T17:15:36.551Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-27T17:15:36.829Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-27T17:15:36.829Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:15:36.829Z] Executing ca-certificates-20191127-r4.trigger [2020-08-27T17:15:37.103Z] OK: 6 MiB in 16 packages [2020-08-27T17:15:38.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:15:38.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:15:38.694Z] v3.10.5-78-g117b307f50 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-27T17:15:38.694Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-27T17:15:38.694Z] OK: 10167 distinct packages available [2020-08-27T17:15:38.694Z] ---> c33144b1d887 [2020-08-27T17:15:38.694Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-27T17:15:39.305Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-27T17:15:39.305Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-27T17:15:39.305Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-27T17:15:39.305Z] (4/5) Installing curl (7.66.0-r0) [2020-08-27T17:15:39.305Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-27T17:15:39.305Z] Executing busybox-1.30.1-r3.trigger [2020-08-27T17:15:39.305Z] Executing ca-certificates-20191127-r2.trigger [2020-08-27T17:15:39.902Z] OK: 7 MiB in 19 packages [2020-08-27T17:15:39.902Z] Removing intermediate container 9b5cd16bd71d [2020-08-27T17:15:39.902Z] ---> e3a419bb0bbd [2020-08-27T17:15:39.902Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-27T17:15:40.177Z] ---> f2e7311f867e [2020-08-27T17:15:40.177Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-27T17:15:40.177Z] ---> Running in ca4988c994fe [2020-08-27T17:15:41.165Z] Removing intermediate container ca4988c994fe [2020-08-27T17:15:41.165Z] ---> fd0a847c8cbf [2020-08-27T17:15:41.165Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-27T17:15:41.766Z] ---> Running in 8da733f47ea2 [2020-08-27T17:15:42.758Z] Removing intermediate container 8da733f47ea2 [2020-08-27T17:15:42.758Z] ---> 3dec2f03064c [2020-08-27T17:15:42.758Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-27T17:15:42.758Z] ---> Running in 8d8580bbe110 [2020-08-27T17:15:43.034Z] Removing intermediate container 4b9f36e45371 [2020-08-27T17:15:43.034Z] ---> d4207394d4fe [2020-08-27T17:15:43.034Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-27T17:15:43.034Z] ---> 29facbb7b75c [2020-08-27T17:15:43.034Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-27T17:15:43.309Z] ---> Running in 39384bbcbffa [2020-08-27T17:15:44.317Z] Removing intermediate container 39384bbcbffa [2020-08-27T17:15:44.317Z] ---> dbe4a58fa4c0 [2020-08-27T17:15:44.317Z] Step 13/26 : WORKDIR / [2020-08-27T17:15:44.594Z] ---> Running in 9e1e7587b72d [2020-08-27T17:15:44.886Z] ---> 6374da2f39f6 [2020-08-27T17:15:44.886Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-27T17:15:45.175Z] ---> Running in 06ccb70f0aff [2020-08-27T17:15:45.175Z] Removing intermediate container 9e1e7587b72d [2020-08-27T17:15:45.175Z] ---> b7e635151d2b [2020-08-27T17:15:45.175Z] 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-27T17:15:45.786Z] Removing intermediate container 06ccb70f0aff [2020-08-27T17:15:45.786Z] ---> 687228e7d7f5 [2020-08-27T17:15:45.786Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:15:46.392Z] ---> Running in 29b884cece21 [2020-08-27T17:15:47.001Z] ---> 96e95053f855 [2020-08-27T17:15:47.001Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-08-27T17:15:47.278Z] Removing intermediate container 29b884cece21 [2020-08-27T17:15:47.278Z] ---> 5a1e37718239 [2020-08-27T17:15:47.278Z] Step 22/24 : LABEL arch=arm64 [2020-08-27T17:15:47.554Z] ---> Running in 67bc2b040d6c [2020-08-27T17:15:47.554Z] Removing intermediate container 8d8580bbe110 [2020-08-27T17:15:47.554Z] ---> 436a73461bfe [2020-08-27T17:15:47.554Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-27T17:15:48.157Z] ---> e1790df9f7b0 [2020-08-27T17:15:48.157Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-27T17:15:48.433Z] Removing intermediate container 67bc2b040d6c [2020-08-27T17:15:48.433Z] ---> d2a01208f07c [2020-08-27T17:15:48.433Z] Step 23/24 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:15:48.707Z] ---> Running in 7502a3079554 [2020-08-27T17:15:49.703Z] Removing intermediate container 7502a3079554 [2020-08-27T17:15:49.703Z] ---> 90b9903ab2ae [2020-08-27T17:15:49.703Z] Step 24/24 : LABEL version=1.2.2-dev.17 [2020-08-27T17:15:49.703Z] ---> 504a52479a8e [2020-08-27T17:15:49.703Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-27T17:15:50.002Z] ---> Running in e953a4b50c7e [2020-08-27T17:15:50.002Z] ---> 7dee0324fcc5 [2020-08-27T17:15:50.002Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-27T17:15:51.009Z] Removing intermediate container e953a4b50c7e [2020-08-27T17:15:51.009Z] ---> 86076165defb [2020-08-27T17:15:51.009Z] [2020-08-27T17:15:51.297Z] ---> cc74ccca3989 [2020-08-27T17:15:51.297Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-27T17:15:51.580Z] Successfully built 86076165defb [2020-08-27T17:15:51.580Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-27T17:15:51.861Z]  Building docker-support-notifications-go ... done  ---> 5705f15bb4a7 [2020-08-27T17:15:51.861Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-27T17:15:53.369Z] ---> 2b503dd3bc2c [2020-08-27T17:15:53.369Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-27T17:15:53.369Z] ---> 42909e79394b [2020-08-27T17:15:53.369Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-27T17:15:54.828Z] ---> b7e94e7e1a8b [2020-08-27T17:15:54.828Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-27T17:15:55.437Z] ---> d6d79687c494 [2020-08-27T17:15:55.437Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-27T17:15:56.442Z] ---> 5a125c7b191c [2020-08-27T17:15:56.442Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-27T17:15:56.442Z] ---> Running in aa27c0e09879 [2020-08-27T17:15:57.430Z] ---> c842a5b7428d [2020-08-27T17:15:57.430Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T17:15:58.866Z] ---> 1b42b1bf1d52 [2020-08-27T17:15:58.866Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T17:15:58.866Z] ---> Running in 659ad8e11166 [2020-08-27T17:16:00.860Z] Removing intermediate container aa27c0e09879 [2020-08-27T17:16:00.860Z] ---> 8c24fd362ea3 [2020-08-27T17:16:00.860Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-27T17:16:01.870Z] ---> 14d705599306 [2020-08-27T17:16:01.870Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-27T17:16:02.158Z] ---> Running in 4c1580fac21a [2020-08-27T17:16:03.157Z] Removing intermediate container 659ad8e11166 [2020-08-27T17:16:03.157Z] ---> fd1c4622375f [2020-08-27T17:16:03.157Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T17:16:03.434Z] ---> Running in ce077bbe79a5 [2020-08-27T17:16:04.041Z] Removing intermediate container ce077bbe79a5 [2020-08-27T17:16:04.041Z] ---> 4cf010fa2b9e [2020-08-27T17:16:04.041Z] Step 24/26 : LABEL arch=arm64 [2020-08-27T17:16:04.323Z] ---> Running in 1d6a034eae90 [2020-08-27T17:16:04.941Z] Removing intermediate container 1d6a034eae90 [2020-08-27T17:16:04.941Z] ---> e864e56242f6 [2020-08-27T17:16:04.941Z] Step 25/26 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:16:05.224Z] ---> Running in 5d94314cf745 [2020-08-27T17:16:05.834Z] Removing intermediate container 5d94314cf745 [2020-08-27T17:16:05.834Z] ---> 967cd33dd5b9 [2020-08-27T17:16:05.834Z] Step 26/26 : LABEL version=1.2.2-dev.17 [2020-08-27T17:16:06.121Z] ---> Running in 4d56b031ac48 [2020-08-27T17:16:06.121Z] Removing intermediate container 4c1580fac21a [2020-08-27T17:16:06.121Z] ---> d138e353c2e1 [2020-08-27T17:16:06.121Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-27T17:16:06.399Z] ---> Running in eb4ba42fbec7 [2020-08-27T17:16:06.674Z] Removing intermediate container 4d56b031ac48 [2020-08-27T17:16:06.674Z] ---> 493953b400e1 [2020-08-27T17:16:06.674Z] [2020-08-27T17:16:06.951Z] Successfully built 493953b400e1 [2020-08-27T17:16:06.951Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-27T17:16:10.356Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container eb4ba42fbec7 [2020-08-27T17:16:10.356Z] ---> 2ffe46c6aa34 [2020-08-27T17:16:10.356Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-27T17:16:10.356Z] ---> Running in b7346fe90a3e [2020-08-27T17:16:10.356Z] Removing intermediate container b7346fe90a3e [2020-08-27T17:16:10.356Z] ---> ee2e70275ce8 [2020-08-27T17:16:10.356Z] Step 26/29 : CMD [ "generate" ] [2020-08-27T17:16:10.631Z] ---> Running in 16857d5ea13a [2020-08-27T17:16:10.914Z] Removing intermediate container 16857d5ea13a [2020-08-27T17:16:10.914Z] ---> e33a66b1a6fb [2020-08-27T17:16:10.914Z] Step 27/29 : LABEL arch=arm64 [2020-08-27T17:16:11.188Z] ---> Running in 984e3dba0a6c [2020-08-27T17:16:11.798Z] Removing intermediate container 984e3dba0a6c [2020-08-27T17:16:11.798Z] ---> 635da9e8d14f [2020-08-27T17:16:11.798Z] Step 28/29 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:16:11.798Z] ---> Running in d49fee0804dc [2020-08-27T17:16:12.396Z] Removing intermediate container d49fee0804dc [2020-08-27T17:16:12.396Z] ---> 486269854e1e [2020-08-27T17:16:12.396Z] Step 29/29 : LABEL version=1.2.2-dev.17 [2020-08-27T17:16:12.396Z] ---> Running in b3fd02ebf6c5 [2020-08-27T17:16:12.994Z] Removing intermediate container b3fd02ebf6c5 [2020-08-27T17:16:12.994Z] ---> 5eee96096f61 [2020-08-27T17:16:12.994Z] [2020-08-27T17:16:13.267Z] Successfully built 5eee96096f61 [2020-08-27T17:16:13.268Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-27T17:16:25.650Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container dbd4d8065395 [2020-08-27T17:16:25.650Z] ---> 86d5f0ea396b [2020-08-27T17:16:25.650Z] [2020-08-27T17:16:25.650Z] Step 10/23 : FROM alpine [2020-08-27T17:16:25.650Z] ---> 62ee0e9f8440 [2020-08-27T17:16:25.650Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-27T17:16:25.650Z] ---> Running in 35bd8f393d1b [2020-08-27T17:16:25.650Z] Removing intermediate container 35bd8f393d1b [2020-08-27T17:16:25.650Z] ---> 84d7ca0c1132 [2020-08-27T17:16:25.650Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-27T17:16:25.650Z] ---> Running in cfc2e7738302 [2020-08-27T17:16:25.650Z] Removing intermediate container cfc2e7738302 [2020-08-27T17:16:25.650Z] ---> 087bab0a3823 [2020-08-27T17:16:25.650Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-27T17:16:25.650Z] ---> Running in 15ac8349ef99 [2020-08-27T17:16:25.650Z] Removing intermediate container 15ac8349ef99 [2020-08-27T17:16:25.650Z] ---> d87c2e69d43f [2020-08-27T17:16:25.650Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-27T17:16:25.923Z] ---> Running in 677cb71f7d40 [2020-08-27T17:16:28.551Z] Removing intermediate container 677cb71f7d40 [2020-08-27T17:16:28.551Z] ---> 18fec8704265 [2020-08-27T17:16:28.551Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-27T17:16:28.551Z] ---> Running in 8bdae116cd2d [2020-08-27T17:16:29.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-27T17:16:30.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-27T17:16:31.183Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-27T17:16:31.183Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-27T17:16:31.183Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-27T17:16:31.457Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-27T17:16:31.457Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-27T17:16:31.457Z] Executing busybox-1.31.1-r16.trigger [2020-08-27T17:16:31.457Z] OK: 8 MiB in 19 packages [2020-08-27T17:16:32.932Z] Removing intermediate container 8bdae116cd2d [2020-08-27T17:16:32.932Z] ---> 41dd443e144c [2020-08-27T17:16:32.932Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-27T17:16:33.548Z] ---> 135ffe8523bc [2020-08-27T17:16:33.548Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-27T17:16:35.013Z] ---> 59c90b93f9e9 [2020-08-27T17:16:35.013Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-27T17:16:35.627Z] ---> 62c0d4b5b32d [2020-08-27T17:16:35.627Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-27T17:16:35.627Z] ---> Running in 898e7ee613b9 [2020-08-27T17:16:36.234Z] Removing intermediate container 898e7ee613b9 [2020-08-27T17:16:36.234Z] ---> 04b92699571d [2020-08-27T17:16:36.234Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-27T17:16:36.234Z] ---> Running in 22c0c55488a1 [2020-08-27T17:16:36.833Z] Removing intermediate container 22c0c55488a1 [2020-08-27T17:16:36.833Z] ---> 12035be55654 [2020-08-27T17:16:36.833Z] Step 21/23 : LABEL arch=arm64 [2020-08-27T17:16:36.833Z] ---> Running in f058cdb92f67 [2020-08-27T17:16:37.431Z] Removing intermediate container f058cdb92f67 [2020-08-27T17:16:37.431Z] ---> c1511c76b374 [2020-08-27T17:16:37.431Z] Step 22/23 : LABEL git_sha=1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:16:37.431Z] ---> Running in c0f4be47fae0 [2020-08-27T17:16:38.028Z] Removing intermediate container c0f4be47fae0 [2020-08-27T17:16:38.028Z] ---> 68f6548f3aba [2020-08-27T17:16:38.028Z] Step 23/23 : LABEL version=1.2.2-dev.17 [2020-08-27T17:16:38.028Z] ---> Running in 1de4dbde9957 [2020-08-27T17:16:38.660Z] Removing intermediate container 1de4dbde9957 [2020-08-27T17:16:38.660Z] ---> 90f91cb3d454 [2020-08-27T17:16:38.660Z] [2020-08-27T17:16:38.960Z] Successfully built 90f91cb3d454 [2020-08-27T17:16:38.960Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-27T17:16:39.284Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-08-27T17:16:39.319Z] $ docker stop --time=1 46f1778948b2dada53a9fa3f5f664d97d5a69b495fd5279fe2e95e223e99712c [2020-08-27T17:16:41.256Z] $ docker rm -f 46f1778948b2dada53a9fa3f5f664d97d5a69b495fd5279fe2e95e223e99712c [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:16:42.075Z] + grep docker [2020-08-27T17:16:42.075Z] + docker images [2020-08-27T17:16:42.347Z] docker-core-data-go-arm64 latest 90f91cb3d454 4 seconds ago 23.3MB [2020-08-27T17:16:42.347Z] docker-security-secrets-setup-go-arm64 latest 5eee96096f61 30 seconds ago 24.2MB [2020-08-27T17:16:42.347Z] docker-security-secretstore-setup-go-arm64 latest 493953b400e1 36 seconds ago 32.6MB [2020-08-27T17:16:42.348Z] docker-support-notifications-go-arm64 latest 86076165defb 52 seconds ago 13.9MB [2020-08-27T17:16:42.348Z] docker-core-command-go-arm64 latest 501ba6635bde About a minute ago 12.4MB [2020-08-27T17:16:42.348Z] docker-sys-mgmt-agent-go-arm64 latest bcdbbf3bcb0d 2 minutes ago 266MB [2020-08-27T17:16:42.348Z] docker-core-metadata-go-arm64 latest 98a363230e71 3 minutes ago 13.8MB [2020-08-27T17:16:42.348Z] docker-support-scheduler-go-arm64 latest 00f1a34cb4a2 3 minutes ago 12.6MB [2020-08-27T17:16:42.348Z] docker-support-logging-go-arm64 latest aa10ebc3c988 3 minutes ago 11.4MB [2020-08-27T17:16:42.348Z] docker-security-proxy-setup-go-arm64 latest e972e7f1aec5 4 minutes ago 15.8MB [2020-08-27T17:16:42.348Z] docker latest ce9d55ae87f1 2 months 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-27T17:16:42.817Z] provisioning config files... [2020-08-27T17:16:42.857Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/129@tmp/config3423372519846565944tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-27T17:16:43.317Z] nexus3.edgexfoundry.org:10001 [2020-08-27T17:16:43.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-27T17:16:43.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-27T17:16:43.888Z] Configure a credential helper to remove this warning. See [2020-08-27T17:16:43.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-27T17:16:43.888Z] [2020-08-27T17:16:43.888Z] Login Succeeded [2020-08-27T17:16:43.888Z] nexus3.edgexfoundry.org:10002 [2020-08-27T17:16:44.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-27T17:16:44.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-27T17:16:44.479Z] Configure a credential helper to remove this warning. See [2020-08-27T17:16:44.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-27T17:16:44.479Z] [2020-08-27T17:16:44.479Z] Login Succeeded [2020-08-27T17:16:44.479Z] nexus3.edgexfoundry.org:10003 [2020-08-27T17:16:45.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-27T17:16:45.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-27T17:16:45.073Z] Configure a credential helper to remove this warning. See [2020-08-27T17:16:45.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-27T17:16:45.073Z] [2020-08-27T17:16:45.073Z] Login Succeeded [2020-08-27T17:16:45.073Z] nexus3.edgexfoundry.org:10004 [2020-08-27T17:16:45.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-27T17:16:45.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-27T17:16:45.631Z] Configure a credential helper to remove this warning. See [2020-08-27T17:16:45.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-27T17:16:45.631Z] [2020-08-27T17:16:45.631Z] Login Succeeded [2020-08-27T17:16:45.631Z] docker.io [2020-08-27T17:16:46.218Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-27T17:16:46.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-27T17:16:46.488Z] Configure a credential helper to remove this warning. See [2020-08-27T17:16:46.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-27T17:16:46.488Z] [2020-08-27T17:16:46.488Z] Login Succeeded [Pipeline] } [2020-08-27T17:16:46.505Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:16:46.759Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-08-27T17:16:46.759Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:16:46.759Z] 1.2.2-dev.17 [2020-08-27T17:16:46.759Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:16:46.759Z] master [2020-08-27T17:16:46.759Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:16:47.337Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:16:47.686Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:16:47.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-27T17:16:47.686Z] 9835c55e345e: Preparing [2020-08-27T17:16:47.686Z] 643251332ad3: Preparing [2020-08-27T17:16:47.686Z] 774ca5e84821: Preparing [2020-08-27T17:16:47.956Z] 774ca5e84821: Pushed [2020-08-27T17:16:47.956Z] 9835c55e345e: Pushed [2020-08-27T17:16:51.321Z] 643251332ad3: Pushed [2020-08-27T17:16:51.321Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:a41140759fdb0714f761411f48d55014644e79f50d006cef3885429885796b9c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:16:51.658Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:16:51.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.17 [2020-08-27T17:16:51.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-27T17:16:51.997Z] 9835c55e345e: Preparing [2020-08-27T17:16:51.997Z] 643251332ad3: Preparing [2020-08-27T17:16:51.997Z] 774ca5e84821: Preparing [2020-08-27T17:16:51.997Z] 643251332ad3: Layer already exists [2020-08-27T17:16:51.997Z] 9835c55e345e: Layer already exists [2020-08-27T17:16:51.997Z] 774ca5e84821: Layer already exists [2020-08-27T17:16:52.265Z] 1.2.2-dev.17: digest: sha256:a41140759fdb0714f761411f48d55014644e79f50d006cef3885429885796b9c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:16:52.600Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:16:52.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:16:52.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-27T17:16:52.944Z] 9835c55e345e: Preparing [2020-08-27T17:16:52.944Z] 643251332ad3: Preparing [2020-08-27T17:16:52.944Z] 774ca5e84821: Preparing [2020-08-27T17:16:53.216Z] 774ca5e84821: Layer already exists [2020-08-27T17:16:53.216Z] 9835c55e345e: Layer already exists [2020-08-27T17:16:53.216Z] 643251332ad3: Layer already exists [2020-08-27T17:16:53.216Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:a41140759fdb0714f761411f48d55014644e79f50d006cef3885429885796b9c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:16:53.553Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:16:53.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-08-27T17:16:53.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-27T17:16:53.890Z] 9835c55e345e: Preparing [2020-08-27T17:16:53.890Z] 643251332ad3: Preparing [2020-08-27T17:16:53.890Z] 774ca5e84821: Preparing [2020-08-27T17:16:53.890Z] 9835c55e345e: Layer already exists [2020-08-27T17:16:53.890Z] 774ca5e84821: Layer already exists [2020-08-27T17:16:53.890Z] 643251332ad3: Layer already exists [2020-08-27T17:16:54.165Z] master: digest: sha256:a41140759fdb0714f761411f48d55014644e79f50d006cef3885429885796b9c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:16:54.369Z] ===================================================== [Pipeline] echo [2020-08-27T17:16:54.414Z] taggedImages: [2020-08-27T17:16:54.414Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:16:54.414Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.17 [2020-08-27T17:16:54.414Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:16:54.414Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-08-27T17:16:54.487Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-08-27T17:16:54.487Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:16:54.487Z] 1.2.2-dev.17 [2020-08-27T17:16:54.487Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:16:54.487Z] master [2020-08-27T17:16:54.487Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:16:54.979Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:16:55.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:16:55.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-27T17:16:55.311Z] 4a75fb1134d4: Preparing [2020-08-27T17:16:55.311Z] 6de5f9c2e10f: Preparing [2020-08-27T17:16:55.311Z] d277bc457f55: Preparing [2020-08-27T17:16:55.311Z] 20d53c10fb60: Preparing [2020-08-27T17:16:55.311Z] 4aa650548730: Preparing [2020-08-27T17:16:55.311Z] e2f13739ad41: Preparing [2020-08-27T17:16:55.311Z] e2f13739ad41: Waiting [2020-08-27T17:16:55.584Z] d277bc457f55: Pushed [2020-08-27T17:16:55.584Z] 4a75fb1134d4: Pushed [2020-08-27T17:16:55.584Z] 4aa650548730: Pushed [2020-08-27T17:16:55.584Z] e2f13739ad41: Layer already exists [2020-08-27T17:16:56.176Z] 20d53c10fb60: Pushed [2020-08-27T17:16:59.534Z] 6de5f9c2e10f: Pushed [2020-08-27T17:16:59.535Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:f2bc8d511e51072fbd649c23272ddeb89a2bbc8bf067b2f2a32a0f25c2561a6d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:16:59.875Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:00.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:00.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-27T17:17:00.208Z] 4a75fb1134d4: Preparing [2020-08-27T17:17:00.208Z] 6de5f9c2e10f: Preparing [2020-08-27T17:17:00.208Z] d277bc457f55: Preparing [2020-08-27T17:17:00.208Z] 20d53c10fb60: Preparing [2020-08-27T17:17:00.208Z] 4aa650548730: Preparing [2020-08-27T17:17:00.208Z] e2f13739ad41: Preparing [2020-08-27T17:17:00.208Z] e2f13739ad41: Waiting [2020-08-27T17:17:00.208Z] 4aa650548730: Layer already exists [2020-08-27T17:17:00.208Z] d277bc457f55: Layer already exists [2020-08-27T17:17:00.208Z] 6de5f9c2e10f: Layer already exists [2020-08-27T17:17:00.208Z] 4a75fb1134d4: Layer already exists [2020-08-27T17:17:00.208Z] 20d53c10fb60: Layer already exists [2020-08-27T17:17:00.208Z] e2f13739ad41: Layer already exists [2020-08-27T17:17:00.477Z] 1.2.2-dev.17: digest: sha256:f2bc8d511e51072fbd649c23272ddeb89a2bbc8bf067b2f2a32a0f25c2561a6d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:00.809Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:01.153Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:01.153Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-27T17:17:01.153Z] 4a75fb1134d4: Preparing [2020-08-27T17:17:01.153Z] 6de5f9c2e10f: Preparing [2020-08-27T17:17:01.153Z] d277bc457f55: Preparing [2020-08-27T17:17:01.153Z] 20d53c10fb60: Preparing [2020-08-27T17:17:01.153Z] 4aa650548730: Preparing [2020-08-27T17:17:01.153Z] e2f13739ad41: Preparing [2020-08-27T17:17:01.153Z] e2f13739ad41: Waiting [2020-08-27T17:17:01.153Z] 4a75fb1134d4: Layer already exists [2020-08-27T17:17:01.153Z] d277bc457f55: Layer already exists [2020-08-27T17:17:01.153Z] 6de5f9c2e10f: Layer already exists [2020-08-27T17:17:01.153Z] 20d53c10fb60: Layer already exists [2020-08-27T17:17:01.153Z] 4aa650548730: Layer already exists [2020-08-27T17:17:01.153Z] e2f13739ad41: Layer already exists [2020-08-27T17:17:01.426Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:f2bc8d511e51072fbd649c23272ddeb89a2bbc8bf067b2f2a32a0f25c2561a6d size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:01.759Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:02.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-08-27T17:17:02.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-27T17:17:02.095Z] 4a75fb1134d4: Preparing [2020-08-27T17:17:02.095Z] 6de5f9c2e10f: Preparing [2020-08-27T17:17:02.095Z] d277bc457f55: Preparing [2020-08-27T17:17:02.095Z] 20d53c10fb60: Preparing [2020-08-27T17:17:02.095Z] 4aa650548730: Preparing [2020-08-27T17:17:02.095Z] e2f13739ad41: Preparing [2020-08-27T17:17:02.095Z] e2f13739ad41: Waiting [2020-08-27T17:17:02.095Z] 20d53c10fb60: Layer already exists [2020-08-27T17:17:02.095Z] d277bc457f55: Layer already exists [2020-08-27T17:17:02.095Z] 6de5f9c2e10f: Layer already exists [2020-08-27T17:17:02.095Z] 4aa650548730: Layer already exists [2020-08-27T17:17:02.095Z] 4a75fb1134d4: Layer already exists [2020-08-27T17:17:02.364Z] e2f13739ad41: Layer already exists [2020-08-27T17:17:02.364Z] master: digest: sha256:f2bc8d511e51072fbd649c23272ddeb89a2bbc8bf067b2f2a32a0f25c2561a6d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:17:02.562Z] ===================================================== [Pipeline] echo [2020-08-27T17:17:02.650Z] taggedImages: [2020-08-27T17:17:02.650Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:02.650Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:02.650Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:02.650Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-08-27T17:17:02.722Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-08-27T17:17:02.722Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:02.722Z] 1.2.2-dev.17 [2020-08-27T17:17:02.722Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:02.722Z] master [2020-08-27T17:17:02.722Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:03.221Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:03.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:03.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-27T17:17:03.551Z] 277540e7a321: Preparing [2020-08-27T17:17:03.551Z] 9218024febf3: Preparing [2020-08-27T17:17:03.551Z] 596f5af0b3c8: Preparing [2020-08-27T17:17:03.822Z] 596f5af0b3c8: Pushed [2020-08-27T17:17:03.822Z] 277540e7a321: Pushed [2020-08-27T17:17:07.195Z] 9218024febf3: Pushed [2020-08-27T17:17:07.466Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:14410f45e8ff49dc937fe2dd50c029b196f4b7edc0ae84b5f0e5226e8a327e1e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:07.799Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:08.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:08.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-27T17:17:08.131Z] 277540e7a321: Preparing [2020-08-27T17:17:08.131Z] 9218024febf3: Preparing [2020-08-27T17:17:08.131Z] 596f5af0b3c8: Preparing [2020-08-27T17:17:08.131Z] 596f5af0b3c8: Layer already exists [2020-08-27T17:17:08.131Z] 9218024febf3: Layer already exists [2020-08-27T17:17:08.131Z] 277540e7a321: Layer already exists [2020-08-27T17:17:08.400Z] 1.2.2-dev.17: digest: sha256:14410f45e8ff49dc937fe2dd50c029b196f4b7edc0ae84b5f0e5226e8a327e1e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:08.729Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:09.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:09.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-27T17:17:09.056Z] 277540e7a321: Preparing [2020-08-27T17:17:09.056Z] 9218024febf3: Preparing [2020-08-27T17:17:09.056Z] 596f5af0b3c8: Preparing [2020-08-27T17:17:09.056Z] 277540e7a321: Layer already exists [2020-08-27T17:17:09.056Z] 596f5af0b3c8: Layer already exists [2020-08-27T17:17:09.056Z] 9218024febf3: Layer already exists [2020-08-27T17:17:09.327Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:14410f45e8ff49dc937fe2dd50c029b196f4b7edc0ae84b5f0e5226e8a327e1e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:09.661Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:09.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-08-27T17:17:09.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-27T17:17:09.986Z] 277540e7a321: Preparing [2020-08-27T17:17:09.986Z] 9218024febf3: Preparing [2020-08-27T17:17:09.986Z] 596f5af0b3c8: Preparing [2020-08-27T17:17:09.986Z] 277540e7a321: Layer already exists [2020-08-27T17:17:09.986Z] 596f5af0b3c8: Layer already exists [2020-08-27T17:17:09.986Z] 9218024febf3: Layer already exists [2020-08-27T17:17:10.257Z] master: digest: sha256:14410f45e8ff49dc937fe2dd50c029b196f4b7edc0ae84b5f0e5226e8a327e1e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:17:10.502Z] ===================================================== [Pipeline] echo [2020-08-27T17:17:10.549Z] taggedImages: [2020-08-27T17:17:10.549Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:10.549Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:10.549Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:10.549Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-08-27T17:17:10.607Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-08-27T17:17:10.607Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:10.607Z] 1.2.2-dev.17 [2020-08-27T17:17:10.607Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:10.607Z] master [2020-08-27T17:17:10.607Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:11.202Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:11.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:11.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-27T17:17:11.548Z] 4dad3b8a28c9: Preparing [2020-08-27T17:17:11.548Z] aabd920f4344: Preparing [2020-08-27T17:17:11.548Z] 5fe62496918d: Preparing [2020-08-27T17:17:11.548Z] 2a320a9e8fc3: Preparing [2020-08-27T17:17:11.548Z] e2f13739ad41: Preparing [2020-08-27T17:17:11.819Z] e2f13739ad41: Layer already exists [2020-08-27T17:17:11.819Z] 5fe62496918d: Pushed [2020-08-27T17:17:11.819Z] aabd920f4344: Pushed [2020-08-27T17:17:12.089Z] 2a320a9e8fc3: Pushed [2020-08-27T17:17:14.040Z] 4dad3b8a28c9: Pushed [2020-08-27T17:17:14.308Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:67843a761d0060962e41cf736d0751bfc9a78327cd62614d22a30acdef369a5d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:14.637Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:14.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:14.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-27T17:17:14.973Z] 4dad3b8a28c9: Preparing [2020-08-27T17:17:14.973Z] aabd920f4344: Preparing [2020-08-27T17:17:14.973Z] 5fe62496918d: Preparing [2020-08-27T17:17:14.973Z] 2a320a9e8fc3: Preparing [2020-08-27T17:17:14.973Z] e2f13739ad41: Preparing [2020-08-27T17:17:14.973Z] aabd920f4344: Layer already exists [2020-08-27T17:17:14.973Z] 4dad3b8a28c9: Layer already exists [2020-08-27T17:17:14.973Z] 2a320a9e8fc3: Layer already exists [2020-08-27T17:17:14.973Z] 5fe62496918d: Layer already exists [2020-08-27T17:17:14.973Z] e2f13739ad41: Layer already exists [2020-08-27T17:17:15.241Z] 1.2.2-dev.17: digest: sha256:67843a761d0060962e41cf736d0751bfc9a78327cd62614d22a30acdef369a5d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:15.583Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:15.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:15.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-27T17:17:15.909Z] 4dad3b8a28c9: Preparing [2020-08-27T17:17:15.909Z] aabd920f4344: Preparing [2020-08-27T17:17:15.909Z] 5fe62496918d: Preparing [2020-08-27T17:17:15.909Z] 2a320a9e8fc3: Preparing [2020-08-27T17:17:15.909Z] e2f13739ad41: Preparing [2020-08-27T17:17:15.909Z] aabd920f4344: Layer already exists [2020-08-27T17:17:15.909Z] 2a320a9e8fc3: Layer already exists [2020-08-27T17:17:15.909Z] 4dad3b8a28c9: Layer already exists [2020-08-27T17:17:15.909Z] e2f13739ad41: Layer already exists [2020-08-27T17:17:15.909Z] 5fe62496918d: Layer already exists [2020-08-27T17:17:16.179Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:67843a761d0060962e41cf736d0751bfc9a78327cd62614d22a30acdef369a5d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:16.511Z] + 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-27T17:17:16.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-08-27T17:17:16.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-27T17:17:16.840Z] 4dad3b8a28c9: Preparing [2020-08-27T17:17:16.840Z] aabd920f4344: Preparing [2020-08-27T17:17:16.840Z] 5fe62496918d: Preparing [2020-08-27T17:17:16.840Z] 2a320a9e8fc3: Preparing [2020-08-27T17:17:16.840Z] e2f13739ad41: Preparing [2020-08-27T17:17:16.840Z] 4dad3b8a28c9: Layer already exists [2020-08-27T17:17:16.840Z] e2f13739ad41: Layer already exists [2020-08-27T17:17:16.840Z] 5fe62496918d: Layer already exists [2020-08-27T17:17:16.840Z] 2a320a9e8fc3: Layer already exists [2020-08-27T17:17:16.840Z] aabd920f4344: Layer already exists [2020-08-27T17:17:17.112Z] master: digest: sha256:67843a761d0060962e41cf736d0751bfc9a78327cd62614d22a30acdef369a5d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:17:17.300Z] ===================================================== [Pipeline] echo [2020-08-27T17:17:17.350Z] taggedImages: [2020-08-27T17:17:17.350Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:17.350Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:17.350Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:17.350Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-08-27T17:17:17.420Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-08-27T17:17:17.420Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:17.420Z] 1.2.2-dev.17 [2020-08-27T17:17:17.420Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:17.420Z] master [2020-08-27T17:17:17.420Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:17.920Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:18.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:18.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-27T17:17:18.256Z] 4175c0842efa: Preparing [2020-08-27T17:17:18.256Z] 0852bc1ffeac: Preparing [2020-08-27T17:17:18.256Z] 13bdd3baf654: Preparing [2020-08-27T17:17:18.256Z] cc214e938b55: Preparing [2020-08-27T17:17:18.256Z] cc214e938b55: Preparing [2020-08-27T17:17:18.256Z] 2db32cf1864b: Preparing [2020-08-27T17:17:18.256Z] 82c92a93999a: Preparing [2020-08-27T17:17:18.256Z] e3a047135ffe: Preparing [2020-08-27T17:17:18.256Z] 4175c0842efa: Preparing [2020-08-27T17:17:18.256Z] 0d831a8559f3: Preparing [2020-08-27T17:17:18.256Z] 508d33e605b1: Preparing [2020-08-27T17:17:18.256Z] 54c5ee11820a: Preparing [2020-08-27T17:17:18.256Z] e2f13739ad41: Preparing [2020-08-27T17:17:18.256Z] 82c92a93999a: Waiting [2020-08-27T17:17:18.256Z] e3a047135ffe: Waiting [2020-08-27T17:17:18.256Z] 508d33e605b1: Waiting [2020-08-27T17:17:18.256Z] 0d831a8559f3: Waiting [2020-08-27T17:17:18.256Z] 54c5ee11820a: Waiting [2020-08-27T17:17:18.256Z] e2f13739ad41: Waiting [2020-08-27T17:17:18.541Z] 2db32cf1864b: Pushed [2020-08-27T17:17:18.541Z] cc214e938b55: Pushed [2020-08-27T17:17:18.541Z] 0852bc1ffeac: Pushed [2020-08-27T17:17:18.541Z] 13bdd3baf654: Pushed [2020-08-27T17:17:18.815Z] 82c92a93999a: Pushed [2020-08-27T17:17:18.815Z] e3a047135ffe: Pushed [2020-08-27T17:17:18.815Z] e2f13739ad41: Layer already exists [2020-08-27T17:17:18.815Z] 0d831a8559f3: Pushed [2020-08-27T17:17:18.815Z] 508d33e605b1: Pushed [2020-08-27T17:17:19.084Z] 54c5ee11820a: Pushed [2020-08-27T17:17:21.036Z] 4175c0842efa: Pushed [2020-08-27T17:17:21.036Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:0ac46e1cba5a4df35e76dcc1c5a7695d0b9b4c40d3e76c57cd5803071c7dec6b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:21.366Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:21.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:21.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-27T17:17:21.697Z] 4175c0842efa: Preparing [2020-08-27T17:17:21.697Z] 0852bc1ffeac: Preparing [2020-08-27T17:17:21.697Z] 13bdd3baf654: Preparing [2020-08-27T17:17:21.697Z] cc214e938b55: Preparing [2020-08-27T17:17:21.697Z] cc214e938b55: Preparing [2020-08-27T17:17:21.697Z] 2db32cf1864b: Preparing [2020-08-27T17:17:21.697Z] 82c92a93999a: Preparing [2020-08-27T17:17:21.697Z] e3a047135ffe: Preparing [2020-08-27T17:17:21.697Z] 4175c0842efa: Preparing [2020-08-27T17:17:21.697Z] 0d831a8559f3: Preparing [2020-08-27T17:17:21.697Z] 508d33e605b1: Preparing [2020-08-27T17:17:21.697Z] 54c5ee11820a: Preparing [2020-08-27T17:17:21.697Z] e2f13739ad41: Preparing [2020-08-27T17:17:21.697Z] 82c92a93999a: Waiting [2020-08-27T17:17:21.697Z] e3a047135ffe: Waiting [2020-08-27T17:17:21.697Z] 0d831a8559f3: Waiting [2020-08-27T17:17:21.697Z] 508d33e605b1: Waiting [2020-08-27T17:17:21.697Z] 54c5ee11820a: Waiting [2020-08-27T17:17:21.697Z] e2f13739ad41: Waiting [2020-08-27T17:17:21.697Z] 2db32cf1864b: Layer already exists [2020-08-27T17:17:21.697Z] 13bdd3baf654: Layer already exists [2020-08-27T17:17:21.697Z] 0852bc1ffeac: Layer already exists [2020-08-27T17:17:21.697Z] 4175c0842efa: Layer already exists [2020-08-27T17:17:21.697Z] cc214e938b55: Layer already exists [2020-08-27T17:17:21.966Z] e3a047135ffe: Layer already exists [2020-08-27T17:17:21.966Z] 82c92a93999a: Layer already exists [2020-08-27T17:17:21.966Z] 0d831a8559f3: Layer already exists [2020-08-27T17:17:21.966Z] 508d33e605b1: Layer already exists [2020-08-27T17:17:21.966Z] 54c5ee11820a: Layer already exists [2020-08-27T17:17:21.966Z] e2f13739ad41: Layer already exists [2020-08-27T17:17:21.966Z] 1.2.2-dev.17: digest: sha256:0ac46e1cba5a4df35e76dcc1c5a7695d0b9b4c40d3e76c57cd5803071c7dec6b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:22.293Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:22.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:22.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-27T17:17:22.617Z] 4175c0842efa: Preparing [2020-08-27T17:17:22.617Z] 0852bc1ffeac: Preparing [2020-08-27T17:17:22.617Z] 13bdd3baf654: Preparing [2020-08-27T17:17:22.617Z] cc214e938b55: Preparing [2020-08-27T17:17:22.617Z] cc214e938b55: Preparing [2020-08-27T17:17:22.617Z] 2db32cf1864b: Preparing [2020-08-27T17:17:22.617Z] 82c92a93999a: Preparing [2020-08-27T17:17:22.617Z] e3a047135ffe: Preparing [2020-08-27T17:17:22.617Z] 4175c0842efa: Preparing [2020-08-27T17:17:22.617Z] 0d831a8559f3: Preparing [2020-08-27T17:17:22.617Z] 508d33e605b1: Preparing [2020-08-27T17:17:22.617Z] 54c5ee11820a: Preparing [2020-08-27T17:17:22.617Z] e2f13739ad41: Preparing [2020-08-27T17:17:22.617Z] 0d831a8559f3: Waiting [2020-08-27T17:17:22.617Z] 508d33e605b1: Waiting [2020-08-27T17:17:22.617Z] e2f13739ad41: Waiting [2020-08-27T17:17:22.617Z] 54c5ee11820a: Waiting [2020-08-27T17:17:22.617Z] e3a047135ffe: Waiting [2020-08-27T17:17:22.617Z] 4175c0842efa: Layer already exists [2020-08-27T17:17:22.617Z] 13bdd3baf654: Layer already exists [2020-08-27T17:17:22.617Z] 2db32cf1864b: Layer already exists [2020-08-27T17:17:22.617Z] cc214e938b55: Layer already exists [2020-08-27T17:17:22.889Z] 0852bc1ffeac: Layer already exists [2020-08-27T17:17:22.889Z] 82c92a93999a: Layer already exists [2020-08-27T17:17:22.889Z] e3a047135ffe: Layer already exists [2020-08-27T17:17:22.889Z] 508d33e605b1: Layer already exists [2020-08-27T17:17:22.889Z] 0d831a8559f3: Layer already exists [2020-08-27T17:17:22.889Z] 54c5ee11820a: Layer already exists [2020-08-27T17:17:22.889Z] e2f13739ad41: Layer already exists [2020-08-27T17:17:22.889Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:0ac46e1cba5a4df35e76dcc1c5a7695d0b9b4c40d3e76c57cd5803071c7dec6b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:23.221Z] + 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-27T17:17:23.547Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-08-27T17:17:23.547Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-27T17:17:23.547Z] 4175c0842efa: Preparing [2020-08-27T17:17:23.547Z] 0852bc1ffeac: Preparing [2020-08-27T17:17:23.547Z] 13bdd3baf654: Preparing [2020-08-27T17:17:23.547Z] cc214e938b55: Preparing [2020-08-27T17:17:23.547Z] cc214e938b55: Preparing [2020-08-27T17:17:23.547Z] 2db32cf1864b: Preparing [2020-08-27T17:17:23.547Z] 82c92a93999a: Preparing [2020-08-27T17:17:23.547Z] e3a047135ffe: Preparing [2020-08-27T17:17:23.547Z] 4175c0842efa: Preparing [2020-08-27T17:17:23.547Z] 0d831a8559f3: Preparing [2020-08-27T17:17:23.547Z] 508d33e605b1: Preparing [2020-08-27T17:17:23.547Z] 54c5ee11820a: Preparing [2020-08-27T17:17:23.547Z] e2f13739ad41: Preparing [2020-08-27T17:17:23.547Z] e3a047135ffe: Waiting [2020-08-27T17:17:23.547Z] 82c92a93999a: Waiting [2020-08-27T17:17:23.547Z] 508d33e605b1: Waiting [2020-08-27T17:17:23.547Z] 0d831a8559f3: Waiting [2020-08-27T17:17:23.547Z] 54c5ee11820a: Waiting [2020-08-27T17:17:23.547Z] e2f13739ad41: Waiting [2020-08-27T17:17:23.547Z] 2db32cf1864b: Layer already exists [2020-08-27T17:17:23.547Z] 0852bc1ffeac: Layer already exists [2020-08-27T17:17:23.547Z] cc214e938b55: Layer already exists [2020-08-27T17:17:23.547Z] 4175c0842efa: Layer already exists [2020-08-27T17:17:23.547Z] 13bdd3baf654: Layer already exists [2020-08-27T17:17:23.816Z] 82c92a93999a: Layer already exists [2020-08-27T17:17:23.816Z] 0d831a8559f3: Layer already exists [2020-08-27T17:17:23.816Z] 54c5ee11820a: Layer already exists [2020-08-27T17:17:23.816Z] e3a047135ffe: Layer already exists [2020-08-27T17:17:23.816Z] 508d33e605b1: Layer already exists [2020-08-27T17:17:23.816Z] e2f13739ad41: Layer already exists [2020-08-27T17:17:23.816Z] master: digest: sha256:0ac46e1cba5a4df35e76dcc1c5a7695d0b9b4c40d3e76c57cd5803071c7dec6b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:17:24.062Z] ===================================================== [Pipeline] echo [2020-08-27T17:17:24.172Z] taggedImages: [2020-08-27T17:17:24.172Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:24.172Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:24.172Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:24.172Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-08-27T17:17:24.231Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-08-27T17:17:24.231Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:24.231Z] 1.2.2-dev.17 [2020-08-27T17:17:24.231Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:24.231Z] master [2020-08-27T17:17:24.231Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:24.826Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:25.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:25.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-27T17:17:25.162Z] 07636ea61356: Preparing [2020-08-27T17:17:25.162Z] cd6c4bc11cd5: Preparing [2020-08-27T17:17:25.162Z] 67dde640cc57: Preparing [2020-08-27T17:17:25.162Z] 2e7ce9cc7c58: Preparing [2020-08-27T17:17:25.162Z] a43cd8cd6ba8: Preparing [2020-08-27T17:17:25.162Z] 3dc42b756036: Preparing [2020-08-27T17:17:25.162Z] 75e6f2be686c: Preparing [2020-08-27T17:17:25.162Z] 5cb8c09a4246: Preparing [2020-08-27T17:17:25.162Z] 74c258749bac: Preparing [2020-08-27T17:17:25.162Z] 47448a796d58: Preparing [2020-08-27T17:17:25.162Z] 66b385cf80cf: Preparing [2020-08-27T17:17:25.162Z] 3dc42b756036: Waiting [2020-08-27T17:17:25.162Z] 75e6f2be686c: Waiting [2020-08-27T17:17:25.162Z] 47448a796d58: Waiting [2020-08-27T17:17:25.162Z] 5cb8c09a4246: Waiting [2020-08-27T17:17:25.162Z] 66b385cf80cf: Waiting [2020-08-27T17:17:25.162Z] 74c258749bac: Waiting [2020-08-27T17:17:25.435Z] cd6c4bc11cd5: Pushed [2020-08-27T17:17:25.435Z] 07636ea61356: Pushed [2020-08-27T17:17:25.708Z] 3dc42b756036: Pushed [2020-08-27T17:17:25.708Z] 75e6f2be686c: Pushed [2020-08-27T17:17:25.979Z] 5cb8c09a4246: Pushed [2020-08-27T17:17:25.979Z] 74c258749bac: Pushed [2020-08-27T17:17:25.979Z] 66b385cf80cf: Layer already exists [2020-08-27T17:17:26.571Z] 47448a796d58: Pushed [2020-08-27T17:17:27.540Z] 67dde640cc57: Pushed [2020-08-27T17:17:27.810Z] 2e7ce9cc7c58: Pushed [2020-08-27T17:17:27.810Z] a43cd8cd6ba8: Pushed [2020-08-27T17:17:27.810Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:31b23c4d1ad6c7a09e9d87e652d08538950c2245413993f03eb8c0cde1d7eebf size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:28.215Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:28.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:28.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-27T17:17:28.608Z] 07636ea61356: Preparing [2020-08-27T17:17:28.608Z] cd6c4bc11cd5: Preparing [2020-08-27T17:17:28.608Z] 67dde640cc57: Preparing [2020-08-27T17:17:28.608Z] 2e7ce9cc7c58: Preparing [2020-08-27T17:17:28.608Z] a43cd8cd6ba8: Preparing [2020-08-27T17:17:28.608Z] 3dc42b756036: Preparing [2020-08-27T17:17:28.608Z] 75e6f2be686c: Preparing [2020-08-27T17:17:28.608Z] 5cb8c09a4246: Preparing [2020-08-27T17:17:28.608Z] 74c258749bac: Preparing [2020-08-27T17:17:28.608Z] 47448a796d58: Preparing [2020-08-27T17:17:28.608Z] 66b385cf80cf: Preparing [2020-08-27T17:17:28.608Z] 75e6f2be686c: Waiting [2020-08-27T17:17:28.608Z] 3dc42b756036: Waiting [2020-08-27T17:17:28.608Z] 5cb8c09a4246: Waiting [2020-08-27T17:17:28.608Z] 74c258749bac: Waiting [2020-08-27T17:17:28.608Z] 47448a796d58: Waiting [2020-08-27T17:17:28.608Z] 66b385cf80cf: Waiting [2020-08-27T17:17:28.608Z] a43cd8cd6ba8: Layer already exists [2020-08-27T17:17:28.608Z] 2e7ce9cc7c58: Layer already exists [2020-08-27T17:17:28.608Z] 07636ea61356: Layer already exists [2020-08-27T17:17:28.608Z] 67dde640cc57: Layer already exists [2020-08-27T17:17:28.608Z] cd6c4bc11cd5: Layer already exists [2020-08-27T17:17:28.884Z] 3dc42b756036: Layer already exists [2020-08-27T17:17:28.884Z] 75e6f2be686c: Layer already exists [2020-08-27T17:17:28.884Z] 5cb8c09a4246: Layer already exists [2020-08-27T17:17:28.884Z] 74c258749bac: Layer already exists [2020-08-27T17:17:28.884Z] 47448a796d58: Layer already exists [2020-08-27T17:17:28.884Z] 66b385cf80cf: Layer already exists [2020-08-27T17:17:28.884Z] 1.2.2-dev.17: digest: sha256:31b23c4d1ad6c7a09e9d87e652d08538950c2245413993f03eb8c0cde1d7eebf size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:29.236Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:29.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:29.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-27T17:17:29.580Z] 07636ea61356: Preparing [2020-08-27T17:17:29.580Z] cd6c4bc11cd5: Preparing [2020-08-27T17:17:29.580Z] 67dde640cc57: Preparing [2020-08-27T17:17:29.580Z] 2e7ce9cc7c58: Preparing [2020-08-27T17:17:29.580Z] a43cd8cd6ba8: Preparing [2020-08-27T17:17:29.580Z] 3dc42b756036: Preparing [2020-08-27T17:17:29.580Z] 75e6f2be686c: Preparing [2020-08-27T17:17:29.580Z] 5cb8c09a4246: Preparing [2020-08-27T17:17:29.580Z] 74c258749bac: Preparing [2020-08-27T17:17:29.580Z] 47448a796d58: Preparing [2020-08-27T17:17:29.580Z] 66b385cf80cf: Preparing [2020-08-27T17:17:29.580Z] 5cb8c09a4246: Waiting [2020-08-27T17:17:29.580Z] 3dc42b756036: Waiting [2020-08-27T17:17:29.580Z] 74c258749bac: Waiting [2020-08-27T17:17:29.580Z] 47448a796d58: Waiting [2020-08-27T17:17:29.580Z] 75e6f2be686c: Waiting [2020-08-27T17:17:29.580Z] cd6c4bc11cd5: Layer already exists [2020-08-27T17:17:29.580Z] 67dde640cc57: Layer already exists [2020-08-27T17:17:29.580Z] 2e7ce9cc7c58: Layer already exists [2020-08-27T17:17:29.580Z] a43cd8cd6ba8: Layer already exists [2020-08-27T17:17:29.580Z] 07636ea61356: Layer already exists [2020-08-27T17:17:29.580Z] 75e6f2be686c: Layer already exists [2020-08-27T17:17:29.580Z] 74c258749bac: Layer already exists [2020-08-27T17:17:29.580Z] 5cb8c09a4246: Layer already exists [2020-08-27T17:17:29.580Z] 3dc42b756036: Layer already exists [2020-08-27T17:17:29.580Z] 47448a796d58: Layer already exists [2020-08-27T17:17:29.856Z] 66b385cf80cf: Layer already exists [2020-08-27T17:17:29.856Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:31b23c4d1ad6c7a09e9d87e652d08538950c2245413993f03eb8c0cde1d7eebf size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:30.202Z] + 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-27T17:17:30.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-08-27T17:17:30.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-27T17:17:30.544Z] 07636ea61356: Preparing [2020-08-27T17:17:30.544Z] cd6c4bc11cd5: Preparing [2020-08-27T17:17:30.544Z] 67dde640cc57: Preparing [2020-08-27T17:17:30.544Z] 2e7ce9cc7c58: Preparing [2020-08-27T17:17:30.544Z] a43cd8cd6ba8: Preparing [2020-08-27T17:17:30.544Z] 3dc42b756036: Preparing [2020-08-27T17:17:30.544Z] 75e6f2be686c: Preparing [2020-08-27T17:17:30.544Z] 5cb8c09a4246: Preparing [2020-08-27T17:17:30.544Z] 74c258749bac: Preparing [2020-08-27T17:17:30.544Z] 47448a796d58: Preparing [2020-08-27T17:17:30.544Z] 66b385cf80cf: Preparing [2020-08-27T17:17:30.544Z] 47448a796d58: Waiting [2020-08-27T17:17:30.544Z] 66b385cf80cf: Waiting [2020-08-27T17:17:30.544Z] 3dc42b756036: Waiting [2020-08-27T17:17:30.544Z] 5cb8c09a4246: Waiting [2020-08-27T17:17:30.544Z] 74c258749bac: Waiting [2020-08-27T17:17:30.544Z] 75e6f2be686c: Waiting [2020-08-27T17:17:30.816Z] a43cd8cd6ba8: Layer already exists [2020-08-27T17:17:30.816Z] 07636ea61356: Layer already exists [2020-08-27T17:17:30.816Z] 67dde640cc57: Layer already exists [2020-08-27T17:17:30.816Z] cd6c4bc11cd5: Layer already exists [2020-08-27T17:17:30.816Z] 2e7ce9cc7c58: Layer already exists [2020-08-27T17:17:30.816Z] 75e6f2be686c: Layer already exists [2020-08-27T17:17:30.816Z] 3dc42b756036: Layer already exists [2020-08-27T17:17:30.816Z] 5cb8c09a4246: Layer already exists [2020-08-27T17:17:30.816Z] 74c258749bac: Layer already exists [2020-08-27T17:17:30.816Z] 47448a796d58: Layer already exists [2020-08-27T17:17:30.816Z] 66b385cf80cf: Layer already exists [2020-08-27T17:17:30.816Z] master: digest: sha256:31b23c4d1ad6c7a09e9d87e652d08538950c2245413993f03eb8c0cde1d7eebf size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:17:31.074Z] ===================================================== [Pipeline] echo [2020-08-27T17:17:31.117Z] taggedImages: [2020-08-27T17:17:31.117Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:31.117Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:31.117Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:31.117Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-08-27T17:17:31.192Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-08-27T17:17:31.192Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:31.192Z] 1.2.2-dev.17 [2020-08-27T17:17:31.192Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:31.192Z] master [2020-08-27T17:17:31.192Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:31.746Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:32.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:32.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-27T17:17:32.104Z] e3f7780ae30e: Preparing [2020-08-27T17:17:32.104Z] bf425a8bab90: Preparing [2020-08-27T17:17:32.104Z] 4e12e4af6a29: Preparing [2020-08-27T17:17:32.104Z] a8acee36c311: Preparing [2020-08-27T17:17:32.376Z] e3f7780ae30e: Pushed [2020-08-27T17:17:32.376Z] 4e12e4af6a29: Pushed [2020-08-27T17:17:32.656Z] a8acee36c311: Pushed [2020-08-27T17:17:35.322Z] bf425a8bab90: Pushed [2020-08-27T17:17:35.322Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:075d660eb06671b88882a5c9097971852b280961be7b3bdbc013db5223057564 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:35.673Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:36.064Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:36.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-27T17:17:36.064Z] e3f7780ae30e: Preparing [2020-08-27T17:17:36.064Z] bf425a8bab90: Preparing [2020-08-27T17:17:36.064Z] 4e12e4af6a29: Preparing [2020-08-27T17:17:36.064Z] a8acee36c311: Preparing [2020-08-27T17:17:36.064Z] 4e12e4af6a29: Layer already exists [2020-08-27T17:17:36.064Z] a8acee36c311: Layer already exists [2020-08-27T17:17:36.064Z] e3f7780ae30e: Layer already exists [2020-08-27T17:17:36.339Z] bf425a8bab90: Layer already exists [2020-08-27T17:17:36.339Z] 1.2.2-dev.17: digest: sha256:075d660eb06671b88882a5c9097971852b280961be7b3bdbc013db5223057564 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:36.677Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:37.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:37.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-27T17:17:37.030Z] e3f7780ae30e: Preparing [2020-08-27T17:17:37.030Z] bf425a8bab90: Preparing [2020-08-27T17:17:37.030Z] 4e12e4af6a29: Preparing [2020-08-27T17:17:37.030Z] a8acee36c311: Preparing [2020-08-27T17:17:37.030Z] a8acee36c311: Layer already exists [2020-08-27T17:17:37.030Z] bf425a8bab90: Layer already exists [2020-08-27T17:17:37.030Z] e3f7780ae30e: Layer already exists [2020-08-27T17:17:37.030Z] 4e12e4af6a29: Layer already exists [2020-08-27T17:17:37.306Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:075d660eb06671b88882a5c9097971852b280961be7b3bdbc013db5223057564 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:37.671Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:38.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-08-27T17:17:38.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-27T17:17:38.024Z] e3f7780ae30e: Preparing [2020-08-27T17:17:38.024Z] bf425a8bab90: Preparing [2020-08-27T17:17:38.024Z] 4e12e4af6a29: Preparing [2020-08-27T17:17:38.024Z] a8acee36c311: Preparing [2020-08-27T17:17:38.024Z] 4e12e4af6a29: Layer already exists [2020-08-27T17:17:38.024Z] a8acee36c311: Layer already exists [2020-08-27T17:17:38.024Z] e3f7780ae30e: Layer already exists [2020-08-27T17:17:38.024Z] bf425a8bab90: Layer already exists [2020-08-27T17:17:38.295Z] master: digest: sha256:075d660eb06671b88882a5c9097971852b280961be7b3bdbc013db5223057564 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:17:38.495Z] ===================================================== [Pipeline] echo [2020-08-27T17:17:38.539Z] taggedImages: [2020-08-27T17:17:38.540Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:38.540Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:38.540Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:38.540Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-08-27T17:17:38.597Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-08-27T17:17:38.597Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:38.597Z] 1.2.2-dev.17 [2020-08-27T17:17:38.597Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:38.597Z] master [2020-08-27T17:17:38.597Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:39.094Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:39.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:39.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-27T17:17:39.455Z] 03084fee8b8a: Preparing [2020-08-27T17:17:39.455Z] c27927001d2a: Preparing [2020-08-27T17:17:39.455Z] 05ecda61587e: Preparing [2020-08-27T17:17:39.455Z] a8b63a197558: Preparing [2020-08-27T17:17:39.455Z] 6a0803d66eb5: Preparing [2020-08-27T17:17:39.455Z] f7def3cf0201: Preparing [2020-08-27T17:17:39.455Z] f7def3cf0201: Waiting [2020-08-27T17:17:39.785Z] 05ecda61587e: Pushed [2020-08-27T17:17:39.785Z] 03084fee8b8a: Pushed [2020-08-27T17:17:39.785Z] a8b63a197558: Pushed [2020-08-27T17:17:39.785Z] 6a0803d66eb5: Pushed [2020-08-27T17:17:40.069Z] f7def3cf0201: Pushed [2020-08-27T17:17:43.437Z] c27927001d2a: Pushed [2020-08-27T17:17:43.437Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:ffa52bbd3c9198f105571e3463cd15f0b19c99b2a7289d9dc4aee56e567d3a49 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:43.767Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:44.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:44.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-27T17:17:44.093Z] 03084fee8b8a: Preparing [2020-08-27T17:17:44.093Z] c27927001d2a: Preparing [2020-08-27T17:17:44.093Z] 05ecda61587e: Preparing [2020-08-27T17:17:44.093Z] a8b63a197558: Preparing [2020-08-27T17:17:44.093Z] 6a0803d66eb5: Preparing [2020-08-27T17:17:44.093Z] f7def3cf0201: Preparing [2020-08-27T17:17:44.093Z] f7def3cf0201: Waiting [2020-08-27T17:17:44.093Z] 6a0803d66eb5: Layer already exists [2020-08-27T17:17:44.093Z] c27927001d2a: Layer already exists [2020-08-27T17:17:44.093Z] 03084fee8b8a: Layer already exists [2020-08-27T17:17:44.362Z] a8b63a197558: Layer already exists [2020-08-27T17:17:44.362Z] 05ecda61587e: Layer already exists [2020-08-27T17:17:44.362Z] f7def3cf0201: Layer already exists [2020-08-27T17:17:44.362Z] 1.2.2-dev.17: digest: sha256:ffa52bbd3c9198f105571e3463cd15f0b19c99b2a7289d9dc4aee56e567d3a49 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:44.691Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:45.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:45.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-27T17:17:45.017Z] 03084fee8b8a: Preparing [2020-08-27T17:17:45.017Z] c27927001d2a: Preparing [2020-08-27T17:17:45.017Z] 05ecda61587e: Preparing [2020-08-27T17:17:45.017Z] a8b63a197558: Preparing [2020-08-27T17:17:45.017Z] 6a0803d66eb5: Preparing [2020-08-27T17:17:45.017Z] f7def3cf0201: Preparing [2020-08-27T17:17:45.017Z] f7def3cf0201: Waiting [2020-08-27T17:17:45.285Z] 6a0803d66eb5: Layer already exists [2020-08-27T17:17:45.285Z] 03084fee8b8a: Layer already exists [2020-08-27T17:17:45.285Z] a8b63a197558: Layer already exists [2020-08-27T17:17:45.285Z] 05ecda61587e: Layer already exists [2020-08-27T17:17:45.285Z] c27927001d2a: Layer already exists [2020-08-27T17:17:45.285Z] f7def3cf0201: Layer already exists [2020-08-27T17:17:45.285Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:ffa52bbd3c9198f105571e3463cd15f0b19c99b2a7289d9dc4aee56e567d3a49 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:45.613Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:45.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-08-27T17:17:45.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-27T17:17:45.949Z] 03084fee8b8a: Preparing [2020-08-27T17:17:45.949Z] c27927001d2a: Preparing [2020-08-27T17:17:45.949Z] 05ecda61587e: Preparing [2020-08-27T17:17:45.949Z] a8b63a197558: Preparing [2020-08-27T17:17:45.949Z] 6a0803d66eb5: Preparing [2020-08-27T17:17:45.949Z] f7def3cf0201: Preparing [2020-08-27T17:17:45.949Z] f7def3cf0201: Waiting [2020-08-27T17:17:45.949Z] 03084fee8b8a: Layer already exists [2020-08-27T17:17:45.949Z] 6a0803d66eb5: Layer already exists [2020-08-27T17:17:45.949Z] 05ecda61587e: Layer already exists [2020-08-27T17:17:45.949Z] a8b63a197558: Layer already exists [2020-08-27T17:17:45.949Z] c27927001d2a: Layer already exists [2020-08-27T17:17:46.218Z] f7def3cf0201: Layer already exists [2020-08-27T17:17:46.218Z] master: digest: sha256:ffa52bbd3c9198f105571e3463cd15f0b19c99b2a7289d9dc4aee56e567d3a49 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:17:46.392Z] ===================================================== [Pipeline] echo [2020-08-27T17:17:46.433Z] taggedImages: [2020-08-27T17:17:46.433Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:46.433Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:46.433Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:46.433Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-08-27T17:17:46.496Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-08-27T17:17:46.496Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:46.496Z] 1.2.2-dev.17 [2020-08-27T17:17:46.496Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:46.496Z] master [2020-08-27T17:17:46.496Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:46.973Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:47.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:47.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-27T17:17:47.310Z] a2b26bb1e4e8: Preparing [2020-08-27T17:17:47.310Z] 2b6e14579d07: Preparing [2020-08-27T17:17:47.310Z] 2eb6b6f53dfe: Preparing [2020-08-27T17:17:47.580Z] a2b26bb1e4e8: Pushed [2020-08-27T17:17:47.580Z] 2eb6b6f53dfe: Pushed [2020-08-27T17:17:50.940Z] 2b6e14579d07: Pushed [2020-08-27T17:17:50.940Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:c9c48f8229786fbf090d857edcfb67cd5762847a292af40a470239d0f7cbbb71 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:51.274Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:51.602Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:51.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-27T17:17:51.602Z] a2b26bb1e4e8: Preparing [2020-08-27T17:17:51.602Z] 2b6e14579d07: Preparing [2020-08-27T17:17:51.602Z] 2eb6b6f53dfe: Preparing [2020-08-27T17:17:51.602Z] 2b6e14579d07: Layer already exists [2020-08-27T17:17:51.602Z] 2eb6b6f53dfe: Layer already exists [2020-08-27T17:17:51.602Z] a2b26bb1e4e8: Layer already exists [2020-08-27T17:17:51.602Z] 1.2.2-dev.17: digest: sha256:c9c48f8229786fbf090d857edcfb67cd5762847a292af40a470239d0f7cbbb71 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:52.205Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:52.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:52.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-27T17:17:52.530Z] a2b26bb1e4e8: Preparing [2020-08-27T17:17:52.530Z] 2b6e14579d07: Preparing [2020-08-27T17:17:52.530Z] 2eb6b6f53dfe: Preparing [2020-08-27T17:17:52.530Z] 2eb6b6f53dfe: Layer already exists [2020-08-27T17:17:52.530Z] 2b6e14579d07: Layer already exists [2020-08-27T17:17:52.530Z] a2b26bb1e4e8: Layer already exists [2020-08-27T17:17:52.800Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:c9c48f8229786fbf090d857edcfb67cd5762847a292af40a470239d0f7cbbb71 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:53.128Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:53.453Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-08-27T17:17:53.453Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-27T17:17:53.453Z] a2b26bb1e4e8: Preparing [2020-08-27T17:17:53.453Z] 2b6e14579d07: Preparing [2020-08-27T17:17:53.453Z] 2eb6b6f53dfe: Preparing [2020-08-27T17:17:53.453Z] 2b6e14579d07: Layer already exists [2020-08-27T17:17:53.453Z] a2b26bb1e4e8: Layer already exists [2020-08-27T17:17:53.453Z] 2eb6b6f53dfe: Layer already exists [2020-08-27T17:17:53.727Z] master: digest: sha256:c9c48f8229786fbf090d857edcfb67cd5762847a292af40a470239d0f7cbbb71 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:17:53.915Z] ===================================================== [Pipeline] echo [2020-08-27T17:17:53.955Z] taggedImages: [2020-08-27T17:17:53.955Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:53.955Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.17 [2020-08-27T17:17:53.955Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:53.955Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-08-27T17:17:54.028Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-08-27T17:17:54.028Z] 1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:54.028Z] 1.2.2-dev.17 [2020-08-27T17:17:54.028Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:17:54.028Z] master [2020-08-27T17:17:54.028Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:54.583Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:17:54.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:17:54.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-27T17:17:54.924Z] 0a7708b12f62: Preparing [2020-08-27T17:17:54.924Z] bc53b102ac4a: Preparing [2020-08-27T17:17:54.924Z] c892bc958c0b: Preparing [2020-08-27T17:17:54.924Z] 7b5c629b57bc: Preparing [2020-08-27T17:17:54.924Z] be513ac7763d: Preparing [2020-08-27T17:17:54.924Z] 660cc64607c5: Preparing [2020-08-27T17:17:54.924Z] 0a0462e13e5b: Preparing [2020-08-27T17:17:54.924Z] dcafda8adff7: Preparing [2020-08-27T17:17:54.924Z] 660cc64607c5: Waiting [2020-08-27T17:17:54.924Z] 48d9eb58abf3: Preparing [2020-08-27T17:17:54.924Z] 0a0462e13e5b: Waiting [2020-08-27T17:17:54.924Z] e5de615b7841: Preparing [2020-08-27T17:17:54.924Z] b0d752909cf9: Preparing [2020-08-27T17:17:54.924Z] 94fdc660876c: Preparing [2020-08-27T17:17:54.924Z] 4e7279dfc0c0: Preparing [2020-08-27T17:17:54.924Z] e2f13739ad41: Preparing [2020-08-27T17:17:54.924Z] dcafda8adff7: Waiting [2020-08-27T17:17:54.924Z] 48d9eb58abf3: Waiting [2020-08-27T17:17:54.924Z] e5de615b7841: Waiting [2020-08-27T17:17:54.924Z] b0d752909cf9: Waiting [2020-08-27T17:17:54.924Z] 94fdc660876c: Waiting [2020-08-27T17:17:54.924Z] 4e7279dfc0c0: Waiting [2020-08-27T17:17:54.924Z] e2f13739ad41: Waiting [2020-08-27T17:17:55.513Z] be513ac7763d: Pushed [2020-08-27T17:17:55.513Z] 0a7708b12f62: Pushed [2020-08-27T17:17:56.105Z] 7b5c629b57bc: Pushed [2020-08-27T17:17:56.105Z] dcafda8adff7: Layer already exists [2020-08-27T17:17:56.376Z] 48d9eb58abf3: Layer already exists [2020-08-27T17:17:56.376Z] e5de615b7841: Layer already exists [2020-08-27T17:17:56.376Z] 0a0462e13e5b: Pushed [2020-08-27T17:17:56.376Z] b0d752909cf9: Layer already exists [2020-08-27T17:17:56.376Z] 94fdc660876c: Layer already exists [2020-08-27T17:17:56.376Z] 4e7279dfc0c0: Layer already exists [2020-08-27T17:17:56.376Z] e2f13739ad41: Layer already exists [2020-08-27T17:17:56.966Z] bc53b102ac4a: Pushed [2020-08-27T17:17:57.939Z] 660cc64607c5: Pushed [2020-08-27T17:18:10.280Z] c892bc958c0b: Pushed [2020-08-27T17:18:10.280Z] 1421448afc2248c8ed7ba2afa89517a5a2307549: digest: sha256:128e308f49a19f90f93487dde0fadf65a0d706bc5bd9eb422184afd2a9635397 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:18:10.607Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:18:10.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.17 [2020-08-27T17:18:10.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-27T17:18:10.934Z] 0a7708b12f62: Preparing [2020-08-27T17:18:10.934Z] bc53b102ac4a: Preparing [2020-08-27T17:18:10.934Z] c892bc958c0b: Preparing [2020-08-27T17:18:10.934Z] 7b5c629b57bc: Preparing [2020-08-27T17:18:10.934Z] be513ac7763d: Preparing [2020-08-27T17:18:10.934Z] 660cc64607c5: Preparing [2020-08-27T17:18:10.934Z] 0a0462e13e5b: Preparing [2020-08-27T17:18:10.934Z] dcafda8adff7: Preparing [2020-08-27T17:18:10.934Z] 48d9eb58abf3: Preparing [2020-08-27T17:18:10.934Z] e5de615b7841: Preparing [2020-08-27T17:18:10.934Z] b0d752909cf9: Preparing [2020-08-27T17:18:10.934Z] 94fdc660876c: Preparing [2020-08-27T17:18:10.934Z] 4e7279dfc0c0: Preparing [2020-08-27T17:18:10.934Z] e2f13739ad41: Preparing [2020-08-27T17:18:10.934Z] 660cc64607c5: Waiting [2020-08-27T17:18:10.934Z] 0a0462e13e5b: Waiting [2020-08-27T17:18:10.934Z] e5de615b7841: Waiting [2020-08-27T17:18:10.934Z] b0d752909cf9: Waiting [2020-08-27T17:18:10.934Z] 94fdc660876c: Waiting [2020-08-27T17:18:10.934Z] 4e7279dfc0c0: Waiting [2020-08-27T17:18:10.934Z] dcafda8adff7: Waiting [2020-08-27T17:18:10.934Z] e2f13739ad41: Waiting [2020-08-27T17:18:10.934Z] 48d9eb58abf3: Waiting [2020-08-27T17:18:10.934Z] 0a7708b12f62: Layer already exists [2020-08-27T17:18:10.934Z] be513ac7763d: Layer already exists [2020-08-27T17:18:10.934Z] 7b5c629b57bc: Layer already exists [2020-08-27T17:18:10.934Z] c892bc958c0b: Layer already exists [2020-08-27T17:18:10.934Z] bc53b102ac4a: Layer already exists [2020-08-27T17:18:10.934Z] 0a0462e13e5b: Layer already exists [2020-08-27T17:18:10.934Z] 48d9eb58abf3: Layer already exists [2020-08-27T17:18:10.934Z] dcafda8adff7: Layer already exists [2020-08-27T17:18:10.934Z] 660cc64607c5: Layer already exists [2020-08-27T17:18:10.934Z] e5de615b7841: Layer already exists [2020-08-27T17:18:10.934Z] 94fdc660876c: Layer already exists [2020-08-27T17:18:10.934Z] e2f13739ad41: Layer already exists [2020-08-27T17:18:10.934Z] 4e7279dfc0c0: Layer already exists [2020-08-27T17:18:10.934Z] b0d752909cf9: Layer already exists [2020-08-27T17:18:11.201Z] 1.2.2-dev.17: digest: sha256:128e308f49a19f90f93487dde0fadf65a0d706bc5bd9eb422184afd2a9635397 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:18:11.539Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:18:11.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:18:11.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-27T17:18:11.862Z] 0a7708b12f62: Preparing [2020-08-27T17:18:11.862Z] bc53b102ac4a: Preparing [2020-08-27T17:18:11.862Z] c892bc958c0b: Preparing [2020-08-27T17:18:11.862Z] 7b5c629b57bc: Preparing [2020-08-27T17:18:11.862Z] be513ac7763d: Preparing [2020-08-27T17:18:11.862Z] 660cc64607c5: Preparing [2020-08-27T17:18:11.862Z] 0a0462e13e5b: Preparing [2020-08-27T17:18:11.862Z] dcafda8adff7: Preparing [2020-08-27T17:18:11.862Z] 48d9eb58abf3: Preparing [2020-08-27T17:18:11.862Z] e5de615b7841: Preparing [2020-08-27T17:18:11.862Z] b0d752909cf9: Preparing [2020-08-27T17:18:11.862Z] 94fdc660876c: Preparing [2020-08-27T17:18:11.862Z] 4e7279dfc0c0: Preparing [2020-08-27T17:18:11.862Z] e2f13739ad41: Preparing [2020-08-27T17:18:11.862Z] e5de615b7841: Waiting [2020-08-27T17:18:11.862Z] b0d752909cf9: Waiting [2020-08-27T17:18:11.862Z] 94fdc660876c: Waiting [2020-08-27T17:18:11.862Z] 660cc64607c5: Waiting [2020-08-27T17:18:11.862Z] 4e7279dfc0c0: Waiting [2020-08-27T17:18:11.862Z] dcafda8adff7: Waiting [2020-08-27T17:18:11.862Z] 48d9eb58abf3: Waiting [2020-08-27T17:18:11.862Z] 0a0462e13e5b: Waiting [2020-08-27T17:18:11.862Z] e2f13739ad41: Waiting [2020-08-27T17:18:12.131Z] bc53b102ac4a: Layer already exists [2020-08-27T17:18:12.131Z] c892bc958c0b: Layer already exists [2020-08-27T17:18:12.131Z] 7b5c629b57bc: Layer already exists [2020-08-27T17:18:12.131Z] 0a7708b12f62: Layer already exists [2020-08-27T17:18:12.131Z] be513ac7763d: Layer already exists [2020-08-27T17:18:12.131Z] dcafda8adff7: Layer already exists [2020-08-27T17:18:12.131Z] 0a0462e13e5b: Layer already exists [2020-08-27T17:18:12.131Z] 660cc64607c5: Layer already exists [2020-08-27T17:18:12.131Z] e5de615b7841: Layer already exists [2020-08-27T17:18:12.131Z] 48d9eb58abf3: Layer already exists [2020-08-27T17:18:12.131Z] 94fdc660876c: Layer already exists [2020-08-27T17:18:12.131Z] b0d752909cf9: Layer already exists [2020-08-27T17:18:12.131Z] e2f13739ad41: Layer already exists [2020-08-27T17:18:12.131Z] 4e7279dfc0c0: Layer already exists [2020-08-27T17:18:12.131Z] 1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17: digest: sha256:128e308f49a19f90f93487dde0fadf65a0d706bc5bd9eb422184afd2a9635397 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:18:12.458Z] + 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-27T17:18:12.780Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-08-27T17:18:12.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-27T17:18:12.781Z] 0a7708b12f62: Preparing [2020-08-27T17:18:12.781Z] bc53b102ac4a: Preparing [2020-08-27T17:18:12.781Z] c892bc958c0b: Preparing [2020-08-27T17:18:12.781Z] 7b5c629b57bc: Preparing [2020-08-27T17:18:12.781Z] be513ac7763d: Preparing [2020-08-27T17:18:12.781Z] 660cc64607c5: Preparing [2020-08-27T17:18:12.781Z] 0a0462e13e5b: Preparing [2020-08-27T17:18:12.781Z] dcafda8adff7: Preparing [2020-08-27T17:18:12.781Z] 48d9eb58abf3: Preparing [2020-08-27T17:18:12.781Z] e5de615b7841: Preparing [2020-08-27T17:18:12.781Z] b0d752909cf9: Preparing [2020-08-27T17:18:12.781Z] 94fdc660876c: Preparing [2020-08-27T17:18:12.781Z] 4e7279dfc0c0: Preparing [2020-08-27T17:18:12.781Z] e2f13739ad41: Preparing [2020-08-27T17:18:12.781Z] 94fdc660876c: Waiting [2020-08-27T17:18:12.781Z] 4e7279dfc0c0: Waiting [2020-08-27T17:18:12.781Z] e2f13739ad41: Waiting [2020-08-27T17:18:12.781Z] 48d9eb58abf3: Waiting [2020-08-27T17:18:12.781Z] e5de615b7841: Waiting [2020-08-27T17:18:12.781Z] 0a0462e13e5b: Waiting [2020-08-27T17:18:12.781Z] b0d752909cf9: Waiting [2020-08-27T17:18:12.781Z] 660cc64607c5: Waiting [2020-08-27T17:18:12.781Z] dcafda8adff7: Waiting [2020-08-27T17:18:12.781Z] c892bc958c0b: Layer already exists [2020-08-27T17:18:12.781Z] be513ac7763d: Layer already exists [2020-08-27T17:18:12.781Z] bc53b102ac4a: Layer already exists [2020-08-27T17:18:12.781Z] 0a7708b12f62: Layer already exists [2020-08-27T17:18:12.781Z] 7b5c629b57bc: Layer already exists [2020-08-27T17:18:12.781Z] 0a0462e13e5b: Layer already exists [2020-08-27T17:18:12.781Z] 660cc64607c5: Layer already exists [2020-08-27T17:18:12.781Z] dcafda8adff7: Layer already exists [2020-08-27T17:18:12.781Z] 48d9eb58abf3: Layer already exists [2020-08-27T17:18:12.781Z] e5de615b7841: Layer already exists [2020-08-27T17:18:12.781Z] b0d752909cf9: Layer already exists [2020-08-27T17:18:13.049Z] e2f13739ad41: Layer already exists [2020-08-27T17:18:13.049Z] 94fdc660876c: Layer already exists [2020-08-27T17:18:13.049Z] 4e7279dfc0c0: Layer already exists [2020-08-27T17:18:13.049Z] master: digest: sha256:128e308f49a19f90f93487dde0fadf65a0d706bc5bd9eb422184afd2a9635397 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-27T17:18:13.217Z] ===================================================== [Pipeline] echo [2020-08-27T17:18:13.255Z] taggedImages: [2020-08-27T17:18:13.255Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:18:13.255Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.17 [2020-08-27T17:18:13.255Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549-1.2.2-dev.17 [2020-08-27T17:18:13.255Z] - 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-27T17:18:14.664Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-27T17:18:14.666Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-27T17:18:14.716Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:18:15.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-27T17:18:15.080Z] [2020-08-27T17:18:15.080Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:18:15.432Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-27T17:18:15.432Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-27T17:18:15.432Z] cbdbe7a5bc2a: Already exists [2020-08-27T17:18:15.432Z] 408f87550127: Pulling fs layer [2020-08-27T17:18:15.432Z] fe522b08c979: Pulling fs layer [2020-08-27T17:18:15.432Z] 221eaa008020: Pulling fs layer [2020-08-27T17:18:15.432Z] 2a4607e5d6b9: Pulling fs layer [2020-08-27T17:18:15.432Z] 8f79b27c4fd2: Pulling fs layer [2020-08-27T17:18:15.432Z] e5c8dbe1645b: Pulling fs layer [2020-08-27T17:18:15.432Z] 23e8b3b47431: Pulling fs layer [2020-08-27T17:18:15.432Z] 5c568d65a230: Pulling fs layer [2020-08-27T17:18:15.432Z] 8f79b27c4fd2: Waiting [2020-08-27T17:18:15.432Z] e5c8dbe1645b: Waiting [2020-08-27T17:18:15.432Z] 23e8b3b47431: Waiting [2020-08-27T17:18:15.432Z] 5c568d65a230: Waiting [2020-08-27T17:18:15.432Z] 2a4607e5d6b9: Waiting [2020-08-27T17:18:15.432Z] fe522b08c979: Verifying Checksum [2020-08-27T17:18:15.432Z] fe522b08c979: Download complete [2020-08-27T17:18:15.432Z] 408f87550127: Download complete [2020-08-27T17:18:15.432Z] 2a4607e5d6b9: Verifying Checksum [2020-08-27T17:18:15.432Z] 2a4607e5d6b9: Download complete [2020-08-27T17:18:15.432Z] 8f79b27c4fd2: Verifying Checksum [2020-08-27T17:18:15.432Z] 8f79b27c4fd2: Download complete [2020-08-27T17:18:16.041Z] 408f87550127: Pull complete [2020-08-27T17:18:16.041Z] e5c8dbe1645b: Verifying Checksum [2020-08-27T17:18:16.041Z] e5c8dbe1645b: Download complete [2020-08-27T17:18:16.041Z] fe522b08c979: Pull complete [2020-08-27T17:18:16.327Z] 23e8b3b47431: Verifying Checksum [2020-08-27T17:18:16.327Z] 23e8b3b47431: Download complete [2020-08-27T17:18:16.592Z] 5c568d65a230: Verifying Checksum [2020-08-27T17:18:16.592Z] 5c568d65a230: Download complete [2020-08-27T17:18:17.164Z] 221eaa008020: Verifying Checksum [2020-08-27T17:18:17.164Z] 221eaa008020: Download complete [2020-08-27T17:18:25.435Z] 221eaa008020: Pull complete [2020-08-27T17:18:25.435Z] 2a4607e5d6b9: Pull complete [2020-08-27T17:18:25.435Z] 8f79b27c4fd2: Pull complete [2020-08-27T17:18:29.640Z] e5c8dbe1645b: Pull complete [2020-08-27T17:18:32.952Z] 23e8b3b47431: Pull complete [2020-08-27T17:18:34.873Z] 5c568d65a230: Pull complete [2020-08-27T17:18:34.873Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-27T17:18:34.873Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-27T17:18:34.873Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-27T17:18:35.063Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:18:35.117Z] $ 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/129:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-snyk-go:1.317.0 cat [2020-08-27T17:18:36.228Z] $ docker top c949e5d5e2309dbf978c9fd6c9f918b7af162c33b0eeb0919d024ea8fd6693b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-27T17:18:36.777Z] + snyk monitor '--org=edgex-jenkins' [2020-08-27T17:18:51.686Z] [2020-08-27T17:18:51.686Z] Monitoring /w/workspace/edgex-go/129 (github.com/edgexfoundry/edgex-go)... [2020-08-27T17:18:51.686Z] [2020-08-27T17:18:51.686Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a847092c-aee8-4f3a-bbf6-92fd90066fa9 [2020-08-27T17:18:51.686Z] [2020-08-27T17:18:51.686Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-27T17:18:51.686Z] [2020-08-27T17:18:51.686Z] [2020-08-27T17:18:51.686Z] Snyk CLI supports Node.js 8 and higher. [2020-08-27T17:18:51.686Z] 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-27T17:18:51.686Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-27T17:18:51.686Z] [2020-08-27T17:18:51.686Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-27T17:18:51.686Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-08-27T17:18:51.686Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-08-27T17:18:51.686Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-08-27T17:18:51.701Z] $ docker stop --time=1 c949e5d5e2309dbf978c9fd6c9f918b7af162c33b0eeb0919d024ea8fd6693b6 [2020-08-27T17:18:54.538Z] $ docker rm -f c949e5d5e2309dbf978c9fd6c9f918b7af162c33b0eeb0919d024ea8fd6693b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:18:56.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:18:56.129Z] [2020-08-27T17:18:56.129Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:18:56.467Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:18:56.467Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-27T17:18:56.467Z] e7c96db7181b: Pulling fs layer [2020-08-27T17:18:56.467Z] 1868ca2cb446: Pulling fs layer [2020-08-27T17:18:56.467Z] 136be5d0fe8e: Pulling fs layer [2020-08-27T17:18:56.467Z] 894bfe63afcb: Pulling fs layer [2020-08-27T17:18:56.467Z] 894bfe63afcb: Waiting [2020-08-27T17:18:56.467Z] 1868ca2cb446: Verifying Checksum [2020-08-27T17:18:56.467Z] 1868ca2cb446: Download complete [2020-08-27T17:18:56.467Z] 136be5d0fe8e: Download complete [2020-08-27T17:18:56.467Z] e7c96db7181b: Verifying Checksum [2020-08-27T17:18:56.467Z] e7c96db7181b: Download complete [2020-08-27T17:18:56.467Z] 894bfe63afcb: Verifying Checksum [2020-08-27T17:18:56.467Z] 894bfe63afcb: Download complete [2020-08-27T17:18:56.729Z] e7c96db7181b: Pull complete [2020-08-27T17:18:57.006Z] 1868ca2cb446: Pull complete [2020-08-27T17:18:57.267Z] 136be5d0fe8e: Pull complete [2020-08-27T17:18:57.267Z] 894bfe63afcb: Pull complete [2020-08-27T17:18:57.527Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-27T17:18:57.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:18:57.527Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-27T17:18:57.628Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:18:57.675Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:18:58.671Z] $ docker top f6fd74e90b0d87b05edfcce91c689c23dc9870f7454137c00c3fe78b75292306 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:18:59.191Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:18:59.191Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:19:01.882Z] $ docker stop --time=1 f6fd74e90b0d87b05edfcce91c689c23dc9870f7454137c00c3fe78b75292306 [2020-08-27T17:19:03.293Z] $ docker rm -f f6fd74e90b0d87b05edfcce91c689c23dc9870f7454137c00c3fe78b75292306 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:19:03.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:19:03.759Z] . [Pipeline] withDockerContainer [2020-08-27T17:19:03.886Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:19:03.948Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:19:04.594Z] $ docker top 4c0a500e378e89226decd2ab89f1bb2db90b7662fe6f931ea89b4f2b2b67fd3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:19:05.131Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:19:05.131Z] + tee [2020-08-27T17:19:05.131Z] clair timeout 1m0s [2020-08-27T17:19:05.131Z] docker timeout: 1m0s [2020-08-27T17:19:05.131Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:19:06.042Z] $ docker stop --time=1 4c0a500e378e89226decd2ab89f1bb2db90b7662fe6f931ea89b4f2b2b67fd3b [2020-08-27T17:19:07.397Z] $ docker rm -f 4c0a500e378e89226decd2ab89f1bb2db90b7662fe6f931ea89b4f2b2b67fd3b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:19:07.870Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:19:07.884Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-core-command-go_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:19:07.943Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:19:08.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:19:08.287Z] . [Pipeline] withDockerContainer [2020-08-27T17:19:08.385Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:19:08.430Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:19:09.118Z] $ docker top 85fe35dea0bf53da66f63a07f4f2466f7d30b94e7f9700ad295145ec060a8b5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:19:09.639Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:19:09.639Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:19:15.062Z] $ docker stop --time=1 85fe35dea0bf53da66f63a07f4f2466f7d30b94e7f9700ad295145ec060a8b5a [2020-08-27T17:19:16.436Z] $ docker rm -f 85fe35dea0bf53da66f63a07f4f2466f7d30b94e7f9700ad295145ec060a8b5a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:19:16.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:19:16.898Z] . [Pipeline] withDockerContainer [2020-08-27T17:19:17.001Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:19:17.046Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:19:17.743Z] $ docker top cd71ee6bb17951bd37ea634cd18b11b7388864894e87c12c6dce866eccf06d7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:19:18.263Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:19:18.263Z] + tee [2020-08-27T17:19:18.263Z] clair timeout 1m0s [2020-08-27T17:19:18.263Z] docker timeout: 1m0s [2020-08-27T17:19:18.263Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:19:19.302Z] $ docker stop --time=1 cd71ee6bb17951bd37ea634cd18b11b7388864894e87c12c6dce866eccf06d7c [2020-08-27T17:19:20.731Z] $ docker rm -f cd71ee6bb17951bd37ea634cd18b11b7388864894e87c12c6dce866eccf06d7c [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:19:21.206Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:19:21.218Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-core-data-go_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:19:21.380Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:19:21.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:19:21.717Z] . [Pipeline] withDockerContainer [2020-08-27T17:19:21.812Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:19:21.866Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:19:22.525Z] $ docker top 6903b5b208dff5d08af53a1a0cba01fcaeb5a60db8ab3f36e05221203d013fd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:19:23.029Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:19:23.029Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:19:25.725Z] $ docker stop --time=1 6903b5b208dff5d08af53a1a0cba01fcaeb5a60db8ab3f36e05221203d013fd3 [2020-08-27T17:19:27.066Z] $ docker rm -f 6903b5b208dff5d08af53a1a0cba01fcaeb5a60db8ab3f36e05221203d013fd3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:19:27.564Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:19:27.564Z] . [Pipeline] withDockerContainer [2020-08-27T17:19:27.663Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:19:27.705Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:19:28.374Z] $ docker top c4f5b07bfb4566739f82e57ac20055e0425891685cc7e47baecbbb4c22d85a5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:19:28.887Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:19:28.888Z] + tee [2020-08-27T17:19:28.888Z] clair timeout 1m0s [2020-08-27T17:19:28.888Z] docker timeout: 1m0s [2020-08-27T17:19:28.888Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:19:29.552Z] $ docker stop --time=1 c4f5b07bfb4566739f82e57ac20055e0425891685cc7e47baecbbb4c22d85a5d [2020-08-27T17:19:30.919Z] $ docker rm -f c4f5b07bfb4566739f82e57ac20055e0425891685cc7e47baecbbb4c22d85a5d [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:19:31.392Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:19:31.405Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-core-metadata-go_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:19:31.461Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:19:31.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:19:31.797Z] . [Pipeline] withDockerContainer [2020-08-27T17:19:31.895Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:19:31.939Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:19:32.646Z] $ docker top e8996a5cc3dcd4de4d0706224c4b37fa8876b3f391f2d5bb56e147d1f99f6ca4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:19:33.237Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:19:33.237Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:19:37.592Z] $ docker stop --time=1 e8996a5cc3dcd4de4d0706224c4b37fa8876b3f391f2d5bb56e147d1f99f6ca4 [2020-08-27T17:19:38.976Z] $ docker rm -f e8996a5cc3dcd4de4d0706224c4b37fa8876b3f391f2d5bb56e147d1f99f6ca4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:19:39.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:19:39.439Z] . [Pipeline] withDockerContainer [2020-08-27T17:19:39.537Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:19:39.586Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:19:40.206Z] $ docker top 00fd5c4f814f96cb8c623d8eda031fa825baade36038d56c4e512a68596faace -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:19:40.845Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:19:40.845Z] + tee [2020-08-27T17:19:40.845Z] clair timeout 1m0s [2020-08-27T17:19:40.845Z] docker timeout: 1m0s [2020-08-27T17:19:40.845Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:19:41.912Z] $ docker stop --time=1 00fd5c4f814f96cb8c623d8eda031fa825baade36038d56c4e512a68596faace [2020-08-27T17:19:43.332Z] $ docker rm -f 00fd5c4f814f96cb8c623d8eda031fa825baade36038d56c4e512a68596faace [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:19:43.809Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:19:43.822Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-security-proxy-setup-go_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:19:43.870Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:19:44.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:19:44.215Z] . [Pipeline] withDockerContainer [2020-08-27T17:19:44.311Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:19:44.355Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:19:45.078Z] $ docker top 6c297dd67411393777085d7d68aa41369b5bb5f58b5f1c63f245c477a0951b2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:19:45.610Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:19:45.610Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:19:53.902Z] $ docker stop --time=1 6c297dd67411393777085d7d68aa41369b5bb5f58b5f1c63f245c477a0951b2f [2020-08-27T17:19:55.296Z] $ docker rm -f 6c297dd67411393777085d7d68aa41369b5bb5f58b5f1c63f245c477a0951b2f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:19:55.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:19:55.775Z] . [Pipeline] withDockerContainer [2020-08-27T17:19:55.886Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:19:56.019Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:19:56.778Z] $ docker top 011e95ecdea765d56e5339baa70d03f4646f9948356821029d21b938c065bcca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:19:57.311Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:19:57.311Z] + tee [2020-08-27T17:19:57.311Z] clair timeout 1m0s [2020-08-27T17:19:57.311Z] docker timeout: 1m0s [2020-08-27T17:19:57.311Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:19:58.790Z] $ docker stop --time=1 011e95ecdea765d56e5339baa70d03f4646f9948356821029d21b938c065bcca [2020-08-27T17:20:00.149Z] $ docker rm -f 011e95ecdea765d56e5339baa70d03f4646f9948356821029d21b938c065bcca [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:20:00.629Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:20:00.642Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-security-secrets-setup-go_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:20:00.690Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:20:01.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:20:01.464Z] . [Pipeline] withDockerContainer [2020-08-27T17:20:01.576Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:20:01.621Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:20:02.250Z] $ docker top 76aa123b36eb74ba4a5ec8b568e33aa4042fa418e04f1392131818d78bf8036f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:20:02.791Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:20:02.791Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:20:13.017Z] $ docker stop --time=1 76aa123b36eb74ba4a5ec8b568e33aa4042fa418e04f1392131818d78bf8036f [2020-08-27T17:20:14.403Z] $ docker rm -f 76aa123b36eb74ba4a5ec8b568e33aa4042fa418e04f1392131818d78bf8036f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:20:14.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:20:14.876Z] . [Pipeline] withDockerContainer [2020-08-27T17:20:14.991Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:20:15.034Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:20:15.708Z] $ docker top dd023f3f3ba5f6128434dd3c47ed9af4d04646dae4dfd2b39ed7a1830e06658e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:20:16.255Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:20:16.255Z] + tee [2020-08-27T17:20:16.255Z] clair timeout 1m0s [2020-08-27T17:20:16.255Z] docker timeout: 1m0s [2020-08-27T17:20:16.255Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:20:17.763Z] $ docker stop --time=1 dd023f3f3ba5f6128434dd3c47ed9af4d04646dae4dfd2b39ed7a1830e06658e [2020-08-27T17:20:19.574Z] $ docker rm -f dd023f3f3ba5f6128434dd3c47ed9af4d04646dae4dfd2b39ed7a1830e06658e [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:20:20.040Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:20:20.067Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-security-secretstore-setup-go_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:20:20.117Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:20:20.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:20:20.465Z] . [Pipeline] withDockerContainer [2020-08-27T17:20:20.561Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:20:20.606Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:20:21.284Z] $ docker top 49c9e6cf6ac88725efbe2483a02d924e91b321e7daeab6b5dc5b129e6030f459 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:20:21.898Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:20:21.898Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:20:25.348Z] $ docker stop --time=1 49c9e6cf6ac88725efbe2483a02d924e91b321e7daeab6b5dc5b129e6030f459 [2020-08-27T17:20:26.732Z] $ docker rm -f 49c9e6cf6ac88725efbe2483a02d924e91b321e7daeab6b5dc5b129e6030f459 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:20:27.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:20:27.190Z] . [Pipeline] withDockerContainer [2020-08-27T17:20:27.292Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:20:27.334Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:20:27.926Z] $ docker top ebe9589d6c1d2c68c13b423b82966d7232b4a21f56edeb8c1eecb6cd3c217d51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:20:28.427Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:20:28.427Z] + tee [2020-08-27T17:20:28.427Z] clair timeout 1m0s [2020-08-27T17:20:28.427Z] docker timeout: 1m0s [2020-08-27T17:20:28.427Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:20:29.090Z] $ docker stop --time=1 ebe9589d6c1d2c68c13b423b82966d7232b4a21f56edeb8c1eecb6cd3c217d51 [2020-08-27T17:20:30.431Z] $ docker rm -f ebe9589d6c1d2c68c13b423b82966d7232b4a21f56edeb8c1eecb6cd3c217d51 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:20:30.907Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:20:30.920Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-support-logging-go_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:20:30.993Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:20:31.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:20:31.319Z] . [Pipeline] withDockerContainer [2020-08-27T17:20:31.424Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:20:31.468Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:20:32.160Z] $ docker top 371051a8982eb30bd37c7043291cbed6082b7ddf79d78bc7eb4a063c1a2800c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:20:32.688Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:20:32.688Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:20:38.140Z] $ docker stop --time=1 371051a8982eb30bd37c7043291cbed6082b7ddf79d78bc7eb4a063c1a2800c0 [2020-08-27T17:20:39.495Z] $ docker rm -f 371051a8982eb30bd37c7043291cbed6082b7ddf79d78bc7eb4a063c1a2800c0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:20:39.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:20:39.957Z] . [Pipeline] withDockerContainer [2020-08-27T17:20:40.052Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:20:40.091Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:20:40.769Z] $ docker top 0e2ef2f6d21aa6b3ad7777c08a2a6c7f46eedf39d3c76aec57f321adb02c754c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:20:41.460Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:20:41.460Z] + tee [2020-08-27T17:20:41.460Z] clair timeout 1m0s [2020-08-27T17:20:41.460Z] docker timeout: 1m0s [2020-08-27T17:20:41.460Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:20:42.498Z] $ docker stop --time=1 0e2ef2f6d21aa6b3ad7777c08a2a6c7f46eedf39d3c76aec57f321adb02c754c [2020-08-27T17:20:43.859Z] $ docker rm -f 0e2ef2f6d21aa6b3ad7777c08a2a6c7f46eedf39d3c76aec57f321adb02c754c [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:20:44.316Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:20:44.329Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-support-notifications-go_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:20:44.375Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:20:44.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:20:44.707Z] . [Pipeline] withDockerContainer [2020-08-27T17:20:44.821Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:20:44.891Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:20:45.550Z] $ docker top 17440121871c1439504cd079cd4ad58232e08ce54d00ddf5dc5c5bb87bee9e33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:20:46.074Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:20:46.074Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:20:48.766Z] $ docker stop --time=1 17440121871c1439504cd079cd4ad58232e08ce54d00ddf5dc5c5bb87bee9e33 [2020-08-27T17:20:50.181Z] $ docker rm -f 17440121871c1439504cd079cd4ad58232e08ce54d00ddf5dc5c5bb87bee9e33 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:20:50.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:20:50.782Z] . [Pipeline] withDockerContainer [2020-08-27T17:20:50.878Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:20:50.921Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:20:51.633Z] $ docker top 1f5e4e14c6c51117683b1f304bec5d258eac746d1c814a930e60d6eff1a0ffe6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:20:52.201Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:20:52.201Z] + tee [2020-08-27T17:20:52.201Z] clair timeout 1m0s [2020-08-27T17:20:52.201Z] docker timeout: 1m0s [2020-08-27T17:20:52.201Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:20:52.881Z] $ docker stop --time=1 1f5e4e14c6c51117683b1f304bec5d258eac746d1c814a930e60d6eff1a0ffe6 [2020-08-27T17:20:54.241Z] $ docker rm -f 1f5e4e14c6c51117683b1f304bec5d258eac746d1c814a930e60d6eff1a0ffe6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:20:54.707Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:20:54.720Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-support-scheduler-go_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:20:54.772Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:20:55.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:20:55.117Z] . [Pipeline] withDockerContainer [2020-08-27T17:20:55.223Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:20:55.280Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:20:56.071Z] $ docker top c0437ea2eb16337fc0ca6c2945847753a7b35b971894e05f44777ff284232134 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:20:56.730Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:20:56.730Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:21:11.802Z] $ docker stop --time=1 c0437ea2eb16337fc0ca6c2945847753a7b35b971894e05f44777ff284232134 [2020-08-27T17:21:13.177Z] $ docker rm -f c0437ea2eb16337fc0ca6c2945847753a7b35b971894e05f44777ff284232134 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:21:13.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:21:13.708Z] . [Pipeline] withDockerContainer [2020-08-27T17:21:13.810Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:21:13.854Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:21:14.596Z] $ docker top f2bb1a97e4d9f7098e0704e15e5711d6bbaef45ea224956637f8f9e89963b259 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:21:15.151Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:21:15.151Z] + tee [2020-08-27T17:21:15.151Z] clair timeout 1m0s [2020-08-27T17:21:15.151Z] docker timeout: 1m0s [2020-08-27T17:21:15.151Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:21:17.163Z] $ docker stop --time=1 f2bb1a97e4d9f7098e0704e15e5711d6bbaef45ea224956637f8f9e89963b259 [2020-08-27T17:21:18.523Z] $ docker rm -f f2bb1a97e4d9f7098e0704e15e5711d6bbaef45ea224956637f8f9e89963b259 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:21:19.034Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:21:19.048Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-sys-mgmt-agent-go_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:21:19.098Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:21:19.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:21:19.439Z] . [Pipeline] withDockerContainer [2020-08-27T17:21:19.553Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:21:19.604Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:21:20.366Z] $ docker top 3492ae1947a44fca842094c727f5dced6f9dc8673296c82b25bf071b49b3d44b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:21:20.948Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:21:20.948Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:21:23.656Z] $ docker stop --time=1 3492ae1947a44fca842094c727f5dced6f9dc8673296c82b25bf071b49b3d44b [2020-08-27T17:21:25.003Z] $ docker rm -f 3492ae1947a44fca842094c727f5dced6f9dc8673296c82b25bf071b49b3d44b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:21:25.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:21:25.470Z] . [Pipeline] withDockerContainer [2020-08-27T17:21:25.581Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:21:25.625Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:21:26.231Z] $ docker top 5c2eddd837c19933d7b0ba2f3e24bda8e6df72afb160106de0aed5d2daa60b74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:21:26.755Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:21:26.755Z] + tee [2020-08-27T17:21:26.755Z] clair timeout 1m0s [2020-08-27T17:21:26.755Z] docker timeout: 1m0s [2020-08-27T17:21:26.755Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:21:27.434Z] $ docker stop --time=1 5c2eddd837c19933d7b0ba2f3e24bda8e6df72afb160106de0aed5d2daa60b74 [2020-08-27T17:21:28.822Z] $ docker rm -f 5c2eddd837c19933d7b0ba2f3e24bda8e6df72afb160106de0aed5d2daa60b74 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:21:29.302Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:21:29.316Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-core-command-go-arm64_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:21:29.365Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:21:29.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:21:29.705Z] . [Pipeline] withDockerContainer [2020-08-27T17:21:29.817Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:21:29.855Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:21:30.563Z] $ docker top bb8a7b10357cc89cfe2ad96b1c4738b1d9b62a4ffd8b14d89097de940bceb69d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:21:31.155Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:21:31.155Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:21:36.671Z] $ docker stop --time=1 bb8a7b10357cc89cfe2ad96b1c4738b1d9b62a4ffd8b14d89097de940bceb69d [2020-08-27T17:21:38.068Z] $ docker rm -f bb8a7b10357cc89cfe2ad96b1c4738b1d9b62a4ffd8b14d89097de940bceb69d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:21:38.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:21:38.539Z] . [Pipeline] withDockerContainer [2020-08-27T17:21:38.656Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:21:38.703Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:21:39.448Z] $ docker top 029e4694fa11a661fe797a3d2ec797262943a18946f98a95444684541406e43a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:21:40.060Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:21:40.060Z] + tee [2020-08-27T17:21:40.060Z] clair timeout 1m0s [2020-08-27T17:21:40.060Z] docker timeout: 1m0s [2020-08-27T17:21:40.060Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:21:41.149Z] $ docker stop --time=1 029e4694fa11a661fe797a3d2ec797262943a18946f98a95444684541406e43a [2020-08-27T17:21:42.561Z] $ docker rm -f 029e4694fa11a661fe797a3d2ec797262943a18946f98a95444684541406e43a [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:21:43.059Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:21:43.081Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-core-data-go-arm64_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:21:43.133Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:21:43.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:21:43.477Z] . [Pipeline] withDockerContainer [2020-08-27T17:21:43.591Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:21:43.639Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:21:44.394Z] $ docker top 51ed6ef755a357897582389ddf81f6f55694f9be35cb782019e2869278be3f8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:21:44.936Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:21:44.936Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:21:47.712Z] $ docker stop --time=1 51ed6ef755a357897582389ddf81f6f55694f9be35cb782019e2869278be3f8a [2020-08-27T17:21:49.070Z] $ docker rm -f 51ed6ef755a357897582389ddf81f6f55694f9be35cb782019e2869278be3f8a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:21:49.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:21:49.539Z] . [Pipeline] withDockerContainer [2020-08-27T17:21:49.645Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:21:49.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:21:50.373Z] $ docker top 2a76642b99cc4f8efa6feff4e1030dfac8b40f7e2d970381b28b9c6bce1b0eea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:21:50.940Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:21:50.940Z] + tee [2020-08-27T17:21:50.940Z] clair timeout 1m0s [2020-08-27T17:21:50.940Z] docker timeout: 1m0s [2020-08-27T17:21:50.940Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:21:51.615Z] $ docker stop --time=1 2a76642b99cc4f8efa6feff4e1030dfac8b40f7e2d970381b28b9c6bce1b0eea [2020-08-27T17:21:53.002Z] $ docker rm -f 2a76642b99cc4f8efa6feff4e1030dfac8b40f7e2d970381b28b9c6bce1b0eea [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:21:53.486Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:21:53.500Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-core-metadata-go-arm64_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:21:53.548Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:21:53.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:21:53.879Z] . [Pipeline] withDockerContainer [2020-08-27T17:21:53.989Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:21:54.033Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:21:54.670Z] $ docker top f7f1a266c04966e16b9812b4e7e7c0564f013b266c3e27126cc96d0544163007 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:21:55.197Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:21:55.197Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:21:59.590Z] $ docker stop --time=1 f7f1a266c04966e16b9812b4e7e7c0564f013b266c3e27126cc96d0544163007 [2020-08-27T17:22:00.956Z] $ docker rm -f f7f1a266c04966e16b9812b4e7e7c0564f013b266c3e27126cc96d0544163007 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:22:01.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:22:01.458Z] . [Pipeline] withDockerContainer [2020-08-27T17:22:01.573Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:22:01.620Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:22:02.331Z] $ docker top 5cde9fdf1a05d6cfd24f77ef67e819ea3545559bb65f1714910ea265c1cd9b2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:22:02.869Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:22:02.869Z] + tee [2020-08-27T17:22:02.869Z] clair timeout 1m0s [2020-08-27T17:22:02.869Z] docker timeout: 1m0s [2020-08-27T17:22:02.869Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:22:03.948Z] $ docker stop --time=1 5cde9fdf1a05d6cfd24f77ef67e819ea3545559bb65f1714910ea265c1cd9b2b [2020-08-27T17:22:05.331Z] $ docker rm -f 5cde9fdf1a05d6cfd24f77ef67e819ea3545559bb65f1714910ea265c1cd9b2b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:22:05.824Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:22:05.837Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:22:05.892Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:22:06.226Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:22:06.226Z] . [Pipeline] withDockerContainer [2020-08-27T17:22:06.321Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:22:06.359Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:22:07.014Z] $ docker top f8df47610257cb2dfd9926bfdec85abdb2d05c14cc4e315ddda11289275d1e7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:22:07.575Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:22:07.575Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:22:15.912Z] $ docker stop --time=1 f8df47610257cb2dfd9926bfdec85abdb2d05c14cc4e315ddda11289275d1e7f [2020-08-27T17:22:17.313Z] $ docker rm -f f8df47610257cb2dfd9926bfdec85abdb2d05c14cc4e315ddda11289275d1e7f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:22:17.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:22:17.807Z] . [Pipeline] withDockerContainer [2020-08-27T17:22:17.905Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:22:17.947Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:22:18.640Z] $ docker top 51cf4c5ad09c5dcaa92d35533df0d894d373d4338dd8066b1af6c1fe7aa0c1ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:22:19.154Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:22:19.154Z] + tee [2020-08-27T17:22:19.154Z] clair timeout 1m0s [2020-08-27T17:22:19.154Z] docker timeout: 1m0s [2020-08-27T17:22:19.154Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:22:20.691Z] $ docker stop --time=1 51cf4c5ad09c5dcaa92d35533df0d894d373d4338dd8066b1af6c1fe7aa0c1ce [2020-08-27T17:22:22.043Z] $ docker rm -f 51cf4c5ad09c5dcaa92d35533df0d894d373d4338dd8066b1af6c1fe7aa0c1ce [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:22:22.530Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:22:22.544Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:22:22.638Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:22:22.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:22:22.985Z] . [Pipeline] withDockerContainer [2020-08-27T17:22:23.081Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:22:23.133Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:22:23.794Z] $ docker top 7b1977b0a7d0bf29264f847d400455fcfaaa9165a9c91c4c951db988d4a01448 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:22:24.324Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:22:24.324Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:22:32.644Z] $ docker stop --time=1 7b1977b0a7d0bf29264f847d400455fcfaaa9165a9c91c4c951db988d4a01448 [2020-08-27T17:22:34.027Z] $ docker rm -f 7b1977b0a7d0bf29264f847d400455fcfaaa9165a9c91c4c951db988d4a01448 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:22:34.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:22:34.530Z] . [Pipeline] withDockerContainer [2020-08-27T17:22:34.629Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:22:34.675Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:22:35.363Z] $ docker top 1131bb937eee86b58bb80a44158c9374f5344f0232dd994110f7be4a9adbc140 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:22:35.942Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:22:35.942Z] + tee [2020-08-27T17:22:35.942Z] clair timeout 1m0s [2020-08-27T17:22:35.942Z] docker timeout: 1m0s [2020-08-27T17:22:35.942Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:22:37.425Z] $ docker stop --time=1 1131bb937eee86b58bb80a44158c9374f5344f0232dd994110f7be4a9adbc140 [2020-08-27T17:22:38.809Z] $ docker rm -f 1131bb937eee86b58bb80a44158c9374f5344f0232dd994110f7be4a9adbc140 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:22:39.279Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:22:39.293Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:22:39.339Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:22:39.733Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:22:39.733Z] . [Pipeline] withDockerContainer [2020-08-27T17:22:39.831Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:22:39.874Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:22:40.585Z] $ docker top b542ee9d1e00de288014e34345f21600312a6419193cb1f2a6b941cd84ab86ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:22:41.207Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:22:41.207Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:22:44.700Z] $ docker stop --time=1 b542ee9d1e00de288014e34345f21600312a6419193cb1f2a6b941cd84ab86ec [2020-08-27T17:22:46.062Z] $ docker rm -f b542ee9d1e00de288014e34345f21600312a6419193cb1f2a6b941cd84ab86ec [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:22:46.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:22:46.519Z] . [Pipeline] withDockerContainer [2020-08-27T17:22:46.626Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:22:46.668Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:22:47.324Z] $ docker top a254dde58ab208e5acbcfffa49b4100a58a64e86c73fed41e37674fe80852063 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:22:47.866Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:22:47.866Z] + tee [2020-08-27T17:22:47.866Z] clair timeout 1m0s [2020-08-27T17:22:47.866Z] docker timeout: 1m0s [2020-08-27T17:22:47.866Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:22:48.550Z] $ docker stop --time=1 a254dde58ab208e5acbcfffa49b4100a58a64e86c73fed41e37674fe80852063 [2020-08-27T17:22:50.163Z] $ docker rm -f a254dde58ab208e5acbcfffa49b4100a58a64e86c73fed41e37674fe80852063 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:22:50.733Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:22:50.747Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-support-logging-go-arm64_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:22:50.862Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:22:51.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:22:51.219Z] . [Pipeline] withDockerContainer [2020-08-27T17:22:51.329Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:22:51.368Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:22:52.101Z] $ docker top 21d7edcfd50c769ccb3ad032555a667ddedb39d804f2084cf2fec92a1e766b60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:22:52.639Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:22:52.639Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:22:58.064Z] $ docker stop --time=1 21d7edcfd50c769ccb3ad032555a667ddedb39d804f2084cf2fec92a1e766b60 [2020-08-27T17:22:59.466Z] $ docker rm -f 21d7edcfd50c769ccb3ad032555a667ddedb39d804f2084cf2fec92a1e766b60 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:22:59.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:22:59.928Z] . [Pipeline] withDockerContainer [2020-08-27T17:23:00.036Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:23:00.079Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:23:00.803Z] $ docker top 086621ec3ab539c6127d99d391a1fcfdb0365086533a061928d8e781a17b5a82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:23:01.384Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:23:01.384Z] + tee [2020-08-27T17:23:01.384Z] clair timeout 1m0s [2020-08-27T17:23:01.384Z] docker timeout: 1m0s [2020-08-27T17:23:01.384Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:23:02.457Z] $ docker stop --time=1 086621ec3ab539c6127d99d391a1fcfdb0365086533a061928d8e781a17b5a82 [2020-08-27T17:23:03.827Z] $ docker rm -f 086621ec3ab539c6127d99d391a1fcfdb0365086533a061928d8e781a17b5a82 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:23:04.319Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:23:04.346Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-support-notifications-go-arm64_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:23:04.394Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:23:04.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:23:04.736Z] . [Pipeline] withDockerContainer [2020-08-27T17:23:04.874Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:23:04.917Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:23:05.694Z] $ docker top d67a6bb268159e8178df792c66661dde306ec7b5cbf2fe50e86e61ebd677be8f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:23:06.249Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:23:06.249Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:23:09.167Z] $ docker stop --time=1 d67a6bb268159e8178df792c66661dde306ec7b5cbf2fe50e86e61ebd677be8f [2020-08-27T17:23:10.566Z] $ docker rm -f d67a6bb268159e8178df792c66661dde306ec7b5cbf2fe50e86e61ebd677be8f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:23:11.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:23:11.076Z] . [Pipeline] withDockerContainer [2020-08-27T17:23:11.207Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:23:11.250Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:23:12.012Z] $ docker top 4538fb12f49f2d5ee7e51bda5a8d90c2d28c0a6cba3d49f8b2c233621ab54a5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:23:12.566Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:23:12.566Z] + tee [2020-08-27T17:23:12.566Z] clair timeout 1m0s [2020-08-27T17:23:12.566Z] docker timeout: 1m0s [2020-08-27T17:23:12.566Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:23:13.295Z] $ docker stop --time=1 4538fb12f49f2d5ee7e51bda5a8d90c2d28c0a6cba3d49f8b2c233621ab54a5f [2020-08-27T17:23:14.678Z] $ docker rm -f 4538fb12f49f2d5ee7e51bda5a8d90c2d28c0a6cba3d49f8b2c233621ab54a5f [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:23:15.191Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:23:15.206Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-support-scheduler-go-arm64_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:23:15.254Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:23:15.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:23:15.594Z] . [Pipeline] withDockerContainer [2020-08-27T17:23:15.703Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:23:15.754Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:23:16.449Z] $ docker top f914b15bf9972f75c7ec803af1d3214ac0db3b174b71a9fa5d3541d6c76f0808 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:23:17.003Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:23:17.003Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:23:32.122Z] $ docker stop --time=1 f914b15bf9972f75c7ec803af1d3214ac0db3b174b71a9fa5d3541d6c76f0808 [2020-08-27T17:23:33.502Z] $ docker rm -f f914b15bf9972f75c7ec803af1d3214ac0db3b174b71a9fa5d3541d6c76f0808 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:23:33.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-27T17:23:33.977Z] . [Pipeline] withDockerContainer [2020-08-27T17:23:34.086Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:23:34.134Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-klar:latest cat [2020-08-27T17:23:34.835Z] $ docker top 928831f1c2b2b5f7ce34f6af228d4648d06a6e8e111d0c4cf4e482d37e8419a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-27T17:23:35.360Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1421448afc2248c8ed7ba2afa89517a5a2307549 [2020-08-27T17:23:35.360Z] + tee [2020-08-27T17:23:35.360Z] clair timeout 1m0s [2020-08-27T17:23:35.360Z] docker timeout: 1m0s [2020-08-27T17:23:35.360Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-27T17:23:37.367Z] $ docker stop --time=1 928831f1c2b2b5f7ce34f6af228d4648d06a6e8e111d0c4cf4e482d37e8419a0 [2020-08-27T17:23:38.785Z] $ docker rm -f 928831f1c2b2b5f7ce34f6af228d4648d06a6e8e111d0c4cf4e482d37e8419a0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-27T17:23:39.333Z] + mkdir -p /w/workspace/edgex-go/129/clair-reports [Pipeline] echo [2020-08-27T17:23:39.384Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/129/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_1421448afc2248c8ed7ba2afa89517a5a2307549.html [Pipeline] writeFile [Pipeline] step [2020-08-27T17:23:39.441Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-08-27T17:23:39.845Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-27T17:23:39.897Z] provisioning config files... [2020-08-27T17:23:39.918Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/129@tmp/config5407175229793299925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-27T17:23:40.335Z] --> edgex-publish-swagger.sh [2020-08-27T17:23:40.335Z] === Publish openapi/v1 API === [2020-08-27T17:23:40.335Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-08-27T17:23:40.335Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-27T17:23:40.335Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.335Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.335Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-27T17:23:40.335Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.335Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.335Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-27T17:23:40.335Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.335Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.335Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-27T17:23:40.335Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.335Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.335Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-27T17:23:40.335Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.335Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.335Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-27T17:23:40.335Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.335Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.335Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-27T17:23:40.335Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.335Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.335Z] === Publish openapi/v2 API === [2020-08-27T17:23:40.335Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-08-27T17:23:40.335Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-27T17:23:40.335Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.335Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.336Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-27T17:23:40.336Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.336Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.336Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-27T17:23:40.336Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.336Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.336Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-27T17:23:40.336Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.336Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.336Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-27T17:23:40.336Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.336Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.336Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-27T17:23:40.336Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.336Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-27T17:23:40.336Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-27T17:23:40.336Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-27T17:23:40.336Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-08-27T17:23:40.360Z] 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-27T17:23:47.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T17:23:47.788Z] . [Pipeline] withDockerContainer [2020-08-27T17:23:47.915Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:23:47.993Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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:10004/edgex-devops/git-semver:latest cat [2020-08-27T17:23:49.400Z] $ docker top 1d3bda53d76d7f0759e9d0fea099869a41f72642d459d47524e00cd995da1852 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-27T17:23:49.687Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T17:23:49.687Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T17:23:49.927Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T17:23:49.931Z] $ docker exec 1d3bda53d76d7f0759e9d0fea099869a41f72642d459d47524e00cd995da1852 ssh-agent [2020-08-27T17:23:50.128Z] SSH_AUTH_SOCK=/tmp/ssh-yfRHwmPFC6PD/agent.11 [2020-08-27T17:23:50.128Z] SSH_AGENT_PID=16 [2020-08-27T17:23:50.138Z] Running ssh-add (command line suppressed) [2020-08-27T17:23:50.291Z] Identity added: /w/workspace/edgex-go/129@tmp/private_key_1781036812945194737.key (/w/workspace/edgex-go/129@tmp/private_key_1781036812945194737.key) [2020-08-27T17:23:50.351Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T17:23:50.702Z] + git semver tag [2020-08-27T17:23:50.702Z] # -> Open(): unable to determine branch for HEAD [2020-08-27T17:23:50.702Z] # $GIT_DIR = /w/workspace/edgex-go/129/.git [2020-08-27T17:23:50.702Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/129 [2020-08-27T17:23:50.702Z] # $SEMVER_REMOTE_NAME = origin [2020-08-27T17:23:50.702Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-27T17:23:50.702Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-27T17:23:50.702Z] # $SEMVER_BRANCH = master [2020-08-27T17:23:50.702Z] # $SEMVER_DIR = /w/workspace/edgex-go/129/.semver [2020-08-27T17:23:50.702Z] # 1421448afc2248c8ed7ba2afa89517a5a2307549 HEAD [2020-08-27T17:23:51.286Z] # -> Force: false [2020-08-27T17:23:51.286Z] # d31fe8be1efd02f5c977b65303ff2ec91d48cc6c refs/tags/v1.2.2-dev.17 [Pipeline] } [2020-08-27T17:23:51.304Z] $ docker exec --env ******** --env ******** 1d3bda53d76d7f0759e9d0fea099869a41f72642d459d47524e00cd995da1852 ssh-agent -k [2020-08-27T17:23:51.436Z] unset SSH_AUTH_SOCK; [2020-08-27T17:23:51.436Z] unset SSH_AGENT_PID; [2020-08-27T17:23:51.436Z] echo Agent pid 16 killed; [2020-08-27T17:23:51.489Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-27T17:23:51.954Z] + git semver [Pipeline] } [2020-08-27T17:23:51.974Z] $ docker stop --time=1 1d3bda53d76d7f0759e9d0fea099869a41f72642d459d47524e00cd995da1852 [2020-08-27T17:23:53.320Z] $ docker rm -f 1d3bda53d76d7f0759e9d0fea099869a41f72642d459d47524e00cd995da1852 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:23:53.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-27T17:23:53.958Z] [2020-08-27T17:23:53.958Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:23:54.479Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-27T17:23:54.479Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-27T17:23:54.479Z] ab5ef0e58194: Pulling fs layer [2020-08-27T17:23:54.479Z] 9712f1f96733: Pulling fs layer [2020-08-27T17:23:54.479Z] 63f879dbbcfc: Pulling fs layer [2020-08-27T17:23:54.479Z] 0d9ebad4ef96: Pulling fs layer [2020-08-27T17:23:54.480Z] e9a5061849ea: Pulling fs layer [2020-08-27T17:23:54.480Z] d747dcd14b5f: Pulling fs layer [2020-08-27T17:23:54.480Z] 2de7ff778b66: Pulling fs layer [2020-08-27T17:23:54.480Z] e9a5061849ea: Waiting [2020-08-27T17:23:54.480Z] d747dcd14b5f: Waiting [2020-08-27T17:23:54.480Z] 2de7ff778b66: Waiting [2020-08-27T17:23:54.480Z] 0d9ebad4ef96: Waiting [2020-08-27T17:23:54.480Z] 9712f1f96733: Verifying Checksum [2020-08-27T17:23:54.480Z] 9712f1f96733: Download complete [2020-08-27T17:23:55.111Z] 63f879dbbcfc: Verifying Checksum [2020-08-27T17:23:55.111Z] 63f879dbbcfc: Download complete [2020-08-27T17:23:55.111Z] e9a5061849ea: Verifying Checksum [2020-08-27T17:23:55.111Z] e9a5061849ea: Download complete [2020-08-27T17:23:55.390Z] d747dcd14b5f: Verifying Checksum [2020-08-27T17:23:55.390Z] d747dcd14b5f: Download complete [2020-08-27T17:23:55.655Z] 0d9ebad4ef96: Verifying Checksum [2020-08-27T17:23:55.655Z] 0d9ebad4ef96: Download complete [2020-08-27T17:23:55.655Z] 2de7ff778b66: Verifying Checksum [2020-08-27T17:23:55.655Z] 2de7ff778b66: Download complete [2020-08-27T17:23:55.655Z] ab5ef0e58194: Download complete [2020-08-27T17:23:59.917Z] ab5ef0e58194: Pull complete [2020-08-27T17:23:59.917Z] 9712f1f96733: Pull complete [2020-08-27T17:24:02.469Z] 63f879dbbcfc: Pull complete [2020-08-27T17:24:09.084Z] 0d9ebad4ef96: Pull complete [2020-08-27T17:24:10.999Z] e9a5061849ea: Pull complete [2020-08-27T17:24:10.999Z] d747dcd14b5f: Pull complete [2020-08-27T17:24:14.321Z] 2de7ff778b66: Pull complete [2020-08-27T17:24:14.321Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-27T17:24:14.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-27T17:24:14.321Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-27T17:24:14.493Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:24:14.538Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-lftools:0.23.1-centos7 cat [2020-08-27T17:24:17.900Z] $ docker top 8ec5e4e2fc24f2c337ada1049a7e52728a026cbefc892bc4efacc02d35e1dc5e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-27T17:24:18.122Z] provisioning config files... [2020-08-27T17:24:18.131Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/129@tmp/config7222488426482677808tmp [2020-08-27T17:24:18.151Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/129@tmp/config1894569296537475394tmp [2020-08-27T17:24:18.165Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/129@tmp/config7637103485971871951tmp [Pipeline] { [Pipeline] echo [2020-08-27T17:24:18.211Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T17:24:18.532Z] ---> sigul-configuration.sh [2020-08-27T17:24:18.533Z] gpg: directory `/root/.gnupg' created [2020-08-27T17:24:18.533Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-27T17:24:18.533Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-27T17:24:18.533Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-27T17:24:18.533Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-27T17:24:18.533Z] gpg: CAST5 encrypted data [2020-08-27T17:24:18.804Z] gpg: encrypted with 1 passphrase [2020-08-27T17:24:18.804Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-27T17:24:19.100Z] + mkdir /home/jenkins [2020-08-27T17:24:19.100Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-27T17:24:19.392Z] + 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-27T17:24:19.403Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T17:24:19.696Z] ---> sigul-install.sh [2020-08-27T17:24:24.985Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-27T17:24:25.281Z] + git tag --list [2020-08-27T17:24:25.281Z] v1.2.2-dev.17 [Pipeline] sh [2020-08-27T17:24:25.572Z] + lftools sign git-tag v1.2.2-dev.17 [2020-08-27T17:24:26.956Z] Signing Git tag with Sigul... [2020-08-27T17:24:26.956Z] Signing v1.2.2-dev.17 [2020-08-27T17:24:27.525Z] Error: Authentication failed [Pipeline] echo [2020-08-27T17:24:27.793Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T17:24:28.082Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-27T17:24:28.090Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-27T17:24:28.187Z] $ docker stop --time=1 8ec5e4e2fc24f2c337ada1049a7e52728a026cbefc892bc4efacc02d35e1dc5e [2020-08-27T17:24:30.187Z] $ docker rm -f 8ec5e4e2fc24f2c337ada1049a7e52728a026cbefc892bc4efacc02d35e1dc5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:24:31.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T17:24:31.196Z] . [Pipeline] withDockerContainer [2020-08-27T17:24:31.302Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:24:31.344Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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:10004/edgex-devops/git-semver:latest cat [2020-08-27T17:24:32.035Z] $ docker top 39a19c568eb5801eb6682cba488685fe3c1453b52ac7a3b296add6624153657c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-27T17:24:32.355Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T17:24:32.355Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T17:24:32.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T17:24:32.570Z] $ docker exec 39a19c568eb5801eb6682cba488685fe3c1453b52ac7a3b296add6624153657c ssh-agent [2020-08-27T17:24:32.743Z] SSH_AUTH_SOCK=/tmp/ssh-VUycnkh39CJv/agent.12 [2020-08-27T17:24:32.743Z] SSH_AGENT_PID=17 [2020-08-27T17:24:32.750Z] Running ssh-add (command line suppressed) [2020-08-27T17:24:32.884Z] Identity added: /w/workspace/edgex-go/129@tmp/private_key_3957466128739984709.key (/w/workspace/edgex-go/129@tmp/private_key_3957466128739984709.key) [2020-08-27T17:24:32.939Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T17:24:33.263Z] + git semver bump pre [2020-08-27T17:24:33.263Z] # -> Open(): unable to determine branch for HEAD [2020-08-27T17:24:33.263Z] # $GIT_DIR = /w/workspace/edgex-go/129/.git [2020-08-27T17:24:33.263Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/129 [2020-08-27T17:24:33.263Z] # $SEMVER_REMOTE_NAME = origin [2020-08-27T17:24:33.263Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-27T17:24:33.263Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-27T17:24:33.263Z] # $SEMVER_BRANCH = master [2020-08-27T17:24:33.263Z] # $SEMVER_DIR = /w/workspace/edgex-go/129/.semver [2020-08-27T17:24:33.263Z] 1.2.2-dev.18 [Pipeline] } [2020-08-27T17:24:33.274Z] $ docker exec --env ******** --env ******** 39a19c568eb5801eb6682cba488685fe3c1453b52ac7a3b296add6624153657c ssh-agent -k [2020-08-27T17:24:33.399Z] unset SSH_AUTH_SOCK; [2020-08-27T17:24:33.399Z] unset SSH_AGENT_PID; [2020-08-27T17:24:33.399Z] echo Agent pid 17 killed; [2020-08-27T17:24:33.452Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-27T17:24:33.891Z] + git semver [Pipeline] } [2020-08-27T17:24:33.914Z] $ docker stop --time=1 39a19c568eb5801eb6682cba488685fe3c1453b52ac7a3b296add6624153657c [2020-08-27T17:24:35.265Z] $ docker rm -f 39a19c568eb5801eb6682cba488685fe3c1453b52ac7a3b296add6624153657c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:24:35.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-27T17:24:35.770Z] . [Pipeline] withDockerContainer [2020-08-27T17:24:35.866Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:24:35.927Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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:10004/edgex-devops/git-semver:latest cat [2020-08-27T17:24:36.604Z] $ docker top f24e734e28104701fc41625084870f8928c1cb38ca8f8e4537837426566c7dbb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-27T17:24:36.888Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-27T17:24:36.888Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-27T17:24:37.090Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-27T17:24:37.095Z] $ docker exec f24e734e28104701fc41625084870f8928c1cb38ca8f8e4537837426566c7dbb ssh-agent [2020-08-27T17:24:37.282Z] SSH_AUTH_SOCK=/tmp/ssh-7GbzjdZ89CRV/agent.12 [2020-08-27T17:24:37.282Z] SSH_AGENT_PID=18 [2020-08-27T17:24:37.290Z] Running ssh-add (command line suppressed) [2020-08-27T17:24:37.428Z] Identity added: /w/workspace/edgex-go/129@tmp/private_key_7025017710442919310.key (/w/workspace/edgex-go/129@tmp/private_key_7025017710442919310.key) [2020-08-27T17:24:37.483Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-27T17:24:37.808Z] + git semver push [2020-08-27T17:24:37.808Z] # -> Open(): unable to determine branch for HEAD [2020-08-27T17:24:37.808Z] # $GIT_DIR = /w/workspace/edgex-go/129/.git [2020-08-27T17:24:37.808Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/129 [2020-08-27T17:24:37.808Z] # $SEMVER_REMOTE_NAME = origin [2020-08-27T17:24:37.808Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-27T17:24:37.808Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-27T17:24:37.808Z] # $SEMVER_BRANCH = master [2020-08-27T17:24:37.808Z] # $SEMVER_DIR = /w/workspace/edgex-go/129/.semver [Pipeline] } [2020-08-27T17:24:47.831Z] $ docker exec --env ******** --env ******** f24e734e28104701fc41625084870f8928c1cb38ca8f8e4537837426566c7dbb ssh-agent -k [2020-08-27T17:24:47.973Z] unset SSH_AUTH_SOCK; [2020-08-27T17:24:47.973Z] unset SSH_AGENT_PID; [2020-08-27T17:24:47.973Z] echo Agent pid 18 killed; [2020-08-27T17:24:48.031Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-27T17:24:48.464Z] + git semver [Pipeline] } [2020-08-27T17:24:48.481Z] $ docker stop --time=1 f24e734e28104701fc41625084870f8928c1cb38ca8f8e4537837426566c7dbb [2020-08-27T17:24:50.265Z] $ docker rm -f f24e734e28104701fc41625084870f8928c1cb38ca8f8e4537837426566c7dbb [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-27T17:24:51.245Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T17:24:52.118Z] ---> package-listing.sh [2020-08-27T17:24:52.118Z] ++ facter osfamily [2020-08-27T17:24:52.118Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-27T17:24:52.118Z] + OS_FAMILY=redhat [2020-08-27T17:24:52.118Z] + workspace=/w/workspace/edgex-go/129 [2020-08-27T17:24:52.118Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-27T17:24:52.118Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-27T17:24:52.118Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-27T17:24:52.118Z] + PACKAGES=/tmp/packages_start.txt [2020-08-27T17:24:52.118Z] + '[' /w/workspace/edgex-go/129 ']' [2020-08-27T17:24:52.118Z] + PACKAGES=/tmp/packages_end.txt [2020-08-27T17:24:52.118Z] + case "${OS_FAMILY}" in [2020-08-27T17:24:52.118Z] + rpm -qa [2020-08-27T17:24:52.118Z] + sort [2020-08-27T17:24:56.351Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-27T17:24:56.351Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-27T17:24:56.351Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-27T17:24:56.351Z] + '[' /w/workspace/edgex-go/129 ']' [2020-08-27T17:24:56.351Z] + mkdir -p /w/workspace/edgex-go/129/archives/ [2020-08-27T17:24:56.351Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/129/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:24:56.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T17:24:56.967Z] [2020-08-27T17:24:56.967Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-27T17:24:57.305Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T17:24:57.306Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-27T17:24:57.306Z] c9b1b535fdd9: Pulling fs layer [2020-08-27T17:24:57.306Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-27T17:24:57.306Z] 756a868c4378: Pulling fs layer [2020-08-27T17:24:57.306Z] 444b2fc9a129: Pulling fs layer [2020-08-27T17:24:57.306Z] ea15f1150254: Pulling fs layer [2020-08-27T17:24:57.306Z] 41b27a9f41bf: Pulling fs layer [2020-08-27T17:24:57.306Z] 28c525ee5125: Pulling fs layer [2020-08-27T17:24:57.306Z] 094b1ea09ed8: Pulling fs layer [2020-08-27T17:24:57.306Z] 138eaada9080: Pulling fs layer [2020-08-27T17:24:57.306Z] 0622d0fa9048: Pulling fs layer [2020-08-27T17:24:57.306Z] 444b2fc9a129: Waiting [2020-08-27T17:24:57.306Z] 41b27a9f41bf: Waiting [2020-08-27T17:24:57.306Z] ea15f1150254: Waiting [2020-08-27T17:24:57.306Z] 28c525ee5125: Waiting [2020-08-27T17:24:57.306Z] 094b1ea09ed8: Waiting [2020-08-27T17:24:57.306Z] 138eaada9080: Waiting [2020-08-27T17:24:57.306Z] 0622d0fa9048: Waiting [2020-08-27T17:24:57.306Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-27T17:24:57.306Z] 2cc5ad85d9ab: Download complete [2020-08-27T17:24:57.306Z] 444b2fc9a129: Verifying Checksum [2020-08-27T17:24:57.306Z] 444b2fc9a129: Download complete [2020-08-27T17:24:57.306Z] c9b1b535fdd9: Verifying Checksum [2020-08-27T17:24:57.306Z] c9b1b535fdd9: Download complete [2020-08-27T17:24:57.306Z] ea15f1150254: Verifying Checksum [2020-08-27T17:24:57.306Z] ea15f1150254: Download complete [2020-08-27T17:24:57.574Z] 28c525ee5125: Verifying Checksum [2020-08-27T17:24:57.574Z] 28c525ee5125: Download complete [2020-08-27T17:24:57.844Z] 756a868c4378: Verifying Checksum [2020-08-27T17:24:57.844Z] 756a868c4378: Download complete [2020-08-27T17:24:57.844Z] 138eaada9080: Verifying Checksum [2020-08-27T17:24:57.844Z] 138eaada9080: Download complete [2020-08-27T17:24:57.844Z] c9b1b535fdd9: Pull complete [2020-08-27T17:24:58.116Z] 0622d0fa9048: Verifying Checksum [2020-08-27T17:24:58.116Z] 0622d0fa9048: Download complete [2020-08-27T17:24:58.116Z] 094b1ea09ed8: Verifying Checksum [2020-08-27T17:24:58.116Z] 094b1ea09ed8: Download complete [2020-08-27T17:24:58.379Z] 41b27a9f41bf: Verifying Checksum [2020-08-27T17:24:58.379Z] 41b27a9f41bf: Download complete [2020-08-27T17:24:58.950Z] 2cc5ad85d9ab: Pull complete [2020-08-27T17:25:00.342Z] 756a868c4378: Pull complete [2020-08-27T17:25:00.342Z] 444b2fc9a129: Pull complete [2020-08-27T17:25:00.602Z] ea15f1150254: Pull complete [2020-08-27T17:25:05.912Z] 41b27a9f41bf: Pull complete [2020-08-27T17:25:05.912Z] 28c525ee5125: Pull complete [2020-08-27T17:25:07.322Z] 094b1ea09ed8: Pull complete [2020-08-27T17:25:07.588Z] 138eaada9080: Pull complete [2020-08-27T17:25:07.849Z] 0622d0fa9048: Pull complete [2020-08-27T17:25:07.849Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-27T17:25:07.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-27T17:25:07.849Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-27T17:25:08.006Z] prd-centos7-docker-4c-2g-483 does not seem to be running inside a container [2020-08-27T17:25:08.049Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/129 -v /w/workspace/edgex-go/129:/w/workspace/edgex-go/129:rw,z -v /w/workspace/edgex-go/129@tmp:/w/workspace/edgex-go/129@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-lftools-log-publisher:alpine cat [2020-08-27T17:25:11.120Z] $ docker top 8f9876aa015a95be1a200b6fcad33bbc0e28694163f25e2036d97f7e7256a7d8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-27T17:25:11.410Z] provisioning config files... [2020-08-27T17:25:11.427Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/129@tmp/config4098196378949036076tmp [Pipeline] { [Pipeline] echo [2020-08-27T17:25:11.506Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T17:25:11.799Z] ---> create-netrc.sh [Pipeline] echo [2020-08-27T17:25:11.823Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-27T17:25:12.177Z] ---> logs-deploy.sh [2020-08-27T17:25:12.177Z] + ARCHIVE_ARTIFACTS= [2020-08-27T17:25:12.177Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-27T17:25:12.177Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-27T17:25:12.177Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-27T17:25:12.177Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/129 [2020-08-27T17:25:12.177Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/129/ [2020-08-27T17:25:12.177Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/129 /w/workspace/edgex-go/129 [2020-08-27T17:25:13.119Z] Archives upload complete. [2020-08-27T17:25:13.379Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/129 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/129/