Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3555043a6994042684a9c8b6423498381cadcc6f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-654 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/128 [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/128 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 3555043a6994042684a9c8b6423498381cadcc6f (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 Commit message: "Merge pull request #2665 from venkata-subbareddyK/update-Dockerfiles-forCMD" > git rev-list --no-walk 6df8530f92e66c259c9e6c4b7995a1e49851403d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-21T07:27:07.903Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-21T07:27:08.161Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-21T07:27:08.255Z] ========================================================= [2020-08-21T07:27:08.256Z] EdgeX Global Pipelines Version Info [2020-08-21T07:27:08.256Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-21T07:27:09.642Z] ------------------- [2020-08-21T07:27:09.642Z] stable info: [2020-08-21T07:27:09.642Z] ------------------- [2020-08-21T07:27:09.642Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-21T07:27:09.642Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-21T07:27:09.642Z] Message: update stable to v1.0.106 [2020-08-21T07:27:10.585Z] ------------------- [2020-08-21T07:27:10.585Z] experimental info: [2020-08-21T07:27:10.585Z] ------------------- [2020-08-21T07:27:10.585Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-21T07:27:10.585Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-21T07:27:10.585Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-21T07:27:12.426Z] ++ 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-21T07:27:12.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-21T07:27:12.426Z] ++ dirname cmd/core-command/Dockerfile [2020-08-21T07:27:12.426Z] ++ cut -d/ -f2 [2020-08-21T07:27:12.426Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-21T07:27:12.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-21T07:27:12.426Z] ++ dirname cmd/core-data/Dockerfile [2020-08-21T07:27:12.426Z] ++ cut -d/ -f2 [2020-08-21T07:27:12.426Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-21T07:27:12.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-21T07:27:12.426Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-21T07:27:12.426Z] ++ cut -d/ -f2 [2020-08-21T07:27:12.426Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-21T07:27:12.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-21T07:27:12.426Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-21T07:27:12.426Z] ++ cut -d/ -f2 [2020-08-21T07:27:12.426Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-21T07:27:12.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-21T07:27:12.426Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-21T07:27:12.426Z] ++ cut -d/ -f2 [2020-08-21T07:27:12.426Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-21T07:27:12.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-21T07:27:12.426Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-21T07:27:12.426Z] ++ cut -d/ -f2 [2020-08-21T07:27:12.426Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-21T07:27:12.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-21T07:27:12.426Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-21T07:27:12.426Z] ++ cut -d/ -f2 [2020-08-21T07:27:12.426Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-21T07:27:12.426Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-21T07:27:12.426Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-21T07:27:12.426Z] ++ cut -d/ -f2 [2020-08-21T07:27:12.427Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-21T07:27:12.427Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-21T07:27:12.427Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-21T07:27:12.427Z] ++ cut -d/ -f2 [2020-08-21T07:27:12.427Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-21T07:27:12.427Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-21T07:27:12.427Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-21T07:27:12.427Z] ++ cut -d/ -f2 [2020-08-21T07:27:12.427Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-21T07:27:12.488Z] 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-21T07:27:13.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T07:27:13.776Z] [2020-08-21T07:27:13.776Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:27:14.119Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T07:27:14.119Z] latest: Pulling from edgex-devops/git-semver [2020-08-21T07:27:14.119Z] 31603596830f: Pulling fs layer [2020-08-21T07:27:14.119Z] 2a8b12db71e7: Pulling fs layer [2020-08-21T07:27:14.119Z] 6ca5941a6612: Pulling fs layer [2020-08-21T07:27:14.119Z] ecc8261a40a4: Pulling fs layer [2020-08-21T07:27:14.119Z] ecc8261a40a4: Waiting [2020-08-21T07:27:14.119Z] 2a8b12db71e7: Verifying Checksum [2020-08-21T07:27:14.119Z] 2a8b12db71e7: Download complete [2020-08-21T07:27:14.388Z] 31603596830f: Download complete [2020-08-21T07:27:14.388Z] 6ca5941a6612: Verifying Checksum [2020-08-21T07:27:14.388Z] 6ca5941a6612: Download complete [2020-08-21T07:27:14.388Z] ecc8261a40a4: Verifying Checksum [2020-08-21T07:27:14.388Z] ecc8261a40a4: Download complete [2020-08-21T07:27:14.651Z] 31603596830f: Pull complete [2020-08-21T07:27:14.651Z] 2a8b12db71e7: Pull complete [2020-08-21T07:27:15.595Z] 6ca5941a6612: Pull complete [2020-08-21T07:27:15.595Z] ecc8261a40a4: Pull complete [2020-08-21T07:27:15.595Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-21T07:27:15.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T07:27:15.595Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-21T07:27:15.689Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:27:15.735Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:27:18.237Z] $ docker top 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-21T07:27:18.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T07:27:18.599Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T07:27:18.810Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T07:27:18.812Z] $ docker exec 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 ssh-agent [2020-08-21T07:27:18.975Z] SSH_AUTH_SOCK=/tmp/ssh-paDlLKIT2LXH/agent.11 [2020-08-21T07:27:18.975Z] SSH_AGENT_PID=16 [2020-08-21T07:27:18.989Z] Running ssh-add (command line suppressed) [2020-08-21T07:27:19.102Z] Identity added: /w/workspace/edgex-go/128@tmp/private_key_8611156095171559642.key (/w/workspace/edgex-go/128@tmp/private_key_8611156095171559642.key) [2020-08-21T07:27:19.153Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T07:27:19.480Z] + git describe --exact-match --tags HEAD [2020-08-21T07:27:19.480Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-21T07:27:19.500Z] $ docker exec --env ******** --env ******** 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 ssh-agent -k [2020-08-21T07:27:19.615Z] unset SSH_AUTH_SOCK; [2020-08-21T07:27:19.616Z] unset SSH_AGENT_PID; [2020-08-21T07:27:19.616Z] echo Agent pid 16 killed; [2020-08-21T07:27:19.665Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-21T07:27:19.754Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-21T07:27:19.754Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-21T07:27:19.852Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T07:27:19.852Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T07:27:20.013Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T07:27:20.015Z] $ docker exec 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 ssh-agent [2020-08-21T07:27:20.210Z] SSH_AUTH_SOCK=/tmp/ssh-zYZPwE4cMTdD/agent.45 [2020-08-21T07:27:20.210Z] SSH_AGENT_PID=50 [2020-08-21T07:27:20.217Z] Running ssh-add (command line suppressed) [2020-08-21T07:27:20.341Z] Identity added: /w/workspace/edgex-go/128@tmp/private_key_4798929643667383445.key (/w/workspace/edgex-go/128@tmp/private_key_4798929643667383445.key) [2020-08-21T07:27:20.390Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T07:27:20.715Z] + git semver init [2020-08-21T07:27:20.716Z] # -> Open(): unable to determine branch for HEAD [2020-08-21T07:27:20.716Z] # $GIT_DIR = /w/workspace/edgex-go/128/.git [2020-08-21T07:27:20.716Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/128 [2020-08-21T07:27:20.716Z] # $SEMVER_REMOTE_NAME = origin [2020-08-21T07:27:20.716Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-21T07:27:20.716Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-21T07:27:20.716Z] # $SEMVER_BRANCH = master [2020-08-21T07:27:20.716Z] # $SEMVER_TEMP = /tmp/semver-339899345 [2020-08-21T07:27:20.716Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-21T07:27:38.879Z] # '/tmp/semver-339899345' -> '/w/workspace/edgex-go/128/.semver' [2020-08-21T07:27:38.879Z] # -> Force: false [2020-08-21T07:27:38.879Z] # $SEMVER_DIR = /w/workspace/edgex-go/128/.semver [Pipeline] } [2020-08-21T07:27:38.891Z] $ docker exec --env ******** --env ******** 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 ssh-agent -k [2020-08-21T07:27:39.062Z] unset SSH_AUTH_SOCK; [2020-08-21T07:27:39.063Z] unset SSH_AGENT_PID; [2020-08-21T07:27:39.063Z] echo Agent pid 50 killed; [2020-08-21T07:27:39.113Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-21T07:27:39.614Z] + git semver [Pipeline] } [2020-08-21T07:27:39.629Z] $ docker stop --time=1 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 [2020-08-21T07:27:41.239Z] $ docker rm -f 4d9ebb9a3894245cf6223c2fdaad72c91e32825914e0cbef4ea14486dec7fa29 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-21T07:27:54.264Z] Stashed 33 file(s) [Pipeline] echo [2020-08-21T07:27:54.266Z] [edgeXSemver] initialized semver on version 1.2.2-dev.16 [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-21T07:27:54.766Z] ========================================================= [2020-08-21T07:27:54.766Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-21T07:27:54.766Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:27:55.101Z] + 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-21T07:27:59.328Z] Sending build context to Docker daemon 323.1MB [2020-08-21T07:27:59.328Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-21T07:27:59.328Z] Step 2/7 : FROM ${BASE} [2020-08-21T07:27:59.328Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-21T07:27:59.328Z] df20fa9351a1: Pulling fs layer [2020-08-21T07:27:59.328Z] ed8968b2872e: Pulling fs layer [2020-08-21T07:27:59.328Z] a92cc7c5fd73: Pulling fs layer [2020-08-21T07:27:59.328Z] 2dd03ba5bac4: Pulling fs layer [2020-08-21T07:27:59.328Z] 1e091d79d1de: Pulling fs layer [2020-08-21T07:27:59.328Z] 481702a1767f: Pulling fs layer [2020-08-21T07:27:59.328Z] f64a6f60c768: Pulling fs layer [2020-08-21T07:27:59.328Z] e78d2573fc39: Pulling fs layer [2020-08-21T07:27:59.328Z] e876d2f968b6: Pulling fs layer [2020-08-21T07:27:59.328Z] ce8a83651883: Pulling fs layer [2020-08-21T07:27:59.328Z] 07967f4d0e4b: Pulling fs layer [2020-08-21T07:27:59.328Z] 481702a1767f: Waiting [2020-08-21T07:27:59.328Z] f64a6f60c768: Waiting [2020-08-21T07:27:59.328Z] e78d2573fc39: Waiting [2020-08-21T07:27:59.328Z] e876d2f968b6: Waiting [2020-08-21T07:27:59.328Z] ce8a83651883: Waiting [2020-08-21T07:27:59.328Z] 2dd03ba5bac4: Waiting [2020-08-21T07:27:59.328Z] 1e091d79d1de: Waiting [2020-08-21T07:27:59.328Z] a92cc7c5fd73: Verifying Checksum [2020-08-21T07:27:59.328Z] a92cc7c5fd73: Download complete [2020-08-21T07:27:59.328Z] ed8968b2872e: Verifying Checksum [2020-08-21T07:27:59.328Z] ed8968b2872e: Download complete [2020-08-21T07:27:59.328Z] 1e091d79d1de: Verifying Checksum [2020-08-21T07:27:59.328Z] 1e091d79d1de: Download complete [2020-08-21T07:27:59.328Z] 481702a1767f: Download complete [2020-08-21T07:27:59.328Z] df20fa9351a1: Verifying Checksum [2020-08-21T07:27:59.328Z] df20fa9351a1: Download complete [2020-08-21T07:27:59.610Z] df20fa9351a1: Pull complete [2020-08-21T07:28:00.610Z] f64a6f60c768: Verifying Checksum [2020-08-21T07:28:00.610Z] f64a6f60c768: Download complete [2020-08-21T07:28:00.610Z] e876d2f968b6: Verifying Checksum [2020-08-21T07:28:00.610Z] e876d2f968b6: Download complete [2020-08-21T07:28:00.610Z] 2dd03ba5bac4: Download complete [2020-08-21T07:28:00.610Z] 07967f4d0e4b: Verifying Checksum [2020-08-21T07:28:00.610Z] 07967f4d0e4b: Download complete [2020-08-21T07:28:00.610Z] e78d2573fc39: Verifying Checksum [2020-08-21T07:28:00.610Z] e78d2573fc39: Download complete [2020-08-21T07:28:00.873Z] ce8a83651883: Verifying Checksum [2020-08-21T07:28:00.873Z] ce8a83651883: Download complete [2020-08-21T07:28:01.448Z] ed8968b2872e: Pull complete [2020-08-21T07:28:01.711Z] a92cc7c5fd73: Pull complete [2020-08-21T07:28:07.021Z] 2dd03ba5bac4: Pull complete [2020-08-21T07:28:07.021Z] 1e091d79d1de: Pull complete [2020-08-21T07:28:07.021Z] 481702a1767f: Pull complete [2020-08-21T07:28:09.569Z] Still waiting to schedule task [2020-08-21T07:28:09.569Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-21T07:28:15.183Z] f64a6f60c768: Pull complete [2020-08-21T07:28:18.501Z] e78d2573fc39: Pull complete [2020-08-21T07:28:18.501Z] e876d2f968b6: Pull complete [2020-08-21T07:28:19.448Z] ce8a83651883: Pull complete [2020-08-21T07:28:19.711Z] 07967f4d0e4b: Pull complete [2020-08-21T07:28:19.711Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-21T07:28:19.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-21T07:28:19.711Z] ---> 5d7c900382c6 [2020-08-21T07:28:19.711Z] 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-21T07:28:21.104Z] ---> Running in 68aa04348845 [2020-08-21T07:28:21.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:28:22.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:28:22.525Z] (1/12) Installing libmagic (5.38-r0) [2020-08-21T07:28:22.787Z] (2/12) Installing file (5.38-r0) [2020-08-21T07:28:22.787Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-21T07:28:22.787Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-21T07:28:25.338Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-21T07:28:25.338Z] (6/12) Installing patch (2.7.6-r6) [2020-08-21T07:28:25.338Z] (7/12) Installing build-base (0.5-r2) [2020-08-21T07:28:25.338Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-21T07:28:25.338Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-21T07:28:25.338Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-21T07:28:25.600Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-21T07:28:25.600Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-21T07:28:25.600Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:28:25.600Z] OK: 233 MiB in 51 packages [2020-08-21T07:28:29.828Z] Removing intermediate container 68aa04348845 [2020-08-21T07:28:29.828Z] ---> c9efc4aea260 [2020-08-21T07:28:29.828Z] Step 4/7 : WORKDIR /edgex-go [2020-08-21T07:28:29.828Z] ---> Running in ed97753e0a9e [2020-08-21T07:28:29.828Z] Removing intermediate container ed97753e0a9e [2020-08-21T07:28:29.828Z] ---> 85ac276b0115 [2020-08-21T07:28:29.828Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-21T07:28:30.407Z] latest: Pulling from library/docker [2020-08-21T07:28:30.407Z] df20fa9351a1: Already exists [2020-08-21T07:28:30.407Z] 25ad7478873d: Pulling fs layer [2020-08-21T07:28:30.407Z] 4684f6177b5d: Pulling fs layer [2020-08-21T07:28:30.407Z] 46e300cec669: Pulling fs layer [2020-08-21T07:28:30.407Z] 63038576ad94: Pulling fs layer [2020-08-21T07:28:30.407Z] 0fdb76c4706c: Pulling fs layer [2020-08-21T07:28:30.407Z] cb7edeffdfd5: Pulling fs layer [2020-08-21T07:28:30.407Z] 63038576ad94: Waiting [2020-08-21T07:28:30.407Z] 0fdb76c4706c: Waiting [2020-08-21T07:28:30.407Z] cb7edeffdfd5: Waiting [2020-08-21T07:28:30.671Z] 25ad7478873d: Verifying Checksum [2020-08-21T07:28:30.671Z] 25ad7478873d: Download complete [2020-08-21T07:28:30.671Z] 4684f6177b5d: Verifying Checksum [2020-08-21T07:28:30.671Z] 4684f6177b5d: Download complete [2020-08-21T07:28:30.671Z] 63038576ad94: Verifying Checksum [2020-08-21T07:28:30.671Z] 63038576ad94: Download complete [2020-08-21T07:28:30.671Z] 0fdb76c4706c: Verifying Checksum [2020-08-21T07:28:30.671Z] 0fdb76c4706c: Download complete [2020-08-21T07:28:30.932Z] cb7edeffdfd5: Verifying Checksum [2020-08-21T07:28:30.932Z] 25ad7478873d: Pull complete [2020-08-21T07:28:30.932Z] 4684f6177b5d: Pull complete [2020-08-21T07:28:31.194Z] 46e300cec669: Verifying Checksum [2020-08-21T07:28:31.194Z] 46e300cec669: Download complete [2020-08-21T07:28:33.746Z] 46e300cec669: Pull complete [2020-08-21T07:28:33.746Z] 63038576ad94: Pull complete [2020-08-21T07:28:33.746Z] 0fdb76c4706c: Pull complete [2020-08-21T07:28:33.746Z] cb7edeffdfd5: Pull complete [2020-08-21T07:28:33.746Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-21T07:28:33.746Z] Status: Downloaded newer image for docker:latest [2020-08-21T07:28:35.144Z] ---> 3aa90f05bd2e [2020-08-21T07:28:35.144Z] Step 6/7 : COPY go.mod . [2020-08-21T07:28:35.409Z] ---> 0d556d18d3fc [2020-08-21T07:28:35.409Z] Step 7/7 : RUN go mod download [2020-08-21T07:28:35.672Z] ---> Running in f73ddbce4aa6 [2020-08-21T07:28:38.982Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-21T07:28:38.982Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-21T07:28:38.982Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-21T07:28:38.982Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-21T07:28:38.982Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T07:28:38.982Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-21T07:28:38.982Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-21T07:28:38.982Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T07:28:38.982Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-21T07:28:38.982Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-21T07:28:38.982Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-21T07:28:38.982Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-21T07:28:38.982Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-21T07:28:38.982Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T07:28:38.982Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-21T07:28:38.982Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-21T07:28:38.982Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-21T07:28:39.243Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-21T07:28:39.243Z] go: finding github.com/fatih/color v1.7.0 [2020-08-21T07:28:39.243Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-21T07:28:39.243Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T07:28:39.243Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-21T07:28:39.243Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-21T07:28:39.504Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T07:28:39.504Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-21T07:28:39.504Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-21T07:28:39.504Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-21T07:28:39.504Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-21T07:28:39.504Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-21T07:28:39.504Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-21T07:28:39.765Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-21T07:28:39.765Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-21T07:28:39.765Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-21T07:28:39.765Z] go: finding github.com/google/uuid v1.1.0 [2020-08-21T07:28:39.765Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-21T07:28:39.765Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-21T07:28:40.026Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-21T07:28:40.026Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-21T07:28:40.026Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T07:28:40.026Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T07:28:40.026Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-21T07:28:40.026Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-21T07:28:40.026Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T07:28:40.287Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-21T07:28:40.287Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-21T07:28:40.287Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-21T07:28:40.287Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-21T07:28:40.287Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T07:28:40.287Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-21T07:28:40.287Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-21T07:28:40.547Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-21T07:28:40.547Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-21T07:28:40.547Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-21T07:28:40.547Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-21T07:28:40.547Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-21T07:28:40.547Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-21T07:28:40.547Z] go: finding github.com/kr/pty v1.1.1 [2020-08-21T07:28:40.810Z] go: finding github.com/kr/text v0.1.0 [2020-08-21T07:28:40.810Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-21T07:28:40.810Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-21T07:28:40.810Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-21T07:28:40.810Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-21T07:28:40.810Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-21T07:28:41.071Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T07:28:41.071Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-21T07:28:41.071Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-21T07:28:41.071Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-21T07:28:41.071Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-21T07:28:41.071Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-21T07:28:41.334Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T07:28:41.334Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T07:28:41.334Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-21T07:28:41.334Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-21T07:28:41.334Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-21T07:28:41.334Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-21T07:28:41.334Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-21T07:28:41.595Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-21T07:28:41.595Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-21T07:28:41.595Z] go: finding github.com/posener/complete v1.1.1 [2020-08-21T07:28:41.595Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-21T07:28:41.595Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-21T07:28:41.595Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-21T07:28:41.858Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-21T07:28:41.858Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-21T07:28:41.858Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-21T07:28:41.858Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-21T07:28:41.858Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-21T07:28:41.858Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-21T07:28:41.858Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T07:28:42.121Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-21T07:28:42.121Z] go: finding golang.org/x/text v0.3.2 [2020-08-21T07:28:42.121Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-21T07:28:42.121Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-21T07:28:42.121Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-21T07:28:42.121Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-21T07:28:42.382Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-21T07:28:42.382Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-21T07:29:00.552Z] Removing intermediate container f73ddbce4aa6 [2020-08-21T07:29:00.552Z] ---> 4cb69aab6b32 [2020-08-21T07:29:00.552Z] Successfully built 4cb69aab6b32 [2020-08-21T07:29:00.552Z] 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-21T07:29:03.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-21T07:29:03.383Z] [2020-08-21T07:29:03.383Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:29:04.004Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-21T07:29:04.004Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-21T07:29:04.004Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-21T07:29:04.004Z] ca9280d653b3: Pulling fs layer [2020-08-21T07:29:04.004Z] 7e9c9ca2126c: Pulling fs layer [2020-08-21T07:29:04.004Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-21T07:29:04.004Z] cbdbe7a5bc2a: Download complete [2020-08-21T07:29:04.267Z] ca9280d653b3: Verifying Checksum [2020-08-21T07:29:04.267Z] ca9280d653b3: Download complete [2020-08-21T07:29:04.530Z] cbdbe7a5bc2a: Pull complete [2020-08-21T07:29:05.107Z] 7e9c9ca2126c: Verifying Checksum [2020-08-21T07:29:05.107Z] 7e9c9ca2126c: Download complete [2020-08-21T07:29:05.368Z] ca9280d653b3: Pull complete [2020-08-21T07:29:11.989Z] 7e9c9ca2126c: Pull complete [2020-08-21T07:29:11.989Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-21T07:29:11.989Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-21T07:29:11.990Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-21T07:29:12.114Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:29:12.163Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:29:14.721Z] $ docker top e0e7384d2f8a6e81bd94c2899702b7cd622d8b970df8ead81ec22cbe045fadcf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-21T07:29:15.282Z] + docker-compose build --help [2020-08-21T07:29:15.282Z] + grep parallel [2020-08-21T07:29:16.226Z] --parallel Build images in parallel. [Pipeline] } [2020-08-21T07:29:16.237Z] $ docker stop --time=1 e0e7384d2f8a6e81bd94c2899702b7cd622d8b970df8ead81ec22cbe045fadcf [2020-08-21T07:29:17.594Z] $ docker rm -f e0e7384d2f8a6e81bd94c2899702b7cd622d8b970df8ead81ec22cbe045fadcf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:29:18.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-21T07:29:18.209Z] . [Pipeline] withDockerContainer [2020-08-21T07:29:18.303Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:29:18.346Z] $ 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/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:29:19.044Z] $ docker top 7a8c50d9624db14b5fdd73b4996cdab52ffef562d8246ee4535e1f22e93b3a86 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-21T07:29:19.541Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-21T07:29:20.544Z] Building docker-core-command-go ... [2020-08-21T07:29:20.544Z] Building docker-core-data-go ... [2020-08-21T07:29:20.544Z] Building docker-core-metadata-go ... [2020-08-21T07:29:20.544Z] Building docker-security-proxy-setup-go ... [2020-08-21T07:29:20.544Z] Building docker-security-secrets-setup-go ... [2020-08-21T07:29:20.544Z] Building docker-security-secretstore-setup-go ... [2020-08-21T07:29:20.544Z] Building docker-support-logging-go ... [2020-08-21T07:29:20.544Z] Building docker-support-notifications-go ... [2020-08-21T07:29:20.544Z] Building docker-support-scheduler-go ... [2020-08-21T07:29:20.544Z] Building docker-sys-mgmt-agent-go ... [2020-08-21T07:29:20.544Z] Building docker-security-secrets-setup-go [2020-08-21T07:29:20.544Z] Building docker-support-scheduler-go [2020-08-21T07:29:20.544Z] Building docker-security-secretstore-setup-go [2020-08-21T07:29:20.544Z] Building docker-support-notifications-go [2020-08-21T07:29:20.544Z] Building docker-security-proxy-setup-go [2020-08-21T07:29:42.734Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:29:42.734Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:29:42.734Z] ---> 4cb69aab6b32 [2020-08-21T07:29:42.734Z] Step 3/26 : WORKDIR /edgex-go [2020-08-21T07:29:42.734Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:29:42.734Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:29:42.734Z] ---> 4cb69aab6b32 [2020-08-21T07:29:42.734Z] Step 3/24 : WORKDIR /edgex-go [2020-08-21T07:29:42.734Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:29:42.734Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:29:42.734Z] ---> 4cb69aab6b32 [2020-08-21T07:29:42.734Z] Step 3/21 : WORKDIR /edgex-go [2020-08-21T07:29:42.734Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:29:42.734Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-21T07:29:42.734Z] ---> 4cb69aab6b32 [2020-08-21T07:29:42.734Z] Step 3/29 : WORKDIR /edgex-go [2020-08-21T07:29:42.734Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:29:42.734Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:29:42.734Z] ---> 4cb69aab6b32 [2020-08-21T07:29:42.734Z] Step 3/20 : WORKDIR /edgex-go [2020-08-21T07:29:42.734Z] ---> Running in 42f43cbcf54c [2020-08-21T07:29:42.734Z] ---> Running in 0bff2e7da944 [2020-08-21T07:29:42.734Z] ---> Running in 59b3c82bfecb [2020-08-21T07:29:42.734Z] ---> Running in 32f9a263aa29 [2020-08-21T07:29:42.734Z] ---> Running in 7af3ba6e2715 [2020-08-21T07:29:42.996Z] Removing intermediate container 0bff2e7da944 [2020-08-21T07:29:42.996Z] ---> eca0833cf39f [2020-08-21T07:29:42.996Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:29:43.260Z] Removing intermediate container 32f9a263aa29 [2020-08-21T07:29:43.260Z] ---> 40d871a3cd7e [2020-08-21T07:29:43.260Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:29:43.260Z] Removing intermediate container 42f43cbcf54c [2020-08-21T07:29:43.260Z] ---> 59057c594051 [2020-08-21T07:29:43.260Z] Step 4/29 : RUN apk update && apk add make git [2020-08-21T07:29:43.260Z] Removing intermediate container 7af3ba6e2715 [2020-08-21T07:29:43.260Z] ---> 03fabf319996 [2020-08-21T07:29:43.260Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:29:43.260Z] Removing intermediate container 59b3c82bfecb [2020-08-21T07:29:43.260Z] ---> 71f2638a2198 [2020-08-21T07:29:43.260Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:29:43.260Z] ---> Running in bde4464fc2de [2020-08-21T07:29:43.260Z] ---> Running in 20ea2b516791 [2020-08-21T07:29:43.539Z] ---> Running in ee7a7472236f [2020-08-21T07:29:43.539Z] ---> Running in ede675f44c1d [2020-08-21T07:29:43.539Z] ---> Running in 7b5cf363b94c [2020-08-21T07:29:45.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:29:46.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:29:46.057Z] Removing intermediate container bde4464fc2de [2020-08-21T07:29:46.057Z] ---> 30c67b37d1b1 [2020-08-21T07:29:46.057Z] Step 5/26 : RUN apk update && apk add make git [2020-08-21T07:29:46.057Z] Removing intermediate container 20ea2b516791 [2020-08-21T07:29:46.057Z] ---> fc8d07d25482 [2020-08-21T07:29:46.057Z] Step 5/21 : RUN apk update && apk add make git [2020-08-21T07:29:46.319Z] ---> Running in d58f5d975b6b [2020-08-21T07:29:46.319Z] Removing intermediate container ede675f44c1d [2020-08-21T07:29:46.319Z] ---> d07e1629341d [2020-08-21T07:29:46.319Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-21T07:29:46.319Z] ---> Running in 4b571687a38d [2020-08-21T07:29:46.319Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:29:46.319Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:29:46.319Z] OK: 12746 distinct packages available [2020-08-21T07:29:46.319Z] Removing intermediate container 7b5cf363b94c [2020-08-21T07:29:46.319Z] ---> af73dcf405a9 [2020-08-21T07:29:46.319Z] Step 5/20 : RUN apk update && apk add make git [2020-08-21T07:29:46.599Z] ---> Running in 233e5c623441 [2020-08-21T07:29:46.599Z] ---> Running in 5bf885333a9b [2020-08-21T07:29:46.599Z] OK: 233 MiB in 51 packages [2020-08-21T07:29:47.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:29:47.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:29:47.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:29:47.573Z] Removing intermediate container ee7a7472236f [2020-08-21T07:29:47.573Z] ---> a3c8020c43cd [2020-08-21T07:29:47.573Z] Step 5/29 : COPY go.mod . [2020-08-21T07:29:47.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:29:47.834Z] ---> 815867f58bc0 [2020-08-21T07:29:47.834Z] Step 6/29 : RUN go mod download [2020-08-21T07:29:47.834Z] ---> Running in df4e7cdaacb2 [2020-08-21T07:29:48.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:29:48.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:29:48.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:29:48.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:29:48.624Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:29:48.624Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:29:48.624Z] OK: 12746 distinct packages available [2020-08-21T07:29:48.624Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:29:48.624Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:29:48.624Z] OK: 12746 distinct packages available [2020-08-21T07:29:48.887Z] OK: 233 MiB in 51 packages [2020-08-21T07:29:48.887Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:29:48.887Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:29:48.887Z] OK: 12746 distinct packages available [2020-08-21T07:29:48.887Z] OK: 233 MiB in 51 packages [2020-08-21T07:29:49.151Z] OK: 233 MiB in 51 packages [2020-08-21T07:29:49.731Z] Removing intermediate container d58f5d975b6b [2020-08-21T07:29:49.731Z] ---> b382ef99d75b [2020-08-21T07:29:49.731Z] Step 6/26 : COPY go.mod . [2020-08-21T07:29:49.731Z] Removing intermediate container 4b571687a38d [2020-08-21T07:29:49.731Z] ---> 4f8977f6837b [2020-08-21T07:29:49.731Z] Step 6/21 : COPY go.mod . [2020-08-21T07:29:49.731Z] Removing intermediate container 5bf885333a9b [2020-08-21T07:29:49.731Z] ---> a7f41ee5dd21 [2020-08-21T07:29:49.731Z] Step 6/20 : COPY go.mod . [2020-08-21T07:29:49.996Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:29:49.996Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:29:49.996Z] OK: 12746 distinct packages available [2020-08-21T07:29:49.996Z] Removing intermediate container df4e7cdaacb2 [2020-08-21T07:29:49.996Z] ---> 925fb094e149 [2020-08-21T07:29:49.996Z] Step 7/29 : COPY . . [2020-08-21T07:29:49.996Z] ---> 02e8d6fb9ee7 [2020-08-21T07:29:49.996Z] Step 7/26 : RUN go mod download [2020-08-21T07:29:49.996Z] ---> a678a5051e24 [2020-08-21T07:29:49.996Z] Step 7/21 : RUN go mod download [2020-08-21T07:29:49.996Z] OK: 233 MiB in 51 packages [2020-08-21T07:29:50.270Z] ---> Running in ec70dafe74d8 [2020-08-21T07:29:50.270Z] ---> ec93a9d1413c [2020-08-21T07:29:50.270Z] Step 7/20 : RUN go mod download [2020-08-21T07:29:50.534Z] ---> Running in cc3152ec307a [2020-08-21T07:29:51.478Z] ---> Running in ca05d4a2c0e0 [2020-08-21T07:29:54.812Z] Removing intermediate container 233e5c623441 [2020-08-21T07:29:54.812Z] ---> ddd8fff0b45e [2020-08-21T07:29:54.812Z] Step 6/24 : COPY go.mod . [2020-08-21T07:29:55.765Z] ---> 72f1098d67ea [2020-08-21T07:29:55.765Z] Step 7/24 : RUN go mod download [2020-08-21T07:29:56.348Z] ---> Running in 31ed48b2cfa4 [2020-08-21T07:29:56.348Z] Removing intermediate container ec70dafe74d8 [2020-08-21T07:29:56.348Z] ---> febc9d183be3 [2020-08-21T07:29:56.348Z] Step 8/26 : COPY . . [2020-08-21T07:29:59.683Z] Removing intermediate container ca05d4a2c0e0 [2020-08-21T07:29:59.683Z] ---> e9efaf0aa4d0 [2020-08-21T07:29:59.683Z] Step 8/20 : COPY . . [2020-08-21T07:30:00.259Z] Removing intermediate container cc3152ec307a [2020-08-21T07:30:00.259Z] ---> 643485627010 [2020-08-21T07:30:00.259Z] Step 8/21 : COPY . . [2020-08-21T07:30:04.366Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-655 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-08-21T07:30:04.470Z] Running in /w/workspace/edgex-go/128 [Pipeline] { [Pipeline] checkout [2020-08-21T07:30:06.887Z] Removing intermediate container 31ed48b2cfa4 [2020-08-21T07:30:06.887Z] ---> 3c2ffeba389b [2020-08-21T07:30:06.887Z] Step 8/24 : COPY . . [2020-08-21T07:30:08.815Z] ---> f22d6d24cd63 [2020-08-21T07:30:08.815Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-21T07:30:09.722Z] using credential edgex-jenkins-ssh [2020-08-21T07:30:09.782Z] Cloning the remote Git repository [2020-08-21T07:30:09.782Z] Cloning with configured refspecs honoured and without tags [2020-08-21T07:30:09.841Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-21T07:30:09.946Z] > git init /w/workspace/edgex-go/128 # timeout=10 [2020-08-21T07:30:10.013Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-21T07:30:10.014Z] > git --version # timeout=10 [2020-08-21T07:30:10.042Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T07:30:10.109Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T07:30:11.412Z] ---> Running in 5cbefe1d9677 [2020-08-21T07:30:16.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-21T07:30:23.418Z] ---> f3012113bc1f [2020-08-21T07:30:23.418Z] 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-21T07:30:23.418Z] ---> ab70d49da039 [2020-08-21T07:30:23.418Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-21T07:30:23.418Z] ---> 340c67a3a397 [2020-08-21T07:30:23.418Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-21T07:30:23.418Z] ---> Running in 330f40d930d9 [2020-08-21T07:30:23.418Z] ---> Running in 9850f3e277b0 [2020-08-21T07:30:23.418Z] ---> Running in 0e8008b3d5d6 [2020-08-21T07:30:24.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-21T07:30:25.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-21T07:30:25.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-21T07:30:26.083Z] ---> e42827045ff1 [2020-08-21T07:30:26.083Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-21T07:30:26.083Z] ---> Running in 6894ed28e9a0 [2020-08-21T07:30:26.602Z] Fetching without tags [2020-08-21T07:30:26.530Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-21T07:30:26.555Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T07:30:26.579Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-21T07:30:26.614Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-21T07:30:26.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-21T07:30:26.628Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-21T07:30:27.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-21T07:30:27.173Z] Checking out Revision 3555043a6994042684a9c8b6423498381cadcc6f (master) [2020-08-21T07:30:27.190Z] > git config core.sparsecheckout # timeout=10 [2020-08-21T07:30:27.212Z] > git checkout -f 3555043a6994042684a9c8b6423498381cadcc6f # timeout=10 [2020-08-21T07:30:31.843Z] Commit message: "Merge pull request #2665 from venkata-subbareddyK/update-Dockerfiles-forCMD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-21T07:30:43.330Z] ========================================================= [2020-08-21T07:30:43.330Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-21T07:30:43.330Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:30:44.260Z] + 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-21T07:30:45.297Z] Removing intermediate container 5cbefe1d9677 [2020-08-21T07:30:45.297Z] ---> edd978b1ce04 [2020-08-21T07:30:45.297Z] [2020-08-21T07:30:45.297Z] Step 9/29 : FROM alpine:latest [2020-08-21T07:30:45.297Z] latest: Pulling from library/alpine [2020-08-21T07:30:45.297Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-21T07:30:45.297Z] Status: Downloaded newer image for alpine:latest [2020-08-21T07:30:45.297Z] ---> a24bb4013296 [2020-08-21T07:30:45.297Z] 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-21T07:30:45.297Z] ---> Running in 46bad0cfbb85 [2020-08-21T07:30:45.297Z] Removing intermediate container 46bad0cfbb85 [2020-08-21T07:30:45.297Z] ---> 18cb56c51ca8 [2020-08-21T07:30:45.297Z] Step 11/29 : USER root [2020-08-21T07:30:45.297Z] ---> Running in e5d64b736c88 [2020-08-21T07:30:45.297Z] Removing intermediate container e5d64b736c88 [2020-08-21T07:30:45.297Z] ---> e413ca955fda [2020-08-21T07:30:45.297Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-21T07:30:45.885Z] ---> Running in 810ebe31d7cf [2020-08-21T07:30:46.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:30:47.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:30:47.749Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:30:47.749Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:30:47.749Z] OK: 12746 distinct packages available [2020-08-21T07:30:48.019Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-21T07:30:48.019Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-21T07:30:48.019Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:30:48.586Z] Executing ca-certificates-20191127-r4.trigger [2020-08-21T07:30:48.592Z] Sending build context to Docker daemon 323.1MB [2020-08-21T07:30:48.592Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-21T07:30:48.592Z] Step 2/7 : FROM ${BASE} [2020-08-21T07:30:48.592Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-21T07:30:48.592Z] b538f80385f9: Pulling fs layer [2020-08-21T07:30:48.592Z] 74f711af9a0d: Pulling fs layer [2020-08-21T07:30:48.592Z] 99f96fe45779: Pulling fs layer [2020-08-21T07:30:48.592Z] fd7a069fd194: Pulling fs layer [2020-08-21T07:30:48.592Z] 66aa3694b03b: Pulling fs layer [2020-08-21T07:30:48.592Z] 170f70906a0f: Pulling fs layer [2020-08-21T07:30:48.592Z] ad7c5574e4b9: Pulling fs layer [2020-08-21T07:30:48.592Z] e772456be8f7: Pulling fs layer [2020-08-21T07:30:48.592Z] c890913d741a: Pulling fs layer [2020-08-21T07:30:48.592Z] 2480fcc9aa5a: Pulling fs layer [2020-08-21T07:30:48.592Z] 09adf4765672: Pulling fs layer [2020-08-21T07:30:48.592Z] fd7a069fd194: Waiting [2020-08-21T07:30:48.592Z] ad7c5574e4b9: Waiting [2020-08-21T07:30:48.592Z] e772456be8f7: Waiting [2020-08-21T07:30:48.592Z] 66aa3694b03b: Waiting [2020-08-21T07:30:48.592Z] c890913d741a: Waiting [2020-08-21T07:30:48.592Z] 09adf4765672: Waiting [2020-08-21T07:30:48.592Z] 170f70906a0f: Waiting [2020-08-21T07:30:48.592Z] 2480fcc9aa5a: Waiting [2020-08-21T07:30:48.592Z] 99f96fe45779: Verifying Checksum [2020-08-21T07:30:48.592Z] 99f96fe45779: Download complete [2020-08-21T07:30:48.592Z] 74f711af9a0d: Verifying Checksum [2020-08-21T07:30:48.592Z] 74f711af9a0d: Download complete [2020-08-21T07:30:48.592Z] 66aa3694b03b: Download complete [2020-08-21T07:30:48.592Z] 170f70906a0f: Download complete [2020-08-21T07:30:48.592Z] b538f80385f9: Verifying Checksum [2020-08-21T07:30:48.592Z] b538f80385f9: Download complete [2020-08-21T07:30:48.935Z] OK: 6 MiB in 16 packages [2020-08-21T07:30:49.590Z] b538f80385f9: Pull complete [2020-08-21T07:30:49.863Z] 74f711af9a0d: Pull complete [2020-08-21T07:30:50.461Z] 99f96fe45779: Pull complete [2020-08-21T07:30:50.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-21T07:30:51.124Z] Removing intermediate container 810ebe31d7cf [2020-08-21T07:30:51.124Z] ---> 1d0366f01b49 [2020-08-21T07:30:51.124Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-21T07:30:51.397Z] ---> Running in e3ceef8db770 [2020-08-21T07:30:51.450Z] ad7c5574e4b9: Verifying Checksum [2020-08-21T07:30:51.450Z] ad7c5574e4b9: Download complete [2020-08-21T07:30:51.450Z] c890913d741a: Verifying Checksum [2020-08-21T07:30:51.450Z] c890913d741a: Download complete [2020-08-21T07:30:51.973Z] Removing intermediate container e3ceef8db770 [2020-08-21T07:30:51.973Z] ---> 3d4d0b74420a [2020-08-21T07:30:51.973Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-21T07:30:52.429Z] 2480fcc9aa5a: Verifying Checksum [2020-08-21T07:30:52.429Z] 2480fcc9aa5a: Download complete [2020-08-21T07:30:52.707Z] 09adf4765672: Download complete [2020-08-21T07:30:53.689Z] e772456be8f7: Verifying Checksum [2020-08-21T07:30:53.689Z] e772456be8f7: Download complete [2020-08-21T07:30:54.666Z] fd7a069fd194: Verifying Checksum [2020-08-21T07:30:54.666Z] fd7a069fd194: Download complete [2020-08-21T07:30:56.195Z] ---> Running in 07fdf1cc9848 [2020-08-21T07:30:56.195Z] Removing intermediate container 330f40d930d9 [2020-08-21T07:30:56.195Z] ---> a12e17a88999 [2020-08-21T07:30:56.195Z] [2020-08-21T07:30:56.195Z] Step 10/20 : FROM alpine [2020-08-21T07:30:56.195Z] ---> a24bb4013296 [2020-08-21T07:30:56.195Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-21T07:30:56.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-21T07:30:56.195Z] Removing intermediate container 07fdf1cc9848 [2020-08-21T07:30:56.195Z] ---> fcdcbf8b010b [2020-08-21T07:30:56.195Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-21T07:30:56.195Z] ---> Running in 78d6406f4dfd [2020-08-21T07:30:56.195Z] ---> Running in 6a7450750f5b [2020-08-21T07:30:57.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:30:57.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:30:57.865Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:30:57.865Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:30:57.865Z] OK: 12746 distinct packages available [2020-08-21T07:30:58.129Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-21T07:30:58.390Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-21T07:30:58.390Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-21T07:30:58.390Z] (4/4) Installing curl (7.69.1-r0) [2020-08-21T07:30:58.390Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:30:58.390Z] Executing ca-certificates-20191127-r4.trigger [2020-08-21T07:30:58.390Z] OK: 7 MiB in 18 packages [2020-08-21T07:31:00.305Z] Removing intermediate container 9850f3e277b0 [2020-08-21T07:31:00.306Z] ---> c31a0cbafa2b [2020-08-21T07:31:00.306Z] [2020-08-21T07:31:00.306Z] Step 10/21 : FROM scratch [2020-08-21T07:31:00.306Z] ---> [2020-08-21T07:31:00.306Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-21T07:31:00.882Z] ---> Running in a5dae6d1e949 [2020-08-21T07:31:00.882Z] Removing intermediate container 6894ed28e9a0 [2020-08-21T07:31:00.882Z] ---> 89c3af1d7a67 [2020-08-21T07:31:00.882Z] [2020-08-21T07:31:00.882Z] Step 10/24 : FROM scratch [2020-08-21T07:31:00.882Z] ---> [2020-08-21T07:31:00.882Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-21T07:31:00.882Z] ---> Running in e7c39ad09d96 [2020-08-21T07:31:01.153Z] Removing intermediate container 6a7450750f5b [2020-08-21T07:31:01.153Z] ---> 4255cfacc5df [2020-08-21T07:31:01.153Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-21T07:31:01.153Z] Removing intermediate container a5dae6d1e949 [2020-08-21T07:31:01.153Z] ---> 7bf0fbfa6365 [2020-08-21T07:31:01.153Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-21T07:31:01.153Z] ---> Running in 44c88aceefd0 [2020-08-21T07:31:02.553Z] Removing intermediate container e7c39ad09d96 [2020-08-21T07:31:02.553Z] ---> 1b45330be398 [2020-08-21T07:31:02.553Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-21T07:31:02.816Z] Removing intermediate container 78d6406f4dfd [2020-08-21T07:31:02.816Z] ---> f1e7d1525ba8 [2020-08-21T07:31:02.816Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-21T07:31:03.397Z] ---> Running in 00fe8b171d55 [2020-08-21T07:31:03.397Z] Removing intermediate container 44c88aceefd0 [2020-08-21T07:31:03.397Z] ---> a911f37509f6 [2020-08-21T07:31:03.397Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-21T07:31:03.397Z] ---> c4c95c750ce8 [2020-08-21T07:31:03.397Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-21T07:31:03.659Z] ---> Running in 34d05f805cc6 [2020-08-21T07:31:03.659Z] ---> Running in 933430ef5c8a [2020-08-21T07:31:03.659Z] Removing intermediate container 0e8008b3d5d6 [2020-08-21T07:31:03.659Z] ---> 12f4f1250052 [2020-08-21T07:31:03.659Z] [2020-08-21T07:31:03.659Z] Step 10/26 : FROM alpine:3.10 [2020-08-21T07:31:03.923Z] Removing intermediate container 00fe8b171d55 [2020-08-21T07:31:03.923Z] ---> 64bc641e32ec [2020-08-21T07:31:03.923Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-21T07:31:03.923Z] 3.10: Pulling from library/alpine [2020-08-21T07:31:04.867Z] Removing intermediate container 34d05f805cc6 [2020-08-21T07:31:04.867Z] ---> 675c0b47bd1b [2020-08-21T07:31:04.867Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-21T07:31:05.441Z] ---> 20848dd6147d [2020-08-21T07:31:05.441Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-21T07:31:05.441Z] Removing intermediate container 933430ef5c8a [2020-08-21T07:31:05.441Z] ---> 6f6f187eb569 [2020-08-21T07:31:05.441Z] Step 13/20 : WORKDIR /edgex [2020-08-21T07:31:05.441Z] ---> Running in dad7d9a0676f [2020-08-21T07:31:05.441Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-21T07:31:05.441Z] ---> 82149897f3d5 [2020-08-21T07:31:05.441Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-21T07:31:05.441Z] Status: Downloaded newer image for alpine:3.10 [2020-08-21T07:31:05.441Z] ---> be4e4bea2c2e [2020-08-21T07:31:05.441Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-21T07:31:05.441Z] ---> Running in ef9acfbeae7b [2020-08-21T07:31:05.702Z] ---> Running in 6c3bbf95585e [2020-08-21T07:31:05.702Z] Removing intermediate container dad7d9a0676f [2020-08-21T07:31:05.702Z] ---> 466845cc6906 [2020-08-21T07:31:05.702Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-21T07:31:05.969Z] ---> 52bdfae02a97 [2020-08-21T07:31:05.969Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-21T07:31:06.241Z] ---> c6991fc1cdcd [2020-08-21T07:31:06.241Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-21T07:31:06.241Z] Removing intermediate container ef9acfbeae7b [2020-08-21T07:31:06.241Z] ---> 80cec5ae4cc0 [2020-08-21T07:31:06.241Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-21T07:31:06.241Z] ---> a6abe16b6c4d [2020-08-21T07:31:06.241Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-21T07:31:06.510Z] ---> ea82bd88a78b [2020-08-21T07:31:06.510Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-21T07:31:06.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:31:06.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:31:07.033Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-21T07:31:07.033Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-21T07:31:07.033Z] OK: 10346 distinct packages available [2020-08-21T07:31:07.033Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-21T07:31:07.033Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-21T07:31:07.078Z] fd7a069fd194: Pull complete [2020-08-21T07:31:07.078Z] 66aa3694b03b: Pull complete [2020-08-21T07:31:07.078Z] 170f70906a0f: Pull complete [2020-08-21T07:31:07.293Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-21T07:31:07.293Z] (4/5) Installing curl (7.66.0-r0) [2020-08-21T07:31:07.293Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-21T07:31:07.293Z] Executing busybox-1.30.1-r3.trigger [2020-08-21T07:31:07.293Z] Executing ca-certificates-20191127-r2.trigger [2020-08-21T07:31:07.293Z] OK: 7 MiB in 19 packages [2020-08-21T07:31:07.555Z] ---> 5026f99b5005 [2020-08-21T07:31:07.555Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-21T07:31:08.955Z] ---> eb10c51d3ffa [2020-08-21T07:31:08.955Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-21T07:31:08.955Z] ---> f79b37d797c8 [2020-08-21T07:31:08.955Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-21T07:31:08.955Z] ---> f60cf625158c [2020-08-21T07:31:08.955Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-21T07:31:08.955Z] ---> Running in 0c9c22f9fd11 [2020-08-21T07:31:08.955Z] ---> Running in e536b8a43296 [2020-08-21T07:31:09.219Z] ---> 8ca0c5ada4f5 [2020-08-21T07:31:09.219Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-21T07:31:09.801Z] ---> Running in 4838b80fbf27 [2020-08-21T07:31:09.801Z] Removing intermediate container 0c9c22f9fd11 [2020-08-21T07:31:09.801Z] ---> f1ce7c47d06c [2020-08-21T07:31:09.801Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:31:10.071Z] ---> 04170060f325 [2020-08-21T07:31:10.071Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-21T07:31:10.071Z] Removing intermediate container 6c3bbf95585e [2020-08-21T07:31:10.071Z] ---> 9d98d004e9ef [2020-08-21T07:31:10.071Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-21T07:31:10.071Z] ---> Running in 52f525810783 [2020-08-21T07:31:10.333Z] ---> Running in bb506cfb81e6 [2020-08-21T07:31:10.333Z] Removing intermediate container 4838b80fbf27 [2020-08-21T07:31:10.333Z] ---> 35e772d3ed86 [2020-08-21T07:31:10.333Z] Step 17/20 : CMD ["--init=true"] [2020-08-21T07:31:10.479Z] ad7c5574e4b9: Pull complete [2020-08-21T07:31:10.909Z] ---> 219a7715f1ae [2020-08-21T07:31:10.909Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-21T07:31:10.909Z] ---> Running in 625ff6d4143d [2020-08-21T07:31:10.909Z] Removing intermediate container 52f525810783 [2020-08-21T07:31:10.909Z] ---> aca6eab2bf09 [2020-08-21T07:31:10.909Z] Step 19/21 : LABEL arch=x86_64 [2020-08-21T07:31:10.909Z] Removing intermediate container bb506cfb81e6 [2020-08-21T07:31:10.909Z] ---> 9a38321f7c4f [2020-08-21T07:31:10.909Z] Step 13/26 : WORKDIR / [2020-08-21T07:31:11.171Z] ---> Running in 9b2ed6b6307d [2020-08-21T07:31:11.433Z] Removing intermediate container 625ff6d4143d [2020-08-21T07:31:11.433Z] ---> e9585fe82381 [2020-08-21T07:31:11.433Z] Step 18/20 : LABEL arch=x86_64 [2020-08-21T07:31:11.433Z] ---> Running in 58e3e3e57cce [2020-08-21T07:31:11.433Z] Removing intermediate container e536b8a43296 [2020-08-21T07:31:11.433Z] ---> a673af2d6ab7 [2020-08-21T07:31:11.433Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-21T07:31:11.433Z] ---> dfe41b5a0277 [2020-08-21T07:31:11.433Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-21T07:31:11.433Z] Removing intermediate container 9b2ed6b6307d [2020-08-21T07:31:11.433Z] ---> 220e9029f066 [2020-08-21T07:31:11.433Z] Step 20/21 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:31:11.696Z] ---> Running in 5cddfb939c4b [2020-08-21T07:31:11.696Z] ---> Running in 42662556dad5 [2020-08-21T07:31:11.957Z] Removing intermediate container 58e3e3e57cce [2020-08-21T07:31:11.957Z] ---> fb9b8bdd3607 [2020-08-21T07:31:11.957Z] 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-21T07:31:11.957Z] ---> f858c1c7afe4 [2020-08-21T07:31:11.957Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-21T07:31:11.957Z] ---> 07e55fe662f5 [2020-08-21T07:31:11.957Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-21T07:31:11.957Z] Removing intermediate container 5cddfb939c4b [2020-08-21T07:31:11.957Z] ---> 87f4ec262271 [2020-08-21T07:31:11.957Z] Step 19/20 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:31:12.219Z] Removing intermediate container 42662556dad5 [2020-08-21T07:31:12.219Z] ---> 3b0071d2cd9b [2020-08-21T07:31:12.219Z] Step 21/21 : LABEL version=1.2.2-dev.16 [2020-08-21T07:31:12.219Z] ---> Running in 82efe2110542 [2020-08-21T07:31:12.219Z] ---> Running in 342b358f46ce [2020-08-21T07:31:12.481Z] ---> Running in 5bc29b818a85 [2020-08-21T07:31:12.481Z] ---> Running in cb3b49fada79 [2020-08-21T07:31:12.743Z] ---> 57c106c524bd [2020-08-21T07:31:12.743Z] 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-21T07:31:12.743Z] Removing intermediate container 82efe2110542 [2020-08-21T07:31:12.743Z] ---> 3ec5baf37025 [2020-08-21T07:31:12.743Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:31:13.014Z] Removing intermediate container cb3b49fada79 [2020-08-21T07:31:13.014Z] ---> 57e1183deea1 [2020-08-21T07:31:13.014Z] [2020-08-21T07:31:13.014Z] Removing intermediate container 5bc29b818a85 [2020-08-21T07:31:13.014Z] ---> e39397128f6f [2020-08-21T07:31:13.014Z] Step 20/20 : LABEL version=1.2.2-dev.16 [2020-08-21T07:31:13.014Z] ---> Running in ac18c846cfd4 [2020-08-21T07:31:13.014Z] ---> bad7347742d7 [2020-08-21T07:31:13.014Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-21T07:31:13.014Z] ---> Running in 823d81338607 [2020-08-21T07:31:13.283Z] Successfully built 57e1183deea1 [2020-08-21T07:31:13.283Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-21T07:31:13.283Z] Building docker-core-metadata-go [2020-08-21T07:31:13.283Z]  Building docker-support-scheduler-go ... done Removing intermediate container ac18c846cfd4 [2020-08-21T07:31:13.283Z] ---> fbad1f19c881 [2020-08-21T07:31:13.283Z] Step 22/24 : LABEL arch=x86_64 [2020-08-21T07:31:13.552Z] Removing intermediate container 823d81338607 [2020-08-21T07:31:13.552Z] ---> 5fe73bfe69d9 [2020-08-21T07:31:13.552Z] [2020-08-21T07:31:13.552Z] ---> e064c7bcaa2d [2020-08-21T07:31:13.552Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-21T07:31:13.552Z] ---> Running in 42d8851632bb [2020-08-21T07:31:13.552Z] Successfully built 5fe73bfe69d9 [2020-08-21T07:31:13.552Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-21T07:31:13.552Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-08-21T07:31:13.817Z] Removing intermediate container 42d8851632bb [2020-08-21T07:31:13.817Z] ---> 66cac9a4e15e [2020-08-21T07:31:13.817Z] Step 23/24 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:31:15.890Z] e772456be8f7: Pull complete [2020-08-21T07:31:15.890Z] c890913d741a: Pull complete [2020-08-21T07:31:16.376Z] ---> Running in 5878688947f9 [2020-08-21T07:31:17.872Z] 2480fcc9aa5a: Pull complete [2020-08-21T07:31:18.462Z] 09adf4765672: Pull complete [2020-08-21T07:31:18.462Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-21T07:31:18.462Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-21T07:31:18.462Z] ---> 2248a725d1cf [2020-08-21T07:31:18.462Z] 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-21T07:31:18.931Z] ---> 3177b5210c01 [2020-08-21T07:31:18.931Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-21T07:31:18.931Z] Removing intermediate container 342b358f46ce [2020-08-21T07:31:18.931Z] ---> 495a16219682 [2020-08-21T07:31:18.931Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-21T07:31:19.199Z] ---> Running in 5a0a99d55a11 [2020-08-21T07:31:20.152Z] Removing intermediate container 5878688947f9 [2020-08-21T07:31:20.152Z] ---> a54c12f23576 [2020-08-21T07:31:20.152Z] Step 24/24 : LABEL version=1.2.2-dev.16 [2020-08-21T07:31:22.096Z] ---> Running in 076f8139366d [2020-08-21T07:31:22.360Z] ---> 8480a77dc758 [2020-08-21T07:31:22.360Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-21T07:31:23.792Z] Removing intermediate container 076f8139366d [2020-08-21T07:31:23.792Z] ---> b033b4950f55 [2020-08-21T07:31:23.792Z] [2020-08-21T07:31:23.870Z] ---> Running in 996bbb0f1086 [2020-08-21T07:31:24.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:31:24.744Z] Successfully built b033b4950f55 [2020-08-21T07:31:25.316Z] Successfully tagged docker-support-notifications-go:latest [2020-08-21T07:31:25.316Z] Building docker-core-command-go [2020-08-21T07:31:25.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:31:26.286Z]  Building docker-support-notifications-go ... done  ---> 11d893db261c [2020-08-21T07:31:26.287Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-21T07:31:26.454Z] (1/12) Installing libmagic (5.38-r0) [2020-08-21T07:31:26.736Z] (2/12) Installing file (5.38-r0) [2020-08-21T07:31:26.737Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-21T07:31:27.022Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-21T07:31:29.649Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:31:29.650Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:31:29.650Z] ---> 4cb69aab6b32 [2020-08-21T07:31:29.650Z] Step 3/27 : WORKDIR /edgex-go [2020-08-21T07:31:29.650Z] ---> Using cache [2020-08-21T07:31:29.650Z] ---> 03fabf319996 [2020-08-21T07:31:29.650Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:31:29.650Z] ---> Using cache [2020-08-21T07:31:29.650Z] ---> d07e1629341d [2020-08-21T07:31:29.650Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-21T07:31:29.650Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:31:29.650Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:31:29.650Z] ---> 4cb69aab6b32 [2020-08-21T07:31:29.650Z] Step 3/22 : WORKDIR /edgex-go [2020-08-21T07:31:29.650Z] ---> Using cache [2020-08-21T07:31:29.650Z] ---> 03fabf319996 [2020-08-21T07:31:29.650Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:31:29.650Z] ---> Using cache [2020-08-21T07:31:29.650Z] ---> d07e1629341d [2020-08-21T07:31:29.650Z] Step 5/22 : RUN apk update && apk add make git [2020-08-21T07:31:31.039Z] ---> a608c61690f7 [2020-08-21T07:31:31.039Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-21T07:31:31.301Z] ---> Running in 555e9f327f05 [2020-08-21T07:31:31.301Z] ---> Running in 70c87fca6f18 [2020-08-21T07:31:31.301Z] Removing intermediate container 5a0a99d55a11 [2020-08-21T07:31:31.301Z] ---> f018c0a2aa63 [2020-08-21T07:31:31.301Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-21T07:31:31.564Z] ---> Running in 3a929cfcfa96 [2020-08-21T07:31:31.564Z] ---> 0b5cca0f33de [2020-08-21T07:31:31.564Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-21T07:31:32.150Z] ---> Running in 41a4b038d9c6 [2020-08-21T07:31:32.150Z] Removing intermediate container 3a929cfcfa96 [2020-08-21T07:31:32.150Z] ---> 441591332db0 [2020-08-21T07:31:32.150Z] Step 26/29 : CMD [ "generate" ] [2020-08-21T07:31:32.418Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-21T07:31:32.418Z] (6/12) Installing patch (2.7.6-r6) [2020-08-21T07:31:32.418Z] (7/12) Installing build-base (0.5-r2) [2020-08-21T07:31:32.686Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-21T07:31:32.686Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-21T07:31:32.686Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-21T07:31:32.955Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-21T07:31:32.955Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-21T07:31:33.226Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:31:33.226Z] OK: 217 MiB in 51 packages [2020-08-21T07:31:33.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:31:33.816Z] ---> Running in 69e0dcbab98b [2020-08-21T07:31:33.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:31:34.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:31:34.348Z] Removing intermediate container 69e0dcbab98b [2020-08-21T07:31:34.348Z] ---> 1a42e947aba6 [2020-08-21T07:31:34.348Z] Step 27/29 : LABEL arch=x86_64 [2020-08-21T07:31:34.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:31:34.614Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:31:34.614Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:31:34.614Z] OK: 12746 distinct packages available [2020-08-21T07:31:34.883Z] OK: 233 MiB in 51 packages [2020-08-21T07:31:34.883Z] ---> Running in 4dbb44b0d6a4 [2020-08-21T07:31:35.461Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:31:35.461Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:31:35.461Z] OK: 12746 distinct packages available [2020-08-21T07:31:35.726Z] OK: 233 MiB in 51 packages [2020-08-21T07:31:35.726Z] Removing intermediate container 4dbb44b0d6a4 [2020-08-21T07:31:35.726Z] ---> 8653649be112 [2020-08-21T07:31:35.726Z] Step 28/29 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:31:35.987Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:31:35.987Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:31:35.987Z] ---> 4cb69aab6b32 [2020-08-21T07:31:35.987Z] Step 3/22 : WORKDIR /edgex-go [2020-08-21T07:31:35.987Z] ---> Using cache [2020-08-21T07:31:35.987Z] ---> 03fabf319996 [2020-08-21T07:31:35.987Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:31:35.987Z] ---> Using cache [2020-08-21T07:31:35.987Z] ---> d07e1629341d [2020-08-21T07:31:35.987Z] Step 5/22 : RUN apk update && apk add make git [2020-08-21T07:31:36.943Z] Removing intermediate container 41a4b038d9c6 [2020-08-21T07:31:36.943Z] ---> c70e9ce651c7 [2020-08-21T07:31:36.943Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-21T07:31:36.943Z] ---> Running in 89e09b897418 [2020-08-21T07:31:36.943Z] ---> Running in baa086a8d8f9 [2020-08-21T07:31:37.519Z] ---> Running in 51cbc32c6996 [2020-08-21T07:31:37.519Z] Removing intermediate container 555e9f327f05 [2020-08-21T07:31:37.519Z] ---> 377fce19805e [2020-08-21T07:31:37.519Z] Step 6/22 : COPY go.mod . [2020-08-21T07:31:37.519Z] Removing intermediate container baa086a8d8f9 [2020-08-21T07:31:37.519Z] ---> 7c2f38150dfe [2020-08-21T07:31:37.519Z] Step 29/29 : LABEL version=1.2.2-dev.16 [2020-08-21T07:31:37.519Z] Removing intermediate container 996bbb0f1086 [2020-08-21T07:31:37.519Z] ---> 9137b5b6dc01 [2020-08-21T07:31:37.519Z] Step 4/7 : WORKDIR /edgex-go [2020-08-21T07:31:37.519Z] ---> Running in 7624742f60c3 [2020-08-21T07:31:37.786Z] Removing intermediate container 70c87fca6f18 [2020-08-21T07:31:37.786Z] ---> fafcd759a2ea [2020-08-21T07:31:37.786Z] Step 6/27 : COPY go.mod . [2020-08-21T07:31:37.786Z] Removing intermediate container 51cbc32c6996 [2020-08-21T07:31:37.786Z] ---> 800f5272af5e [2020-08-21T07:31:37.786Z] Step 24/26 : LABEL arch=x86_64 [2020-08-21T07:31:37.786Z] ---> Running in 9b0573e0adef [2020-08-21T07:31:37.786Z] ---> Running in ca203b6fd3ac [2020-08-21T07:31:37.786Z] ---> 4f716a9377a4 [2020-08-21T07:31:37.786Z] Step 7/22 : RUN go mod download [2020-08-21T07:31:37.789Z] Removing intermediate container 7624742f60c3 [2020-08-21T07:31:37.789Z] ---> 12d1051c9c5c [2020-08-21T07:31:37.789Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-21T07:31:38.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:31:38.050Z] Removing intermediate container 9b0573e0adef [2020-08-21T07:31:38.050Z] ---> dc6f3c68c065 [2020-08-21T07:31:38.050Z] [2020-08-21T07:31:38.050Z] ---> Running in e33ad6b9af34 [2020-08-21T07:31:38.050Z] Successfully built dc6f3c68c065 [2020-08-21T07:31:38.058Z] latest: Pulling from library/docker [2020-08-21T07:31:38.330Z] b538f80385f9: Already exists [2020-08-21T07:31:38.330Z] 259a493cd78d: Pulling fs layer [2020-08-21T07:31:38.330Z] b8e66b5100f5: Pulling fs layer [2020-08-21T07:31:38.330Z] 39dc9c94d07c: Pulling fs layer [2020-08-21T07:31:38.330Z] 551b823b3b82: Pulling fs layer [2020-08-21T07:31:38.330Z] 3c52a74df98c: Pulling fs layer [2020-08-21T07:31:38.330Z] 6c9b121b6998: Pulling fs layer [2020-08-21T07:31:38.330Z] 551b823b3b82: Waiting [2020-08-21T07:31:38.330Z] 3c52a74df98c: Waiting [2020-08-21T07:31:38.330Z] 6c9b121b6998: Waiting [2020-08-21T07:31:38.442Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-21T07:31:38.443Z]  Building docker-security-secrets-setup-go ... done Building docker-support-logging-go [2020-08-21T07:31:38.443Z] ---> a7a51b07e693 [2020-08-21T07:31:38.443Z] Step 7/27 : RUN go mod download [2020-08-21T07:31:38.443Z] Removing intermediate container ca203b6fd3ac [2020-08-21T07:31:38.443Z] ---> 285651e5cde0 [2020-08-21T07:31:38.443Z] Step 25/26 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:31:38.443Z] ---> Running in e55f54bb2dab [2020-08-21T07:31:38.443Z] ---> Running in 7aa43368bd2c [2020-08-21T07:31:38.605Z] b8e66b5100f5: Verifying Checksum [2020-08-21T07:31:38.606Z] b8e66b5100f5: Download complete [2020-08-21T07:31:38.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:31:38.880Z] 551b823b3b82: Verifying Checksum [2020-08-21T07:31:38.881Z] 551b823b3b82: Download complete [2020-08-21T07:31:39.102Z] Removing intermediate container e55f54bb2dab [2020-08-21T07:31:39.102Z] ---> b890f194be40 [2020-08-21T07:31:39.102Z] Step 26/26 : LABEL version=1.2.2-dev.16 [2020-08-21T07:31:39.156Z] 259a493cd78d: Download complete [2020-08-21T07:31:39.156Z] 3c52a74df98c: Verifying Checksum [2020-08-21T07:31:39.156Z] 3c52a74df98c: Download complete [2020-08-21T07:31:39.431Z] 6c9b121b6998: Verifying Checksum [2020-08-21T07:31:39.431Z] 6c9b121b6998: Download complete [2020-08-21T07:31:39.448Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:31:39.448Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:31:39.448Z] OK: 12746 distinct packages available [2020-08-21T07:31:39.706Z] 39dc9c94d07c: Verifying Checksum [2020-08-21T07:31:39.706Z] 39dc9c94d07c: Download complete [2020-08-21T07:31:39.706Z] 259a493cd78d: Pull complete [2020-08-21T07:31:39.728Z] OK: 233 MiB in 51 packages [2020-08-21T07:31:40.299Z] b8e66b5100f5: Pull complete [2020-08-21T07:31:40.695Z] ---> Running in 5e05cf26e43e [2020-08-21T07:31:41.269Z] Removing intermediate container 5e05cf26e43e [2020-08-21T07:31:41.269Z] ---> e399fa0a0627 [2020-08-21T07:31:41.269Z] [2020-08-21T07:31:41.269Z] Successfully built e399fa0a0627 [2020-08-21T07:31:41.531Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-21T07:31:41.531Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-08-21T07:31:42.478Z] Removing intermediate container 89e09b897418 [2020-08-21T07:31:42.478Z] ---> 518338c061c4 [2020-08-21T07:31:42.478Z] Step 6/22 : COPY go.mod . [2020-08-21T07:31:43.686Z] 39dc9c94d07c: Pull complete [2020-08-21T07:31:43.686Z] 551b823b3b82: Pull complete [2020-08-21T07:31:43.959Z] 3c52a74df98c: Pull complete [2020-08-21T07:31:44.231Z] 6c9b121b6998: Pull complete [2020-08-21T07:31:44.500Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-21T07:31:44.500Z] Status: Downloaded newer image for docker:latest [2020-08-21T07:31:46.731Z] Removing intermediate container e33ad6b9af34 [2020-08-21T07:31:46.731Z] ---> f407f318ae88 [2020-08-21T07:31:46.731Z] Step 8/22 : COPY . . [2020-08-21T07:31:47.310Z] Removing intermediate container 7aa43368bd2c [2020-08-21T07:31:47.310Z] ---> 036ee0462ddf [2020-08-21T07:31:47.310Z] Step 8/27 : COPY . . [2020-08-21T07:31:47.876Z] ---> 53ac945b230e [2020-08-21T07:31:47.877Z] Step 6/7 : COPY go.mod . [2020-08-21T07:31:48.147Z] ---> aa88f44f4374 [2020-08-21T07:31:48.147Z] Step 7/7 : RUN go mod download [2020-08-21T07:31:48.261Z] ---> d9346e433afe [2020-08-21T07:31:48.261Z] Step 7/22 : RUN go mod download [2020-08-21T07:31:48.427Z] ---> Running in ffc6145b7b1b [2020-08-21T07:31:51.598Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:31:51.598Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:31:51.598Z] ---> 4cb69aab6b32 [2020-08-21T07:31:51.598Z] Step 3/22 : WORKDIR /edgex-go [2020-08-21T07:31:51.598Z] ---> Using cache [2020-08-21T07:31:51.598Z] ---> 03fabf319996 [2020-08-21T07:31:51.598Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:31:51.598Z] ---> Using cache [2020-08-21T07:31:51.598Z] ---> d07e1629341d [2020-08-21T07:31:51.598Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-21T07:31:51.805Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-21T07:31:52.073Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-21T07:31:52.073Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-21T07:31:52.073Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-21T07:31:52.073Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-21T07:31:52.073Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-21T07:31:52.073Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-21T07:31:52.073Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-21T07:31:52.341Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-21T07:31:52.341Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-21T07:31:52.341Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-21T07:31:52.341Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-21T07:31:52.341Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-21T07:31:52.341Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-21T07:31:52.341Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.72 [2020-08-21T07:31:52.609Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-21T07:31:52.609Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-21T07:31:52.609Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-21T07:31:52.609Z] go: finding github.com/fatih/color v1.7.0 [2020-08-21T07:31:52.609Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-21T07:31:52.609Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-21T07:31:52.878Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-21T07:31:52.878Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-21T07:31:52.878Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-21T07:31:52.878Z] go: finding github.com/go-playground/assert/v2 v2.0.1 [2020-08-21T07:31:52.878Z] go: finding github.com/go-playground/locales v0.13.0 [2020-08-21T07:31:52.878Z] go: finding github.com/go-playground/universal-translator v0.17.0 [2020-08-21T07:31:53.147Z] go: finding github.com/go-playground/validator/v10 v10.3.0 [2020-08-21T07:31:53.147Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-21T07:31:53.147Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-21T07:31:53.147Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-21T07:31:53.147Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-21T07:31:53.147Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-21T07:31:53.147Z] go: finding github.com/google/uuid v1.1.0 [2020-08-21T07:31:53.415Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-21T07:31:53.415Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-21T07:31:53.415Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-21T07:31:53.415Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-21T07:31:53.415Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-21T07:31:53.415Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-21T07:31:53.684Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-21T07:31:53.684Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-21T07:31:53.684Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-21T07:31:53.684Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-21T07:31:53.684Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-21T07:31:53.684Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-21T07:31:53.684Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-21T07:31:53.953Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-21T07:31:53.953Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-21T07:31:53.953Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-21T07:31:53.953Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-21T07:31:53.953Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-21T07:31:53.953Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-21T07:31:53.953Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-21T07:31:54.180Z] ---> Running in b9483e89c359 [2020-08-21T07:31:54.180Z] ---> Running in 08a8709e0afa [2020-08-21T07:31:54.221Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-21T07:31:54.221Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-21T07:31:54.221Z] go: finding github.com/kr/pty v1.1.1 [2020-08-21T07:31:54.221Z] go: finding github.com/kr/text v0.1.0 [2020-08-21T07:31:54.221Z] go: finding github.com/leodido/go-urn v1.2.0 [2020-08-21T07:31:54.221Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-21T07:31:54.221Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-21T07:31:54.488Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-21T07:31:54.488Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-21T07:31:54.488Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-21T07:31:54.488Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-21T07:31:54.488Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-21T07:31:54.754Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:31:54.754Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:31:54.754Z] ---> 4cb69aab6b32 [2020-08-21T07:31:54.754Z] Step 3/23 : WORKDIR /edgex-go [2020-08-21T07:31:54.754Z] ---> Using cache [2020-08-21T07:31:54.754Z] ---> 03fabf319996 [2020-08-21T07:31:54.754Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:31:54.754Z] ---> Using cache [2020-08-21T07:31:54.754Z] ---> d07e1629341d [2020-08-21T07:31:54.754Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-21T07:31:54.756Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-21T07:31:54.756Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-21T07:31:54.756Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-21T07:31:54.756Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-21T07:31:54.756Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-21T07:31:54.756Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-21T07:31:54.756Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-21T07:31:55.024Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-21T07:31:55.024Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-21T07:31:55.024Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-21T07:31:55.024Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-21T07:31:55.024Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-21T07:31:55.024Z] go: finding github.com/posener/complete v1.1.1 [2020-08-21T07:31:55.024Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-21T07:31:55.294Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-21T07:31:55.294Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-21T07:31:55.294Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-21T07:31:55.294Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-21T07:31:55.294Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-21T07:31:55.294Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-21T07:31:55.567Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-21T07:31:55.567Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-21T07:31:55.567Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-21T07:31:55.567Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-21T07:31:55.567Z] go: finding golang.org/x/text v0.3.2 [2020-08-21T07:31:55.567Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-21T07:31:55.567Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-21T07:31:55.839Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-21T07:31:55.839Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-21T07:31:55.839Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-21T07:31:55.839Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-21T07:31:57.339Z] ---> Running in 50eb8bc090c0 [2020-08-21T07:31:57.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:31:57.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:31:58.557Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:31:58.557Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:31:58.557Z] OK: 12746 distinct packages available [2020-08-21T07:31:58.832Z] OK: 233 MiB in 51 packages [2020-08-21T07:31:59.097Z] OK: 233 MiB in 51 packages [2020-08-21T07:31:59.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:32:00.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:32:00.923Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:32:00.923Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:32:00.923Z] OK: 12746 distinct packages available [2020-08-21T07:32:01.192Z] OK: 233 MiB in 51 packages [2020-08-21T07:32:03.764Z] Removing intermediate container 08a8709e0afa [2020-08-21T07:32:03.764Z] ---> 68c7dc65cd88 [2020-08-21T07:32:03.764Z] Step 6/22 : COPY go.mod . [2020-08-21T07:32:03.764Z] Removing intermediate container b9483e89c359 [2020-08-21T07:32:03.764Z] ---> 57e3bd168a77 [2020-08-21T07:32:03.764Z] Step 8/22 : COPY . . [2020-08-21T07:32:09.066Z] Removing intermediate container 50eb8bc090c0 [2020-08-21T07:32:09.066Z] ---> b475050120f0 [2020-08-21T07:32:09.066Z] Step 6/23 : COPY go.mod . [2020-08-21T07:32:09.066Z] ---> 2a78e2e481e6 [2020-08-21T07:32:09.066Z] Step 7/22 : RUN go mod download [2020-08-21T07:32:09.066Z] ---> c49b802ebaf9 [2020-08-21T07:32:09.066Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-21T07:32:09.066Z] ---> 695b5beae772 [2020-08-21T07:32:09.066Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-21T07:32:10.465Z] ---> ea4274153871 [2020-08-21T07:32:10.466Z] Step 7/23 : RUN go mod download [2020-08-21T07:32:10.466Z] ---> Running in 1b64bdcaa2fe [2020-08-21T07:32:10.466Z] ---> Running in e845d7ea8575 [2020-08-21T07:32:10.466Z] ---> Running in c26ec73481e7 [2020-08-21T07:32:10.466Z] ---> Running in 5d1f3079a7d7 [2020-08-21T07:32:13.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-21T07:32:13.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-21T07:32:15.580Z] ---> 4b0919379128 [2020-08-21T07:32:15.580Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-21T07:32:16.182Z] ---> Running in e093b97389f6 [2020-08-21T07:32:16.462Z] Removing intermediate container 1b64bdcaa2fe [2020-08-21T07:32:16.462Z] ---> 6260130abfc8 [2020-08-21T07:32:16.462Z] Step 8/22 : COPY . . [2020-08-21T07:32:16.462Z] Removing intermediate container 5d1f3079a7d7 [2020-08-21T07:32:16.462Z] ---> 7caaf4b84848 [2020-08-21T07:32:16.462Z] Step 8/23 : COPY . . [2020-08-21T07:32:18.017Z] Removing intermediate container ffc6145b7b1b [2020-08-21T07:32:18.017Z] ---> 35f757a588bf [2020-08-21T07:32:18.017Z] Successfully built 35f757a588bf [2020-08-21T07:32:18.017Z] 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-21T07:32:18.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-21T07:32:18.839Z] [2020-08-21T07:32:18.839Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:32:19.482Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-21T07:32:19.482Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-21T07:32:19.482Z] 29e5d40040c1: Pulling fs layer [2020-08-21T07:32:19.482Z] 1ce36da41761: Pulling fs layer [2020-08-21T07:32:19.482Z] 25b303627fd3: Pulling fs layer [2020-08-21T07:32:19.758Z] 29e5d40040c1: Verifying Checksum [2020-08-21T07:32:19.758Z] 29e5d40040c1: Download complete [2020-08-21T07:32:19.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/core-command/core-command ./cmd/core-command [2020-08-21T07:32:20.356Z] 1ce36da41761: Verifying Checksum [2020-08-21T07:32:20.356Z] 1ce36da41761: Download complete [2020-08-21T07:32:20.356Z] 29e5d40040c1: Pull complete [2020-08-21T07:32:21.786Z] 1ce36da41761: Pull complete [2020-08-21T07:32:22.059Z] 25b303627fd3: Verifying Checksum [2020-08-21T07:32:22.059Z] 25b303627fd3: Download complete [2020-08-21T07:32:32.201Z] 25b303627fd3: Pull complete [2020-08-21T07:32:32.201Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-21T07:32:32.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-21T07:32:32.201Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-21T07:32:32.478Z] prd-ubuntu18.04-docker-arm64-4c-16g-655 does not seem to be running inside a container [2020-08-21T07:32:32.559Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:32:36.032Z] $ docker top 799a5e2968bec8e8f5e042a98b534f564f28b78a5052a10a9bb1e990f60e3bf1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-21T07:32:37.443Z] + docker-compose build --help [2020-08-21T07:32:37.443Z] + grep parallel [2020-08-21T07:32:40.819Z] --parallel Build images in parallel. [Pipeline] } [2020-08-21T07:32:40.834Z] $ docker stop --time=1 799a5e2968bec8e8f5e042a98b534f564f28b78a5052a10a9bb1e990f60e3bf1 [2020-08-21T07:32:41.970Z] ---> 18d28ba25d04 [2020-08-21T07:32:41.970Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-21T07:32:41.970Z] ---> 1f91d6deb217 [2020-08-21T07:32:41.970Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-21T07:32:41.970Z] ---> Running in 4ba62591aff7 [2020-08-21T07:32:41.970Z] ---> Running in 6278ce8f2752 [2020-08-21T07:32:41.970Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/core-data/core-data ./cmd/core-data [2020-08-21T07:32:41.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-21T07:32:42.828Z] $ docker rm -f 799a5e2968bec8e8f5e042a98b534f564f28b78a5052a10a9bb1e990f60e3bf1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:32:43.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-21T07:32:43.693Z] . [Pipeline] withDockerContainer [2020-08-21T07:32:43.993Z] prd-ubuntu18.04-docker-arm64-4c-16g-655 does not seem to be running inside a container [2020-08-21T07:32:44.088Z] $ 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/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:32:45.446Z] $ docker top 507027927f2b2c57244330001df7f17fe526f0c47fe35b8b7ee1116542592500 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-21T07:32:46.477Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-21T07:32:48.663Z] Removing intermediate container e845d7ea8575 [2020-08-21T07:32:48.663Z] ---> f91a580af217 [2020-08-21T07:32:48.663Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-21T07:32:49.257Z] ---> Running in 0d01460d8b70 [2020-08-21T07:32:49.853Z] Building docker-core-command-go ... [2020-08-21T07:32:49.853Z] Building docker-core-data-go ... [2020-08-21T07:32:49.853Z] Building docker-core-metadata-go ... [2020-08-21T07:32:49.853Z] Building docker-security-proxy-setup-go ... [2020-08-21T07:32:49.853Z] Building docker-security-secrets-setup-go ... [2020-08-21T07:32:49.853Z] Building docker-security-secretstore-setup-go ... [2020-08-21T07:32:49.853Z] Building docker-support-logging-go ... [2020-08-21T07:32:49.853Z] Building docker-support-notifications-go ... [2020-08-21T07:32:49.853Z] Building docker-support-scheduler-go ... [2020-08-21T07:32:49.853Z] Building docker-sys-mgmt-agent-go ... [2020-08-21T07:32:49.853Z] Building docker-security-secretstore-setup-go [2020-08-21T07:32:49.853Z] Building docker-support-scheduler-go [2020-08-21T07:32:49.853Z] Building docker-core-metadata-go [2020-08-21T07:32:49.853Z] Building docker-support-logging-go [2020-08-21T07:32:49.853Z] Building docker-core-data-go [2020-08-21T07:32:50.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-21T07:32:54.969Z] Removing intermediate container c26ec73481e7 [2020-08-21T07:32:54.969Z] ---> fca82524ac64 [2020-08-21T07:32:54.969Z] [2020-08-21T07:32:54.969Z] Step 10/22 : FROM scratch [2020-08-21T07:32:54.969Z] ---> [2020-08-21T07:32:54.969Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-21T07:32:56.146Z] ---> Using cache [2020-08-21T07:32:56.146Z] ---> 7bf0fbfa6365 [2020-08-21T07:32:56.146Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-21T07:32:56.751Z] ---> Running in 0c4c485b788b [2020-08-21T07:32:57.026Z] Removing intermediate container e093b97389f6 [2020-08-21T07:32:57.026Z] ---> ce2746e23106 [2020-08-21T07:32:57.026Z] [2020-08-21T07:32:57.026Z] Step 10/22 : FROM scratch [2020-08-21T07:32:57.026Z] ---> [2020-08-21T07:32:57.026Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-21T07:32:57.026Z] ---> Using cache [2020-08-21T07:32:57.026Z] ---> 7bf0fbfa6365 [2020-08-21T07:32:57.026Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-21T07:32:57.026Z] Removing intermediate container 0d01460d8b70 [2020-08-21T07:32:57.026Z] ---> 09ad9047de8c [2020-08-21T07:32:57.026Z] [2020-08-21T07:32:57.026Z] Step 11/27 : FROM docker:latest [2020-08-21T07:32:57.026Z] ---> 81f5749c9058 [2020-08-21T07:32:57.026Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-21T07:32:57.294Z] ---> Running in e902d665fee8 [2020-08-21T07:32:57.569Z] ---> Running in d117198abe99 [2020-08-21T07:32:57.569Z] Removing intermediate container 0c4c485b788b [2020-08-21T07:32:57.569Z] ---> 72692623825d [2020-08-21T07:32:57.569Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-21T07:32:58.151Z] ---> Running in 05fd9922d446 [2020-08-21T07:32:58.151Z] Removing intermediate container e902d665fee8 [2020-08-21T07:32:58.151Z] ---> a5ac26728cc8 [2020-08-21T07:32:58.151Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-21T07:32:58.151Z] ---> Running in 8ea3f0834912 [2020-08-21T07:32:58.417Z] Removing intermediate container 05fd9922d446 [2020-08-21T07:32:58.417Z] ---> b8cb330c3fc6 [2020-08-21T07:32:58.417Z] Step 14/22 : WORKDIR / [2020-08-21T07:32:58.417Z] ---> Running in d13a5805cf6a [2020-08-21T07:32:58.692Z] Removing intermediate container 8ea3f0834912 [2020-08-21T07:32:58.692Z] ---> 3f660ef9c22d [2020-08-21T07:32:58.692Z] Step 14/22 : WORKDIR / [2020-08-21T07:32:58.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:32:58.960Z] ---> Running in dcae0a8e1944 [2020-08-21T07:32:58.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:32:59.229Z] Removing intermediate container d13a5805cf6a [2020-08-21T07:32:59.229Z] ---> 9df81f23ec4d [2020-08-21T07:32:59.229Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-21T07:32:59.229Z] Removing intermediate container dcae0a8e1944 [2020-08-21T07:32:59.229Z] ---> fcbc94974982 [2020-08-21T07:32:59.229Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-21T07:32:59.507Z] (1/2) Installing readline (8.0.4-r0) [2020-08-21T07:32:59.507Z] (2/2) Installing bash (5.0.17-r0) [2020-08-21T07:32:59.507Z] Executing bash-5.0.17-r0.post-install [2020-08-21T07:32:59.507Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:32:59.507Z] OK: 12 MiB in 22 packages [2020-08-21T07:32:59.507Z] ---> 02fef9a647bc [2020-08-21T07:32:59.507Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-21T07:32:59.781Z] ---> 6f8896d30abf [2020-08-21T07:32:59.781Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-21T07:33:00.746Z] Removing intermediate container d117198abe99 [2020-08-21T07:33:00.746Z] ---> 290ec9a31475 [2020-08-21T07:33:00.746Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-21T07:33:02.150Z] ---> Running in ce7f52d2ab50 [2020-08-21T07:33:02.433Z] ---> eedf25617040 [2020-08-21T07:33:02.433Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-21T07:33:02.433Z] ---> 87f58f3eeff8 [2020-08-21T07:33:02.433Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-21T07:33:03.025Z] ---> 7c6f4712bd64 [2020-08-21T07:33:03.025Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-21T07:33:03.025Z] ---> Running in c492c61f3137 [2020-08-21T07:33:03.025Z] ---> 6f12062e86c3 [2020-08-21T07:33:03.025Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-21T07:33:04.963Z] ---> Running in 892d8e03d3de [2020-08-21T07:33:04.963Z] Removing intermediate container c492c61f3137 [2020-08-21T07:33:04.963Z] ---> d491dedc9e60 [2020-08-21T07:33:04.963Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:33:05.251Z] ---> Running in 20cf160fa1c4 [2020-08-21T07:33:05.519Z] Removing intermediate container 892d8e03d3de [2020-08-21T07:33:05.519Z] ---> 53a527695ed5 [2020-08-21T07:33:05.519Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:33:05.792Z] ---> Running in c7d034f2e470 [2020-08-21T07:33:05.792Z] Removing intermediate container 20cf160fa1c4 [2020-08-21T07:33:05.792Z] ---> 549addf4a0b2 [2020-08-21T07:33:05.792Z] Step 20/22 : LABEL arch=x86_64 [2020-08-21T07:33:05.792Z] Removing intermediate container ce7f52d2ab50 [2020-08-21T07:33:05.792Z] ---> 788d768cc29d [2020-08-21T07:33:05.792Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-21T07:33:06.060Z] ---> Running in c197962744c2 [2020-08-21T07:33:06.060Z] ---> Running in 5a92e779d6f1 [2020-08-21T07:33:06.060Z] Removing intermediate container c7d034f2e470 [2020-08-21T07:33:06.060Z] ---> 8fd41b97b5c7 [2020-08-21T07:33:06.060Z] Step 20/22 : LABEL arch=x86_64 [2020-08-21T07:33:06.328Z] ---> Running in e9528eb56263 [2020-08-21T07:33:07.270Z] Removing intermediate container c197962744c2 [2020-08-21T07:33:07.270Z] ---> 7f1b3b7f9575 [2020-08-21T07:33:07.270Z] Step 21/22 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:07.535Z] Removing intermediate container 5a92e779d6f1 [2020-08-21T07:33:07.535Z] ---> df2da15d67dc [2020-08-21T07:33:07.535Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-21T07:33:07.795Z] ---> Running in adbdb9306849 [2020-08-21T07:33:07.795Z] Removing intermediate container e9528eb56263 [2020-08-21T07:33:07.795Z] ---> f305416e06a6 [2020-08-21T07:33:07.795Z] Step 21/22 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:08.075Z] Removing intermediate container 6278ce8f2752 [2020-08-21T07:33:08.075Z] ---> 7b7f4e39a81b [2020-08-21T07:33:08.075Z] [2020-08-21T07:33:08.075Z] Step 10/22 : FROM scratch [2020-08-21T07:33:08.075Z] ---> [2020-08-21T07:33:08.075Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-21T07:33:08.075Z] ---> Using cache [2020-08-21T07:33:08.075Z] ---> 1b45330be398 [2020-08-21T07:33:08.075Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-21T07:33:08.075Z] ---> Running in f322cc9eb514 [2020-08-21T07:33:08.657Z] ---> Running in 7a85a3d42427 [2020-08-21T07:33:08.657Z] ---> Running in d697dd077691 [2020-08-21T07:33:08.657Z] Removing intermediate container adbdb9306849 [2020-08-21T07:33:08.657Z] ---> 6af6f2a49756 [2020-08-21T07:33:08.657Z] Step 22/22 : LABEL version=1.2.2-dev.16 [2020-08-21T07:33:08.657Z] Removing intermediate container f322cc9eb514 [2020-08-21T07:33:08.657Z] ---> 375c9bbd09a2 [2020-08-21T07:33:08.657Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-21T07:33:08.921Z] ---> Running in 4ab053b65daa [2020-08-21T07:33:08.921Z] Removing intermediate container d697dd077691 [2020-08-21T07:33:08.921Z] ---> b44252c6c9ce [2020-08-21T07:33:08.921Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-21T07:33:08.921Z] ---> Running in 8fcb634170ea [2020-08-21T07:33:08.921Z] Removing intermediate container 7a85a3d42427 [2020-08-21T07:33:08.921Z] ---> 66c489717c6c [2020-08-21T07:33:08.921Z] Step 22/22 : LABEL version=1.2.2-dev.16 [2020-08-21T07:33:10.837Z] ---> Running in 3d7d21533c20 [2020-08-21T07:33:10.837Z] ---> Running in 311bd0bea72b [2020-08-21T07:33:10.837Z] Removing intermediate container 4ab053b65daa [2020-08-21T07:33:10.837Z] ---> bbd56d48934a [2020-08-21T07:33:10.837Z] [2020-08-21T07:33:10.837Z] Removing intermediate container 8fcb634170ea [2020-08-21T07:33:10.837Z] ---> 70d7e8ad499f [2020-08-21T07:33:10.837Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-21T07:33:11.104Z] Successfully built bbd56d48934a [2020-08-21T07:33:11.104Z] Removing intermediate container 3d7d21533c20 [2020-08-21T07:33:11.104Z] ---> 1b0b5cd7e2d9 [2020-08-21T07:33:11.104Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-21T07:33:11.104Z] Successfully tagged docker-core-metadata-go:latest [2020-08-21T07:33:11.104Z]  Building docker-core-metadata-go ... done Removing intermediate container 311bd0bea72b [2020-08-21T07:33:11.104Z] ---> fddddd0f2aa9 [2020-08-21T07:33:11.104Z] [2020-08-21T07:33:11.373Z] Successfully built fddddd0f2aa9 [2020-08-21T07:33:11.373Z] Successfully tagged docker-core-command-go:latest [2020-08-21T07:33:11.373Z]  Building docker-core-command-go ... done  ---> a2a96a0ebdcf [2020-08-21T07:33:11.373Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-21T07:33:11.634Z] ---> 405155d77410 [2020-08-21T07:33:11.634Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-21T07:33:13.557Z] ---> 715abdf0a3ce [2020-08-21T07:33:13.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-21T07:33:13.557Z] ---> d1f66b98e08e [2020-08-21T07:33:13.557Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-21T07:33:13.557Z] Removing intermediate container 4ba62591aff7 [2020-08-21T07:33:13.557Z] ---> 0a839e3c326b [2020-08-21T07:33:13.557Z] [2020-08-21T07:33:13.557Z] Step 10/23 : FROM alpine [2020-08-21T07:33:13.557Z] ---> a24bb4013296 [2020-08-21T07:33:13.557Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-21T07:33:13.819Z] ---> Running in 9bb1d1f97864 [2020-08-21T07:33:13.819Z] ---> 25e0fa9ded43 [2020-08-21T07:33:13.819Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-21T07:33:13.819Z] ---> Running in e676e9f5c5a5 [2020-08-21T07:33:13.819Z] Removing intermediate container 9bb1d1f97864 [2020-08-21T07:33:13.819Z] ---> c3c0c636be82 [2020-08-21T07:33:13.819Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-21T07:33:14.082Z] ---> 206f3db67d44 [2020-08-21T07:33:14.082Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-21T07:33:14.082Z] ---> Running in caf22f156178 [2020-08-21T07:33:14.355Z] ---> 2ccc9ecc55c5 [2020-08-21T07:33:14.355Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-21T07:33:14.355Z] Removing intermediate container caf22f156178 [2020-08-21T07:33:14.355Z] ---> b076a8b8cce2 [2020-08-21T07:33:14.355Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-21T07:33:14.355Z] ---> Running in 87aebf5dfd04 [2020-08-21T07:33:14.355Z] ---> Running in 0fc32e4190b4 [2020-08-21T07:33:14.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:33:14.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:33:14.880Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-21T07:33:14.880Z] (2/33) Installing expat (2.2.9-r1) [2020-08-21T07:33:14.880Z] (3/33) Installing libffi (3.3-r2) [2020-08-21T07:33:14.880Z] (4/33) Installing gdbm (1.13-r1) [2020-08-21T07:33:15.453Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-21T07:33:15.453Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-21T07:33:15.453Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-21T07:33:16.398Z] Removing intermediate container 87aebf5dfd04 [2020-08-21T07:33:16.398Z] ---> ae0b3555a542 [2020-08-21T07:33:16.398Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:33:19.704Z] Removing intermediate container 0fc32e4190b4 [2020-08-21T07:33:19.704Z] ---> f7d285d764c1 [2020-08-21T07:33:19.704Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:33:19.704Z] ---> Running in ca8ec65b25aa [2020-08-21T07:33:19.704Z] ---> Running in e24fc3f6dc94 [2020-08-21T07:33:19.704Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-21T07:33:19.704Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-21T07:33:19.704Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-21T07:33:19.704Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-21T07:33:19.704Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-21T07:33:19.704Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-21T07:33:19.704Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-21T07:33:19.704Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-21T07:33:19.704Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-21T07:33:20.277Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-21T07:33:20.278Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-21T07:33:20.278Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-21T07:33:20.278Z] Removing intermediate container ca8ec65b25aa [2020-08-21T07:33:20.278Z] ---> a3aa94efa1d6 [2020-08-21T07:33:20.278Z] Step 20/22 : LABEL arch=x86_64 [2020-08-21T07:33:20.278Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-21T07:33:20.849Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-21T07:33:20.849Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-21T07:33:20.849Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-21T07:33:20.849Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-21T07:33:21.111Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-21T07:33:21.111Z] ---> Running in ea3d921d2848 [2020-08-21T07:33:21.111Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-21T07:33:21.111Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-21T07:33:21.111Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-21T07:33:21.111Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-21T07:33:21.111Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-21T07:33:21.111Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-21T07:33:21.111Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-21T07:33:21.111Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-21T07:33:21.111Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:33:22.054Z] OK: 71 MiB in 55 packages [2020-08-21T07:33:22.329Z] Removing intermediate container ea3d921d2848 [2020-08-21T07:33:22.329Z] ---> d926324b31ba [2020-08-21T07:33:22.329Z] Step 21/22 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:22.329Z] ---> Running in 9c6264ccd2f1 [2020-08-21T07:33:22.591Z] Removing intermediate container 9c6264ccd2f1 [2020-08-21T07:33:22.591Z] ---> 286b823f73eb [2020-08-21T07:33:22.591Z] Step 22/22 : LABEL version=1.2.2-dev.16 [2020-08-21T07:33:22.854Z] Removing intermediate container e24fc3f6dc94 [2020-08-21T07:33:22.854Z] ---> efb061f18218 [2020-08-21T07:33:22.854Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-21T07:33:27.080Z] ---> Running in 536f56515e31 [2020-08-21T07:33:27.080Z] ---> Running in 056e21aa5a46 [2020-08-21T07:33:27.080Z] Removing intermediate container 536f56515e31 [2020-08-21T07:33:27.080Z] ---> 5c0ee7ae7452 [2020-08-21T07:33:27.080Z] [2020-08-21T07:33:27.080Z] Successfully built 5c0ee7ae7452 [2020-08-21T07:33:27.080Z] Successfully tagged docker-support-logging-go:latest [2020-08-21T07:33:27.080Z]  Building docker-support-logging-go ... done Removing intermediate container e676e9f5c5a5 [2020-08-21T07:33:27.080Z] ---> cde5b1cd7c91 [2020-08-21T07:33:27.080Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-21T07:33:27.342Z] ---> Running in f7a013ccaff8 [2020-08-21T07:33:27.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:33:28.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:33:28.545Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-21T07:33:28.806Z] Collecting docker-compose==1.23.2 [2020-08-21T07:33:28.806Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-21T07:33:28.806Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-21T07:33:28.806Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-21T07:33:28.806Z] 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-21T07:33:29.066Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-21T07:33:29.066Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-21T07:33:29.066Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-21T07:33:29.066Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-21T07:33:29.327Z] Collecting PyYAML<4,>=3.10 [2020-08-21T07:33:29.327Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-21T07:33:29.327Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:33:29.327Z] OK: 8 MiB in 19 packages [2020-08-21T07:33:30.711Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-21T07:33:30.711Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-21T07:33:30.973Z] Removing intermediate container 056e21aa5a46 [2020-08-21T07:33:30.973Z] ---> de57d312aa5f [2020-08-21T07:33:30.973Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-21T07:33:31.233Z] ---> 43b6a06fd0f0 [2020-08-21T07:33:31.233Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-21T07:33:31.233Z] Collecting jsonschema<3,>=2.5.1 [2020-08-21T07:33:31.233Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-21T07:33:31.233Z] Collecting docopt<0.7,>=0.6.1 [2020-08-21T07:33:31.233Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-21T07:33:32.178Z] ---> 7d7196178eba [2020-08-21T07:33:32.178Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-21T07:33:32.178Z] Collecting cached-property<2,>=1.2.0 [2020-08-21T07:33:32.178Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-21T07:33:32.178Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-21T07:33:32.178Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-21T07:33:32.178Z] ---> 230212adcfcc [2020-08-21T07:33:32.178Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-21T07:33:32.178Z] Collecting texttable<0.10,>=0.9.0 [2020-08-21T07:33:32.439Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-21T07:33:32.439Z] ---> Running in de7cd9e1ae78 [2020-08-21T07:33:32.439Z] Removing intermediate container de7cd9e1ae78 [2020-08-21T07:33:32.439Z] ---> 5fcaca9d6600 [2020-08-21T07:33:32.439Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:33:32.701Z] ---> Running in 90968f44be93 [2020-08-21T07:33:32.701Z] Removing intermediate container 90968f44be93 [2020-08-21T07:33:32.701Z] ---> a65d10506e78 [2020-08-21T07:33:32.701Z] Step 21/23 : LABEL arch=x86_64 [2020-08-21T07:33:32.701Z] ---> Running in 406086df2eb8 [2020-08-21T07:33:32.964Z] Collecting docker<4.0,>=3.6.0 [2020-08-21T07:33:32.964Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-21T07:33:32.964Z] Removing intermediate container 406086df2eb8 [2020-08-21T07:33:32.964Z] ---> 3c41472367b2 [2020-08-21T07:33:32.964Z] Step 22/23 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:32.964Z] Collecting idna<2.8,>=2.5 [2020-08-21T07:33:32.964Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-21T07:33:32.964Z] 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-21T07:33:32.964Z] 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-21T07:33:33.225Z] ---> Running in 50da591031c1 [2020-08-21T07:33:33.225Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-21T07:33:33.225Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-21T07:33:33.225Z] Removing intermediate container 50da591031c1 [2020-08-21T07:33:33.225Z] ---> 14a7bad57e7e [2020-08-21T07:33:33.225Z] Step 23/23 : LABEL version=1.2.2-dev.16 [2020-08-21T07:33:33.225Z] Collecting docker-pycreds>=0.4.0 [2020-08-21T07:33:33.225Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-21T07:33:33.486Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-21T07:33:33.486Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-21T07:33:33.486Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-21T07:33:33.486Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-21T07:33:33.486Z] ---> Running in 82c88c2bb725 [2020-08-21T07:33:33.486Z] Installing collected packages: idna, urllib3, requests, PyYAML, dockerpty, jsonschema, docopt, cached-property, websocket-client, texttable, docker-pycreds, docker, docker-compose [2020-08-21T07:33:33.487Z] Attempting uninstall: idna [2020-08-21T07:33:33.487Z] Found existing installation: idna 2.9 [2020-08-21T07:33:33.487Z] Uninstalling idna-2.9: [2020-08-21T07:33:33.487Z] Removing intermediate container 82c88c2bb725 [2020-08-21T07:33:33.487Z] ---> dc65cbd0d2ad [2020-08-21T07:33:33.487Z] [2020-08-21T07:33:33.487Z] Successfully uninstalled idna-2.9 [2020-08-21T07:33:33.747Z] Successfully built dc65cbd0d2ad [2020-08-21T07:33:33.747Z] Successfully tagged docker-core-data-go:latest [2020-08-21T07:33:33.747Z]  Building docker-core-data-go ... done  Attempting uninstall: urllib3 [2020-08-21T07:33:33.747Z] Found existing installation: urllib3 1.25.9 [2020-08-21T07:33:33.747Z] Uninstalling urllib3-1.25.9: [2020-08-21T07:33:33.747Z] Successfully uninstalled urllib3-1.25.9 [2020-08-21T07:33:34.007Z] Attempting uninstall: requests [2020-08-21T07:33:34.007Z] Found existing installation: requests 2.23.0 [2020-08-21T07:33:34.007Z] Uninstalling requests-2.23.0: [2020-08-21T07:33:34.007Z] Successfully uninstalled requests-2.23.0 [2020-08-21T07:33:34.268Z] Running setup.py install for PyYAML: started [2020-08-21T07:33:34.841Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-21T07:33:34.841Z] Running setup.py install for dockerpty: started [2020-08-21T07:33:35.103Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-21T07:33:36.046Z] Running setup.py install for docopt: started [2020-08-21T07:33:36.306Z] Running setup.py install for docopt: finished with status 'done' [2020-08-21T07:33:36.566Z] Running setup.py install for texttable: started [2020-08-21T07:33:37.137Z] Running setup.py install for texttable: finished with status 'done' [2020-08-21T07:33:37.399Z] 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-21T07:33:41.815Z] Removing intermediate container f7a013ccaff8 [2020-08-21T07:33:41.815Z] ---> ca31ee068840 [2020-08-21T07:33:41.815Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-21T07:33:41.815Z] ---> Running in 3a379b55894e [2020-08-21T07:33:41.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-21T07:33:41.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-21T07:33:41.815Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-21T07:33:41.815Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-21T07:33:41.815Z] (3/3) Installing curl (7.69.1-r0) [2020-08-21T07:33:42.080Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:33:42.080Z] OK: 72 MiB in 58 packages [2020-08-21T07:33:42.652Z] Removing intermediate container 3a379b55894e [2020-08-21T07:33:42.652Z] ---> 14a65c168b9a [2020-08-21T07:33:42.652Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-21T07:33:42.652Z] ---> Running in 030575f20ace [2020-08-21T07:33:42.652Z] Removing intermediate container 030575f20ace [2020-08-21T07:33:42.652Z] ---> d3b4c766fbd1 [2020-08-21T07:33:42.652Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:33:42.914Z] ---> Running in c070af9f071e [2020-08-21T07:33:42.914Z] Removing intermediate container c070af9f071e [2020-08-21T07:33:42.914Z] ---> e7997c253fe1 [2020-08-21T07:33:42.914Z] Step 25/27 : LABEL arch=x86_64 [2020-08-21T07:33:43.175Z] ---> Running in 25826148c0be [2020-08-21T07:33:43.175Z] Removing intermediate container 25826148c0be [2020-08-21T07:33:43.175Z] ---> 3a4d56b681cc [2020-08-21T07:33:43.175Z] Step 26/27 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:43.175Z] ---> Running in 5c6273822d88 [2020-08-21T07:33:43.438Z] Removing intermediate container 5c6273822d88 [2020-08-21T07:33:43.438Z] ---> 1be14ba442d4 [2020-08-21T07:33:43.438Z] Step 27/27 : LABEL version=1.2.2-dev.16 [2020-08-21T07:33:43.438Z] ---> Running in b8f4719dc7b4 [2020-08-21T07:33:43.699Z] Removing intermediate container b8f4719dc7b4 [2020-08-21T07:33:43.699Z] ---> 52d653e82f3c [2020-08-21T07:33:43.699Z] [2020-08-21T07:33:43.699Z] Successfully built 52d653e82f3c [2020-08-21T07:33:43.699Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-21T07:33:44.280Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-21T07:33:44.297Z] $ docker stop --time=1 7a8c50d9624db14b5fdd73b4996cdab52ffef562d8246ee4535e1f22e93b3a86 [2020-08-21T07:33:46.761Z] $ docker rm -f 7a8c50d9624db14b5fdd73b4996cdab52ffef562d8246ee4535e1f22e93b3a86 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:33:47.398Z] + docker images [2020-08-21T07:33:47.398Z] + grep docker [2020-08-21T07:33:47.398Z] docker-sys-mgmt-agent-go latest 52d653e82f3c 4 seconds ago 284MB [2020-08-21T07:33:47.398Z] docker-core-data-go latest dc65cbd0d2ad 14 seconds ago 24.5MB [2020-08-21T07:33:47.398Z] docker-support-logging-go latest 5c0ee7ae7452 21 seconds ago 11.8MB [2020-08-21T07:33:47.398Z] docker-core-metadata-go latest bbd56d48934a 37 seconds ago 14.4MB [2020-08-21T07:33:47.398Z] docker-core-command-go latest fddddd0f2aa9 37 seconds ago 13MB [2020-08-21T07:33:47.398Z] docker-security-secretstore-setup-go latest e399fa0a0627 2 minutes ago 33.9MB [2020-08-21T07:33:47.398Z] docker-security-secrets-setup-go latest dc6f3c68c065 2 minutes ago 25.1MB [2020-08-21T07:33:47.398Z] docker-support-notifications-go latest b033b4950f55 2 minutes ago 14.5MB [2020-08-21T07:33:47.398Z] docker-security-proxy-setup-go latest 5fe73bfe69d9 2 minutes ago 16.4MB [2020-08-21T07:33:47.398Z] docker-support-scheduler-go latest 57e1183deea1 2 minutes ago 13.1MB [2020-08-21T07:33:47.398Z] docker latest 81f5749c9058 8 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-21T07:33:47.883Z] provisioning config files... [2020-08-21T07:33:47.926Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/128@tmp/config8877247677717057009tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-21T07:33:48.302Z] nexus3.edgexfoundry.org:10001 [2020-08-21T07:33:48.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T07:33:48.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T07:33:48.302Z] Configure a credential helper to remove this warning. See [2020-08-21T07:33:48.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T07:33:48.302Z] [2020-08-21T07:33:48.302Z] Login Succeeded [2020-08-21T07:33:48.562Z] nexus3.edgexfoundry.org:10002 [2020-08-21T07:33:48.562Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T07:33:48.562Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T07:33:48.562Z] Configure a credential helper to remove this warning. See [2020-08-21T07:33:48.562Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T07:33:48.562Z] [2020-08-21T07:33:48.562Z] Login Succeeded [2020-08-21T07:33:48.562Z] nexus3.edgexfoundry.org:10003 [2020-08-21T07:33:48.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T07:33:48.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T07:33:48.823Z] Configure a credential helper to remove this warning. See [2020-08-21T07:33:48.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T07:33:48.823Z] [2020-08-21T07:33:48.823Z] Login Succeeded [2020-08-21T07:33:48.823Z] nexus3.edgexfoundry.org:10004 [2020-08-21T07:33:48.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T07:33:49.084Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T07:33:49.084Z] Configure a credential helper to remove this warning. See [2020-08-21T07:33:49.084Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T07:33:49.084Z] [2020-08-21T07:33:49.084Z] Login Succeeded [2020-08-21T07:33:49.084Z] docker.io [2020-08-21T07:33:49.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T07:33:49.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T07:33:49.345Z] Configure a credential helper to remove this warning. See [2020-08-21T07:33:49.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T07:33:49.345Z] [2020-08-21T07:33:49.345Z] Login Succeeded [Pipeline] } [2020-08-21T07:33:49.354Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:33:49.533Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-08-21T07:33:49.533Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:49.533Z] 1.2.2-dev.16 [2020-08-21T07:33:49.533Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:33:49.533Z] master [2020-08-21T07:33:49.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:50.011Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:50.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:50.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-21T07:33:50.305Z] 80f01c7cb409: Preparing [2020-08-21T07:33:50.305Z] 52a097f60446: Preparing [2020-08-21T07:33:50.305Z] 8b736e511cab: Preparing [2020-08-21T07:33:50.305Z] 80f01c7cb409: Pushed [2020-08-21T07:33:50.305Z] 8b736e511cab: Pushed [2020-08-21T07:33:51.694Z] 52a097f60446: Pushed [2020-08-21T07:33:51.694Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:d3b4ff8701c222963dd9143e3a26cf38b7701132fb8fdee047bdfc533d770669 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:52.003Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:52.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.16 [2020-08-21T07:33:52.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-21T07:33:52.309Z] 80f01c7cb409: Preparing [2020-08-21T07:33:52.309Z] 52a097f60446: Preparing [2020-08-21T07:33:52.309Z] 8b736e511cab: Preparing [2020-08-21T07:33:52.309Z] 8b736e511cab: Layer already exists [2020-08-21T07:33:52.309Z] 80f01c7cb409: Layer already exists [2020-08-21T07:33:52.309Z] 52a097f60446: Layer already exists [2020-08-21T07:33:52.309Z] 1.2.2-dev.16: digest: sha256:d3b4ff8701c222963dd9143e3a26cf38b7701132fb8fdee047bdfc533d770669 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:52.610Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:52.904Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:33:52.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-21T07:33:52.904Z] 80f01c7cb409: Preparing [2020-08-21T07:33:52.904Z] 52a097f60446: Preparing [2020-08-21T07:33:52.904Z] 8b736e511cab: Preparing [2020-08-21T07:33:52.904Z] 80f01c7cb409: Layer already exists [2020-08-21T07:33:52.904Z] 52a097f60446: Layer already exists [2020-08-21T07:33:52.904Z] 8b736e511cab: Layer already exists [2020-08-21T07:33:52.904Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:d3b4ff8701c222963dd9143e3a26cf38b7701132fb8fdee047bdfc533d770669 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:53.202Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:53.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-08-21T07:33:53.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-21T07:33:53.494Z] 80f01c7cb409: Preparing [2020-08-21T07:33:53.494Z] 52a097f60446: Preparing [2020-08-21T07:33:53.494Z] 8b736e511cab: Preparing [2020-08-21T07:33:53.494Z] 8b736e511cab: Layer already exists [2020-08-21T07:33:53.494Z] 80f01c7cb409: Layer already exists [2020-08-21T07:33:53.494Z] 52a097f60446: Layer already exists [2020-08-21T07:33:53.494Z] master: digest: sha256:d3b4ff8701c222963dd9143e3a26cf38b7701132fb8fdee047bdfc533d770669 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:33:53.706Z] ===================================================== [Pipeline] echo [2020-08-21T07:33:53.751Z] taggedImages: [2020-08-21T07:33:53.751Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:53.751Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.16 [2020-08-21T07:33:53.751Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:33:53.751Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-08-21T07:33:53.821Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-08-21T07:33:53.821Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:53.821Z] 1.2.2-dev.16 [2020-08-21T07:33:53.821Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:33:53.821Z] master [2020-08-21T07:33:53.821Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:54.310Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:54.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:54.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-21T07:33:54.608Z] c1bb12c5db7c: Preparing [2020-08-21T07:33:54.608Z] d9d51374224b: Preparing [2020-08-21T07:33:54.608Z] 056fdef2cccb: Preparing [2020-08-21T07:33:54.608Z] 9184a08e0800: Preparing [2020-08-21T07:33:54.608Z] de53356324ca: Preparing [2020-08-21T07:33:54.608Z] 50644c29ef5a: Preparing [2020-08-21T07:33:54.608Z] 50644c29ef5a: Waiting [2020-08-21T07:33:54.608Z] c1bb12c5db7c: Pushed [2020-08-21T07:33:54.869Z] de53356324ca: Pushed [2020-08-21T07:33:54.869Z] 056fdef2cccb: Pushed [2020-08-21T07:33:54.869Z] 50644c29ef5a: Layer already exists [2020-08-21T07:33:54.869Z] 9184a08e0800: Pushed [2020-08-21T07:33:56.255Z] d9d51374224b: Pushed [2020-08-21T07:33:56.255Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:8e4d465cb6a6883a90839b42c35b71154a691841fe81079b1226c9b963fe42b1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:56.560Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:56.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.16 [2020-08-21T07:33:56.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-21T07:33:56.861Z] c1bb12c5db7c: Preparing [2020-08-21T07:33:56.861Z] d9d51374224b: Preparing [2020-08-21T07:33:56.861Z] 056fdef2cccb: Preparing [2020-08-21T07:33:56.861Z] 9184a08e0800: Preparing [2020-08-21T07:33:56.861Z] de53356324ca: Preparing [2020-08-21T07:33:56.861Z] 50644c29ef5a: Preparing [2020-08-21T07:33:56.861Z] 50644c29ef5a: Waiting [2020-08-21T07:33:56.861Z] 9184a08e0800: Layer already exists [2020-08-21T07:33:56.861Z] 056fdef2cccb: Layer already exists [2020-08-21T07:33:56.861Z] de53356324ca: Layer already exists [2020-08-21T07:33:56.861Z] d9d51374224b: Layer already exists [2020-08-21T07:33:56.861Z] c1bb12c5db7c: Layer already exists [2020-08-21T07:33:56.861Z] 50644c29ef5a: Layer already exists [2020-08-21T07:33:56.861Z] 1.2.2-dev.16: digest: sha256:8e4d465cb6a6883a90839b42c35b71154a691841fe81079b1226c9b963fe42b1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:57.164Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:57.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:33:57.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-21T07:33:57.461Z] c1bb12c5db7c: Preparing [2020-08-21T07:33:57.461Z] d9d51374224b: Preparing [2020-08-21T07:33:57.461Z] 056fdef2cccb: Preparing [2020-08-21T07:33:57.461Z] 9184a08e0800: Preparing [2020-08-21T07:33:57.461Z] de53356324ca: Preparing [2020-08-21T07:33:57.461Z] 50644c29ef5a: Preparing [2020-08-21T07:33:57.461Z] c1bb12c5db7c: Layer already exists [2020-08-21T07:33:57.461Z] d9d51374224b: Layer already exists [2020-08-21T07:33:57.461Z] 056fdef2cccb: Layer already exists [2020-08-21T07:33:57.461Z] de53356324ca: Layer already exists [2020-08-21T07:33:57.461Z] 9184a08e0800: Layer already exists [2020-08-21T07:33:57.461Z] 50644c29ef5a: Layer already exists [2020-08-21T07:33:57.461Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:8e4d465cb6a6883a90839b42c35b71154a691841fe81079b1226c9b963fe42b1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:57.827Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:58.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-08-21T07:33:58.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-21T07:33:58.155Z] c1bb12c5db7c: Preparing [2020-08-21T07:33:58.155Z] d9d51374224b: Preparing [2020-08-21T07:33:58.155Z] 056fdef2cccb: Preparing [2020-08-21T07:33:58.155Z] 9184a08e0800: Preparing [2020-08-21T07:33:58.155Z] de53356324ca: Preparing [2020-08-21T07:33:58.155Z] 50644c29ef5a: Preparing [2020-08-21T07:33:58.155Z] 50644c29ef5a: Waiting [2020-08-21T07:33:58.155Z] 056fdef2cccb: Layer already exists [2020-08-21T07:33:58.155Z] d9d51374224b: Layer already exists [2020-08-21T07:33:58.155Z] 9184a08e0800: Layer already exists [2020-08-21T07:33:58.155Z] de53356324ca: Layer already exists [2020-08-21T07:33:58.155Z] c1bb12c5db7c: Layer already exists [2020-08-21T07:33:58.155Z] 50644c29ef5a: Layer already exists [2020-08-21T07:33:58.155Z] master: digest: sha256:8e4d465cb6a6883a90839b42c35b71154a691841fe81079b1226c9b963fe42b1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:33:58.337Z] ===================================================== [Pipeline] echo [2020-08-21T07:33:58.383Z] taggedImages: [2020-08-21T07:33:58.383Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:58.383Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.16 [2020-08-21T07:33:58.383Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:33:58.383Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-08-21T07:33:58.440Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-08-21T07:33:58.440Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:58.440Z] 1.2.2-dev.16 [2020-08-21T07:33:58.440Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:33:58.440Z] master [2020-08-21T07:33:58.440Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:58.915Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:33:59.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:33:59.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-21T07:33:59.211Z] 7e5dff5dd956: Preparing [2020-08-21T07:33:59.211Z] 5d2e6a54165c: Preparing [2020-08-21T07:33:59.211Z] 29f97d68f5b2: Preparing [2020-08-21T07:33:59.211Z] 29f97d68f5b2: Pushed [2020-08-21T07:33:59.211Z] 7e5dff5dd956: Pushed [2020-08-21T07:34:00.598Z] 5d2e6a54165c: Pushed [2020-08-21T07:34:00.598Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:cd4191a6f06dbf649d5b092100fbda2c5378655f07b70933f26208865988156c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:00.900Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:01.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.16 [2020-08-21T07:34:01.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-21T07:34:01.222Z] 7e5dff5dd956: Preparing [2020-08-21T07:34:01.222Z] 5d2e6a54165c: Preparing [2020-08-21T07:34:01.222Z] 29f97d68f5b2: Preparing [2020-08-21T07:34:01.222Z] 29f97d68f5b2: Layer already exists [2020-08-21T07:34:01.222Z] 7e5dff5dd956: Layer already exists [2020-08-21T07:34:01.222Z] 5d2e6a54165c: Layer already exists [2020-08-21T07:34:01.222Z] 1.2.2-dev.16: digest: sha256:cd4191a6f06dbf649d5b092100fbda2c5378655f07b70933f26208865988156c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:01.525Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:01.820Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:01.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-21T07:34:01.820Z] 7e5dff5dd956: Preparing [2020-08-21T07:34:01.820Z] 5d2e6a54165c: Preparing [2020-08-21T07:34:01.820Z] 29f97d68f5b2: Preparing [2020-08-21T07:34:01.820Z] 5d2e6a54165c: Layer already exists [2020-08-21T07:34:01.820Z] 7e5dff5dd956: Layer already exists [2020-08-21T07:34:01.820Z] 29f97d68f5b2: Layer already exists [2020-08-21T07:34:01.820Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:cd4191a6f06dbf649d5b092100fbda2c5378655f07b70933f26208865988156c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:02.119Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:02.419Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-08-21T07:34:02.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-21T07:34:02.419Z] 7e5dff5dd956: Preparing [2020-08-21T07:34:02.419Z] 5d2e6a54165c: Preparing [2020-08-21T07:34:02.419Z] 29f97d68f5b2: Preparing [2020-08-21T07:34:02.419Z] 5d2e6a54165c: Layer already exists [2020-08-21T07:34:02.419Z] 7e5dff5dd956: Layer already exists [2020-08-21T07:34:02.419Z] 29f97d68f5b2: Layer already exists [2020-08-21T07:34:02.419Z] master: digest: sha256:cd4191a6f06dbf649d5b092100fbda2c5378655f07b70933f26208865988156c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:34:02.598Z] ===================================================== [Pipeline] echo [2020-08-21T07:34:02.656Z] taggedImages: [2020-08-21T07:34:02.656Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:02.656Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.16 [2020-08-21T07:34:02.656Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:02.656Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-08-21T07:34:02.714Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-08-21T07:34:02.714Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:02.714Z] 1.2.2-dev.16 [2020-08-21T07:34:02.714Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:02.714Z] master [2020-08-21T07:34:02.714Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:03.214Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:03.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:03.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-21T07:34:03.508Z] 1741fcf6ec8c: Preparing [2020-08-21T07:34:03.508Z] c98675737a46: Preparing [2020-08-21T07:34:03.508Z] 13c20eebd582: Preparing [2020-08-21T07:34:03.508Z] 2634156fc055: Preparing [2020-08-21T07:34:03.508Z] 50644c29ef5a: Preparing [2020-08-21T07:34:03.508Z] 50644c29ef5a: Layer already exists [2020-08-21T07:34:03.508Z] 13c20eebd582: Pushed [2020-08-21T07:34:03.508Z] c98675737a46: Pushed [2020-08-21T07:34:04.079Z] 2634156fc055: Pushed [2020-08-21T07:34:04.340Z] 1741fcf6ec8c: Pushed [2020-08-21T07:34:04.600Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:09cdc6b1e3a34c84649f0a79624772de288c68ec8a59fb3f7179e04635b169d3 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:04.901Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:05.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.16 [2020-08-21T07:34:05.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-21T07:34:05.194Z] 1741fcf6ec8c: Preparing [2020-08-21T07:34:05.194Z] c98675737a46: Preparing [2020-08-21T07:34:05.194Z] 13c20eebd582: Preparing [2020-08-21T07:34:05.194Z] 2634156fc055: Preparing [2020-08-21T07:34:05.194Z] 50644c29ef5a: Preparing [2020-08-21T07:34:05.194Z] c98675737a46: Layer already exists [2020-08-21T07:34:05.194Z] 13c20eebd582: Layer already exists [2020-08-21T07:34:05.194Z] 50644c29ef5a: Layer already exists [2020-08-21T07:34:05.194Z] 1741fcf6ec8c: Layer already exists [2020-08-21T07:34:05.194Z] 2634156fc055: Layer already exists [2020-08-21T07:34:05.194Z] 1.2.2-dev.16: digest: sha256:09cdc6b1e3a34c84649f0a79624772de288c68ec8a59fb3f7179e04635b169d3 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:05.491Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:05.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:05.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-21T07:34:05.783Z] 1741fcf6ec8c: Preparing [2020-08-21T07:34:05.783Z] c98675737a46: Preparing [2020-08-21T07:34:05.783Z] 13c20eebd582: Preparing [2020-08-21T07:34:05.783Z] 2634156fc055: Preparing [2020-08-21T07:34:05.783Z] 50644c29ef5a: Preparing [2020-08-21T07:34:05.783Z] c98675737a46: Layer already exists [2020-08-21T07:34:05.783Z] 2634156fc055: Layer already exists [2020-08-21T07:34:05.783Z] 13c20eebd582: Layer already exists [2020-08-21T07:34:05.783Z] 50644c29ef5a: Layer already exists [2020-08-21T07:34:05.783Z] 1741fcf6ec8c: Layer already exists [2020-08-21T07:34:05.784Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:09cdc6b1e3a34c84649f0a79624772de288c68ec8a59fb3f7179e04635b169d3 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:06.081Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:06.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-08-21T07:34:06.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-21T07:34:06.374Z] 1741fcf6ec8c: Preparing [2020-08-21T07:34:06.374Z] c98675737a46: Preparing [2020-08-21T07:34:06.374Z] 13c20eebd582: Preparing [2020-08-21T07:34:06.374Z] 2634156fc055: Preparing [2020-08-21T07:34:06.375Z] 50644c29ef5a: Preparing [2020-08-21T07:34:06.375Z] 1741fcf6ec8c: Layer already exists [2020-08-21T07:34:06.375Z] 2634156fc055: Layer already exists [2020-08-21T07:34:06.375Z] 50644c29ef5a: Layer already exists [2020-08-21T07:34:06.375Z] c98675737a46: Layer already exists [2020-08-21T07:34:06.375Z] 13c20eebd582: Layer already exists [2020-08-21T07:34:06.375Z] master: digest: sha256:09cdc6b1e3a34c84649f0a79624772de288c68ec8a59fb3f7179e04635b169d3 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:34:06.586Z] ===================================================== [Pipeline] echo [2020-08-21T07:34:06.631Z] taggedImages: [2020-08-21T07:34:06.631Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:06.631Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.16 [2020-08-21T07:34:06.631Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:06.631Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-08-21T07:34:06.689Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-08-21T07:34:06.689Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:06.689Z] 1.2.2-dev.16 [2020-08-21T07:34:06.689Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:06.689Z] master [2020-08-21T07:34:06.689Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:07.148Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:07.443Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:07.443Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-21T07:34:07.443Z] 7c53f8519897: Preparing [2020-08-21T07:34:07.443Z] 156e24ec10bf: Preparing [2020-08-21T07:34:07.443Z] 612951a317ba: Preparing [2020-08-21T07:34:07.443Z] 3ed186a8ad33: Preparing [2020-08-21T07:34:07.443Z] 3ed186a8ad33: Preparing [2020-08-21T07:34:07.443Z] 90ea93f1b592: Preparing [2020-08-21T07:34:07.443Z] 53f78e120b3f: Preparing [2020-08-21T07:34:07.443Z] b5e86ae0bf17: Preparing [2020-08-21T07:34:07.443Z] 7c53f8519897: Preparing [2020-08-21T07:34:07.443Z] 98ba4d9b5fa4: Preparing [2020-08-21T07:34:07.443Z] 960ceef85bf5: Preparing [2020-08-21T07:34:07.443Z] 1422edbff779: Preparing [2020-08-21T07:34:07.443Z] 50644c29ef5a: Preparing [2020-08-21T07:34:07.443Z] 98ba4d9b5fa4: Waiting [2020-08-21T07:34:07.443Z] 960ceef85bf5: Waiting [2020-08-21T07:34:07.443Z] 1422edbff779: Waiting [2020-08-21T07:34:07.443Z] 50644c29ef5a: Waiting [2020-08-21T07:34:07.443Z] 53f78e120b3f: Waiting [2020-08-21T07:34:07.443Z] b5e86ae0bf17: Waiting [2020-08-21T07:34:07.711Z] 3ed186a8ad33: Pushed [2020-08-21T07:34:07.711Z] 90ea93f1b592: Pushed [2020-08-21T07:34:07.711Z] 612951a317ba: Pushed [2020-08-21T07:34:07.711Z] 156e24ec10bf: Pushed [2020-08-21T07:34:07.711Z] 53f78e120b3f: Pushed [2020-08-21T07:34:07.711Z] 98ba4d9b5fa4: Pushed [2020-08-21T07:34:07.711Z] b5e86ae0bf17: Pushed [2020-08-21T07:34:07.711Z] 960ceef85bf5: Pushed [2020-08-21T07:34:07.711Z] 50644c29ef5a: Layer already exists [2020-08-21T07:34:08.282Z] 1422edbff779: Pushed [2020-08-21T07:34:08.282Z] 7c53f8519897: Pushed [2020-08-21T07:34:08.544Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:c6e60d214643a58b75d1befec5f6ab6c4be69108abb706d6d3a616841f12d6cf size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:08.846Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:09.140Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.16 [2020-08-21T07:34:09.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-21T07:34:09.140Z] 7c53f8519897: Preparing [2020-08-21T07:34:09.140Z] 156e24ec10bf: Preparing [2020-08-21T07:34:09.140Z] 612951a317ba: Preparing [2020-08-21T07:34:09.140Z] 3ed186a8ad33: Preparing [2020-08-21T07:34:09.140Z] 3ed186a8ad33: Preparing [2020-08-21T07:34:09.140Z] 90ea93f1b592: Preparing [2020-08-21T07:34:09.140Z] 53f78e120b3f: Preparing [2020-08-21T07:34:09.140Z] b5e86ae0bf17: Preparing [2020-08-21T07:34:09.140Z] 7c53f8519897: Preparing [2020-08-21T07:34:09.140Z] 98ba4d9b5fa4: Preparing [2020-08-21T07:34:09.140Z] 960ceef85bf5: Preparing [2020-08-21T07:34:09.140Z] 1422edbff779: Preparing [2020-08-21T07:34:09.140Z] 50644c29ef5a: Preparing [2020-08-21T07:34:09.140Z] 53f78e120b3f: Waiting [2020-08-21T07:34:09.140Z] b5e86ae0bf17: Waiting [2020-08-21T07:34:09.140Z] 98ba4d9b5fa4: Waiting [2020-08-21T07:34:09.140Z] 960ceef85bf5: Waiting [2020-08-21T07:34:09.140Z] 1422edbff779: Waiting [2020-08-21T07:34:09.140Z] 50644c29ef5a: Waiting [2020-08-21T07:34:09.140Z] 612951a317ba: Layer already exists [2020-08-21T07:34:09.140Z] 3ed186a8ad33: Layer already exists [2020-08-21T07:34:09.140Z] 7c53f8519897: Layer already exists [2020-08-21T07:34:09.140Z] 90ea93f1b592: Layer already exists [2020-08-21T07:34:09.140Z] 156e24ec10bf: Layer already exists [2020-08-21T07:34:09.140Z] b5e86ae0bf17: Layer already exists [2020-08-21T07:34:09.140Z] 53f78e120b3f: Layer already exists [2020-08-21T07:34:09.140Z] 98ba4d9b5fa4: Layer already exists [2020-08-21T07:34:09.140Z] 960ceef85bf5: Layer already exists [2020-08-21T07:34:09.140Z] 1422edbff779: Layer already exists [2020-08-21T07:34:09.140Z] 50644c29ef5a: Layer already exists [2020-08-21T07:34:09.140Z] 1.2.2-dev.16: digest: sha256:c6e60d214643a58b75d1befec5f6ab6c4be69108abb706d6d3a616841f12d6cf size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:09.439Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:09.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:09.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-21T07:34:09.736Z] 7c53f8519897: Preparing [2020-08-21T07:34:09.736Z] 156e24ec10bf: Preparing [2020-08-21T07:34:09.736Z] 612951a317ba: Preparing [2020-08-21T07:34:09.736Z] 3ed186a8ad33: Preparing [2020-08-21T07:34:09.736Z] 3ed186a8ad33: Preparing [2020-08-21T07:34:09.736Z] 90ea93f1b592: Preparing [2020-08-21T07:34:09.736Z] 53f78e120b3f: Preparing [2020-08-21T07:34:09.736Z] b5e86ae0bf17: Preparing [2020-08-21T07:34:09.736Z] 7c53f8519897: Preparing [2020-08-21T07:34:09.736Z] 98ba4d9b5fa4: Preparing [2020-08-21T07:34:09.736Z] 960ceef85bf5: Preparing [2020-08-21T07:34:09.736Z] 1422edbff779: Preparing [2020-08-21T07:34:09.736Z] 50644c29ef5a: Preparing [2020-08-21T07:34:09.736Z] b5e86ae0bf17: Waiting [2020-08-21T07:34:09.736Z] 1422edbff779: Waiting [2020-08-21T07:34:09.736Z] 960ceef85bf5: Waiting [2020-08-21T07:34:09.736Z] 98ba4d9b5fa4: Waiting [2020-08-21T07:34:09.736Z] 50644c29ef5a: Waiting [2020-08-21T07:34:09.736Z] 53f78e120b3f: Waiting [2020-08-21T07:34:09.736Z] 90ea93f1b592: Layer already exists [2020-08-21T07:34:09.736Z] 7c53f8519897: Layer already exists [2020-08-21T07:34:09.736Z] 612951a317ba: Layer already exists [2020-08-21T07:34:09.736Z] 156e24ec10bf: Layer already exists [2020-08-21T07:34:09.736Z] 3ed186a8ad33: Layer already exists [2020-08-21T07:34:09.736Z] b5e86ae0bf17: Layer already exists [2020-08-21T07:34:09.736Z] 53f78e120b3f: Layer already exists [2020-08-21T07:34:09.736Z] 98ba4d9b5fa4: Layer already exists [2020-08-21T07:34:09.736Z] 1422edbff779: Layer already exists [2020-08-21T07:34:09.736Z] 960ceef85bf5: Layer already exists [2020-08-21T07:34:09.736Z] 50644c29ef5a: Layer already exists [2020-08-21T07:34:09.736Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:c6e60d214643a58b75d1befec5f6ab6c4be69108abb706d6d3a616841f12d6cf size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:10.140Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:10.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-08-21T07:34:10.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-21T07:34:10.455Z] 7c53f8519897: Preparing [2020-08-21T07:34:10.455Z] 156e24ec10bf: Preparing [2020-08-21T07:34:10.455Z] 612951a317ba: Preparing [2020-08-21T07:34:10.455Z] 3ed186a8ad33: Preparing [2020-08-21T07:34:10.455Z] 3ed186a8ad33: Preparing [2020-08-21T07:34:10.455Z] 90ea93f1b592: Preparing [2020-08-21T07:34:10.455Z] 53f78e120b3f: Preparing [2020-08-21T07:34:10.455Z] b5e86ae0bf17: Preparing [2020-08-21T07:34:10.455Z] 7c53f8519897: Preparing [2020-08-21T07:34:10.455Z] 98ba4d9b5fa4: Preparing [2020-08-21T07:34:10.455Z] 960ceef85bf5: Preparing [2020-08-21T07:34:10.455Z] 1422edbff779: Preparing [2020-08-21T07:34:10.455Z] 50644c29ef5a: Preparing [2020-08-21T07:34:10.455Z] 98ba4d9b5fa4: Waiting [2020-08-21T07:34:10.455Z] 960ceef85bf5: Waiting [2020-08-21T07:34:10.455Z] 1422edbff779: Waiting [2020-08-21T07:34:10.455Z] 50644c29ef5a: Waiting [2020-08-21T07:34:10.455Z] 53f78e120b3f: Waiting [2020-08-21T07:34:10.455Z] b5e86ae0bf17: Waiting [2020-08-21T07:34:10.455Z] 612951a317ba: Layer already exists [2020-08-21T07:34:10.455Z] 3ed186a8ad33: Layer already exists [2020-08-21T07:34:10.455Z] 156e24ec10bf: Layer already exists [2020-08-21T07:34:10.455Z] 90ea93f1b592: Layer already exists [2020-08-21T07:34:10.455Z] 7c53f8519897: Layer already exists [2020-08-21T07:34:10.455Z] b5e86ae0bf17: Layer already exists [2020-08-21T07:34:10.455Z] 53f78e120b3f: Layer already exists [2020-08-21T07:34:10.455Z] 98ba4d9b5fa4: Layer already exists [2020-08-21T07:34:10.455Z] 1422edbff779: Layer already exists [2020-08-21T07:34:10.455Z] 960ceef85bf5: Layer already exists [2020-08-21T07:34:10.455Z] 50644c29ef5a: Layer already exists [2020-08-21T07:34:10.455Z] master: digest: sha256:c6e60d214643a58b75d1befec5f6ab6c4be69108abb706d6d3a616841f12d6cf size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:34:10.731Z] ===================================================== [Pipeline] echo [2020-08-21T07:34:10.798Z] taggedImages: [2020-08-21T07:34:10.798Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:10.798Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.16 [2020-08-21T07:34:10.798Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:10.798Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-08-21T07:34:10.858Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-08-21T07:34:10.858Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:10.858Z] 1.2.2-dev.16 [2020-08-21T07:34:10.858Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:10.858Z] master [2020-08-21T07:34:10.858Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:11.331Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:11.617Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:34:11.617Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:34:11.617Z] ---> 35f757a588bf [2020-08-21T07:34:11.617Z] Step 3/22 : WORKDIR /edgex-go [2020-08-21T07:34:11.617Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:34:11.617Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:34:11.617Z] ---> 35f757a588bf [2020-08-21T07:34:11.617Z] Step 3/26 : WORKDIR /edgex-go [2020-08-21T07:34:11.617Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:34:11.617Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:34:11.617Z] ---> 35f757a588bf [2020-08-21T07:34:11.618Z] Step 3/23 : WORKDIR /edgex-go [2020-08-21T07:34:11.618Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:34:11.618Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:34:11.618Z] ---> 35f757a588bf [2020-08-21T07:34:11.618Z] Step 3/21 : WORKDIR /edgex-go [2020-08-21T07:34:11.618Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:34:11.618Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:34:11.618Z] ---> 35f757a588bf [2020-08-21T07:34:11.618Z] Step 3/22 : WORKDIR /edgex-go [2020-08-21T07:34:11.618Z] ---> Running in b76211cd2fb1 [2020-08-21T07:34:11.618Z] ---> Running in af21d76bc2ac [2020-08-21T07:34:11.618Z] ---> Running in b6d198563c28 [2020-08-21T07:34:11.618Z] ---> Running in 0502529862fe [2020-08-21T07:34:11.618Z] ---> Running in 9d19ceb050f8 [2020-08-21T07:34:11.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:11.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-21T07:34:11.625Z] 8e38bf5b9f51: Preparing [2020-08-21T07:34:11.625Z] cdf348e7742d: Preparing [2020-08-21T07:34:11.625Z] 815aa998b693: Preparing [2020-08-21T07:34:11.625Z] ca6cc8b1c181: Preparing [2020-08-21T07:34:11.625Z] f19bf32726b2: Preparing [2020-08-21T07:34:11.625Z] 2f1360dc0758: Preparing [2020-08-21T07:34:11.625Z] 3cbc2af70bd8: Preparing [2020-08-21T07:34:11.625Z] c0c3947557ca: Preparing [2020-08-21T07:34:11.625Z] 06ade5b94d5e: Preparing [2020-08-21T07:34:11.625Z] 09c62f62d716: Preparing [2020-08-21T07:34:11.625Z] 1b3ee35aacca: Preparing [2020-08-21T07:34:11.625Z] c0c3947557ca: Waiting [2020-08-21T07:34:11.625Z] 06ade5b94d5e: Waiting [2020-08-21T07:34:11.625Z] 09c62f62d716: Waiting [2020-08-21T07:34:11.625Z] 1b3ee35aacca: Waiting [2020-08-21T07:34:11.625Z] 2f1360dc0758: Waiting [2020-08-21T07:34:11.625Z] 3cbc2af70bd8: Waiting [2020-08-21T07:34:11.625Z] 8e38bf5b9f51: Pushed [2020-08-21T07:34:11.888Z] cdf348e7742d: Pushed [2020-08-21T07:34:11.888Z] 2f1360dc0758: Pushed [2020-08-21T07:34:11.888Z] 3cbc2af70bd8: Pushed [2020-08-21T07:34:11.895Z] Removing intermediate container b76211cd2fb1 [2020-08-21T07:34:11.895Z] ---> 13eb7e7c2156 [2020-08-21T07:34:11.895Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:34:11.895Z] Removing intermediate container af21d76bc2ac [2020-08-21T07:34:11.895Z] ---> a7c47485fb81 [2020-08-21T07:34:12.150Z] c0c3947557ca: Pushed [2020-08-21T07:34:12.150Z] 06ade5b94d5e: Pushed [2020-08-21T07:34:12.168Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:34:12.168Z] Removing intermediate container b6d198563c28 [2020-08-21T07:34:12.168Z] ---> cd2b6822e14f [2020-08-21T07:34:12.168Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:34:12.168Z] Removing intermediate container 9d19ceb050f8 [2020-08-21T07:34:12.168Z] ---> 733d4e32363c [2020-08-21T07:34:12.168Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:34:12.168Z] Removing intermediate container 0502529862fe [2020-08-21T07:34:12.168Z] ---> d407bfe3a157 [2020-08-21T07:34:12.168Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:34:12.168Z] ---> Running in 3e1bdc172a9f [2020-08-21T07:34:12.412Z] 1b3ee35aacca: Layer already exists [2020-08-21T07:34:12.412Z] 815aa998b693: Pushed [2020-08-21T07:34:12.438Z] ---> Running in ab01bb382392 [2020-08-21T07:34:12.438Z] ---> Running in 52cec37d92dc [2020-08-21T07:34:12.438Z] ---> Running in 371d188e998b [2020-08-21T07:34:12.438Z] ---> Running in 76444d35b4fb [2020-08-21T07:34:12.671Z] 09c62f62d716: Pushed [2020-08-21T07:34:12.671Z] ca6cc8b1c181: Pushed [2020-08-21T07:34:12.671Z] f19bf32726b2: Pushed [2020-08-21T07:34:12.932Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:c3e0c195daff1658b24b81cff53a6bcb2b11d77958050191c589f42b9d077663 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:13.230Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:13.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.16 [2020-08-21T07:34:13.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-21T07:34:13.525Z] 8e38bf5b9f51: Preparing [2020-08-21T07:34:13.525Z] cdf348e7742d: Preparing [2020-08-21T07:34:13.525Z] 815aa998b693: Preparing [2020-08-21T07:34:13.525Z] ca6cc8b1c181: Preparing [2020-08-21T07:34:13.525Z] f19bf32726b2: Preparing [2020-08-21T07:34:13.525Z] 2f1360dc0758: Preparing [2020-08-21T07:34:13.525Z] 3cbc2af70bd8: Preparing [2020-08-21T07:34:13.525Z] c0c3947557ca: Preparing [2020-08-21T07:34:13.525Z] 06ade5b94d5e: Preparing [2020-08-21T07:34:13.525Z] 09c62f62d716: Preparing [2020-08-21T07:34:13.525Z] 1b3ee35aacca: Preparing [2020-08-21T07:34:13.525Z] 2f1360dc0758: Waiting [2020-08-21T07:34:13.525Z] 3cbc2af70bd8: Waiting [2020-08-21T07:34:13.525Z] c0c3947557ca: Waiting [2020-08-21T07:34:13.525Z] 06ade5b94d5e: Waiting [2020-08-21T07:34:13.525Z] 09c62f62d716: Waiting [2020-08-21T07:34:13.525Z] 1b3ee35aacca: Waiting [2020-08-21T07:34:13.525Z] ca6cc8b1c181: Layer already exists [2020-08-21T07:34:13.525Z] 815aa998b693: Layer already exists [2020-08-21T07:34:13.525Z] 8e38bf5b9f51: Layer already exists [2020-08-21T07:34:13.525Z] cdf348e7742d: Layer already exists [2020-08-21T07:34:13.525Z] f19bf32726b2: Layer already exists [2020-08-21T07:34:13.525Z] c0c3947557ca: Layer already exists [2020-08-21T07:34:13.525Z] 3cbc2af70bd8: Layer already exists [2020-08-21T07:34:13.525Z] 2f1360dc0758: Layer already exists [2020-08-21T07:34:13.525Z] 06ade5b94d5e: Layer already exists [2020-08-21T07:34:13.525Z] 09c62f62d716: Layer already exists [2020-08-21T07:34:13.525Z] 1b3ee35aacca: Layer already exists [2020-08-21T07:34:13.525Z] 1.2.2-dev.16: digest: sha256:c3e0c195daff1658b24b81cff53a6bcb2b11d77958050191c589f42b9d077663 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:13.823Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:14.121Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:14.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-21T07:34:14.121Z] 8e38bf5b9f51: Preparing [2020-08-21T07:34:14.121Z] cdf348e7742d: Preparing [2020-08-21T07:34:14.121Z] 815aa998b693: Preparing [2020-08-21T07:34:14.121Z] ca6cc8b1c181: Preparing [2020-08-21T07:34:14.121Z] f19bf32726b2: Preparing [2020-08-21T07:34:14.121Z] 2f1360dc0758: Preparing [2020-08-21T07:34:14.121Z] 3cbc2af70bd8: Preparing [2020-08-21T07:34:14.121Z] c0c3947557ca: Preparing [2020-08-21T07:34:14.121Z] 06ade5b94d5e: Preparing [2020-08-21T07:34:14.121Z] 09c62f62d716: Preparing [2020-08-21T07:34:14.121Z] 1b3ee35aacca: Preparing [2020-08-21T07:34:14.121Z] 3cbc2af70bd8: Waiting [2020-08-21T07:34:14.121Z] c0c3947557ca: Waiting [2020-08-21T07:34:14.121Z] 06ade5b94d5e: Waiting [2020-08-21T07:34:14.121Z] 09c62f62d716: Waiting [2020-08-21T07:34:14.121Z] 1b3ee35aacca: Waiting [2020-08-21T07:34:14.121Z] 2f1360dc0758: Waiting [2020-08-21T07:34:14.121Z] ca6cc8b1c181: Layer already exists [2020-08-21T07:34:14.121Z] 8e38bf5b9f51: Layer already exists [2020-08-21T07:34:14.121Z] cdf348e7742d: Layer already exists [2020-08-21T07:34:14.121Z] f19bf32726b2: Layer already exists [2020-08-21T07:34:14.121Z] 815aa998b693: Layer already exists [2020-08-21T07:34:14.121Z] 3cbc2af70bd8: Layer already exists [2020-08-21T07:34:14.121Z] 2f1360dc0758: Layer already exists [2020-08-21T07:34:14.121Z] 06ade5b94d5e: Layer already exists [2020-08-21T07:34:14.121Z] c0c3947557ca: Layer already exists [2020-08-21T07:34:14.121Z] 09c62f62d716: Layer already exists [2020-08-21T07:34:14.121Z] 1b3ee35aacca: Layer already exists [2020-08-21T07:34:14.121Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:c3e0c195daff1658b24b81cff53a6bcb2b11d77958050191c589f42b9d077663 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:14.417Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:14.712Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-08-21T07:34:14.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-21T07:34:14.712Z] 8e38bf5b9f51: Preparing [2020-08-21T07:34:14.712Z] cdf348e7742d: Preparing [2020-08-21T07:34:14.712Z] 815aa998b693: Preparing [2020-08-21T07:34:14.712Z] ca6cc8b1c181: Preparing [2020-08-21T07:34:14.712Z] f19bf32726b2: Preparing [2020-08-21T07:34:14.712Z] 2f1360dc0758: Preparing [2020-08-21T07:34:14.712Z] 3cbc2af70bd8: Preparing [2020-08-21T07:34:14.712Z] c0c3947557ca: Preparing [2020-08-21T07:34:14.712Z] 06ade5b94d5e: Preparing [2020-08-21T07:34:14.712Z] 09c62f62d716: Preparing [2020-08-21T07:34:14.712Z] 1b3ee35aacca: Preparing [2020-08-21T07:34:14.712Z] 2f1360dc0758: Waiting [2020-08-21T07:34:14.712Z] 3cbc2af70bd8: Waiting [2020-08-21T07:34:14.712Z] c0c3947557ca: Waiting [2020-08-21T07:34:14.712Z] 06ade5b94d5e: Waiting [2020-08-21T07:34:14.712Z] 09c62f62d716: Waiting [2020-08-21T07:34:14.712Z] 1b3ee35aacca: Waiting [2020-08-21T07:34:14.712Z] cdf348e7742d: Layer already exists [2020-08-21T07:34:14.712Z] 815aa998b693: Layer already exists [2020-08-21T07:34:14.712Z] f19bf32726b2: Layer already exists [2020-08-21T07:34:14.712Z] 8e38bf5b9f51: Layer already exists [2020-08-21T07:34:14.712Z] ca6cc8b1c181: Layer already exists [2020-08-21T07:34:14.712Z] 06ade5b94d5e: Layer already exists [2020-08-21T07:34:14.712Z] 2f1360dc0758: Layer already exists [2020-08-21T07:34:14.712Z] 3cbc2af70bd8: Layer already exists [2020-08-21T07:34:14.712Z] c0c3947557ca: Layer already exists [2020-08-21T07:34:14.712Z] 09c62f62d716: Layer already exists [2020-08-21T07:34:14.712Z] 1b3ee35aacca: Layer already exists [2020-08-21T07:34:14.712Z] master: digest: sha256:c3e0c195daff1658b24b81cff53a6bcb2b11d77958050191c589f42b9d077663 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:34:14.900Z] ===================================================== [Pipeline] echo [2020-08-21T07:34:14.944Z] taggedImages: [2020-08-21T07:34:14.944Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:14.944Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.16 [2020-08-21T07:34:14.944Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:14.944Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-08-21T07:34:15.002Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-08-21T07:34:15.002Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:15.002Z] 1.2.2-dev.16 [2020-08-21T07:34:15.002Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:15.002Z] master [2020-08-21T07:34:15.002Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:15.473Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:15.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:15.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-21T07:34:15.767Z] 348de6b4db55: Preparing [2020-08-21T07:34:15.767Z] f076ce6c1c13: Preparing [2020-08-21T07:34:15.767Z] 7d6d79dbe3c1: Preparing [2020-08-21T07:34:15.767Z] cc13a6993751: Preparing [2020-08-21T07:34:15.767Z] 348de6b4db55: Pushed [2020-08-21T07:34:15.767Z] 7d6d79dbe3c1: Pushed [2020-08-21T07:34:15.767Z] cc13a6993751: Pushed [2020-08-21T07:34:16.709Z] f076ce6c1c13: Pushed [2020-08-21T07:34:16.759Z] Removing intermediate container 3e1bdc172a9f [2020-08-21T07:34:16.759Z] ---> 6dcf0dc6161d [2020-08-21T07:34:16.759Z] Step 5/22 : RUN apk update && apk add make git [2020-08-21T07:34:16.759Z] ---> Running in a46b2d873fb3 [2020-08-21T07:34:16.759Z] Removing intermediate container 52cec37d92dc [2020-08-21T07:34:16.759Z] ---> 718c0e045380 [2020-08-21T07:34:16.759Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-21T07:34:16.759Z] ---> Running in 0fa4a9450c61 [2020-08-21T07:34:16.969Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:8e280ae37447aab03a5457838a7a96c3e1988034a0f4f775b5193a780c915395 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:17.263Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:17.359Z] Removing intermediate container ab01bb382392 [2020-08-21T07:34:17.359Z] ---> 382b67963000 [2020-08-21T07:34:17.359Z] Step 5/26 : RUN apk update && apk add make git [2020-08-21T07:34:17.359Z] Removing intermediate container 371d188e998b [2020-08-21T07:34:17.359Z] ---> 0510789dbf45 [2020-08-21T07:34:17.359Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-08-21T07:34:17.359Z] Removing intermediate container 76444d35b4fb [2020-08-21T07:34:17.359Z] ---> d1e4ebc0ccca [2020-08-21T07:34:17.359Z] Step 5/21 : RUN apk update && apk add make git [2020-08-21T07:34:17.359Z] ---> Running in 8bb907f7a501 [2020-08-21T07:34:17.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.16 [2020-08-21T07:34:17.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-21T07:34:17.553Z] 348de6b4db55: Preparing [2020-08-21T07:34:17.553Z] f076ce6c1c13: Preparing [2020-08-21T07:34:17.553Z] 7d6d79dbe3c1: Preparing [2020-08-21T07:34:17.553Z] cc13a6993751: Preparing [2020-08-21T07:34:17.553Z] 7d6d79dbe3c1: Layer already exists [2020-08-21T07:34:17.553Z] f076ce6c1c13: Layer already exists [2020-08-21T07:34:17.553Z] cc13a6993751: Layer already exists [2020-08-21T07:34:17.553Z] 348de6b4db55: Layer already exists [2020-08-21T07:34:17.553Z] 1.2.2-dev.16: digest: sha256:8e280ae37447aab03a5457838a7a96c3e1988034a0f4f775b5193a780c915395 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:17.633Z] ---> Running in d2a4340dc3c5 [2020-08-21T07:34:17.633Z] ---> Running in a482dbff839c [2020-08-21T07:34:17.849Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:18.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:18.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-21T07:34:18.143Z] 348de6b4db55: Preparing [2020-08-21T07:34:18.143Z] f076ce6c1c13: Preparing [2020-08-21T07:34:18.143Z] 7d6d79dbe3c1: Preparing [2020-08-21T07:34:18.143Z] cc13a6993751: Preparing [2020-08-21T07:34:18.143Z] f076ce6c1c13: Layer already exists [2020-08-21T07:34:18.143Z] cc13a6993751: Layer already exists [2020-08-21T07:34:18.143Z] 348de6b4db55: Layer already exists [2020-08-21T07:34:18.143Z] 7d6d79dbe3c1: Layer already exists [2020-08-21T07:34:18.143Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:8e280ae37447aab03a5457838a7a96c3e1988034a0f4f775b5193a780c915395 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:18.439Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:18.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-08-21T07:34:18.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-21T07:34:18.746Z] 348de6b4db55: Preparing [2020-08-21T07:34:18.746Z] f076ce6c1c13: Preparing [2020-08-21T07:34:18.746Z] 7d6d79dbe3c1: Preparing [2020-08-21T07:34:18.746Z] cc13a6993751: Preparing [2020-08-21T07:34:18.746Z] f076ce6c1c13: Layer already exists [2020-08-21T07:34:18.746Z] 7d6d79dbe3c1: Layer already exists [2020-08-21T07:34:18.746Z] cc13a6993751: Layer already exists [2020-08-21T07:34:18.746Z] 348de6b4db55: Layer already exists [2020-08-21T07:34:18.746Z] master: digest: sha256:8e280ae37447aab03a5457838a7a96c3e1988034a0f4f775b5193a780c915395 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:34:18.926Z] ===================================================== [Pipeline] echo [2020-08-21T07:34:18.988Z] taggedImages: [2020-08-21T07:34:18.988Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:18.988Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.16 [2020-08-21T07:34:18.988Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:18.988Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-08-21T07:34:19.067Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-08-21T07:34:19.067Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:19.067Z] 1.2.2-dev.16 [2020-08-21T07:34:19.067Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:19.067Z] master [2020-08-21T07:34:19.067Z] ===================================================== [2020-08-21T07:34:19.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:34:19.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:19.561Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:19.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:19.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-21T07:34:19.853Z] bfc2cb64641c: Preparing [2020-08-21T07:34:19.853Z] 19bd54415a5a: Preparing [2020-08-21T07:34:19.854Z] fc059c20bc57: Preparing [2020-08-21T07:34:19.854Z] ee610b384ddc: Preparing [2020-08-21T07:34:19.854Z] b7e331a852d0: Preparing [2020-08-21T07:34:19.854Z] ed2a62882aa8: Preparing [2020-08-21T07:34:19.854Z] ed2a62882aa8: Waiting [2020-08-21T07:34:19.854Z] fc059c20bc57: Pushed [2020-08-21T07:34:19.854Z] bfc2cb64641c: Pushed [2020-08-21T07:34:19.854Z] ee610b384ddc: Pushed [2020-08-21T07:34:20.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:34:20.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:34:20.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:34:20.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:34:20.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:34:20.115Z] ed2a62882aa8: Pushed [2020-08-21T07:34:20.115Z] b7e331a852d0: Pushed [2020-08-21T07:34:20.654Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:34:20.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:34:20.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:34:21.057Z] 19bd54415a5a: Pushed [2020-08-21T07:34:21.205Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:34:21.205Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:34:21.205Z] OK: 12617 distinct packages available [2020-08-21T07:34:21.205Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:34:21.205Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:34:21.205Z] OK: 12617 distinct packages available [2020-08-21T07:34:21.318Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:6730e95b958cbc6c7812dfd40c6690af4ffc74967d47af8e36c8f02d272b9ee8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:21.616Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:21.807Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:34:21.807Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:34:21.807Z] OK: 12617 distinct packages available [2020-08-21T07:34:21.807Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:34:21.807Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:34:21.807Z] OK: 12617 distinct packages available [2020-08-21T07:34:21.807Z] OK: 217 MiB in 51 packages [2020-08-21T07:34:21.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.16 [2020-08-21T07:34:21.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-21T07:34:21.963Z] bfc2cb64641c: Preparing [2020-08-21T07:34:21.963Z] 19bd54415a5a: Preparing [2020-08-21T07:34:21.963Z] fc059c20bc57: Preparing [2020-08-21T07:34:21.963Z] ee610b384ddc: Preparing [2020-08-21T07:34:21.963Z] b7e331a852d0: Preparing [2020-08-21T07:34:21.963Z] ed2a62882aa8: Preparing [2020-08-21T07:34:21.963Z] ed2a62882aa8: Waiting [2020-08-21T07:34:21.963Z] 19bd54415a5a: Layer already exists [2020-08-21T07:34:21.963Z] bfc2cb64641c: Layer already exists [2020-08-21T07:34:21.963Z] fc059c20bc57: Layer already exists [2020-08-21T07:34:21.963Z] ee610b384ddc: Layer already exists [2020-08-21T07:34:21.963Z] b7e331a852d0: Layer already exists [2020-08-21T07:34:21.963Z] ed2a62882aa8: Layer already exists [2020-08-21T07:34:21.963Z] 1.2.2-dev.16: digest: sha256:6730e95b958cbc6c7812dfd40c6690af4ffc74967d47af8e36c8f02d272b9ee8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:22.089Z] OK: 217 MiB in 51 packages [2020-08-21T07:34:22.273Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:22.368Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:34:22.368Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:34:22.368Z] OK: 12617 distinct packages available [2020-08-21T07:34:22.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:22.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-21T07:34:22.564Z] bfc2cb64641c: Preparing [2020-08-21T07:34:22.564Z] 19bd54415a5a: Preparing [2020-08-21T07:34:22.564Z] fc059c20bc57: Preparing [2020-08-21T07:34:22.564Z] ee610b384ddc: Preparing [2020-08-21T07:34:22.564Z] b7e331a852d0: Preparing [2020-08-21T07:34:22.564Z] ed2a62882aa8: Preparing [2020-08-21T07:34:22.564Z] ed2a62882aa8: Waiting [2020-08-21T07:34:22.564Z] ee610b384ddc: Layer already exists [2020-08-21T07:34:22.564Z] bfc2cb64641c: Layer already exists [2020-08-21T07:34:22.564Z] fc059c20bc57: Layer already exists [2020-08-21T07:34:22.564Z] b7e331a852d0: Layer already exists [2020-08-21T07:34:22.564Z] 19bd54415a5a: Layer already exists [2020-08-21T07:34:22.564Z] ed2a62882aa8: Layer already exists [2020-08-21T07:34:22.564Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:6730e95b958cbc6c7812dfd40c6690af4ffc74967d47af8e36c8f02d272b9ee8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:22.653Z] OK: 217 MiB in 51 packages [2020-08-21T07:34:22.859Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:22.930Z] OK: 217 MiB in 51 packages [2020-08-21T07:34:23.150Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-08-21T07:34:23.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-21T07:34:23.150Z] bfc2cb64641c: Preparing [2020-08-21T07:34:23.150Z] 19bd54415a5a: Preparing [2020-08-21T07:34:23.150Z] fc059c20bc57: Preparing [2020-08-21T07:34:23.150Z] ee610b384ddc: Preparing [2020-08-21T07:34:23.150Z] b7e331a852d0: Preparing [2020-08-21T07:34:23.150Z] ed2a62882aa8: Preparing [2020-08-21T07:34:23.150Z] ed2a62882aa8: Waiting [2020-08-21T07:34:23.150Z] ee610b384ddc: Layer already exists [2020-08-21T07:34:23.150Z] bfc2cb64641c: Layer already exists [2020-08-21T07:34:23.150Z] fc059c20bc57: Layer already exists [2020-08-21T07:34:23.150Z] 19bd54415a5a: Layer already exists [2020-08-21T07:34:23.150Z] b7e331a852d0: Layer already exists [2020-08-21T07:34:23.150Z] ed2a62882aa8: Layer already exists [2020-08-21T07:34:23.150Z] master: digest: sha256:6730e95b958cbc6c7812dfd40c6690af4ffc74967d47af8e36c8f02d272b9ee8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [2020-08-21T07:34:23.208Z] OK: 217 MiB in 51 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:34:23.329Z] ===================================================== [Pipeline] echo [2020-08-21T07:34:23.374Z] taggedImages: [2020-08-21T07:34:23.374Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:23.374Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.16 [2020-08-21T07:34:23.374Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:23.374Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-08-21T07:34:23.436Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-08-21T07:34:23.436Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:23.436Z] 1.2.2-dev.16 [2020-08-21T07:34:23.436Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:23.436Z] master [2020-08-21T07:34:23.437Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2020-08-21T07:34:23.493Z] OK: 217 MiB in 51 packages [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:23.922Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:24.104Z] Removing intermediate container a46b2d873fb3 [2020-08-21T07:34:24.104Z] ---> 7918218ea57b [2020-08-21T07:34:24.104Z] Step 6/22 : COPY go.mod . [2020-08-21T07:34:24.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:24.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-21T07:34:24.227Z] 2f9603be2533: Preparing [2020-08-21T07:34:24.227Z] a126a8e8f373: Preparing [2020-08-21T07:34:24.227Z] 28096cff7cb6: Preparing [2020-08-21T07:34:24.227Z] 28096cff7cb6: Pushed [2020-08-21T07:34:24.227Z] 2f9603be2533: Pushed [2020-08-21T07:34:24.377Z] Removing intermediate container 0fa4a9450c61 [2020-08-21T07:34:24.377Z] ---> 715912fff3fa [2020-08-21T07:34:24.377Z] Step 6/23 : COPY go.mod . [2020-08-21T07:34:24.656Z] Removing intermediate container d2a4340dc3c5 [2020-08-21T07:34:24.656Z] ---> 556ac86dbf2a [2020-08-21T07:34:24.656Z] Step 6/26 : COPY go.mod . [2020-08-21T07:34:25.257Z] Removing intermediate container a482dbff839c [2020-08-21T07:34:25.257Z] ---> dfe93a44dc52 [2020-08-21T07:34:25.257Z] Step 6/21 : COPY go.mod . [2020-08-21T07:34:25.257Z] Removing intermediate container 8bb907f7a501 [2020-08-21T07:34:25.257Z] ---> 17aebb331bd4 [2020-08-21T07:34:25.257Z] Step 6/22 : COPY go.mod . [2020-08-21T07:34:25.540Z] ---> 3ee3a7de7ae6 [2020-08-21T07:34:25.540Z] Step 7/22 : RUN go mod download [2020-08-21T07:34:25.540Z] ---> 514a5ecd311d [2020-08-21T07:34:25.540Z] Step 7/23 : RUN go mod download [2020-08-21T07:34:25.540Z] ---> Running in c803006028ac [2020-08-21T07:34:25.540Z] ---> c2ad116c318f [2020-08-21T07:34:25.540Z] ---> Running in aeda26328869 [2020-08-21T07:34:25.540Z] Step 7/26 : RUN go mod download [2020-08-21T07:34:25.612Z] a126a8e8f373: Pushed [2020-08-21T07:34:25.612Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:77499bd047684ec78a9fce297f9c91b87e574850b7e6a2d6dcb25163ea534757 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:25.906Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:26.147Z] ---> Running in 8c962fac1996 [2020-08-21T07:34:26.147Z] ---> 0ea7f444cb13 [2020-08-21T07:34:26.147Z] Step 7/21 : RUN go mod download [2020-08-21T07:34:26.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.16 [2020-08-21T07:34:26.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-21T07:34:26.198Z] 2f9603be2533: Preparing [2020-08-21T07:34:26.198Z] a126a8e8f373: Preparing [2020-08-21T07:34:26.198Z] 28096cff7cb6: Preparing [2020-08-21T07:34:26.198Z] a126a8e8f373: Layer already exists [2020-08-21T07:34:26.198Z] 28096cff7cb6: Layer already exists [2020-08-21T07:34:26.198Z] 2f9603be2533: Layer already exists [2020-08-21T07:34:26.198Z] 1.2.2-dev.16: digest: sha256:77499bd047684ec78a9fce297f9c91b87e574850b7e6a2d6dcb25163ea534757 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:26.421Z] ---> 3ac33da23d3b [2020-08-21T07:34:26.421Z] Step 7/22 : RUN go mod download [2020-08-21T07:34:26.421Z] ---> Running in c215e61ff35d [2020-08-21T07:34:26.494Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:26.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:26.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-21T07:34:26.789Z] 2f9603be2533: Preparing [2020-08-21T07:34:26.789Z] a126a8e8f373: Preparing [2020-08-21T07:34:26.789Z] 28096cff7cb6: Preparing [2020-08-21T07:34:26.789Z] a126a8e8f373: Layer already exists [2020-08-21T07:34:26.789Z] 2f9603be2533: Layer already exists [2020-08-21T07:34:26.789Z] 28096cff7cb6: Layer already exists [2020-08-21T07:34:26.789Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:77499bd047684ec78a9fce297f9c91b87e574850b7e6a2d6dcb25163ea534757 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:27.026Z] ---> Running in 5afbba0d5575 [2020-08-21T07:34:27.084Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:27.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-08-21T07:34:27.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-21T07:34:27.377Z] 2f9603be2533: Preparing [2020-08-21T07:34:27.377Z] a126a8e8f373: Preparing [2020-08-21T07:34:27.377Z] 28096cff7cb6: Preparing [2020-08-21T07:34:27.377Z] a126a8e8f373: Layer already exists [2020-08-21T07:34:27.377Z] 2f9603be2533: Layer already exists [2020-08-21T07:34:27.377Z] 28096cff7cb6: Layer already exists [2020-08-21T07:34:27.377Z] master: digest: sha256:77499bd047684ec78a9fce297f9c91b87e574850b7e6a2d6dcb25163ea534757 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:34:27.561Z] ===================================================== [Pipeline] echo [2020-08-21T07:34:27.607Z] taggedImages: [2020-08-21T07:34:27.607Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:27.607Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.16 [2020-08-21T07:34:27.607Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:27.607Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-08-21T07:34:27.674Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-08-21T07:34:27.674Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:27.674Z] 1.2.2-dev.16 [2020-08-21T07:34:27.674Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:27.674Z] master [2020-08-21T07:34:27.674Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:28.199Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:28.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:28.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-21T07:34:28.519Z] 4d6dd8c95ad0: Preparing [2020-08-21T07:34:28.519Z] 4b9b5f487a7d: Preparing [2020-08-21T07:34:28.519Z] 8b3ea83a705c: Preparing [2020-08-21T07:34:28.519Z] c6aa8e0339a1: Preparing [2020-08-21T07:34:28.519Z] 4bf64e7e7801: Preparing [2020-08-21T07:34:28.519Z] 7d77e6009bb4: Preparing [2020-08-21T07:34:28.519Z] 75f9e6df768e: Preparing [2020-08-21T07:34:28.519Z] 8890c171a12b: Preparing [2020-08-21T07:34:28.519Z] 4ae5bd84d450: Preparing [2020-08-21T07:34:28.519Z] 723a561964c8: Preparing [2020-08-21T07:34:28.519Z] 78764725b56c: Preparing [2020-08-21T07:34:28.519Z] 51d6d3d09136: Preparing [2020-08-21T07:34:28.519Z] 1507bc794612: Preparing [2020-08-21T07:34:28.519Z] 50644c29ef5a: Preparing [2020-08-21T07:34:28.519Z] 4ae5bd84d450: Waiting [2020-08-21T07:34:28.519Z] 723a561964c8: Waiting [2020-08-21T07:34:28.519Z] 78764725b56c: Waiting [2020-08-21T07:34:28.519Z] 51d6d3d09136: Waiting [2020-08-21T07:34:28.519Z] 1507bc794612: Waiting [2020-08-21T07:34:28.519Z] 50644c29ef5a: Waiting [2020-08-21T07:34:28.519Z] 7d77e6009bb4: Waiting [2020-08-21T07:34:28.519Z] 75f9e6df768e: Waiting [2020-08-21T07:34:28.519Z] 8890c171a12b: Waiting [2020-08-21T07:34:28.792Z] 4bf64e7e7801: Pushed [2020-08-21T07:34:28.792Z] 4d6dd8c95ad0: Pushed [2020-08-21T07:34:29.057Z] c6aa8e0339a1: Pushed [2020-08-21T07:34:29.057Z] 8890c171a12b: Layer already exists [2020-08-21T07:34:29.057Z] 4ae5bd84d450: Layer already exists [2020-08-21T07:34:29.057Z] 723a561964c8: Layer already exists [2020-08-21T07:34:29.057Z] 75f9e6df768e: Pushed [2020-08-21T07:34:29.057Z] 78764725b56c: Layer already exists [2020-08-21T07:34:29.057Z] 51d6d3d09136: Layer already exists [2020-08-21T07:34:29.319Z] 4b9b5f487a7d: Pushed [2020-08-21T07:34:29.319Z] 1507bc794612: Layer already exists [2020-08-21T07:34:29.319Z] 50644c29ef5a: Layer already exists [2020-08-21T07:34:29.893Z] 7d77e6009bb4: Pushed [2020-08-21T07:34:31.358Z] Removing intermediate container c803006028ac [2020-08-21T07:34:31.358Z] ---> df11edf01e79 [2020-08-21T07:34:31.358Z] Step 8/22 : COPY . . [2020-08-21T07:34:31.358Z] Removing intermediate container aeda26328869 [2020-08-21T07:34:31.358Z] ---> 07d7fa0015d0 [2020-08-21T07:34:31.358Z] Step 8/23 : COPY . . [2020-08-21T07:34:31.631Z] Removing intermediate container 5afbba0d5575 [2020-08-21T07:34:31.631Z] ---> 676c1922e5d9 [2020-08-21T07:34:31.631Z] Step 8/22 : COPY . . [2020-08-21T07:34:31.907Z] Removing intermediate container 8c962fac1996 [2020-08-21T07:34:31.907Z] ---> 7418dc84c204 [2020-08-21T07:34:31.907Z] Step 8/26 : COPY . . [2020-08-21T07:34:31.907Z] Removing intermediate container c215e61ff35d [2020-08-21T07:34:31.907Z] ---> f273b2c8be26 [2020-08-21T07:34:31.907Z] Step 8/21 : COPY . . [2020-08-21T07:34:33.196Z] 8b3ea83a705c: Pushed [2020-08-21T07:34:33.196Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:cb9bccfe3fce31e8d7ff25fca4b4aa84f4a128c9c8a4590ac24208a9d8c80914 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:33.494Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:33.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.16 [2020-08-21T07:34:33.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-21T07:34:33.785Z] 4d6dd8c95ad0: Preparing [2020-08-21T07:34:33.785Z] 4b9b5f487a7d: Preparing [2020-08-21T07:34:33.785Z] 8b3ea83a705c: Preparing [2020-08-21T07:34:33.785Z] c6aa8e0339a1: Preparing [2020-08-21T07:34:33.785Z] 4bf64e7e7801: Preparing [2020-08-21T07:34:33.785Z] 7d77e6009bb4: Preparing [2020-08-21T07:34:33.785Z] 75f9e6df768e: Preparing [2020-08-21T07:34:33.785Z] 8890c171a12b: Preparing [2020-08-21T07:34:33.785Z] 4ae5bd84d450: Preparing [2020-08-21T07:34:33.785Z] 723a561964c8: Preparing [2020-08-21T07:34:33.785Z] 78764725b56c: Preparing [2020-08-21T07:34:33.785Z] 51d6d3d09136: Preparing [2020-08-21T07:34:33.785Z] 1507bc794612: Preparing [2020-08-21T07:34:33.785Z] 50644c29ef5a: Preparing [2020-08-21T07:34:33.785Z] 723a561964c8: Waiting [2020-08-21T07:34:33.785Z] 78764725b56c: Waiting [2020-08-21T07:34:33.785Z] 51d6d3d09136: Waiting [2020-08-21T07:34:33.785Z] 1507bc794612: Waiting [2020-08-21T07:34:33.785Z] 7d77e6009bb4: Waiting [2020-08-21T07:34:33.785Z] 50644c29ef5a: Waiting [2020-08-21T07:34:33.785Z] 8890c171a12b: Waiting [2020-08-21T07:34:33.785Z] 75f9e6df768e: Waiting [2020-08-21T07:34:33.785Z] 4ae5bd84d450: Waiting [2020-08-21T07:34:33.785Z] 4b9b5f487a7d: Layer already exists [2020-08-21T07:34:33.785Z] 4d6dd8c95ad0: Layer already exists [2020-08-21T07:34:33.785Z] c6aa8e0339a1: Layer already exists [2020-08-21T07:34:33.785Z] 4bf64e7e7801: Layer already exists [2020-08-21T07:34:33.785Z] 8b3ea83a705c: Layer already exists [2020-08-21T07:34:33.785Z] 7d77e6009bb4: Layer already exists [2020-08-21T07:34:33.785Z] 75f9e6df768e: Layer already exists [2020-08-21T07:34:33.785Z] 723a561964c8: Layer already exists [2020-08-21T07:34:33.785Z] 4ae5bd84d450: Layer already exists [2020-08-21T07:34:33.785Z] 8890c171a12b: Layer already exists [2020-08-21T07:34:33.785Z] 78764725b56c: Layer already exists [2020-08-21T07:34:33.785Z] 51d6d3d09136: Layer already exists [2020-08-21T07:34:33.785Z] 1507bc794612: Layer already exists [2020-08-21T07:34:33.785Z] 50644c29ef5a: Layer already exists [2020-08-21T07:34:33.786Z] 1.2.2-dev.16: digest: sha256:cb9bccfe3fce31e8d7ff25fca4b4aa84f4a128c9c8a4590ac24208a9d8c80914 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:34.083Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:34.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:34.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-21T07:34:34.381Z] 4d6dd8c95ad0: Preparing [2020-08-21T07:34:34.381Z] 4b9b5f487a7d: Preparing [2020-08-21T07:34:34.381Z] 8b3ea83a705c: Preparing [2020-08-21T07:34:34.381Z] c6aa8e0339a1: Preparing [2020-08-21T07:34:34.381Z] 4bf64e7e7801: Preparing [2020-08-21T07:34:34.381Z] 7d77e6009bb4: Preparing [2020-08-21T07:34:34.381Z] 75f9e6df768e: Preparing [2020-08-21T07:34:34.381Z] 8890c171a12b: Preparing [2020-08-21T07:34:34.381Z] 4ae5bd84d450: Preparing [2020-08-21T07:34:34.381Z] 723a561964c8: Preparing [2020-08-21T07:34:34.381Z] 78764725b56c: Preparing [2020-08-21T07:34:34.381Z] 51d6d3d09136: Preparing [2020-08-21T07:34:34.381Z] 1507bc794612: Preparing [2020-08-21T07:34:34.381Z] 50644c29ef5a: Preparing [2020-08-21T07:34:34.381Z] 7d77e6009bb4: Waiting [2020-08-21T07:34:34.381Z] 75f9e6df768e: Waiting [2020-08-21T07:34:34.381Z] 8890c171a12b: Waiting [2020-08-21T07:34:34.381Z] 1507bc794612: Waiting [2020-08-21T07:34:34.381Z] 4ae5bd84d450: Waiting [2020-08-21T07:34:34.381Z] 50644c29ef5a: Waiting [2020-08-21T07:34:34.381Z] 723a561964c8: Waiting [2020-08-21T07:34:34.381Z] 78764725b56c: Waiting [2020-08-21T07:34:34.381Z] 51d6d3d09136: Waiting [2020-08-21T07:34:34.381Z] c6aa8e0339a1: Layer already exists [2020-08-21T07:34:34.381Z] 8b3ea83a705c: Layer already exists [2020-08-21T07:34:34.381Z] 4d6dd8c95ad0: Layer already exists [2020-08-21T07:34:34.381Z] 4bf64e7e7801: Layer already exists [2020-08-21T07:34:34.381Z] 4b9b5f487a7d: Layer already exists [2020-08-21T07:34:34.381Z] 7d77e6009bb4: Layer already exists [2020-08-21T07:34:34.381Z] 75f9e6df768e: Layer already exists [2020-08-21T07:34:34.381Z] 4ae5bd84d450: Layer already exists [2020-08-21T07:34:34.381Z] 8890c171a12b: Layer already exists [2020-08-21T07:34:34.381Z] 723a561964c8: Layer already exists [2020-08-21T07:34:34.381Z] 78764725b56c: Layer already exists [2020-08-21T07:34:34.381Z] 1507bc794612: Layer already exists [2020-08-21T07:34:34.381Z] 51d6d3d09136: Layer already exists [2020-08-21T07:34:34.381Z] 50644c29ef5a: Layer already exists [2020-08-21T07:34:34.381Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:cb9bccfe3fce31e8d7ff25fca4b4aa84f4a128c9c8a4590ac24208a9d8c80914 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:34.681Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:34:34.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-08-21T07:34:34.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-21T07:34:34.973Z] 4d6dd8c95ad0: Preparing [2020-08-21T07:34:34.973Z] 4b9b5f487a7d: Preparing [2020-08-21T07:34:34.973Z] 8b3ea83a705c: Preparing [2020-08-21T07:34:34.973Z] c6aa8e0339a1: Preparing [2020-08-21T07:34:34.973Z] 4bf64e7e7801: Preparing [2020-08-21T07:34:34.973Z] 7d77e6009bb4: Preparing [2020-08-21T07:34:34.973Z] 75f9e6df768e: Preparing [2020-08-21T07:34:34.973Z] 8890c171a12b: Preparing [2020-08-21T07:34:34.973Z] 4ae5bd84d450: Preparing [2020-08-21T07:34:34.973Z] 723a561964c8: Preparing [2020-08-21T07:34:34.973Z] 78764725b56c: Preparing [2020-08-21T07:34:34.973Z] 51d6d3d09136: Preparing [2020-08-21T07:34:34.973Z] 1507bc794612: Preparing [2020-08-21T07:34:34.973Z] 50644c29ef5a: Preparing [2020-08-21T07:34:34.973Z] 7d77e6009bb4: Waiting [2020-08-21T07:34:34.973Z] 75f9e6df768e: Waiting [2020-08-21T07:34:34.973Z] 8890c171a12b: Waiting [2020-08-21T07:34:34.973Z] 4ae5bd84d450: Waiting [2020-08-21T07:34:34.973Z] 723a561964c8: Waiting [2020-08-21T07:34:34.973Z] 78764725b56c: Waiting [2020-08-21T07:34:34.973Z] 51d6d3d09136: Waiting [2020-08-21T07:34:34.973Z] 1507bc794612: Waiting [2020-08-21T07:34:34.973Z] 50644c29ef5a: Waiting [2020-08-21T07:34:34.973Z] 8b3ea83a705c: Layer already exists [2020-08-21T07:34:34.973Z] 4bf64e7e7801: Layer already exists [2020-08-21T07:34:34.973Z] c6aa8e0339a1: Layer already exists [2020-08-21T07:34:34.973Z] 4d6dd8c95ad0: Layer already exists [2020-08-21T07:34:34.973Z] 4b9b5f487a7d: Layer already exists [2020-08-21T07:34:34.973Z] 7d77e6009bb4: Layer already exists [2020-08-21T07:34:34.973Z] 75f9e6df768e: Layer already exists [2020-08-21T07:34:34.973Z] 8890c171a12b: Layer already exists [2020-08-21T07:34:34.973Z] 723a561964c8: Layer already exists [2020-08-21T07:34:34.973Z] 4ae5bd84d450: Layer already exists [2020-08-21T07:34:34.973Z] 78764725b56c: Layer already exists [2020-08-21T07:34:34.973Z] 51d6d3d09136: Layer already exists [2020-08-21T07:34:34.973Z] 1507bc794612: Layer already exists [2020-08-21T07:34:34.973Z] 50644c29ef5a: Layer already exists [2020-08-21T07:34:34.973Z] master: digest: sha256:cb9bccfe3fce31e8d7ff25fca4b4aa84f4a128c9c8a4590ac24208a9d8c80914 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:34:35.146Z] ===================================================== [Pipeline] echo [2020-08-21T07:34:35.190Z] taggedImages: [2020-08-21T07:34:35.190Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:34:35.190Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.16 [2020-08-21T07:34:35.190Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:34:35.190Z] - 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-21T07:34:54.234Z] ---> 8c32ac987a86 [2020-08-21T07:34:54.234Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-08-21T07:34:54.234Z] ---> a2ce60764fa5 [2020-08-21T07:34:54.234Z] 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-21T07:34:54.234Z] ---> 24ba5e6abd54 [2020-08-21T07:34:54.234Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-08-21T07:34:54.234Z] ---> Running in f1c82d832503 [2020-08-21T07:34:54.234Z] ---> a3c1e2a2f2a6 [2020-08-21T07:34:54.234Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-08-21T07:34:54.234Z] ---> Running in 79c082d34bf0 [2020-08-21T07:34:54.507Z] ---> f5b1fb1fc0de [2020-08-21T07:34:54.507Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-08-21T07:34:54.507Z] ---> Running in f7c3fbcd9de5 [2020-08-21T07:34:54.507Z] ---> Running in 16d8d53d8b10 [2020-08-21T07:34:54.784Z] ---> Running in f0c77eabe68f [2020-08-21T07:34:56.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-21T07:34:57.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-21T07:34:57.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-21T07:34:57.333Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/core-data/core-data ./cmd/core-data [2020-08-21T07:34:57.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-21T07:36:19.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-21T07:36:26.205Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-21T07:36:33.003Z] Removing intermediate container 16d8d53d8b10 [2020-08-21T07:36:33.003Z] ---> 12c148b05223 [2020-08-21T07:36:33.288Z] [2020-08-21T07:36:33.288Z] Step 10/22 : FROM scratch [2020-08-21T07:36:33.288Z] ---> [2020-08-21T07:36:33.288Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-21T07:36:33.602Z] ---> Running in 5f0dcf14c1d7 [2020-08-21T07:36:34.209Z] Removing intermediate container 5f0dcf14c1d7 [2020-08-21T07:36:34.209Z] ---> 91866aa7d53f [2020-08-21T07:36:34.209Z] Step 12/22 : ENV APP_PORT=48061 [2020-08-21T07:36:34.209Z] ---> Running in 42e0babbd6f1 [2020-08-21T07:36:34.823Z] Removing intermediate container 42e0babbd6f1 [2020-08-21T07:36:34.823Z] ---> e41e224aa0c8 [2020-08-21T07:36:34.823Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-21T07:36:35.102Z] ---> Running in b0a79cd4c465 [2020-08-21T07:36:35.717Z] Removing intermediate container b0a79cd4c465 [2020-08-21T07:36:35.717Z] ---> e5bc145a4ac6 [2020-08-21T07:36:35.717Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-08-21T07:36:37.727Z] ---> 9b7470d729b5 [2020-08-21T07:36:37.727Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-21T07:36:39.765Z] ---> 744cd33ec1d3 [2020-08-21T07:36:39.765Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-21T07:36:40.384Z] Removing intermediate container f7c3fbcd9de5 [2020-08-21T07:36:40.384Z] ---> c7682143a63b [2020-08-21T07:36:40.384Z] [2020-08-21T07:36:40.384Z] Step 10/26 : FROM alpine:3.10 [2020-08-21T07:36:40.665Z] 3.10: Pulling from library/alpine [2020-08-21T07:36:42.129Z] ---> afabfac449e2 [2020-08-21T07:36:42.129Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-21T07:36:42.739Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-21T07:36:42.739Z] Status: Downloaded newer image for alpine:3.10 [2020-08-21T07:36:42.739Z] ---> 536a684cf733 [2020-08-21T07:36:42.739Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-21T07:36:43.058Z] ---> Running in c1400c7407a6 [2020-08-21T07:36:43.674Z] ---> 26e8b7183cc7 [2020-08-21T07:36:43.674Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-08-21T07:36:43.949Z] ---> Running in edb7b8636471 [2020-08-21T07:36:44.943Z] Removing intermediate container edb7b8636471 [2020-08-21T07:36:44.943Z] ---> 66d29ea977ac [2020-08-21T07:36:44.943Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:36:45.225Z] ---> Running in f8c1c27808b8 [2020-08-21T07:36:45.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:36:46.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:36:46.408Z] Removing intermediate container f8c1c27808b8 [2020-08-21T07:36:46.408Z] ---> 34cbec7d9260 [2020-08-21T07:36:46.408Z] Step 20/22 : LABEL arch=arm64 [2020-08-21T07:36:46.690Z] v3.10.5-76-g1530c9fe13 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-21T07:36:46.690Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-21T07:36:46.690Z] OK: 10167 distinct packages available [2020-08-21T07:36:46.690Z] ---> Running in 2818e0c66c93 [2020-08-21T07:36:47.694Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-21T07:36:47.694Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-21T07:36:47.694Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-21T07:36:47.694Z] Removing intermediate container 2818e0c66c93 [2020-08-21T07:36:47.694Z] ---> 92fec40fc39b [2020-08-21T07:36:47.694Z] Step 21/22 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:36:47.694Z] (4/5) Installing curl (7.66.0-r0) [2020-08-21T07:36:47.694Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-21T07:36:47.694Z] Executing busybox-1.30.1-r3.trigger [2020-08-21T07:36:47.694Z] Executing ca-certificates-20191127-r2.trigger [2020-08-21T07:36:48.295Z] OK: 7 MiB in 19 packages [2020-08-21T07:36:48.295Z] ---> Running in bb9ce8edb63c [2020-08-21T07:36:49.735Z] Removing intermediate container bb9ce8edb63c [2020-08-21T07:36:49.735Z] ---> fca00b60c925 [2020-08-21T07:36:49.735Z] Step 22/22 : LABEL version=1.2.2-dev.16 [2020-08-21T07:36:50.013Z] ---> Running in e00b1e88ed81 [2020-08-21T07:36:51.468Z] Removing intermediate container e00b1e88ed81 [2020-08-21T07:36:51.468Z] ---> 4af260aa96b1 [2020-08-21T07:36:51.468Z] [2020-08-21T07:36:51.748Z] Removing intermediate container c1400c7407a6 [2020-08-21T07:36:51.748Z] ---> 2c7a2ad5b143 [2020-08-21T07:36:51.748Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-21T07:36:52.021Z] Successfully built 4af260aa96b1 [2020-08-21T07:36:52.299Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-21T07:36:52.299Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-08-21T07:36:52.579Z] Removing intermediate container 79c082d34bf0 [2020-08-21T07:36:52.579Z] ---> 313addd49cbb [2020-08-21T07:36:52.579Z] [2020-08-21T07:36:52.579Z] Step 10/21 : FROM scratch [2020-08-21T07:36:52.579Z] ---> [2020-08-21T07:36:52.579Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-21T07:36:52.579Z] ---> Running in 8bf7240d4fa2 [2020-08-21T07:36:52.852Z] ---> Running in b9ac4dbdc53d [2020-08-21T07:36:53.863Z] Removing intermediate container 8bf7240d4fa2 [2020-08-21T07:36:53.863Z] ---> d8eca6593746 [2020-08-21T07:36:53.863Z] Step 13/26 : WORKDIR / [2020-08-21T07:36:54.463Z] Removing intermediate container b9ac4dbdc53d [2020-08-21T07:36:54.463Z] ---> 2ecdde548a68 [2020-08-21T07:36:54.463Z] Step 12/21 : ENV APP_PORT=48085 [2020-08-21T07:36:55.916Z] ---> Running in 13d82aefb282 [2020-08-21T07:36:55.916Z] ---> Running in 016fb0fa8df0 [2020-08-21T07:36:56.515Z] Removing intermediate container 13d82aefb282 [2020-08-21T07:36:56.515Z] ---> 804e87ed3edd [2020-08-21T07:36:56.515Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-21T07:36:57.114Z] ---> Running in e0ee4f1593ec [2020-08-21T07:36:57.114Z] Removing intermediate container 016fb0fa8df0 [2020-08-21T07:36:57.114Z] ---> 63bf911d69a6 [2020-08-21T07:36:57.390Z] 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-21T07:36:58.825Z] Removing intermediate container e0ee4f1593ec [2020-08-21T07:36:58.825Z] ---> 40339fcf5a35 [2020-08-21T07:36:58.825Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-21T07:36:59.097Z] ---> 61998ad6161b [2020-08-21T07:36:59.097Z] 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-21T07:37:00.083Z] ---> d07b077ee9a4 [2020-08-21T07:37:00.083Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-21T07:37:00.693Z] ---> 4cfe0bb12f67 [2020-08-21T07:37:00.693Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-21T07:37:00.971Z] Removing intermediate container f1c82d832503 [2020-08-21T07:37:00.971Z] ---> 55a72904943e [2020-08-21T07:37:00.971Z] [2020-08-21T07:37:00.971Z] Step 10/22 : FROM scratch [2020-08-21T07:37:00.971Z] ---> [2020-08-21T07:37:00.971Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-21T07:37:00.971Z] ---> Using cache [2020-08-21T07:37:00.971Z] ---> 2ecdde548a68 [2020-08-21T07:37:00.971Z] Step 12/22 : ENV APP_PORT=48081 [2020-08-21T07:37:02.055Z] ---> Running in 8bf37c9820ba [2020-08-21T07:37:02.426Z] ---> 0fd95df798d1 [2020-08-21T07:37:02.426Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-21T07:37:03.096Z] ---> 7ddb59eb6f2e [2020-08-21T07:37:03.096Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-21T07:37:03.096Z] Removing intermediate container 8bf37c9820ba [2020-08-21T07:37:03.096Z] ---> 479256b4f4c3 [2020-08-21T07:37:03.096Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-21T07:37:03.371Z] ---> Running in 0d77c7edda51 [2020-08-21T07:37:03.967Z] ---> a62e3199017b [2020-08-21T07:37:03.967Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-08-21T07:37:04.241Z] ---> Running in 4184c0d6fad0 [2020-08-21T07:37:04.241Z] Removing intermediate container 0d77c7edda51 [2020-08-21T07:37:04.241Z] ---> 8fee3cead335 [2020-08-21T07:37:04.241Z] Step 14/22 : WORKDIR / [2020-08-21T07:37:04.841Z] ---> c3ea8a750cfc [2020-08-21T07:37:04.841Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-21T07:37:04.841Z] ---> Running in b4f8388e0daa [2020-08-21T07:37:05.119Z] Removing intermediate container 4184c0d6fad0 [2020-08-21T07:37:05.119Z] ---> 95608ce09b8f [2020-08-21T07:37:05.119Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:37:06.116Z] ---> Running in ae115506297c [2020-08-21T07:37:06.116Z] Removing intermediate container b4f8388e0daa [2020-08-21T07:37:06.116Z] ---> 2ed94ad196be [2020-08-21T07:37:06.116Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-21T07:37:07.112Z] ---> c28a628698d2 [2020-08-21T07:37:07.112Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-21T07:37:07.712Z] ---> ceaf74a4bb39 [2020-08-21T07:37:07.712Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-21T07:37:07.712Z] Removing intermediate container ae115506297c [2020-08-21T07:37:07.712Z] ---> 18c379ead465 [2020-08-21T07:37:07.712Z] Step 19/21 : LABEL arch=arm64 [2020-08-21T07:37:08.311Z] ---> Running in f08dd9352635 [2020-08-21T07:37:09.304Z] ---> fac78f8e3b2f [2020-08-21T07:37:09.304Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-21T07:37:09.304Z] Step 1/27 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:37:09.304Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:37:09.304Z] ---> 35f757a588bf [2020-08-21T07:37:09.304Z] Step 3/27 : WORKDIR /edgex-go [2020-08-21T07:37:09.304Z] ---> Using cache [2020-08-21T07:37:09.304Z] ---> d407bfe3a157 [2020-08-21T07:37:09.304Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:37:09.304Z] ---> Using cache [2020-08-21T07:37:09.304Z] ---> d1e4ebc0ccca [2020-08-21T07:37:09.304Z] Step 5/27 : RUN apk update && apk add make bash git [2020-08-21T07:37:09.304Z] Removing intermediate container f08dd9352635 [2020-08-21T07:37:09.304Z] ---> 257450106789 [2020-08-21T07:37:09.304Z] Step 20/21 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:37:09.304Z] ---> Running in cf51f312b8f8 [2020-08-21T07:37:09.580Z] ---> 6efb3c3e66d6 [2020-08-21T07:37:09.580Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-21T07:37:10.174Z] ---> Running in 4c0282052185 [2020-08-21T07:37:10.783Z] ---> 6d295b43e6f7 [2020-08-21T07:37:10.783Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-21T07:37:11.074Z] ---> b6529f41f8e2 [2020-08-21T07:37:11.074Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-08-21T07:37:11.074Z] Removing intermediate container 4c0282052185 [2020-08-21T07:37:11.074Z] ---> dba8de4bb99a [2020-08-21T07:37:11.074Z] Step 21/21 : LABEL version=1.2.2-dev.16 [2020-08-21T07:37:11.344Z] ---> Running in 36919a847445 [2020-08-21T07:37:11.344Z] ---> Running in 6eb451a1dd33 [2020-08-21T07:37:11.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:37:11.942Z] ---> c5fdbb1bb106 [2020-08-21T07:37:11.942Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-21T07:37:12.217Z] Removing intermediate container 6eb451a1dd33 [2020-08-21T07:37:12.217Z] ---> 632e32032ade [2020-08-21T07:37:12.217Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:37:12.217Z] Removing intermediate container 36919a847445 [2020-08-21T07:37:12.217Z] ---> e7a64a1d37f9 [2020-08-21T07:37:12.217Z] [2020-08-21T07:37:12.217Z] ---> Running in bebc936e87e4 [2020-08-21T07:37:12.495Z] ---> Running in bb6a79dc5c13 [2020-08-21T07:37:12.771Z] Successfully built e7a64a1d37f9 [2020-08-21T07:37:12.771Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-21T07:37:12.771Z] Building docker-core-command-go [2020-08-21T07:37:12.771Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:37:13.759Z] Removing intermediate container bb6a79dc5c13 [2020-08-21T07:37:13.759Z] ---> f8bcb95d06f7 [2020-08-21T07:37:13.759Z] Step 20/22 : LABEL arch=arm64 [2020-08-21T07:37:14.034Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:37:14.034Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:37:14.034Z] OK: 12617 distinct packages available [2020-08-21T07:37:15.025Z] OK: 217 MiB in 51 packages [2020-08-21T07:37:15.298Z] ---> Running in cda48633a369 [2020-08-21T07:37:16.731Z] Removing intermediate container f0c77eabe68f [2020-08-21T07:37:16.731Z] ---> c631a0e5c2fc [2020-08-21T07:37:16.731Z] [2020-08-21T07:37:16.731Z] Step 10/23 : FROM alpine [2020-08-21T07:37:16.731Z] latest: Pulling from library/alpine [2020-08-21T07:37:17.488Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-21T07:37:17.488Z] Removing intermediate container cda48633a369 [2020-08-21T07:37:17.488Z] ---> 64f5992c9163 [2020-08-21T07:37:17.488Z] Step 21/22 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:37:17.488Z] Status: Downloaded newer image for alpine:latest [2020-08-21T07:37:17.488Z] ---> 62ee0e9f8440 [2020-08-21T07:37:17.488Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-21T07:37:18.086Z] ---> Running in 3833c6c721b0 [2020-08-21T07:37:18.086Z] ---> Running in 89b49ac28947 [2020-08-21T07:37:18.358Z] Removing intermediate container bebc936e87e4 [2020-08-21T07:37:18.358Z] ---> 5bf2e30aecf9 [2020-08-21T07:37:18.358Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-21T07:37:18.358Z] Removing intermediate container cf51f312b8f8 [2020-08-21T07:37:18.358Z] ---> 4234dd1cb38b [2020-08-21T07:37:18.358Z] Step 6/27 : COPY go.mod . [2020-08-21T07:37:18.628Z] ---> Running in 10e90664bb55 [2020-08-21T07:37:18.628Z] Removing intermediate container 89b49ac28947 [2020-08-21T07:37:18.628Z] ---> 59250d9971d3 [2020-08-21T07:37:18.628Z] Step 12/23 : ENV APP_PORT=48080 [2020-08-21T07:37:18.898Z] Removing intermediate container 3833c6c721b0 [2020-08-21T07:37:18.898Z] ---> 3c747f5d3952 [2020-08-21T07:37:18.898Z] Step 22/22 : LABEL version=1.2.2-dev.16 [2020-08-21T07:37:18.898Z] ---> Running in 2dc0a61dd76f [2020-08-21T07:37:19.170Z] ---> Running in 9adee873ed37 [2020-08-21T07:37:19.170Z] Removing intermediate container 10e90664bb55 [2020-08-21T07:37:19.170Z] ---> 3aa29b1b7898 [2020-08-21T07:37:19.170Z] Step 24/26 : LABEL arch=arm64 [2020-08-21T07:37:19.443Z] ---> 4acea68ab32f [2020-08-21T07:37:19.443Z] Step 7/27 : RUN go mod download [2020-08-21T07:37:19.443Z] ---> Running in 3137e8b54e12 [2020-08-21T07:37:19.717Z] ---> Running in 0ad02192308b [2020-08-21T07:37:19.987Z] Removing intermediate container 2dc0a61dd76f [2020-08-21T07:37:19.987Z] ---> b0a2e84113e2 [2020-08-21T07:37:19.987Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-21T07:37:19.987Z] Removing intermediate container 9adee873ed37 [2020-08-21T07:37:19.987Z] ---> 3c65fc99cd42 [2020-08-21T07:37:19.987Z] [2020-08-21T07:37:20.259Z] ---> Running in 1b3f7ce9b439 [2020-08-21T07:37:20.259Z] Removing intermediate container 3137e8b54e12 [2020-08-21T07:37:20.259Z] ---> 8ea06f4122f6 [2020-08-21T07:37:20.259Z] Step 25/26 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:37:20.535Z] ---> Running in c21a0959b7c0 [2020-08-21T07:37:20.535Z] Successfully built 3c65fc99cd42 [2020-08-21T07:37:20.535Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-21T07:37:20.535Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-08-21T07:37:21.132Z] Removing intermediate container 1b3f7ce9b439 [2020-08-21T07:37:21.132Z] ---> dc096f6c5418 [2020-08-21T07:37:21.132Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:37:21.132Z] Removing intermediate container c21a0959b7c0 [2020-08-21T07:37:21.132Z] ---> 60e655a84513 [2020-08-21T07:37:21.132Z] Step 26/26 : LABEL version=1.2.2-dev.16 [2020-08-21T07:37:21.403Z] ---> Running in a02fb50af2d6 [2020-08-21T07:37:21.403Z] ---> Running in f06800cfc707 [2020-08-21T07:37:22.853Z] Removing intermediate container f06800cfc707 [2020-08-21T07:37:22.853Z] ---> b0f7b2be269c [2020-08-21T07:37:22.853Z] [2020-08-21T07:37:23.128Z] Successfully built b0f7b2be269c [2020-08-21T07:37:24.109Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-21T07:37:24.109Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-08-21T07:37:25.094Z] Removing intermediate container 0ad02192308b [2020-08-21T07:37:25.094Z] ---> 54b6093d1c8a [2020-08-21T07:37:25.094Z] Step 8/27 : COPY . . [2020-08-21T07:37:26.077Z] Removing intermediate container a02fb50af2d6 [2020-08-21T07:37:26.077Z] ---> 05d109d759bb [2020-08-21T07:37:26.077Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-08-21T07:37:29.470Z] ---> Running in 18d34fb01b1e [2020-08-21T07:37:31.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:37:32.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:37:33.028Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-21T07:37:33.028Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-21T07:37:33.028Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-21T07:37:33.303Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-21T07:37:33.303Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-21T07:37:33.578Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:37:33.578Z] OK: 8 MiB in 19 packages [2020-08-21T07:37:39.018Z] ---> 2d99ca870778 [2020-08-21T07:37:39.018Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-21T07:37:39.292Z] ---> Running in d59b28bf1f17 [2020-08-21T07:37:39.292Z] Removing intermediate container 18d34fb01b1e [2020-08-21T07:37:39.292Z] ---> 407a7b3a08ac [2020-08-21T07:37:39.292Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-21T07:37:41.958Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:37:41.958Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:37:41.958Z] ---> 35f757a588bf [2020-08-21T07:37:41.958Z] Step 3/22 : WORKDIR /edgex-go [2020-08-21T07:37:41.958Z] ---> Using cache [2020-08-21T07:37:41.958Z] ---> d407bfe3a157 [2020-08-21T07:37:41.958Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:37:41.958Z] ---> Using cache [2020-08-21T07:37:41.958Z] ---> d1e4ebc0ccca [2020-08-21T07:37:41.958Z] Step 5/22 : RUN apk update && apk add make git [2020-08-21T07:37:41.958Z] ---> Using cache [2020-08-21T07:37:41.958Z] ---> dfe93a44dc52 [2020-08-21T07:37:41.958Z] Step 6/22 : COPY go.mod . [2020-08-21T07:37:41.958Z] ---> Using cache [2020-08-21T07:37:41.958Z] ---> 0ea7f444cb13 [2020-08-21T07:37:41.958Z] Step 7/22 : RUN go mod download [2020-08-21T07:37:41.958Z] ---> Using cache [2020-08-21T07:37:41.958Z] ---> f273b2c8be26 [2020-08-21T07:37:41.958Z] Step 8/22 : COPY . . [2020-08-21T07:37:41.958Z] ---> Using cache [2020-08-21T07:37:41.958Z] ---> 24ba5e6abd54 [2020-08-21T07:37:41.958Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-08-21T07:37:41.958Z] ---> 1cd2d956b0f4 [2020-08-21T07:37:41.958Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-21T07:37:41.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-21T07:37:41.958Z] ---> Running in 19c33aea501d [2020-08-21T07:37:44.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/core-command/core-command ./cmd/core-command [2020-08-21T07:37:46.220Z] ---> fc5153594556 [2020-08-21T07:37:46.220Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-21T07:37:47.750Z] ---> 388cf0d8d1c5 [2020-08-21T07:37:47.750Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-08-21T07:37:48.355Z] ---> Running in f4d02e75fb8c [2020-08-21T07:37:49.848Z] Removing intermediate container f4d02e75fb8c [2020-08-21T07:37:49.848Z] ---> 1666a762aaac [2020-08-21T07:37:49.848Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:37:50.456Z] ---> Running in d37ae1205c6a [2020-08-21T07:37:51.453Z] Removing intermediate container d37ae1205c6a [2020-08-21T07:37:51.453Z] ---> c1daf747a72b [2020-08-21T07:37:51.453Z] Step 21/23 : LABEL arch=arm64 [2020-08-21T07:37:52.051Z] ---> Running in c650653176ee [2020-08-21T07:37:53.072Z] Removing intermediate container c650653176ee [2020-08-21T07:37:53.072Z] ---> dc3c57475033 [2020-08-21T07:37:53.072Z] Step 22/23 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:37:53.348Z] ---> Running in 0d0f78f27d71 [2020-08-21T07:37:54.364Z] Removing intermediate container 0d0f78f27d71 [2020-08-21T07:37:54.364Z] ---> af20554b15b9 [2020-08-21T07:37:54.364Z] Step 23/23 : LABEL version=1.2.2-dev.16 [2020-08-21T07:37:55.008Z] ---> Running in 1fe0d49ff219 [2020-08-21T07:37:56.003Z] Removing intermediate container 1fe0d49ff219 [2020-08-21T07:37:56.003Z] ---> 1a8ff6d7acd1 [2020-08-21T07:37:56.003Z] [2020-08-21T07:37:56.614Z] Successfully built 1a8ff6d7acd1 [2020-08-21T07:37:56.892Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-21T07:37:56.892Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-08-21T07:37:57.893Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:37:57.893Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-21T07:37:57.893Z] ---> 35f757a588bf [2020-08-21T07:37:57.893Z] Step 3/29 : WORKDIR /edgex-go [2020-08-21T07:37:57.893Z] ---> Using cache [2020-08-21T07:37:57.893Z] ---> d407bfe3a157 [2020-08-21T07:37:57.893Z] Step 4/29 : RUN apk update && apk add make git [2020-08-21T07:37:57.893Z] ---> Running in 9406c87c8d24 [2020-08-21T07:38:00.566Z] Step 1/24 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:38:00.566Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:38:00.566Z] ---> 35f757a588bf [2020-08-21T07:38:00.566Z] Step 3/24 : WORKDIR /edgex-go [2020-08-21T07:38:00.566Z] ---> Using cache [2020-08-21T07:38:00.566Z] ---> d407bfe3a157 [2020-08-21T07:38:00.566Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:38:00.566Z] ---> Using cache [2020-08-21T07:38:00.566Z] ---> d1e4ebc0ccca [2020-08-21T07:38:00.566Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-08-21T07:38:00.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:38:01.172Z] ---> Running in c80a17887341 [2020-08-21T07:38:01.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:38:02.630Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:38:02.630Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:38:02.630Z] OK: 12617 distinct packages available [2020-08-21T07:38:03.619Z] OK: 217 MiB in 51 packages [2020-08-21T07:38:03.619Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:38:04.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:38:06.087Z] v3.12.0-254-g188bfebd7f [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:38:06.087Z] v3.12.0-255-g92cbb6be98 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:38:06.087Z] OK: 12617 distinct packages available [2020-08-21T07:38:06.366Z] Removing intermediate container 9406c87c8d24 [2020-08-21T07:38:06.366Z] ---> 78a668fb39fb [2020-08-21T07:38:06.366Z] Step 5/29 : COPY go.mod . [2020-08-21T07:38:06.648Z] OK: 217 MiB in 51 packages [2020-08-21T07:38:08.127Z] ---> 221eb50ed1b9 [2020-08-21T07:38:08.127Z] Step 6/29 : RUN go mod download [2020-08-21T07:38:08.405Z] ---> Running in d8271a43cc6b [2020-08-21T07:38:09.018Z] Removing intermediate container c80a17887341 [2020-08-21T07:38:09.018Z] ---> 7003d71dec56 [2020-08-21T07:38:09.018Z] Step 6/24 : COPY go.mod . [2020-08-21T07:38:11.016Z] ---> d1012ef0deeb [2020-08-21T07:38:11.016Z] Step 7/24 : RUN go mod download [2020-08-21T07:38:11.016Z] ---> Running in 513cfc656a35 [2020-08-21T07:38:14.441Z] Removing intermediate container d8271a43cc6b [2020-08-21T07:38:14.441Z] ---> 89a0304f8400 [2020-08-21T07:38:14.441Z] Step 7/29 : COPY . . [2020-08-21T07:38:17.101Z] Removing intermediate container 513cfc656a35 [2020-08-21T07:38:17.101Z] ---> 406ebb4bb386 [2020-08-21T07:38:17.101Z] Step 8/24 : COPY . . [2020-08-21T07:38:22.571Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-21T07:38:22.571Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-21T07:38:22.571Z] ---> 35f757a588bf [2020-08-21T07:38:22.571Z] Step 3/20 : WORKDIR /edgex-go [2020-08-21T07:38:22.571Z] ---> Using cache [2020-08-21T07:38:22.571Z] ---> d407bfe3a157 [2020-08-21T07:38:22.571Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-21T07:38:22.571Z] ---> Using cache [2020-08-21T07:38:22.571Z] ---> d1e4ebc0ccca [2020-08-21T07:38:22.571Z] Step 5/20 : RUN apk update && apk add make git [2020-08-21T07:38:22.571Z] ---> Using cache [2020-08-21T07:38:22.571Z] ---> dfe93a44dc52 [2020-08-21T07:38:22.571Z] Step 6/20 : COPY go.mod . [2020-08-21T07:38:22.571Z] ---> Using cache [2020-08-21T07:38:22.571Z] ---> 0ea7f444cb13 [2020-08-21T07:38:22.571Z] Step 7/20 : RUN go mod download [2020-08-21T07:38:22.571Z] ---> Using cache [2020-08-21T07:38:22.571Z] ---> f273b2c8be26 [2020-08-21T07:38:22.571Z] Step 8/20 : COPY . . [2020-08-21T07:38:22.571Z] ---> Using cache [2020-08-21T07:38:22.571Z] ---> 24ba5e6abd54 [2020-08-21T07:38:22.571Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-21T07:38:24.582Z] ---> Running in 5ce488eb4652 [2020-08-21T07:38:27.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-21T07:38:45.639Z] ---> 525ec8275f20 [2020-08-21T07:38:45.639Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-21T07:38:45.639Z] ---> 70936f43d188 [2020-08-21T07:38:45.639Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-08-21T07:38:45.639Z] ---> Running in bc22d4fd220d [2020-08-21T07:38:45.639Z] ---> Running in e300ef2ef12c [2020-08-21T07:38:47.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-21T07:38:47.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-21T07:39:00.230Z] Removing intermediate container d59b28bf1f17 [2020-08-21T07:39:00.230Z] ---> da7650f173be [2020-08-21T07:39:00.230Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-21T07:39:00.230Z] ---> Running in 9352d69230bd [2020-08-21T07:39:02.902Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-21T07:39:09.668Z] Removing intermediate container 9352d69230bd [2020-08-21T07:39:09.668Z] ---> 0089ac8e83ad [2020-08-21T07:39:09.668Z] [2020-08-21T07:39:09.668Z] Step 11/27 : FROM docker:latest [2020-08-21T07:39:09.668Z] ---> ce9d55ae87f1 [2020-08-21T07:39:09.668Z] Step 12/27 : RUN apk add --no-cache bash [2020-08-21T07:39:09.668Z] ---> Running in af02f787e6d2 [2020-08-21T07:39:11.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:39:11.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:39:12.579Z] (1/2) Installing readline (8.0.4-r0) [2020-08-21T07:39:12.579Z] (2/2) Installing bash (5.0.17-r0) [2020-08-21T07:39:12.855Z] Executing bash-5.0.17-r0.post-install [2020-08-21T07:39:12.856Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:39:12.856Z] OK: 12 MiB in 22 packages [2020-08-21T07:39:14.857Z] Removing intermediate container af02f787e6d2 [2020-08-21T07:39:14.857Z] ---> ce14e0bd5273 [2020-08-21T07:39:14.857Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-08-21T07:39:15.140Z] ---> Running in 58f7ea66fad5 [2020-08-21T07:39:19.478Z] Removing intermediate container 58f7ea66fad5 [2020-08-21T07:39:19.478Z] ---> de77a7c254a9 [2020-08-21T07:39:19.478Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-21T07:39:19.478Z] ---> Running in c0ac727763f8 [2020-08-21T07:39:20.090Z] Removing intermediate container c0ac727763f8 [2020-08-21T07:39:20.090Z] ---> c22c92877477 [2020-08-21T07:39:20.090Z] Step 15/27 : ENV APP_PORT=48090 [2020-08-21T07:39:20.370Z] ---> Running in ea37d43b3574 [2020-08-21T07:39:20.999Z] Removing intermediate container ea37d43b3574 [2020-08-21T07:39:20.999Z] ---> f6ffbfbe4e7b [2020-08-21T07:39:20.999Z] Step 16/27 : EXPOSE $APP_PORT [2020-08-21T07:39:21.614Z] ---> Running in 3c56ef0e980c [2020-08-21T07:39:22.623Z] Removing intermediate container 3c56ef0e980c [2020-08-21T07:39:22.623Z] ---> eb28e7e90aa3 [2020-08-21T07:39:22.623Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-21T07:39:25.285Z] ---> a0b076ecbf3c [2020-08-21T07:39:25.285Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-21T07:39:26.752Z] Removing intermediate container 19c33aea501d [2020-08-21T07:39:26.752Z] ---> 711ccdcc31b4 [2020-08-21T07:39:26.752Z] [2020-08-21T07:39:26.752Z] Step 10/22 : FROM scratch [2020-08-21T07:39:26.752Z] ---> [2020-08-21T07:39:26.752Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-21T07:39:26.752Z] ---> ff1d51a98936 [2020-08-21T07:39:26.752Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-21T07:39:27.032Z] ---> Using cache [2020-08-21T07:39:27.032Z] ---> 2ecdde548a68 [2020-08-21T07:39:27.032Z] Step 12/22 : ENV APP_PORT=48082 [2020-08-21T07:39:27.032Z] ---> Running in ee5424880d33 [2020-08-21T07:39:28.035Z] Removing intermediate container ee5424880d33 [2020-08-21T07:39:28.035Z] ---> acf5b582a8df [2020-08-21T07:39:28.035Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-21T07:39:28.313Z] ---> Running in e36d8838c565 [2020-08-21T07:39:28.313Z] ---> cfe83abefa15 [2020-08-21T07:39:28.313Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-08-21T07:39:28.600Z] ---> Running in ca07ec03481c [2020-08-21T07:39:29.212Z] Removing intermediate container e36d8838c565 [2020-08-21T07:39:29.212Z] ---> 048258d63f7f [2020-08-21T07:39:29.212Z] Step 14/22 : WORKDIR / [2020-08-21T07:39:29.212Z] ---> Running in e78e49dc6deb [2020-08-21T07:39:30.219Z] Removing intermediate container e78e49dc6deb [2020-08-21T07:39:30.219Z] ---> 3dc2a1d16511 [2020-08-21T07:39:30.219Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-21T07:39:31.218Z] ---> 0c260b8eed5e [2020-08-21T07:39:31.218Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-21T07:39:31.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:39:31.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:39:32.401Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-21T07:39:32.401Z] (2/33) Installing expat (2.2.9-r1) [2020-08-21T07:39:32.401Z] (3/33) Installing libffi (3.3-r2) [2020-08-21T07:39:32.401Z] (4/33) Installing gdbm (1.13-r1) [2020-08-21T07:39:32.401Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-21T07:39:32.401Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-21T07:39:32.401Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-21T07:39:33.433Z] ---> 9ff99f9e0465 [2020-08-21T07:39:33.433Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-21T07:39:34.894Z] ---> 68969f7ae457 [2020-08-21T07:39:34.894Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-08-21T07:39:34.894Z] ---> Running in 35bd2f362381 [2020-08-21T07:39:35.182Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-21T07:39:35.182Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-21T07:39:35.182Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-21T07:39:35.182Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-21T07:39:35.182Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-21T07:39:35.182Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-21T07:39:35.182Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-21T07:39:35.182Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-21T07:39:35.182Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-21T07:39:35.470Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-21T07:39:35.470Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-21T07:39:35.470Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-21T07:39:35.470Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-21T07:39:35.470Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-21T07:39:35.470Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-21T07:39:35.470Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-21T07:39:35.470Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-21T07:39:35.470Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-21T07:39:35.775Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-21T07:39:35.775Z] Removing intermediate container 35bd2f362381 [2020-08-21T07:39:35.775Z] ---> be3ce9178d23 [2020-08-21T07:39:35.775Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:39:35.775Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-21T07:39:35.775Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-21T07:39:35.775Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-21T07:39:35.775Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-21T07:39:35.775Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-21T07:39:35.775Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-21T07:39:35.775Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-21T07:39:35.775Z] ---> Running in 00f8e9277ce0 [2020-08-21T07:39:36.062Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:39:36.062Z] OK: 71 MiB in 55 packages [2020-08-21T07:39:36.679Z] Removing intermediate container 00f8e9277ce0 [2020-08-21T07:39:36.679Z] ---> 941c80f601bd [2020-08-21T07:39:36.679Z] Step 20/22 : LABEL arch=arm64 [2020-08-21T07:39:36.965Z] ---> Running in 579af0447f7d [2020-08-21T07:39:37.576Z] Removing intermediate container 579af0447f7d [2020-08-21T07:39:37.576Z] ---> 8b8188c9081a [2020-08-21T07:39:37.576Z] Step 21/22 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:39:37.853Z] ---> Running in 95e74bb81149 [2020-08-21T07:39:38.875Z] Removing intermediate container 95e74bb81149 [2020-08-21T07:39:38.875Z] ---> 114c33c7e6d1 [2020-08-21T07:39:38.875Z] Step 22/22 : LABEL version=1.2.2-dev.16 [2020-08-21T07:39:39.162Z] ---> Running in 15fc7f3d816b [2020-08-21T07:39:40.163Z] Removing intermediate container 15fc7f3d816b [2020-08-21T07:39:40.163Z] ---> b8a18241b114 [2020-08-21T07:39:40.163Z] [2020-08-21T07:39:41.169Z] Successfully built b8a18241b114 [2020-08-21T07:39:41.169Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-21T07:39:46.632Z]  Building docker-core-command-go ... done Removing intermediate container 5ce488eb4652 [2020-08-21T07:39:46.632Z] ---> 6786c9d8ea0b [2020-08-21T07:39:46.632Z] [2020-08-21T07:39:46.632Z] Step 10/20 : FROM alpine [2020-08-21T07:39:46.632Z] ---> 62ee0e9f8440 [2020-08-21T07:39:46.632Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-21T07:39:46.632Z] ---> Running in ffc3d8f0ce07 [2020-08-21T07:39:47.435Z] Removing intermediate container ca07ec03481c [2020-08-21T07:39:47.435Z] ---> babc6384262c [2020-08-21T07:39:47.435Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-08-21T07:39:47.730Z] ---> Running in 4101f842b606 [2020-08-21T07:39:49.238Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:39:49.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:39:50.500Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:39:50.500Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:39:50.500Z] OK: 12617 distinct packages available [2020-08-21T07:39:51.100Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-21T07:39:51.377Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-21T07:39:51.377Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-21T07:39:51.377Z] (4/4) Installing curl (7.69.1-r0) [2020-08-21T07:39:51.377Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:39:51.377Z] Executing ca-certificates-20191127-r4.trigger [2020-08-21T07:39:51.654Z] OK: 7 MiB in 18 packages [2020-08-21T07:39:54.318Z] Removing intermediate container ffc3d8f0ce07 [2020-08-21T07:39:54.318Z] ---> c261bd7df4f4 [2020-08-21T07:39:54.318Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-21T07:39:54.318Z] ---> Running in c43c8406b6ae [2020-08-21T07:39:54.596Z] Removing intermediate container c43c8406b6ae [2020-08-21T07:39:54.596Z] ---> 20603b635a48 [2020-08-21T07:39:54.596Z] Step 13/20 : WORKDIR /edgex [2020-08-21T07:39:54.883Z] Collecting docker-compose==1.23.2 [2020-08-21T07:39:55.162Z] ---> Running in 89e987f2fe29 [2020-08-21T07:39:55.162Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-21T07:39:55.770Z] Removing intermediate container 89e987f2fe29 [2020-08-21T07:39:55.770Z] ---> b724e162b92e [2020-08-21T07:39:55.770Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-21T07:39:56.053Z] Collecting cached-property<2,>=1.2.0 [2020-08-21T07:39:56.053Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-21T07:39:56.665Z] ---> 6cf3ed1758df [2020-08-21T07:39:56.665Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-21T07:39:56.950Z] Collecting jsonschema<3,>=2.5.1 [2020-08-21T07:39:56.950Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-21T07:39:57.944Z] Collecting docker<4.0,>=3.6.0 [2020-08-21T07:39:57.944Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-21T07:39:58.939Z] Collecting docopt<0.7,>=0.6.1 [2020-08-21T07:39:58.939Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-21T07:39:58.939Z] ---> aea4225a8d9a [2020-08-21T07:39:58.939Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-21T07:39:59.222Z] ---> Running in d4fefd983553 [2020-08-21T07:40:00.242Z] Removing intermediate container d4fefd983553 [2020-08-21T07:40:00.242Z] ---> 2aba824b09c7 [2020-08-21T07:40:00.242Z] Step 17/20 : CMD ["--init=true"] [2020-08-21T07:40:00.521Z] ---> Running in b4a514fb5fe2 [2020-08-21T07:40:01.127Z] 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-21T07:40:01.419Z] Removing intermediate container b4a514fb5fe2 [2020-08-21T07:40:01.419Z] ---> 09c54dc76812 [2020-08-21T07:40:01.419Z] Step 18/20 : LABEL arch=arm64 [2020-08-21T07:40:01.419Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-21T07:40:01.419Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-21T07:40:01.701Z] ---> Running in 4a56389c70e9 [2020-08-21T07:40:02.319Z] Removing intermediate container e300ef2ef12c [2020-08-21T07:40:02.319Z] ---> 292321d14f5f [2020-08-21T07:40:02.319Z] [2020-08-21T07:40:02.319Z] Step 9/29 : FROM alpine:latest [2020-08-21T07:40:02.319Z] ---> 62ee0e9f8440 [2020-08-21T07:40:02.319Z] 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-21T07:40:02.319Z] Removing intermediate container 4a56389c70e9 [2020-08-21T07:40:02.319Z] ---> c1a1f45cbc80 [2020-08-21T07:40:02.319Z] Step 19/20 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:40:02.319Z] ---> Running in 95015c2a474d [2020-08-21T07:40:02.608Z] ---> Running in 1d95411daffe [2020-08-21T07:40:03.215Z] Removing intermediate container 1d95411daffe [2020-08-21T07:40:03.215Z] ---> 4651efdcf68e [2020-08-21T07:40:03.215Z] Step 20/20 : LABEL version=1.2.2-dev.16 [2020-08-21T07:40:03.215Z] Removing intermediate container 95015c2a474d [2020-08-21T07:40:03.215Z] ---> b85ff66db5ac [2020-08-21T07:40:03.215Z] Step 11/29 : USER root [2020-08-21T07:40:03.493Z] ---> Running in 056726d83a4e [2020-08-21T07:40:03.493Z] ---> Running in 86b24b7f3d55 [2020-08-21T07:40:04.488Z] Removing intermediate container 86b24b7f3d55 [2020-08-21T07:40:04.488Z] ---> f5744a3b056c [2020-08-21T07:40:04.488Z] [2020-08-21T07:40:04.488Z] Removing intermediate container 056726d83a4e [2020-08-21T07:40:04.488Z] ---> d57a674db273 [2020-08-21T07:40:04.488Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-21T07:40:04.488Z] Collecting PyYAML<4,>=3.10 [2020-08-21T07:40:04.488Z] ---> Running in d87c519abced [2020-08-21T07:40:04.488Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-21T07:40:04.768Z] Successfully built f5744a3b056c [2020-08-21T07:40:05.044Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-21T07:40:06.503Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:40:06.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:40:07.116Z] v3.12.0-254-g188bfebd7f [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-21T07:40:07.116Z] v3.12.0-255-g92cbb6be98 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-21T07:40:07.116Z] OK: 12617 distinct packages available [2020-08-21T07:40:08.113Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-21T07:40:08.113Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-21T07:40:08.113Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:40:08.113Z] Executing ca-certificates-20191127-r4.trigger [2020-08-21T07:40:08.113Z] OK: 6 MiB in 16 packages [2020-08-21T07:40:08.716Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-21T07:40:08.716Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-21T07:40:09.337Z] Collecting texttable<0.10,>=0.9.0 [2020-08-21T07:40:09.337Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-21T07:40:09.942Z] Removing intermediate container d87c519abced [2020-08-21T07:40:09.942Z] ---> 1b2f8e2699f7 [2020-08-21T07:40:09.942Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-21T07:40:10.217Z] ---> Running in 5799ce3a1f05 [2020-08-21T07:40:10.820Z] Removing intermediate container 5799ce3a1f05 [2020-08-21T07:40:10.820Z] ---> b4fe03aa6598 [2020-08-21T07:40:10.820Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-21T07:40:11.094Z] ---> Running in 71e0e508ca93 [2020-08-21T07:40:11.694Z] Removing intermediate container 71e0e508ca93 [2020-08-21T07:40:11.694Z] ---> 7eb3b8be1f39 [2020-08-21T07:40:11.694Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-21T07:40:11.968Z] ---> Running in 60dac1d3c2ce [2020-08-21T07:40:12.956Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-21T07:40:12.956Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-21T07:40:13.233Z] Collecting docker-pycreds>=0.4.0 [2020-08-21T07:40:13.233Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-21T07:40:13.517Z] 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-21T07:40:13.792Z] Removing intermediate container bc22d4fd220d [2020-08-21T07:40:13.792Z] ---> edf663d8fe05 [2020-08-21T07:40:13.792Z] [2020-08-21T07:40:13.792Z] Step 10/24 : FROM scratch [2020-08-21T07:40:13.792Z] ---> [2020-08-21T07:40:13.792Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-21T07:40:13.792Z] Collecting idna<2.8,>=2.5 [2020-08-21T07:40:14.069Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-21T07:40:14.069Z] ---> Using cache [2020-08-21T07:40:14.069Z] ---> 91866aa7d53f [2020-08-21T07:40:14.069Z] Step 12/24 : ENV APP_PORT=48060 [2020-08-21T07:40:14.346Z] ---> Running in 89a90cc56949 [2020-08-21T07:40:14.619Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-21T07:40:14.898Z] Removing intermediate container 89a90cc56949 [2020-08-21T07:40:14.898Z] ---> 1fd1ae66b099 [2020-08-21T07:40:14.898Z] Step 13/24 : EXPOSE $APP_PORT [2020-08-21T07:40:14.898Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-21T07:40:14.898Z] ---> Running in 216b05461c56 [2020-08-21T07:40:14.898Z] Removing intermediate container 60dac1d3c2ce [2020-08-21T07:40:14.898Z] ---> 3b318d128d5a [2020-08-21T07:40:14.898Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-21T07:40:15.176Z] 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-21T07:40:15.176Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-21T07:40:15.176Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-21T07:40:15.176Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-21T07:40:15.176Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-21T07:40:15.452Z] Removing intermediate container 216b05461c56 [2020-08-21T07:40:15.452Z] ---> 9bc1187baa3a [2020-08-21T07:40:15.452Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-08-21T07:40:16.436Z] Installing collected packages: cached-property, jsonschema, docker-pycreds, websocket-client, idna, urllib3, requests, docker, docopt, dockerpty, PyYAML, texttable, docker-compose [2020-08-21T07:40:16.436Z] ---> 258668dec128 [2020-08-21T07:40:16.436Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-21T07:40:16.436Z] ---> 9c28c03eba1f [2020-08-21T07:40:16.436Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-21T07:40:17.424Z] Attempting uninstall: idna [2020-08-21T07:40:17.424Z] Found existing installation: idna 2.9 [2020-08-21T07:40:17.424Z] Uninstalling idna-2.9: [2020-08-21T07:40:17.424Z] ---> 44df5377300a [2020-08-21T07:40:17.424Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-21T07:40:17.424Z] Successfully uninstalled idna-2.9 [2020-08-21T07:40:17.424Z] ---> 76e3cbb4bde6 [2020-08-21T07:40:17.424Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-21T07:40:18.032Z] Attempting uninstall: urllib3 [2020-08-21T07:40:18.032Z] Found existing installation: urllib3 1.25.9 [2020-08-21T07:40:18.032Z] Uninstalling urllib3-1.25.9: [2020-08-21T07:40:18.306Z] ---> 54bcbcd4e9ae [2020-08-21T07:40:18.306Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-21T07:40:18.306Z] Successfully uninstalled urllib3-1.25.9 [2020-08-21T07:40:18.917Z] ---> 42f70cf01e43 [2020-08-21T07:40:18.917Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-21T07:40:18.917Z] Attempting uninstall: requests [2020-08-21T07:40:18.917Z] Found existing installation: requests 2.23.0 [2020-08-21T07:40:18.917Z] Uninstalling requests-2.23.0: [2020-08-21T07:40:19.192Z] ---> 15a20d679997 [2020-08-21T07:40:19.192Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-21T07:40:19.192Z] Successfully uninstalled requests-2.23.0 [2020-08-21T07:40:19.795Z] ---> acb33fd7eb40 [2020-08-21T07:40:19.795Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-21T07:40:20.069Z] ---> 01469b971c3f [2020-08-21T07:40:20.069Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-21T07:40:20.069Z] ---> Running in 6d6372883fcb [2020-08-21T07:40:20.343Z] Running setup.py install for docopt: started [2020-08-21T07:40:21.332Z] ---> bf3c52914d27 [2020-08-21T07:40:21.332Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-21T07:40:21.937Z] ---> 49f670460534 [2020-08-21T07:40:21.938Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-08-21T07:40:22.212Z] ---> Running in b5d4ecc146e5 [2020-08-21T07:40:22.812Z] Removing intermediate container b5d4ecc146e5 [2020-08-21T07:40:22.812Z] ---> d3d804c7ba23 [2020-08-21T07:40:22.812Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:40:23.089Z] ---> Running in 450c06966363 [2020-08-21T07:40:23.089Z] Running setup.py install for docopt: finished with status 'done' [2020-08-21T07:40:23.089Z] Running setup.py install for dockerpty: started [2020-08-21T07:40:23.089Z] Removing intermediate container 6d6372883fcb [2020-08-21T07:40:23.089Z] ---> f9db029279ec [2020-08-21T07:40:23.089Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-21T07:40:23.387Z] Removing intermediate container 450c06966363 [2020-08-21T07:40:23.387Z] ---> dc8e67a89dd8 [2020-08-21T07:40:23.387Z] Step 22/24 : LABEL arch=arm64 [2020-08-21T07:40:23.664Z] ---> Running in e0091576e17f [2020-08-21T07:40:23.941Z] ---> 4f6947b4661a [2020-08-21T07:40:23.941Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-21T07:40:23.941Z] ---> Running in a947a5cc73a4 [2020-08-21T07:40:24.236Z] Removing intermediate container e0091576e17f [2020-08-21T07:40:24.236Z] ---> a1ad97355b72 [2020-08-21T07:40:24.236Z] Step 23/24 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:40:24.508Z] ---> Running in d7f56092d033 [2020-08-21T07:40:25.156Z] Removing intermediate container d7f56092d033 [2020-08-21T07:40:25.156Z] ---> 7e43d632c0e7 [2020-08-21T07:40:25.156Z] Step 24/24 : LABEL version=1.2.2-dev.16 [2020-08-21T07:40:25.156Z] ---> Running in d46532d9e618 [2020-08-21T07:40:25.445Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-21T07:40:25.445Z] Running setup.py install for PyYAML: started [2020-08-21T07:40:25.727Z] Removing intermediate container d46532d9e618 [2020-08-21T07:40:25.727Z] ---> 921106d628a7 [2020-08-21T07:40:25.727Z] [2020-08-21T07:40:26.323Z] Successfully built 921106d628a7 [2020-08-21T07:40:26.323Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-21T07:40:26.920Z]  Building docker-support-notifications-go ... done Removing intermediate container a947a5cc73a4 [2020-08-21T07:40:26.920Z] ---> 1b2e685b1d64 [2020-08-21T07:40:26.920Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-21T07:40:26.920Z] ---> Running in bc6fa94345f7 [2020-08-21T07:40:28.353Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-21T07:40:28.353Z] Running setup.py install for texttable: started [2020-08-21T07:40:29.781Z] Removing intermediate container bc6fa94345f7 [2020-08-21T07:40:29.781Z] ---> c30b98a7c6a6 [2020-08-21T07:40:29.781Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-21T07:40:30.053Z] ---> Running in 9a64511ad34c [2020-08-21T07:40:30.325Z] Running setup.py install for texttable: finished with status 'done' [2020-08-21T07:40:30.325Z] Removing intermediate container 9a64511ad34c [2020-08-21T07:40:30.325Z] ---> 3f7a77fc7e5e [2020-08-21T07:40:30.325Z] Step 26/29 : CMD [ "generate" ] [2020-08-21T07:40:30.597Z] ---> Running in 6301ceaceb2a [2020-08-21T07:40:31.190Z] Removing intermediate container 6301ceaceb2a [2020-08-21T07:40:31.190Z] ---> 81065073b212 [2020-08-21T07:40:31.190Z] Step 27/29 : LABEL arch=arm64 [2020-08-21T07:40:31.190Z] 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-21T07:40:31.190Z] ---> Running in 511f2a43fa6e [2020-08-21T07:40:31.783Z] Removing intermediate container 511f2a43fa6e [2020-08-21T07:40:31.783Z] ---> 6c684256ee60 [2020-08-21T07:40:31.783Z] Step 28/29 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:40:31.783Z] ---> Running in 2f668466e265 [2020-08-21T07:40:32.374Z] Removing intermediate container 2f668466e265 [2020-08-21T07:40:32.374Z] ---> 064d7013aeff [2020-08-21T07:40:32.374Z] Step 29/29 : LABEL version=1.2.2-dev.16 [2020-08-21T07:40:32.374Z] ---> Running in af0ff8f4dfd9 [2020-08-21T07:40:32.971Z] Removing intermediate container af0ff8f4dfd9 [2020-08-21T07:40:32.971Z] ---> 5594b4e865f1 [2020-08-21T07:40:32.971Z] [2020-08-21T07:40:33.566Z] Successfully built 5594b4e865f1 [2020-08-21T07:40:33.566Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-21T07:40:34.997Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 4101f842b606 [2020-08-21T07:40:34.997Z] ---> 71aa4211da81 [2020-08-21T07:40:34.997Z] Step 22/27 : RUN apk --no-cache add curl [2020-08-21T07:40:35.268Z] ---> Running in e3d180d6b69d [2020-08-21T07:40:36.693Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-21T07:40:36.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-21T07:40:37.554Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-21T07:40:37.554Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-21T07:40:37.554Z] (3/3) Installing curl (7.69.1-r0) [2020-08-21T07:40:37.554Z] Executing busybox-1.31.1-r16.trigger [2020-08-21T07:40:37.554Z] OK: 71 MiB in 58 packages [2020-08-21T07:40:38.977Z] Removing intermediate container e3d180d6b69d [2020-08-21T07:40:38.977Z] ---> 3ce96b2f3b00 [2020-08-21T07:40:38.977Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-08-21T07:40:38.977Z] ---> Running in e4d7b8e9d021 [2020-08-21T07:40:39.568Z] Removing intermediate container e4d7b8e9d021 [2020-08-21T07:40:39.568Z] ---> 92f81673b3c5 [2020-08-21T07:40:39.568Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-21T07:40:39.568Z] ---> Running in 5f93b001e87d [2020-08-21T07:40:40.160Z] Removing intermediate container 5f93b001e87d [2020-08-21T07:40:40.160Z] ---> a8389d6e51dd [2020-08-21T07:40:40.160Z] Step 25/27 : LABEL arch=arm64 [2020-08-21T07:40:40.160Z] ---> Running in d45b77b9505f [2020-08-21T07:40:40.752Z] Removing intermediate container d45b77b9505f [2020-08-21T07:40:40.752Z] ---> 587646205a03 [2020-08-21T07:40:40.752Z] Step 26/27 : LABEL git_sha=3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:40:40.752Z] ---> Running in 0ce121e5e520 [2020-08-21T07:40:41.343Z] Removing intermediate container 0ce121e5e520 [2020-08-21T07:40:41.343Z] ---> 8de9907b2ebc [2020-08-21T07:40:41.343Z] Step 27/27 : LABEL version=1.2.2-dev.16 [2020-08-21T07:40:41.343Z] ---> Running in 98f8c6e638aa [2020-08-21T07:40:41.934Z] Removing intermediate container 98f8c6e638aa [2020-08-21T07:40:41.934Z] ---> 08457b772db3 [2020-08-21T07:40:41.934Z] [2020-08-21T07:40:42.204Z] Successfully built 08457b772db3 [2020-08-21T07:40:42.204Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-21T07:40:42.488Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-08-21T07:40:42.478Z] $ docker stop --time=1 507027927f2b2c57244330001df7f17fe526f0c47fe35b8b7ee1116542592500 [2020-08-21T07:40:44.410Z] $ docker rm -f 507027927f2b2c57244330001df7f17fe526f0c47fe35b8b7ee1116542592500 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:40:45.131Z] + grep docker [2020-08-21T07:40:45.131Z] + docker images [2020-08-21T07:40:45.400Z] docker-sys-mgmt-agent-go-arm64 latest 08457b772db3 4 seconds ago 266MB [2020-08-21T07:40:45.400Z] docker-security-secrets-setup-go-arm64 latest 5594b4e865f1 13 seconds ago 24.2MB [2020-08-21T07:40:45.400Z] docker-support-notifications-go-arm64 latest 921106d628a7 20 seconds ago 13.9MB [2020-08-21T07:40:45.400Z] docker-security-proxy-setup-go-arm64 latest f5744a3b056c 42 seconds ago 15.8MB [2020-08-21T07:40:45.400Z] docker-core-command-go-arm64 latest b8a18241b114 About a minute ago 12.4MB [2020-08-21T07:40:45.400Z] docker-core-data-go-arm64 latest 1a8ff6d7acd1 2 minutes ago 23.3MB [2020-08-21T07:40:45.400Z] docker-security-secretstore-setup-go-arm64 latest b0f7b2be269c 3 minutes ago 32.6MB [2020-08-21T07:40:45.400Z] docker-core-metadata-go-arm64 latest 3c65fc99cd42 3 minutes ago 13.8MB [2020-08-21T07:40:45.400Z] docker-support-scheduler-go-arm64 latest e7a64a1d37f9 3 minutes ago 12.6MB [2020-08-21T07:40:45.400Z] docker-support-logging-go-arm64 latest 4af260aa96b1 3 minutes ago 11.4MB [2020-08-21T07:40:45.400Z] docker latest ce9d55ae87f1 8 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-21T07:40:45.829Z] provisioning config files... [2020-08-21T07:40:45.871Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/128@tmp/config4508404843776086992tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-21T07:40:46.257Z] nexus3.edgexfoundry.org:10001 [2020-08-21T07:40:46.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T07:40:46.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T07:40:46.801Z] Configure a credential helper to remove this warning. See [2020-08-21T07:40:46.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T07:40:46.801Z] [2020-08-21T07:40:46.801Z] Login Succeeded [2020-08-21T07:40:46.801Z] nexus3.edgexfoundry.org:10002 [2020-08-21T07:40:47.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T07:40:47.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T07:40:47.392Z] Configure a credential helper to remove this warning. See [2020-08-21T07:40:47.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T07:40:47.392Z] [2020-08-21T07:40:47.392Z] Login Succeeded [2020-08-21T07:40:47.392Z] nexus3.edgexfoundry.org:10003 [2020-08-21T07:40:47.664Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T07:40:47.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T07:40:47.933Z] Configure a credential helper to remove this warning. See [2020-08-21T07:40:47.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T07:40:47.934Z] [2020-08-21T07:40:47.934Z] Login Succeeded [2020-08-21T07:40:47.934Z] nexus3.edgexfoundry.org:10004 [2020-08-21T07:40:48.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T07:40:48.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T07:40:48.477Z] Configure a credential helper to remove this warning. See [2020-08-21T07:40:48.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T07:40:48.478Z] [2020-08-21T07:40:48.478Z] Login Succeeded [2020-08-21T07:40:48.478Z] docker.io [2020-08-21T07:40:48.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-21T07:40:49.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-21T07:40:49.338Z] Configure a credential helper to remove this warning. See [2020-08-21T07:40:49.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-21T07:40:49.338Z] [2020-08-21T07:40:49.338Z] Login Succeeded [Pipeline] } [2020-08-21T07:40:49.353Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:40:49.547Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-08-21T07:40:49.547Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:40:49.547Z] 1.2.2-dev.16 [2020-08-21T07:40:49.547Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:40:49.547Z] master [2020-08-21T07:40:49.547Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:40:50.052Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:40:50.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:40:50.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-21T07:40:50.398Z] 076a55726499: Preparing [2020-08-21T07:40:50.398Z] 22e19a58c817: Preparing [2020-08-21T07:40:50.398Z] 6bed56c4ace2: Preparing [2020-08-21T07:40:50.675Z] 6bed56c4ace2: Pushed [2020-08-21T07:40:50.675Z] 076a55726499: Pushed [2020-08-21T07:40:53.273Z] 22e19a58c817: Pushed [2020-08-21T07:40:53.543Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:0f1813de23d0589e25da363be505a575b3072a8ad9a06b660fc09b9960bb5f7a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:40:53.883Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:40:54.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.16 [2020-08-21T07:40:54.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-21T07:40:54.244Z] 076a55726499: Preparing [2020-08-21T07:40:54.244Z] 22e19a58c817: Preparing [2020-08-21T07:40:54.244Z] 6bed56c4ace2: Preparing [2020-08-21T07:40:54.244Z] 22e19a58c817: Layer already exists [2020-08-21T07:40:54.522Z] 6bed56c4ace2: Layer already exists [2020-08-21T07:40:54.522Z] 076a55726499: Layer already exists [2020-08-21T07:40:54.522Z] 1.2.2-dev.16: digest: sha256:0f1813de23d0589e25da363be505a575b3072a8ad9a06b660fc09b9960bb5f7a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:40:54.925Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:40:55.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:40:55.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-21T07:40:55.274Z] 076a55726499: Preparing [2020-08-21T07:40:55.274Z] 22e19a58c817: Preparing [2020-08-21T07:40:55.274Z] 6bed56c4ace2: Preparing [2020-08-21T07:40:55.274Z] 076a55726499: Layer already exists [2020-08-21T07:40:55.274Z] 6bed56c4ace2: Layer already exists [2020-08-21T07:40:55.274Z] 22e19a58c817: Layer already exists [2020-08-21T07:40:55.274Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:0f1813de23d0589e25da363be505a575b3072a8ad9a06b660fc09b9960bb5f7a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:40:55.885Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:40:56.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-08-21T07:40:56.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-21T07:40:56.218Z] 076a55726499: Preparing [2020-08-21T07:40:56.218Z] 22e19a58c817: Preparing [2020-08-21T07:40:56.218Z] 6bed56c4ace2: Preparing [2020-08-21T07:40:56.218Z] 6bed56c4ace2: Layer already exists [2020-08-21T07:40:56.218Z] 22e19a58c817: Layer already exists [2020-08-21T07:40:56.218Z] 076a55726499: Layer already exists [2020-08-21T07:40:56.489Z] master: digest: sha256:0f1813de23d0589e25da363be505a575b3072a8ad9a06b660fc09b9960bb5f7a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:40:56.670Z] ===================================================== [Pipeline] echo [2020-08-21T07:40:56.713Z] taggedImages: [2020-08-21T07:40:56.713Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:40:56.713Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.16 [2020-08-21T07:40:56.713Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:40:56.713Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-08-21T07:40:56.772Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-08-21T07:40:56.772Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:40:56.772Z] 1.2.2-dev.16 [2020-08-21T07:40:56.772Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:40:56.772Z] master [2020-08-21T07:40:56.772Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:40:57.268Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:40:57.598Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:40:57.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-21T07:40:57.598Z] bc1e00a0c9aa: Preparing [2020-08-21T07:40:57.598Z] 35b55b2c2237: Preparing [2020-08-21T07:40:57.598Z] f8bfedc820f4: Preparing [2020-08-21T07:40:57.598Z] 155eab234209: Preparing [2020-08-21T07:40:57.598Z] 5ab76dc3b706: Preparing [2020-08-21T07:40:57.598Z] e2f13739ad41: Preparing [2020-08-21T07:40:57.598Z] e2f13739ad41: Waiting [2020-08-21T07:40:57.867Z] 5ab76dc3b706: Pushed [2020-08-21T07:40:57.867Z] bc1e00a0c9aa: Pushed [2020-08-21T07:40:57.867Z] f8bfedc820f4: Pushed [2020-08-21T07:40:57.867Z] e2f13739ad41: Layer already exists [2020-08-21T07:40:58.459Z] 155eab234209: Pushed [2020-08-21T07:41:01.059Z] 35b55b2c2237: Pushed [2020-08-21T07:41:01.332Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:d13a4ef7e1a74a0eac150256d0e78d3575f439876408b81f38e15dd23f913559 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:01.668Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:02.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:02.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-21T07:41:02.002Z] bc1e00a0c9aa: Preparing [2020-08-21T07:41:02.002Z] 35b55b2c2237: Preparing [2020-08-21T07:41:02.002Z] f8bfedc820f4: Preparing [2020-08-21T07:41:02.002Z] 155eab234209: Preparing [2020-08-21T07:41:02.002Z] 5ab76dc3b706: Preparing [2020-08-21T07:41:02.002Z] e2f13739ad41: Preparing [2020-08-21T07:41:02.002Z] e2f13739ad41: Waiting [2020-08-21T07:41:02.002Z] 35b55b2c2237: Layer already exists [2020-08-21T07:41:02.002Z] 5ab76dc3b706: Layer already exists [2020-08-21T07:41:02.002Z] f8bfedc820f4: Layer already exists [2020-08-21T07:41:02.002Z] bc1e00a0c9aa: Layer already exists [2020-08-21T07:41:02.002Z] 155eab234209: Layer already exists [2020-08-21T07:41:02.002Z] e2f13739ad41: Layer already exists [2020-08-21T07:41:02.271Z] 1.2.2-dev.16: digest: sha256:d13a4ef7e1a74a0eac150256d0e78d3575f439876408b81f38e15dd23f913559 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:02.607Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:03.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:03.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-21T07:41:03.208Z] bc1e00a0c9aa: Preparing [2020-08-21T07:41:03.208Z] 35b55b2c2237: Preparing [2020-08-21T07:41:03.208Z] f8bfedc820f4: Preparing [2020-08-21T07:41:03.208Z] 155eab234209: Preparing [2020-08-21T07:41:03.208Z] 5ab76dc3b706: Preparing [2020-08-21T07:41:03.208Z] e2f13739ad41: Preparing [2020-08-21T07:41:03.208Z] e2f13739ad41: Waiting [2020-08-21T07:41:03.208Z] bc1e00a0c9aa: Layer already exists [2020-08-21T07:41:03.209Z] 35b55b2c2237: Layer already exists [2020-08-21T07:41:03.209Z] 155eab234209: Layer already exists [2020-08-21T07:41:03.209Z] f8bfedc820f4: Layer already exists [2020-08-21T07:41:03.209Z] 5ab76dc3b706: Layer already exists [2020-08-21T07:41:03.478Z] e2f13739ad41: Layer already exists [2020-08-21T07:41:03.478Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:d13a4ef7e1a74a0eac150256d0e78d3575f439876408b81f38e15dd23f913559 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:03.811Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:04.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-08-21T07:41:04.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-21T07:41:04.147Z] bc1e00a0c9aa: Preparing [2020-08-21T07:41:04.147Z] 35b55b2c2237: Preparing [2020-08-21T07:41:04.147Z] f8bfedc820f4: Preparing [2020-08-21T07:41:04.147Z] 155eab234209: Preparing [2020-08-21T07:41:04.147Z] 5ab76dc3b706: Preparing [2020-08-21T07:41:04.147Z] e2f13739ad41: Preparing [2020-08-21T07:41:04.147Z] e2f13739ad41: Waiting [2020-08-21T07:41:04.147Z] f8bfedc820f4: Layer already exists [2020-08-21T07:41:04.147Z] bc1e00a0c9aa: Layer already exists [2020-08-21T07:41:04.147Z] 155eab234209: Layer already exists [2020-08-21T07:41:04.147Z] 5ab76dc3b706: Layer already exists [2020-08-21T07:41:04.147Z] 35b55b2c2237: Layer already exists [2020-08-21T07:41:04.418Z] e2f13739ad41: Layer already exists [2020-08-21T07:41:04.418Z] master: digest: sha256:d13a4ef7e1a74a0eac150256d0e78d3575f439876408b81f38e15dd23f913559 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:41:04.609Z] ===================================================== [Pipeline] echo [2020-08-21T07:41:04.653Z] taggedImages: [2020-08-21T07:41:04.653Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:04.653Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:04.653Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:04.653Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-08-21T07:41:04.709Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-08-21T07:41:04.709Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:04.709Z] 1.2.2-dev.16 [2020-08-21T07:41:04.709Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:04.709Z] master [2020-08-21T07:41:04.709Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:05.203Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:05.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:05.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-21T07:41:05.533Z] 0383bd59a27c: Preparing [2020-08-21T07:41:05.533Z] 1e1655018574: Preparing [2020-08-21T07:41:05.533Z] 5f745f2209ea: Preparing [2020-08-21T07:41:05.803Z] 5f745f2209ea: Pushed [2020-08-21T07:41:05.803Z] 0383bd59a27c: Pushed [2020-08-21T07:41:09.163Z] 1e1655018574: Pushed [2020-08-21T07:41:09.163Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:841d6bec5e43db61f2c804f5e200006b76b7cb07dd4ee5ba1fa9f8bec5ea7f80 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:09.492Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:09.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:09.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-21T07:41:09.820Z] 0383bd59a27c: Preparing [2020-08-21T07:41:09.820Z] 1e1655018574: Preparing [2020-08-21T07:41:09.820Z] 5f745f2209ea: Preparing [2020-08-21T07:41:09.820Z] 5f745f2209ea: Layer already exists [2020-08-21T07:41:09.820Z] 0383bd59a27c: Layer already exists [2020-08-21T07:41:09.820Z] 1e1655018574: Layer already exists [2020-08-21T07:41:10.090Z] 1.2.2-dev.16: digest: sha256:841d6bec5e43db61f2c804f5e200006b76b7cb07dd4ee5ba1fa9f8bec5ea7f80 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:10.424Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:10.792Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:10.792Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-21T07:41:10.792Z] 0383bd59a27c: Preparing [2020-08-21T07:41:10.792Z] 1e1655018574: Preparing [2020-08-21T07:41:10.792Z] 5f745f2209ea: Preparing [2020-08-21T07:41:10.792Z] 1e1655018574: Layer already exists [2020-08-21T07:41:10.792Z] 0383bd59a27c: Layer already exists [2020-08-21T07:41:10.792Z] 5f745f2209ea: Layer already exists [2020-08-21T07:41:11.071Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:841d6bec5e43db61f2c804f5e200006b76b7cb07dd4ee5ba1fa9f8bec5ea7f80 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:11.420Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:11.749Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-08-21T07:41:11.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-21T07:41:11.750Z] 0383bd59a27c: Preparing [2020-08-21T07:41:11.750Z] 1e1655018574: Preparing [2020-08-21T07:41:11.750Z] 5f745f2209ea: Preparing [2020-08-21T07:41:11.750Z] 1e1655018574: Layer already exists [2020-08-21T07:41:11.750Z] 0383bd59a27c: Layer already exists [2020-08-21T07:41:11.750Z] 5f745f2209ea: Layer already exists [2020-08-21T07:41:12.019Z] master: digest: sha256:841d6bec5e43db61f2c804f5e200006b76b7cb07dd4ee5ba1fa9f8bec5ea7f80 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:41:12.219Z] ===================================================== [Pipeline] echo [2020-08-21T07:41:12.288Z] taggedImages: [2020-08-21T07:41:12.288Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:12.288Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:12.288Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:12.288Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-08-21T07:41:12.343Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-08-21T07:41:12.343Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:12.343Z] 1.2.2-dev.16 [2020-08-21T07:41:12.343Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:12.343Z] master [2020-08-21T07:41:12.343Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:12.841Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:13.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:13.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-21T07:41:13.174Z] bcddbafb158c: Preparing [2020-08-21T07:41:13.174Z] 5e4a6f9fb042: Preparing [2020-08-21T07:41:13.174Z] b02bd4ff5d13: Preparing [2020-08-21T07:41:13.174Z] fdca69e87bc7: Preparing [2020-08-21T07:41:13.174Z] e2f13739ad41: Preparing [2020-08-21T07:41:13.447Z] e2f13739ad41: Layer already exists [2020-08-21T07:41:13.447Z] b02bd4ff5d13: Pushed [2020-08-21T07:41:13.447Z] 5e4a6f9fb042: Pushed [2020-08-21T07:41:13.717Z] fdca69e87bc7: Pushed [2020-08-21T07:41:15.676Z] bcddbafb158c: Pushed [2020-08-21T07:41:15.948Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:316713f9b1ee70f290cde37a1a183bc8100ce1151138e2ffcdb64a9f73c990f8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:16.283Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:16.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:16.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-21T07:41:16.620Z] bcddbafb158c: Preparing [2020-08-21T07:41:16.620Z] 5e4a6f9fb042: Preparing [2020-08-21T07:41:16.620Z] b02bd4ff5d13: Preparing [2020-08-21T07:41:16.620Z] fdca69e87bc7: Preparing [2020-08-21T07:41:16.620Z] e2f13739ad41: Preparing [2020-08-21T07:41:16.620Z] fdca69e87bc7: Layer already exists [2020-08-21T07:41:16.620Z] e2f13739ad41: Layer already exists [2020-08-21T07:41:16.620Z] bcddbafb158c: Layer already exists [2020-08-21T07:41:16.620Z] b02bd4ff5d13: Layer already exists [2020-08-21T07:41:16.620Z] 5e4a6f9fb042: Layer already exists [2020-08-21T07:41:16.889Z] 1.2.2-dev.16: digest: sha256:316713f9b1ee70f290cde37a1a183bc8100ce1151138e2ffcdb64a9f73c990f8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:17.224Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:17.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:17.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-21T07:41:17.551Z] bcddbafb158c: Preparing [2020-08-21T07:41:17.551Z] 5e4a6f9fb042: Preparing [2020-08-21T07:41:17.551Z] b02bd4ff5d13: Preparing [2020-08-21T07:41:17.551Z] fdca69e87bc7: Preparing [2020-08-21T07:41:17.551Z] e2f13739ad41: Preparing [2020-08-21T07:41:17.551Z] e2f13739ad41: Layer already exists [2020-08-21T07:41:17.551Z] b02bd4ff5d13: Layer already exists [2020-08-21T07:41:17.551Z] fdca69e87bc7: Layer already exists [2020-08-21T07:41:17.551Z] 5e4a6f9fb042: Layer already exists [2020-08-21T07:41:17.551Z] bcddbafb158c: Layer already exists [2020-08-21T07:41:17.822Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:316713f9b1ee70f290cde37a1a183bc8100ce1151138e2ffcdb64a9f73c990f8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:18.159Z] + 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-21T07:41:18.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-08-21T07:41:18.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-21T07:41:18.488Z] bcddbafb158c: Preparing [2020-08-21T07:41:18.488Z] 5e4a6f9fb042: Preparing [2020-08-21T07:41:18.488Z] b02bd4ff5d13: Preparing [2020-08-21T07:41:18.488Z] fdca69e87bc7: Preparing [2020-08-21T07:41:18.488Z] e2f13739ad41: Preparing [2020-08-21T07:41:18.488Z] 5e4a6f9fb042: Layer already exists [2020-08-21T07:41:18.488Z] b02bd4ff5d13: Layer already exists [2020-08-21T07:41:18.488Z] bcddbafb158c: Layer already exists [2020-08-21T07:41:18.488Z] e2f13739ad41: Layer already exists [2020-08-21T07:41:18.488Z] fdca69e87bc7: Layer already exists [2020-08-21T07:41:18.758Z] master: digest: sha256:316713f9b1ee70f290cde37a1a183bc8100ce1151138e2ffcdb64a9f73c990f8 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:41:18.940Z] ===================================================== [Pipeline] echo [2020-08-21T07:41:18.984Z] taggedImages: [2020-08-21T07:41:18.984Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:18.984Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:18.984Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:18.984Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-08-21T07:41:19.040Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-08-21T07:41:19.040Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:19.040Z] 1.2.2-dev.16 [2020-08-21T07:41:19.040Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:19.040Z] master [2020-08-21T07:41:19.040Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:19.542Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:19.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:19.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-21T07:41:19.897Z] 9e4bf293ff6e: Preparing [2020-08-21T07:41:19.897Z] f923da286ea6: Preparing [2020-08-21T07:41:19.897Z] df565dda6309: Preparing [2020-08-21T07:41:19.897Z] ffe80097a260: Preparing [2020-08-21T07:41:19.897Z] ffe80097a260: Preparing [2020-08-21T07:41:19.897Z] c76474746f51: Preparing [2020-08-21T07:41:19.897Z] 9663120db3af: Preparing [2020-08-21T07:41:19.897Z] 9d3292f852b7: Preparing [2020-08-21T07:41:19.897Z] 9e4bf293ff6e: Preparing [2020-08-21T07:41:19.897Z] 1e9233824d5b: Preparing [2020-08-21T07:41:19.897Z] bd937952866f: Preparing [2020-08-21T07:41:19.897Z] 6c10ea07e2d0: Preparing [2020-08-21T07:41:19.897Z] e2f13739ad41: Preparing [2020-08-21T07:41:19.897Z] 6c10ea07e2d0: Waiting [2020-08-21T07:41:19.897Z] 1e9233824d5b: Waiting [2020-08-21T07:41:19.897Z] bd937952866f: Waiting [2020-08-21T07:41:19.897Z] e2f13739ad41: Waiting [2020-08-21T07:41:19.897Z] 9663120db3af: Waiting [2020-08-21T07:41:19.897Z] 9d3292f852b7: Waiting [2020-08-21T07:41:20.173Z] ffe80097a260: Pushed [2020-08-21T07:41:20.173Z] f923da286ea6: Pushed [2020-08-21T07:41:20.173Z] df565dda6309: Pushed [2020-08-21T07:41:20.173Z] c76474746f51: Pushed [2020-08-21T07:41:20.445Z] 9663120db3af: Pushed [2020-08-21T07:41:20.445Z] 9d3292f852b7: Pushed [2020-08-21T07:41:20.445Z] bd937952866f: Pushed [2020-08-21T07:41:20.445Z] 1e9233824d5b: Pushed [2020-08-21T07:41:20.445Z] e2f13739ad41: Layer already exists [2020-08-21T07:41:20.716Z] 6c10ea07e2d0: Pushed [2020-08-21T07:41:22.670Z] 9e4bf293ff6e: Pushed [2020-08-21T07:41:22.670Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:c0608373ffb9ea2913d6440e44c512b79810396cf73a95add4030afd781c17cb size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:23.003Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:23.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:23.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-21T07:41:23.334Z] 9e4bf293ff6e: Preparing [2020-08-21T07:41:23.334Z] f923da286ea6: Preparing [2020-08-21T07:41:23.334Z] df565dda6309: Preparing [2020-08-21T07:41:23.334Z] ffe80097a260: Preparing [2020-08-21T07:41:23.334Z] ffe80097a260: Preparing [2020-08-21T07:41:23.334Z] c76474746f51: Preparing [2020-08-21T07:41:23.334Z] 9663120db3af: Preparing [2020-08-21T07:41:23.334Z] 9d3292f852b7: Preparing [2020-08-21T07:41:23.334Z] 9e4bf293ff6e: Preparing [2020-08-21T07:41:23.334Z] 1e9233824d5b: Preparing [2020-08-21T07:41:23.334Z] bd937952866f: Preparing [2020-08-21T07:41:23.334Z] 6c10ea07e2d0: Preparing [2020-08-21T07:41:23.334Z] e2f13739ad41: Preparing [2020-08-21T07:41:23.334Z] 1e9233824d5b: Waiting [2020-08-21T07:41:23.334Z] 9663120db3af: Waiting [2020-08-21T07:41:23.334Z] 9d3292f852b7: Waiting [2020-08-21T07:41:23.334Z] bd937952866f: Waiting [2020-08-21T07:41:23.334Z] 6c10ea07e2d0: Waiting [2020-08-21T07:41:23.334Z] e2f13739ad41: Waiting [2020-08-21T07:41:23.334Z] c76474746f51: Layer already exists [2020-08-21T07:41:23.334Z] f923da286ea6: Layer already exists [2020-08-21T07:41:23.334Z] 9e4bf293ff6e: Layer already exists [2020-08-21T07:41:23.334Z] df565dda6309: Layer already exists [2020-08-21T07:41:23.334Z] ffe80097a260: Layer already exists [2020-08-21T07:41:23.334Z] 9663120db3af: Layer already exists [2020-08-21T07:41:23.334Z] 1e9233824d5b: Layer already exists [2020-08-21T07:41:23.334Z] 9d3292f852b7: Layer already exists [2020-08-21T07:41:23.334Z] 6c10ea07e2d0: Layer already exists [2020-08-21T07:41:23.334Z] bd937952866f: Layer already exists [2020-08-21T07:41:23.334Z] e2f13739ad41: Layer already exists [2020-08-21T07:41:23.603Z] 1.2.2-dev.16: digest: sha256:c0608373ffb9ea2913d6440e44c512b79810396cf73a95add4030afd781c17cb size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:23.934Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:24.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:24.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-21T07:41:24.260Z] 9e4bf293ff6e: Preparing [2020-08-21T07:41:24.260Z] f923da286ea6: Preparing [2020-08-21T07:41:24.260Z] df565dda6309: Preparing [2020-08-21T07:41:24.260Z] ffe80097a260: Preparing [2020-08-21T07:41:24.260Z] ffe80097a260: Preparing [2020-08-21T07:41:24.260Z] c76474746f51: Preparing [2020-08-21T07:41:24.260Z] 9663120db3af: Preparing [2020-08-21T07:41:24.260Z] 9d3292f852b7: Preparing [2020-08-21T07:41:24.260Z] 9e4bf293ff6e: Preparing [2020-08-21T07:41:24.260Z] 1e9233824d5b: Preparing [2020-08-21T07:41:24.260Z] bd937952866f: Preparing [2020-08-21T07:41:24.260Z] 6c10ea07e2d0: Preparing [2020-08-21T07:41:24.260Z] e2f13739ad41: Preparing [2020-08-21T07:41:24.260Z] 1e9233824d5b: Waiting [2020-08-21T07:41:24.260Z] bd937952866f: Waiting [2020-08-21T07:41:24.260Z] 9663120db3af: Waiting [2020-08-21T07:41:24.260Z] 9d3292f852b7: Waiting [2020-08-21T07:41:24.260Z] e2f13739ad41: Waiting [2020-08-21T07:41:24.260Z] 6c10ea07e2d0: Waiting [2020-08-21T07:41:24.260Z] c76474746f51: Layer already exists [2020-08-21T07:41:24.260Z] 9e4bf293ff6e: Layer already exists [2020-08-21T07:41:24.260Z] df565dda6309: Layer already exists [2020-08-21T07:41:24.260Z] ffe80097a260: Layer already exists [2020-08-21T07:41:24.260Z] f923da286ea6: Layer already exists [2020-08-21T07:41:24.260Z] 9663120db3af: Layer already exists [2020-08-21T07:41:24.260Z] 1e9233824d5b: Layer already exists [2020-08-21T07:41:24.260Z] bd937952866f: Layer already exists [2020-08-21T07:41:24.260Z] 6c10ea07e2d0: Layer already exists [2020-08-21T07:41:24.260Z] 9d3292f852b7: Layer already exists [2020-08-21T07:41:24.529Z] e2f13739ad41: Layer already exists [2020-08-21T07:41:24.529Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:c0608373ffb9ea2913d6440e44c512b79810396cf73a95add4030afd781c17cb size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:24.862Z] + 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-21T07:41:25.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-08-21T07:41:25.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-21T07:41:25.258Z] 9e4bf293ff6e: Preparing [2020-08-21T07:41:25.258Z] f923da286ea6: Preparing [2020-08-21T07:41:25.258Z] df565dda6309: Preparing [2020-08-21T07:41:25.258Z] ffe80097a260: Preparing [2020-08-21T07:41:25.258Z] ffe80097a260: Preparing [2020-08-21T07:41:25.258Z] c76474746f51: Preparing [2020-08-21T07:41:25.258Z] 9663120db3af: Preparing [2020-08-21T07:41:25.258Z] 9d3292f852b7: Preparing [2020-08-21T07:41:25.258Z] 9663120db3af: Waiting [2020-08-21T07:41:25.258Z] 9e4bf293ff6e: Preparing [2020-08-21T07:41:25.258Z] 1e9233824d5b: Preparing [2020-08-21T07:41:25.258Z] 9d3292f852b7: Waiting [2020-08-21T07:41:25.258Z] 1e9233824d5b: Waiting [2020-08-21T07:41:25.258Z] bd937952866f: Preparing [2020-08-21T07:41:25.258Z] 6c10ea07e2d0: Preparing [2020-08-21T07:41:25.258Z] bd937952866f: Waiting [2020-08-21T07:41:25.258Z] e2f13739ad41: Preparing [2020-08-21T07:41:25.258Z] 6c10ea07e2d0: Waiting [2020-08-21T07:41:25.258Z] e2f13739ad41: Waiting [2020-08-21T07:41:25.258Z] ffe80097a260: Layer already exists [2020-08-21T07:41:25.258Z] f923da286ea6: Layer already exists [2020-08-21T07:41:25.258Z] df565dda6309: Layer already exists [2020-08-21T07:41:25.258Z] c76474746f51: Layer already exists [2020-08-21T07:41:25.258Z] 9e4bf293ff6e: Layer already exists [2020-08-21T07:41:25.529Z] 1e9233824d5b: Layer already exists [2020-08-21T07:41:25.529Z] 9663120db3af: Layer already exists [2020-08-21T07:41:25.529Z] 6c10ea07e2d0: Layer already exists [2020-08-21T07:41:25.529Z] bd937952866f: Layer already exists [2020-08-21T07:41:25.529Z] 9d3292f852b7: Layer already exists [2020-08-21T07:41:25.529Z] e2f13739ad41: Layer already exists [2020-08-21T07:41:25.529Z] master: digest: sha256:c0608373ffb9ea2913d6440e44c512b79810396cf73a95add4030afd781c17cb size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:41:25.711Z] ===================================================== [Pipeline] echo [2020-08-21T07:41:25.757Z] taggedImages: [2020-08-21T07:41:25.757Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:25.757Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:25.757Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:25.757Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-08-21T07:41:25.826Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-08-21T07:41:25.826Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:25.826Z] 1.2.2-dev.16 [2020-08-21T07:41:25.826Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:25.826Z] master [2020-08-21T07:41:25.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:26.312Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:26.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:26.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-21T07:41:26.653Z] 45ee65eaf170: Preparing [2020-08-21T07:41:26.653Z] 320d35ee90af: Preparing [2020-08-21T07:41:26.653Z] ddc6f79ee4d6: Preparing [2020-08-21T07:41:26.653Z] 76febf9c6801: Preparing [2020-08-21T07:41:26.653Z] 3732c95ae74a: Preparing [2020-08-21T07:41:26.653Z] d6fab2657d09: Preparing [2020-08-21T07:41:26.653Z] 1db116d74b39: Preparing [2020-08-21T07:41:26.653Z] afddeeca2252: Preparing [2020-08-21T07:41:26.653Z] 304ef43cd2a8: Preparing [2020-08-21T07:41:26.653Z] 2e4b3f1557e6: Preparing [2020-08-21T07:41:26.653Z] 66b385cf80cf: Preparing [2020-08-21T07:41:26.653Z] d6fab2657d09: Waiting [2020-08-21T07:41:26.653Z] 1db116d74b39: Waiting [2020-08-21T07:41:26.653Z] 2e4b3f1557e6: Waiting [2020-08-21T07:41:26.653Z] 304ef43cd2a8: Waiting [2020-08-21T07:41:26.653Z] 66b385cf80cf: Waiting [2020-08-21T07:41:26.653Z] afddeeca2252: Waiting [2020-08-21T07:41:26.932Z] 320d35ee90af: Pushed [2020-08-21T07:41:26.932Z] 45ee65eaf170: Pushed [2020-08-21T07:41:27.205Z] d6fab2657d09: Pushed [2020-08-21T07:41:27.205Z] 1db116d74b39: Pushed [2020-08-21T07:41:27.479Z] afddeeca2252: Pushed [2020-08-21T07:41:27.479Z] 304ef43cd2a8: Pushed [2020-08-21T07:41:27.479Z] 66b385cf80cf: Layer already exists [2020-08-21T07:41:28.078Z] 2e4b3f1557e6: Pushed [2020-08-21T07:41:29.057Z] ddc6f79ee4d6: Pushed [2020-08-21T07:41:29.057Z] 76febf9c6801: Pushed [2020-08-21T07:41:29.325Z] 3732c95ae74a: Pushed [2020-08-21T07:41:29.594Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:76281149643f52e799b8a3113e7da035647533f2d06e9f7789411a42cdc9bf4a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:29.945Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:30.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:30.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-21T07:41:30.271Z] 45ee65eaf170: Preparing [2020-08-21T07:41:30.271Z] 320d35ee90af: Preparing [2020-08-21T07:41:30.271Z] ddc6f79ee4d6: Preparing [2020-08-21T07:41:30.271Z] 76febf9c6801: Preparing [2020-08-21T07:41:30.271Z] 3732c95ae74a: Preparing [2020-08-21T07:41:30.271Z] d6fab2657d09: Preparing [2020-08-21T07:41:30.271Z] 1db116d74b39: Preparing [2020-08-21T07:41:30.271Z] afddeeca2252: Preparing [2020-08-21T07:41:30.271Z] 304ef43cd2a8: Preparing [2020-08-21T07:41:30.271Z] 2e4b3f1557e6: Preparing [2020-08-21T07:41:30.271Z] 66b385cf80cf: Preparing [2020-08-21T07:41:30.271Z] 304ef43cd2a8: Waiting [2020-08-21T07:41:30.271Z] d6fab2657d09: Waiting [2020-08-21T07:41:30.271Z] 1db116d74b39: Waiting [2020-08-21T07:41:30.271Z] afddeeca2252: Waiting [2020-08-21T07:41:30.271Z] 2e4b3f1557e6: Waiting [2020-08-21T07:41:30.271Z] 66b385cf80cf: Waiting [2020-08-21T07:41:30.271Z] ddc6f79ee4d6: Layer already exists [2020-08-21T07:41:30.271Z] 45ee65eaf170: Layer already exists [2020-08-21T07:41:30.271Z] 76febf9c6801: Layer already exists [2020-08-21T07:41:30.271Z] 3732c95ae74a: Layer already exists [2020-08-21T07:41:30.271Z] 320d35ee90af: Layer already exists [2020-08-21T07:41:30.271Z] d6fab2657d09: Layer already exists [2020-08-21T07:41:30.271Z] afddeeca2252: Layer already exists [2020-08-21T07:41:30.271Z] 1db116d74b39: Layer already exists [2020-08-21T07:41:30.271Z] 304ef43cd2a8: Layer already exists [2020-08-21T07:41:30.271Z] 2e4b3f1557e6: Layer already exists [2020-08-21T07:41:30.271Z] 66b385cf80cf: Layer already exists [2020-08-21T07:41:30.541Z] 1.2.2-dev.16: digest: sha256:76281149643f52e799b8a3113e7da035647533f2d06e9f7789411a42cdc9bf4a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:30.872Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:31.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:31.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-21T07:41:31.201Z] 45ee65eaf170: Preparing [2020-08-21T07:41:31.201Z] 320d35ee90af: Preparing [2020-08-21T07:41:31.201Z] ddc6f79ee4d6: Preparing [2020-08-21T07:41:31.201Z] 76febf9c6801: Preparing [2020-08-21T07:41:31.201Z] 3732c95ae74a: Preparing [2020-08-21T07:41:31.201Z] d6fab2657d09: Preparing [2020-08-21T07:41:31.201Z] 1db116d74b39: Preparing [2020-08-21T07:41:31.201Z] afddeeca2252: Preparing [2020-08-21T07:41:31.201Z] 304ef43cd2a8: Preparing [2020-08-21T07:41:31.201Z] 2e4b3f1557e6: Preparing [2020-08-21T07:41:31.201Z] 66b385cf80cf: Preparing [2020-08-21T07:41:31.201Z] 304ef43cd2a8: Waiting [2020-08-21T07:41:31.201Z] 1db116d74b39: Waiting [2020-08-21T07:41:31.201Z] d6fab2657d09: Waiting [2020-08-21T07:41:31.201Z] afddeeca2252: Waiting [2020-08-21T07:41:31.201Z] 66b385cf80cf: Waiting [2020-08-21T07:41:31.201Z] 45ee65eaf170: Layer already exists [2020-08-21T07:41:31.201Z] 3732c95ae74a: Layer already exists [2020-08-21T07:41:31.201Z] 76febf9c6801: Layer already exists [2020-08-21T07:41:31.201Z] ddc6f79ee4d6: Layer already exists [2020-08-21T07:41:31.201Z] 320d35ee90af: Layer already exists [2020-08-21T07:41:31.470Z] afddeeca2252: Layer already exists [2020-08-21T07:41:31.470Z] 304ef43cd2a8: Layer already exists [2020-08-21T07:41:31.470Z] d6fab2657d09: Layer already exists [2020-08-21T07:41:31.470Z] 2e4b3f1557e6: Layer already exists [2020-08-21T07:41:31.470Z] 1db116d74b39: Layer already exists [2020-08-21T07:41:31.470Z] 66b385cf80cf: Layer already exists [2020-08-21T07:41:31.470Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:76281149643f52e799b8a3113e7da035647533f2d06e9f7789411a42cdc9bf4a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:31.804Z] + 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-21T07:41:32.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-08-21T07:41:32.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-21T07:41:32.132Z] 45ee65eaf170: Preparing [2020-08-21T07:41:32.132Z] 320d35ee90af: Preparing [2020-08-21T07:41:32.132Z] ddc6f79ee4d6: Preparing [2020-08-21T07:41:32.132Z] 76febf9c6801: Preparing [2020-08-21T07:41:32.132Z] 3732c95ae74a: Preparing [2020-08-21T07:41:32.132Z] d6fab2657d09: Preparing [2020-08-21T07:41:32.132Z] 1db116d74b39: Preparing [2020-08-21T07:41:32.132Z] afddeeca2252: Preparing [2020-08-21T07:41:32.132Z] 304ef43cd2a8: Preparing [2020-08-21T07:41:32.132Z] 2e4b3f1557e6: Preparing [2020-08-21T07:41:32.132Z] 66b385cf80cf: Preparing [2020-08-21T07:41:32.132Z] afddeeca2252: Waiting [2020-08-21T07:41:32.132Z] 304ef43cd2a8: Waiting [2020-08-21T07:41:32.132Z] 2e4b3f1557e6: Waiting [2020-08-21T07:41:32.132Z] 66b385cf80cf: Waiting [2020-08-21T07:41:32.132Z] d6fab2657d09: Waiting [2020-08-21T07:41:32.132Z] 3732c95ae74a: Layer already exists [2020-08-21T07:41:32.132Z] 76febf9c6801: Layer already exists [2020-08-21T07:41:32.132Z] 320d35ee90af: Layer already exists [2020-08-21T07:41:32.132Z] ddc6f79ee4d6: Layer already exists [2020-08-21T07:41:32.132Z] 45ee65eaf170: Layer already exists [2020-08-21T07:41:32.132Z] d6fab2657d09: Layer already exists [2020-08-21T07:41:32.132Z] afddeeca2252: Layer already exists [2020-08-21T07:41:32.132Z] 2e4b3f1557e6: Layer already exists [2020-08-21T07:41:32.132Z] 1db116d74b39: Layer already exists [2020-08-21T07:41:32.132Z] 304ef43cd2a8: Layer already exists [2020-08-21T07:41:32.402Z] 66b385cf80cf: Layer already exists [2020-08-21T07:41:32.402Z] master: digest: sha256:76281149643f52e799b8a3113e7da035647533f2d06e9f7789411a42cdc9bf4a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:41:32.599Z] ===================================================== [Pipeline] echo [2020-08-21T07:41:32.644Z] taggedImages: [2020-08-21T07:41:32.644Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:32.644Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:32.644Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:32.644Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-08-21T07:41:32.702Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-08-21T07:41:32.702Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:32.702Z] 1.2.2-dev.16 [2020-08-21T07:41:32.702Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:32.702Z] master [2020-08-21T07:41:32.702Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:33.189Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:33.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:33.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-21T07:41:33.516Z] 1a265849a9e8: Preparing [2020-08-21T07:41:33.516Z] e274ac20cbcf: Preparing [2020-08-21T07:41:33.516Z] fa514c506b71: Preparing [2020-08-21T07:41:33.516Z] 388b8e16c111: Preparing [2020-08-21T07:41:33.789Z] 1a265849a9e8: Pushed [2020-08-21T07:41:33.789Z] fa514c506b71: Pushed [2020-08-21T07:41:34.059Z] 388b8e16c111: Pushed [2020-08-21T07:41:36.658Z] e274ac20cbcf: Pushed [2020-08-21T07:41:36.658Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:0b6420fa0182046380ce25817bd9026b1339d80d95eac4961c14175fc9564024 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:36.988Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:37.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:37.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-21T07:41:37.318Z] 1a265849a9e8: Preparing [2020-08-21T07:41:37.318Z] e274ac20cbcf: Preparing [2020-08-21T07:41:37.318Z] fa514c506b71: Preparing [2020-08-21T07:41:37.318Z] 388b8e16c111: Preparing [2020-08-21T07:41:37.318Z] e274ac20cbcf: Layer already exists [2020-08-21T07:41:37.318Z] 388b8e16c111: Layer already exists [2020-08-21T07:41:37.318Z] fa514c506b71: Layer already exists [2020-08-21T07:41:37.318Z] 1a265849a9e8: Layer already exists [2020-08-21T07:41:37.589Z] 1.2.2-dev.16: digest: sha256:0b6420fa0182046380ce25817bd9026b1339d80d95eac4961c14175fc9564024 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:37.917Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:38.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:38.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-21T07:41:38.240Z] 1a265849a9e8: Preparing [2020-08-21T07:41:38.240Z] e274ac20cbcf: Preparing [2020-08-21T07:41:38.240Z] fa514c506b71: Preparing [2020-08-21T07:41:38.240Z] 388b8e16c111: Preparing [2020-08-21T07:41:38.240Z] e274ac20cbcf: Layer already exists [2020-08-21T07:41:38.240Z] 1a265849a9e8: Layer already exists [2020-08-21T07:41:38.240Z] 388b8e16c111: Layer already exists [2020-08-21T07:41:38.240Z] fa514c506b71: Layer already exists [2020-08-21T07:41:38.240Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:0b6420fa0182046380ce25817bd9026b1339d80d95eac4961c14175fc9564024 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:38.843Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:39.171Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-08-21T07:41:39.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-21T07:41:39.171Z] 1a265849a9e8: Preparing [2020-08-21T07:41:39.171Z] e274ac20cbcf: Preparing [2020-08-21T07:41:39.171Z] fa514c506b71: Preparing [2020-08-21T07:41:39.171Z] 388b8e16c111: Preparing [2020-08-21T07:41:39.171Z] e274ac20cbcf: Layer already exists [2020-08-21T07:41:39.171Z] 388b8e16c111: Layer already exists [2020-08-21T07:41:39.171Z] 1a265849a9e8: Layer already exists [2020-08-21T07:41:39.171Z] fa514c506b71: Layer already exists [2020-08-21T07:41:39.441Z] master: digest: sha256:0b6420fa0182046380ce25817bd9026b1339d80d95eac4961c14175fc9564024 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:41:39.625Z] ===================================================== [Pipeline] echo [2020-08-21T07:41:39.672Z] taggedImages: [2020-08-21T07:41:39.672Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:39.672Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:39.672Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:39.672Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-08-21T07:41:39.743Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-08-21T07:41:39.743Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:39.743Z] 1.2.2-dev.16 [2020-08-21T07:41:39.743Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:39.743Z] master [2020-08-21T07:41:39.743Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:40.277Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:40.633Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:40.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-21T07:41:40.633Z] 0da82e4e70b3: Preparing [2020-08-21T07:41:40.633Z] 961498b2d637: Preparing [2020-08-21T07:41:40.633Z] 0ae0ccf56988: Preparing [2020-08-21T07:41:40.633Z] 947db0142fc8: Preparing [2020-08-21T07:41:40.633Z] 4dc7b033cfa7: Preparing [2020-08-21T07:41:40.633Z] 7f69111c6dd3: Preparing [2020-08-21T07:41:40.633Z] 7f69111c6dd3: Waiting [2020-08-21T07:41:40.914Z] 0ae0ccf56988: Pushed [2020-08-21T07:41:40.914Z] 0da82e4e70b3: Pushed [2020-08-21T07:41:40.914Z] 947db0142fc8: Pushed [2020-08-21T07:41:40.914Z] 4dc7b033cfa7: Pushed [2020-08-21T07:41:41.508Z] 7f69111c6dd3: Pushed [2020-08-21T07:41:44.871Z] 961498b2d637: Pushed [2020-08-21T07:41:44.871Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:46320447d504428c8e1a00dfc5deb45711a22da55de511304ef4a2fcc994f22d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:45.203Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:45.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:45.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-21T07:41:45.531Z] 0da82e4e70b3: Preparing [2020-08-21T07:41:45.531Z] 961498b2d637: Preparing [2020-08-21T07:41:45.532Z] 0ae0ccf56988: Preparing [2020-08-21T07:41:45.532Z] 947db0142fc8: Preparing [2020-08-21T07:41:45.532Z] 4dc7b033cfa7: Preparing [2020-08-21T07:41:45.532Z] 7f69111c6dd3: Preparing [2020-08-21T07:41:45.532Z] 7f69111c6dd3: Waiting [2020-08-21T07:41:45.532Z] 961498b2d637: Layer already exists [2020-08-21T07:41:45.532Z] 0ae0ccf56988: Layer already exists [2020-08-21T07:41:45.532Z] 4dc7b033cfa7: Layer already exists [2020-08-21T07:41:45.532Z] 947db0142fc8: Layer already exists [2020-08-21T07:41:45.532Z] 0da82e4e70b3: Layer already exists [2020-08-21T07:41:45.805Z] 7f69111c6dd3: Layer already exists [2020-08-21T07:41:45.805Z] 1.2.2-dev.16: digest: sha256:46320447d504428c8e1a00dfc5deb45711a22da55de511304ef4a2fcc994f22d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:46.137Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:46.473Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:46.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-21T07:41:46.473Z] 0da82e4e70b3: Preparing [2020-08-21T07:41:46.473Z] 961498b2d637: Preparing [2020-08-21T07:41:46.473Z] 0ae0ccf56988: Preparing [2020-08-21T07:41:46.473Z] 947db0142fc8: Preparing [2020-08-21T07:41:46.473Z] 4dc7b033cfa7: Preparing [2020-08-21T07:41:46.473Z] 7f69111c6dd3: Preparing [2020-08-21T07:41:46.473Z] 7f69111c6dd3: Waiting [2020-08-21T07:41:46.473Z] 4dc7b033cfa7: Layer already exists [2020-08-21T07:41:46.473Z] 947db0142fc8: Layer already exists [2020-08-21T07:41:46.473Z] 0ae0ccf56988: Layer already exists [2020-08-21T07:41:46.473Z] 961498b2d637: Layer already exists [2020-08-21T07:41:46.473Z] 0da82e4e70b3: Layer already exists [2020-08-21T07:41:46.473Z] 7f69111c6dd3: Layer already exists [2020-08-21T07:41:46.742Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:46320447d504428c8e1a00dfc5deb45711a22da55de511304ef4a2fcc994f22d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:47.083Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:47.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-08-21T07:41:47.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-21T07:41:47.418Z] 0da82e4e70b3: Preparing [2020-08-21T07:41:47.418Z] 961498b2d637: Preparing [2020-08-21T07:41:47.418Z] 0ae0ccf56988: Preparing [2020-08-21T07:41:47.418Z] 947db0142fc8: Preparing [2020-08-21T07:41:47.418Z] 4dc7b033cfa7: Preparing [2020-08-21T07:41:47.418Z] 7f69111c6dd3: Preparing [2020-08-21T07:41:47.418Z] 7f69111c6dd3: Waiting [2020-08-21T07:41:47.418Z] 4dc7b033cfa7: Layer already exists [2020-08-21T07:41:47.418Z] 961498b2d637: Layer already exists [2020-08-21T07:41:47.418Z] 947db0142fc8: Layer already exists [2020-08-21T07:41:47.418Z] 0ae0ccf56988: Layer already exists [2020-08-21T07:41:47.686Z] 0da82e4e70b3: Layer already exists [2020-08-21T07:41:47.686Z] 7f69111c6dd3: Layer already exists [2020-08-21T07:41:47.686Z] master: digest: sha256:46320447d504428c8e1a00dfc5deb45711a22da55de511304ef4a2fcc994f22d size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:41:47.869Z] ===================================================== [Pipeline] echo [2020-08-21T07:41:47.914Z] taggedImages: [2020-08-21T07:41:47.914Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:47.914Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:47.914Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:47.914Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-08-21T07:41:47.986Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-08-21T07:41:47.986Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:47.986Z] 1.2.2-dev.16 [2020-08-21T07:41:47.986Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:47.986Z] master [2020-08-21T07:41:47.986Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:48.498Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:48.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:48.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-21T07:41:48.827Z] 6924adfd91a1: Preparing [2020-08-21T07:41:48.827Z] 525c554d13a4: Preparing [2020-08-21T07:41:48.827Z] 89c194c8da77: Preparing [2020-08-21T07:41:49.097Z] 89c194c8da77: Pushed [2020-08-21T07:41:49.097Z] 6924adfd91a1: Pushed [2020-08-21T07:41:52.470Z] 525c554d13a4: Pushed [2020-08-21T07:41:52.470Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:3759e91acbdd2dd5758a83c6be72521201125db77646b9aabc2ad421ce30571e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:52.807Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:53.134Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:53.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-21T07:41:53.134Z] 6924adfd91a1: Preparing [2020-08-21T07:41:53.134Z] 525c554d13a4: Preparing [2020-08-21T07:41:53.134Z] 89c194c8da77: Preparing [2020-08-21T07:41:53.134Z] 525c554d13a4: Layer already exists [2020-08-21T07:41:53.134Z] 6924adfd91a1: Layer already exists [2020-08-21T07:41:53.134Z] 89c194c8da77: Layer already exists [2020-08-21T07:41:53.134Z] 1.2.2-dev.16: digest: sha256:3759e91acbdd2dd5758a83c6be72521201125db77646b9aabc2ad421ce30571e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:53.733Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:54.055Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:54.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-21T07:41:54.055Z] 6924adfd91a1: Preparing [2020-08-21T07:41:54.055Z] 525c554d13a4: Preparing [2020-08-21T07:41:54.055Z] 89c194c8da77: Preparing [2020-08-21T07:41:54.055Z] 525c554d13a4: Layer already exists [2020-08-21T07:41:54.055Z] 89c194c8da77: Layer already exists [2020-08-21T07:41:54.055Z] 6924adfd91a1: Layer already exists [2020-08-21T07:41:54.055Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:3759e91acbdd2dd5758a83c6be72521201125db77646b9aabc2ad421ce30571e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:54.653Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:54.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-08-21T07:41:54.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-21T07:41:54.981Z] 6924adfd91a1: Preparing [2020-08-21T07:41:54.981Z] 525c554d13a4: Preparing [2020-08-21T07:41:54.981Z] 89c194c8da77: Preparing [2020-08-21T07:41:54.981Z] 6924adfd91a1: Layer already exists [2020-08-21T07:41:54.981Z] 89c194c8da77: Layer already exists [2020-08-21T07:41:54.981Z] 525c554d13a4: Layer already exists [2020-08-21T07:41:55.251Z] master: digest: sha256:3759e91acbdd2dd5758a83c6be72521201125db77646b9aabc2ad421ce30571e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:41:55.440Z] ===================================================== [Pipeline] echo [2020-08-21T07:41:55.492Z] taggedImages: [2020-08-21T07:41:55.492Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:55.492Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.16 [2020-08-21T07:41:55.492Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:55.492Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-08-21T07:41:55.551Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-08-21T07:41:55.551Z] 3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:55.551Z] 1.2.2-dev.16 [2020-08-21T07:41:55.551Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:41:55.551Z] master [2020-08-21T07:41:55.551Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:56.100Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:41:56.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:41:56.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-21T07:41:56.449Z] 3b9f0d48d53b: Preparing [2020-08-21T07:41:56.449Z] 83a91117fda3: Preparing [2020-08-21T07:41:56.449Z] 5aa04081cb3a: Preparing [2020-08-21T07:41:56.449Z] 56991f7660ff: Preparing [2020-08-21T07:41:56.449Z] c10d594e8410: Preparing [2020-08-21T07:41:56.449Z] be9abb70372a: Preparing [2020-08-21T07:41:56.449Z] a68fd19056fe: Preparing [2020-08-21T07:41:56.449Z] dcafda8adff7: Preparing [2020-08-21T07:41:56.449Z] 48d9eb58abf3: Preparing [2020-08-21T07:41:56.449Z] e5de615b7841: Preparing [2020-08-21T07:41:56.449Z] b0d752909cf9: Preparing [2020-08-21T07:41:56.449Z] 94fdc660876c: Preparing [2020-08-21T07:41:56.449Z] 4e7279dfc0c0: Preparing [2020-08-21T07:41:56.449Z] e2f13739ad41: Preparing [2020-08-21T07:41:56.449Z] be9abb70372a: Waiting [2020-08-21T07:41:56.449Z] e5de615b7841: Waiting [2020-08-21T07:41:56.449Z] a68fd19056fe: Waiting [2020-08-21T07:41:56.449Z] b0d752909cf9: Waiting [2020-08-21T07:41:56.449Z] 94fdc660876c: Waiting [2020-08-21T07:41:56.449Z] e2f13739ad41: Waiting [2020-08-21T07:41:56.449Z] 4e7279dfc0c0: Waiting [2020-08-21T07:41:56.449Z] 48d9eb58abf3: Waiting [2020-08-21T07:41:56.449Z] dcafda8adff7: Waiting [2020-08-21T07:41:56.746Z] c10d594e8410: Pushed [2020-08-21T07:41:57.425Z] 3b9f0d48d53b: Pushed [2020-08-21T07:41:57.700Z] 56991f7660ff: Pushed [2020-08-21T07:41:57.971Z] dcafda8adff7: Layer already exists [2020-08-21T07:41:57.971Z] 48d9eb58abf3: Layer already exists [2020-08-21T07:41:57.971Z] e5de615b7841: Layer already exists [2020-08-21T07:41:57.971Z] b0d752909cf9: Layer already exists [2020-08-21T07:41:57.971Z] a68fd19056fe: Pushed [2020-08-21T07:41:58.244Z] 4e7279dfc0c0: Layer already exists [2020-08-21T07:41:58.244Z] 94fdc660876c: Layer already exists [2020-08-21T07:41:58.244Z] e2f13739ad41: Layer already exists [2020-08-21T07:41:58.835Z] 83a91117fda3: Pushed [2020-08-21T07:41:59.804Z] be9abb70372a: Pushed [2020-08-21T07:42:09.908Z] 5aa04081cb3a: Pushed [2020-08-21T07:42:09.908Z] 3555043a6994042684a9c8b6423498381cadcc6f: digest: sha256:04f885a9082d33898bf2f9fb95603b34c7b4a1d2326b816f97681596dbb13b0a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:42:10.513Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:42:10.841Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.16 [2020-08-21T07:42:10.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-21T07:42:10.841Z] 3b9f0d48d53b: Preparing [2020-08-21T07:42:10.841Z] 83a91117fda3: Preparing [2020-08-21T07:42:10.841Z] 5aa04081cb3a: Preparing [2020-08-21T07:42:10.841Z] 56991f7660ff: Preparing [2020-08-21T07:42:10.841Z] c10d594e8410: Preparing [2020-08-21T07:42:10.841Z] be9abb70372a: Preparing [2020-08-21T07:42:10.841Z] a68fd19056fe: Preparing [2020-08-21T07:42:10.841Z] dcafda8adff7: Preparing [2020-08-21T07:42:10.841Z] 48d9eb58abf3: Preparing [2020-08-21T07:42:10.841Z] e5de615b7841: Preparing [2020-08-21T07:42:10.841Z] b0d752909cf9: Preparing [2020-08-21T07:42:10.841Z] 94fdc660876c: Preparing [2020-08-21T07:42:10.841Z] 4e7279dfc0c0: Preparing [2020-08-21T07:42:10.841Z] e2f13739ad41: Preparing [2020-08-21T07:42:10.841Z] be9abb70372a: Waiting [2020-08-21T07:42:10.841Z] a68fd19056fe: Waiting [2020-08-21T07:42:10.841Z] e5de615b7841: Waiting [2020-08-21T07:42:10.841Z] dcafda8adff7: Waiting [2020-08-21T07:42:10.841Z] b0d752909cf9: Waiting [2020-08-21T07:42:10.841Z] 48d9eb58abf3: Waiting [2020-08-21T07:42:10.841Z] 94fdc660876c: Waiting [2020-08-21T07:42:10.841Z] e2f13739ad41: Waiting [2020-08-21T07:42:10.841Z] 4e7279dfc0c0: Waiting [2020-08-21T07:42:10.841Z] 3b9f0d48d53b: Layer already exists [2020-08-21T07:42:10.841Z] 56991f7660ff: Layer already exists [2020-08-21T07:42:10.841Z] 83a91117fda3: Layer already exists [2020-08-21T07:42:10.841Z] c10d594e8410: Layer already exists [2020-08-21T07:42:10.841Z] 5aa04081cb3a: Layer already exists [2020-08-21T07:42:11.110Z] be9abb70372a: Layer already exists [2020-08-21T07:42:11.110Z] a68fd19056fe: Layer already exists [2020-08-21T07:42:11.110Z] 48d9eb58abf3: Layer already exists [2020-08-21T07:42:11.110Z] dcafda8adff7: Layer already exists [2020-08-21T07:42:11.110Z] e5de615b7841: Layer already exists [2020-08-21T07:42:11.110Z] b0d752909cf9: Layer already exists [2020-08-21T07:42:11.110Z] 94fdc660876c: Layer already exists [2020-08-21T07:42:11.110Z] e2f13739ad41: Layer already exists [2020-08-21T07:42:11.110Z] 4e7279dfc0c0: Layer already exists [2020-08-21T07:42:11.110Z] 1.2.2-dev.16: digest: sha256:04f885a9082d33898bf2f9fb95603b34c7b4a1d2326b816f97681596dbb13b0a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:42:11.441Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:42:11.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:42:11.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-21T07:42:11.768Z] 3b9f0d48d53b: Preparing [2020-08-21T07:42:11.768Z] 83a91117fda3: Preparing [2020-08-21T07:42:11.768Z] 5aa04081cb3a: Preparing [2020-08-21T07:42:11.768Z] 56991f7660ff: Preparing [2020-08-21T07:42:11.768Z] c10d594e8410: Preparing [2020-08-21T07:42:11.768Z] be9abb70372a: Preparing [2020-08-21T07:42:11.768Z] a68fd19056fe: Preparing [2020-08-21T07:42:11.768Z] dcafda8adff7: Preparing [2020-08-21T07:42:11.768Z] 48d9eb58abf3: Preparing [2020-08-21T07:42:11.768Z] e5de615b7841: Preparing [2020-08-21T07:42:11.768Z] b0d752909cf9: Preparing [2020-08-21T07:42:11.768Z] 94fdc660876c: Preparing [2020-08-21T07:42:11.768Z] 4e7279dfc0c0: Preparing [2020-08-21T07:42:11.768Z] e2f13739ad41: Preparing [2020-08-21T07:42:11.768Z] 48d9eb58abf3: Waiting [2020-08-21T07:42:11.768Z] e5de615b7841: Waiting [2020-08-21T07:42:11.768Z] b0d752909cf9: Waiting [2020-08-21T07:42:11.768Z] 94fdc660876c: Waiting [2020-08-21T07:42:11.768Z] 4e7279dfc0c0: Waiting [2020-08-21T07:42:11.768Z] e2f13739ad41: Waiting [2020-08-21T07:42:11.768Z] a68fd19056fe: Waiting [2020-08-21T07:42:11.768Z] dcafda8adff7: Waiting [2020-08-21T07:42:11.768Z] be9abb70372a: Waiting [2020-08-21T07:42:11.768Z] c10d594e8410: Layer already exists [2020-08-21T07:42:11.768Z] 5aa04081cb3a: Layer already exists [2020-08-21T07:42:11.768Z] 3b9f0d48d53b: Layer already exists [2020-08-21T07:42:11.768Z] 83a91117fda3: Layer already exists [2020-08-21T07:42:11.768Z] 56991f7660ff: Layer already exists [2020-08-21T07:42:11.768Z] be9abb70372a: Layer already exists [2020-08-21T07:42:11.768Z] a68fd19056fe: Layer already exists [2020-08-21T07:42:11.768Z] 48d9eb58abf3: Layer already exists [2020-08-21T07:42:11.768Z] dcafda8adff7: Layer already exists [2020-08-21T07:42:11.768Z] e5de615b7841: Layer already exists [2020-08-21T07:42:12.038Z] 94fdc660876c: Layer already exists [2020-08-21T07:42:12.038Z] b0d752909cf9: Layer already exists [2020-08-21T07:42:12.038Z] 4e7279dfc0c0: Layer already exists [2020-08-21T07:42:12.038Z] e2f13739ad41: Layer already exists [2020-08-21T07:42:12.038Z] 3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16: digest: sha256:04f885a9082d33898bf2f9fb95603b34c7b4a1d2326b816f97681596dbb13b0a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:42:12.369Z] + 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-21T07:42:12.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-08-21T07:42:12.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-21T07:42:12.699Z] 3b9f0d48d53b: Preparing [2020-08-21T07:42:12.699Z] 83a91117fda3: Preparing [2020-08-21T07:42:12.699Z] 5aa04081cb3a: Preparing [2020-08-21T07:42:12.699Z] 56991f7660ff: Preparing [2020-08-21T07:42:12.699Z] c10d594e8410: Preparing [2020-08-21T07:42:12.699Z] be9abb70372a: Preparing [2020-08-21T07:42:12.699Z] a68fd19056fe: Preparing [2020-08-21T07:42:12.699Z] dcafda8adff7: Preparing [2020-08-21T07:42:12.699Z] 48d9eb58abf3: Preparing [2020-08-21T07:42:12.699Z] e5de615b7841: Preparing [2020-08-21T07:42:12.699Z] b0d752909cf9: Preparing [2020-08-21T07:42:12.699Z] 94fdc660876c: Preparing [2020-08-21T07:42:12.699Z] 4e7279dfc0c0: Preparing [2020-08-21T07:42:12.699Z] e2f13739ad41: Preparing [2020-08-21T07:42:12.699Z] be9abb70372a: Waiting [2020-08-21T07:42:12.699Z] a68fd19056fe: Waiting [2020-08-21T07:42:12.699Z] b0d752909cf9: Waiting [2020-08-21T07:42:12.699Z] 94fdc660876c: Waiting [2020-08-21T07:42:12.699Z] 4e7279dfc0c0: Waiting [2020-08-21T07:42:12.699Z] e2f13739ad41: Waiting [2020-08-21T07:42:12.699Z] dcafda8adff7: Waiting [2020-08-21T07:42:12.699Z] e5de615b7841: Waiting [2020-08-21T07:42:12.699Z] 48d9eb58abf3: Waiting [2020-08-21T07:42:12.699Z] 5aa04081cb3a: Layer already exists [2020-08-21T07:42:12.699Z] 56991f7660ff: Layer already exists [2020-08-21T07:42:12.699Z] c10d594e8410: Layer already exists [2020-08-21T07:42:12.699Z] 3b9f0d48d53b: Layer already exists [2020-08-21T07:42:12.699Z] 83a91117fda3: Layer already exists [2020-08-21T07:42:12.699Z] be9abb70372a: Layer already exists [2020-08-21T07:42:12.699Z] dcafda8adff7: Layer already exists [2020-08-21T07:42:12.699Z] a68fd19056fe: Layer already exists [2020-08-21T07:42:12.699Z] e5de615b7841: Layer already exists [2020-08-21T07:42:12.699Z] 48d9eb58abf3: Layer already exists [2020-08-21T07:42:12.699Z] b0d752909cf9: Layer already exists [2020-08-21T07:42:12.699Z] 94fdc660876c: Layer already exists [2020-08-21T07:42:12.969Z] 4e7279dfc0c0: Layer already exists [2020-08-21T07:42:12.969Z] e2f13739ad41: Layer already exists [2020-08-21T07:42:12.969Z] master: digest: sha256:04f885a9082d33898bf2f9fb95603b34c7b4a1d2326b816f97681596dbb13b0a size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-21T07:42:13.162Z] ===================================================== [Pipeline] echo [2020-08-21T07:42:13.207Z] taggedImages: [2020-08-21T07:42:13.207Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:42:13.207Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.16 [2020-08-21T07:42:13.207Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f-1.2.2-dev.16 [2020-08-21T07:42:13.207Z] - 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-21T07:42:14.594Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-21T07:42:14.596Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-21T07:42:14.661Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:42:15.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-21T07:42:15.007Z] [2020-08-21T07:42:15.007Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:42:15.348Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-21T07:42:15.348Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-21T07:42:15.348Z] cbdbe7a5bc2a: Already exists [2020-08-21T07:42:15.348Z] 408f87550127: Pulling fs layer [2020-08-21T07:42:15.348Z] fe522b08c979: Pulling fs layer [2020-08-21T07:42:15.348Z] 221eaa008020: Pulling fs layer [2020-08-21T07:42:15.348Z] 2a4607e5d6b9: Pulling fs layer [2020-08-21T07:42:15.348Z] 8f79b27c4fd2: Pulling fs layer [2020-08-21T07:42:15.348Z] e5c8dbe1645b: Pulling fs layer [2020-08-21T07:42:15.348Z] 23e8b3b47431: Pulling fs layer [2020-08-21T07:42:15.348Z] 5c568d65a230: Pulling fs layer [2020-08-21T07:42:15.348Z] e5c8dbe1645b: Waiting [2020-08-21T07:42:15.348Z] 23e8b3b47431: Waiting [2020-08-21T07:42:15.348Z] 5c568d65a230: Waiting [2020-08-21T07:42:15.348Z] 2a4607e5d6b9: Waiting [2020-08-21T07:42:15.348Z] 8f79b27c4fd2: Waiting [2020-08-21T07:42:15.348Z] fe522b08c979: Verifying Checksum [2020-08-21T07:42:15.348Z] fe522b08c979: Download complete [2020-08-21T07:42:15.348Z] 408f87550127: Download complete [2020-08-21T07:42:15.348Z] 8f79b27c4fd2: Verifying Checksum [2020-08-21T07:42:15.348Z] 8f79b27c4fd2: Download complete [2020-08-21T07:42:15.348Z] 2a4607e5d6b9: Verifying Checksum [2020-08-21T07:42:15.348Z] 2a4607e5d6b9: Download complete [2020-08-21T07:42:15.617Z] 408f87550127: Pull complete [2020-08-21T07:42:15.882Z] e5c8dbe1645b: Verifying Checksum [2020-08-21T07:42:15.882Z] e5c8dbe1645b: Download complete [2020-08-21T07:42:15.882Z] fe522b08c979: Pull complete [2020-08-21T07:42:16.148Z] 23e8b3b47431: Verifying Checksum [2020-08-21T07:42:16.148Z] 23e8b3b47431: Download complete [2020-08-21T07:42:16.410Z] 5c568d65a230: Verifying Checksum [2020-08-21T07:42:16.410Z] 5c568d65a230: Download complete [2020-08-21T07:42:16.988Z] 221eaa008020: Verifying Checksum [2020-08-21T07:42:16.988Z] 221eaa008020: Download complete [2020-08-21T07:42:23.587Z] 221eaa008020: Pull complete [2020-08-21T07:42:23.849Z] 2a4607e5d6b9: Pull complete [2020-08-21T07:42:24.117Z] 8f79b27c4fd2: Pull complete [2020-08-21T07:42:27.422Z] e5c8dbe1645b: Pull complete [2020-08-21T07:42:31.641Z] 23e8b3b47431: Pull complete [2020-08-21T07:42:34.195Z] 5c568d65a230: Pull complete [2020-08-21T07:42:34.195Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-21T07:42:34.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-21T07:42:34.195Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-21T07:42:34.377Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:42:34.426Z] $ 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/128:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:42:35.734Z] $ docker top a44d1f40d40617b3988bfeae3674e6285ef50a18d59b3aac13c701de27de481d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-21T07:42:36.272Z] + snyk monitor '--org=edgex-jenkins' [2020-08-21T07:42:58.237Z] [2020-08-21T07:42:58.237Z] Monitoring /w/workspace/edgex-go/128 (github.com/edgexfoundry/edgex-go)... [2020-08-21T07:42:58.237Z] [2020-08-21T07:42:58.237Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/0e571614-c126-415c-ae48-8748051c61d8 [2020-08-21T07:42:58.237Z] [2020-08-21T07:42:58.237Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-21T07:42:58.237Z] [2020-08-21T07:42:58.237Z] [2020-08-21T07:42:58.237Z] Snyk CLI supports Node.js 8 and higher. [2020-08-21T07:42:58.237Z] 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-21T07:42:58.237Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-21T07:42:58.237Z] [2020-08-21T07:42:58.237Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-21T07:42:58.237Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-21T07:42:58.247Z] $ docker stop --time=1 a44d1f40d40617b3988bfeae3674e6285ef50a18d59b3aac13c701de27de481d [2020-08-21T07:43:01.180Z] $ docker rm -f a44d1f40d40617b3988bfeae3674e6285ef50a18d59b3aac13c701de27de481d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:43:02.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:43:02.758Z] [2020-08-21T07:43:02.758Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:43:03.097Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:43:03.097Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-21T07:43:03.097Z] e7c96db7181b: Pulling fs layer [2020-08-21T07:43:03.097Z] 1868ca2cb446: Pulling fs layer [2020-08-21T07:43:03.097Z] 136be5d0fe8e: Pulling fs layer [2020-08-21T07:43:03.097Z] 894bfe63afcb: Pulling fs layer [2020-08-21T07:43:03.097Z] 894bfe63afcb: Waiting [2020-08-21T07:43:03.097Z] 1868ca2cb446: Verifying Checksum [2020-08-21T07:43:03.097Z] 1868ca2cb446: Download complete [2020-08-21T07:43:03.097Z] 136be5d0fe8e: Download complete [2020-08-21T07:43:03.097Z] e7c96db7181b: Download complete [2020-08-21T07:43:03.363Z] 894bfe63afcb: Verifying Checksum [2020-08-21T07:43:03.363Z] 894bfe63afcb: Download complete [2020-08-21T07:43:03.628Z] e7c96db7181b: Pull complete [2020-08-21T07:43:03.628Z] 1868ca2cb446: Pull complete [2020-08-21T07:43:03.904Z] 136be5d0fe8e: Pull complete [2020-08-21T07:43:04.167Z] 894bfe63afcb: Pull complete [2020-08-21T07:43:04.167Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-21T07:43:04.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:43:04.167Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-21T07:43:04.272Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:43:04.376Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:43:05.615Z] $ docker top 5f58a5adf1312acd501a407c8e55b65d204548d35be5dd0d8723d4246594ff70 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:43:06.137Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:43:06.137Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:43:08.828Z] $ docker stop --time=1 5f58a5adf1312acd501a407c8e55b65d204548d35be5dd0d8723d4246594ff70 [2020-08-21T07:43:10.209Z] $ docker rm -f 5f58a5adf1312acd501a407c8e55b65d204548d35be5dd0d8723d4246594ff70 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:43:10.764Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:43:10.764Z] . [Pipeline] withDockerContainer [2020-08-21T07:43:10.865Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:43:10.911Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:43:11.592Z] $ docker top 71b921bbf0281f42d2f52f625faa076c32e3aa844557bf8205fe8d008d426794 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:43:12.109Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:43:12.109Z] + tee [2020-08-21T07:43:12.109Z] clair timeout 1m0s [2020-08-21T07:43:12.109Z] docker timeout: 1m0s [2020-08-21T07:43:12.109Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:43:12.773Z] $ docker stop --time=1 71b921bbf0281f42d2f52f625faa076c32e3aa844557bf8205fe8d008d426794 [2020-08-21T07:43:14.124Z] $ docker rm -f 71b921bbf0281f42d2f52f625faa076c32e3aa844557bf8205fe8d008d426794 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:43:14.599Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:43:14.611Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-core-command-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:43:14.658Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:43:15.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:43:15.075Z] . [Pipeline] withDockerContainer [2020-08-21T07:43:15.171Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:43:15.209Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:43:15.910Z] $ docker top 986de53180acf65003bdbb2042307205c6ad7be62ebd13c949223b87a31f8d4a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:43:16.698Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:43:16.698Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:43:22.119Z] $ docker stop --time=1 986de53180acf65003bdbb2042307205c6ad7be62ebd13c949223b87a31f8d4a [2020-08-21T07:43:23.511Z] $ docker rm -f 986de53180acf65003bdbb2042307205c6ad7be62ebd13c949223b87a31f8d4a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:43:24.007Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:43:24.007Z] . [Pipeline] withDockerContainer [2020-08-21T07:43:24.109Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:43:24.145Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:43:24.803Z] $ docker top 9a565bbaa7a2c06745dfe8c6497c801c6f8bda2f674da7e40ea4ad162ff27453 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:43:25.309Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:43:25.309Z] + tee [2020-08-21T07:43:25.309Z] clair timeout 1m0s [2020-08-21T07:43:25.309Z] docker timeout: 1m0s [2020-08-21T07:43:25.309Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:43:26.342Z] $ docker stop --time=1 9a565bbaa7a2c06745dfe8c6497c801c6f8bda2f674da7e40ea4ad162ff27453 [2020-08-21T07:43:27.676Z] $ docker rm -f 9a565bbaa7a2c06745dfe8c6497c801c6f8bda2f674da7e40ea4ad162ff27453 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:43:28.138Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:43:28.150Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-core-data-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:43:28.223Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:43:28.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:43:28.646Z] . [Pipeline] withDockerContainer [2020-08-21T07:43:28.740Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:43:28.779Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:43:29.432Z] $ docker top 2c32e5446d9b1069cbf3b2f825a7debd68357dd680c48e321d5c18a2d01e1b10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:43:29.990Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:43:29.990Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:43:32.670Z] $ docker stop --time=1 2c32e5446d9b1069cbf3b2f825a7debd68357dd680c48e321d5c18a2d01e1b10 [2020-08-21T07:43:34.020Z] $ docker rm -f 2c32e5446d9b1069cbf3b2f825a7debd68357dd680c48e321d5c18a2d01e1b10 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:43:34.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:43:34.596Z] . [Pipeline] withDockerContainer [2020-08-21T07:43:34.691Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:43:34.725Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:43:35.346Z] $ docker top 55cdb67594303ef0bdb7a8c621c826ffbd6fd1bfb33d806e846cf98454d4adcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:43:35.904Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:43:35.904Z] + tee [2020-08-21T07:43:35.904Z] clair timeout 1m0s [2020-08-21T07:43:35.904Z] docker timeout: 1m0s [2020-08-21T07:43:35.904Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:43:36.579Z] $ docker stop --time=1 55cdb67594303ef0bdb7a8c621c826ffbd6fd1bfb33d806e846cf98454d4adcb [2020-08-21T07:43:37.951Z] $ docker rm -f 55cdb67594303ef0bdb7a8c621c826ffbd6fd1bfb33d806e846cf98454d4adcb [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:43:38.447Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:43:38.460Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-core-metadata-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:43:38.513Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:43:38.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:43:38.851Z] . [Pipeline] withDockerContainer [2020-08-21T07:43:38.945Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:43:38.980Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:43:39.668Z] $ docker top 4f3d3c5f777c7512722b8333519e5acb2df9b8fb1250a2f691dd361985d251ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:43:40.201Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:43:40.201Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:43:44.547Z] $ docker stop --time=1 4f3d3c5f777c7512722b8333519e5acb2df9b8fb1250a2f691dd361985d251ef [2020-08-21T07:43:45.969Z] $ docker rm -f 4f3d3c5f777c7512722b8333519e5acb2df9b8fb1250a2f691dd361985d251ef [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:43:46.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:43:46.452Z] . [Pipeline] withDockerContainer [2020-08-21T07:43:46.551Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:43:46.592Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:43:47.275Z] $ docker top ef26c71b21ddf40649ca97fd131fc2c646e3d8fe416e6ff3dd6a5da55e52a136 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:43:47.780Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:43:47.780Z] + tee [2020-08-21T07:43:47.780Z] clair timeout 1m0s [2020-08-21T07:43:47.780Z] docker timeout: 1m0s [2020-08-21T07:43:47.780Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:43:48.825Z] $ docker stop --time=1 ef26c71b21ddf40649ca97fd131fc2c646e3d8fe416e6ff3dd6a5da55e52a136 [2020-08-21T07:43:50.171Z] $ docker rm -f ef26c71b21ddf40649ca97fd131fc2c646e3d8fe416e6ff3dd6a5da55e52a136 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:43:50.657Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:43:50.668Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-security-proxy-setup-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:43:50.770Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:43:51.181Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:43:51.181Z] . [Pipeline] withDockerContainer [2020-08-21T07:43:51.300Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:43:51.342Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:43:52.037Z] $ docker top 7cb973aecbcdd5b10341ce3ddbbc95ffb0f1eba285c707e3d1e935f044d4fb26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:43:52.591Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:43:52.591Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:44:00.895Z] $ docker stop --time=1 7cb973aecbcdd5b10341ce3ddbbc95ffb0f1eba285c707e3d1e935f044d4fb26 [2020-08-21T07:44:02.287Z] $ docker rm -f 7cb973aecbcdd5b10341ce3ddbbc95ffb0f1eba285c707e3d1e935f044d4fb26 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:44:02.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:44:02.797Z] . [Pipeline] withDockerContainer [2020-08-21T07:44:02.892Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:44:02.930Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:44:03.765Z] $ docker top 3bd8ae3883e64698e8dbdc276e4766785411329580ada3dddc582316217919fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:44:04.300Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:44:04.301Z] + tee [2020-08-21T07:44:04.301Z] clair timeout 1m0s [2020-08-21T07:44:04.301Z] docker timeout: 1m0s [2020-08-21T07:44:04.301Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:44:05.780Z] $ docker stop --time=1 3bd8ae3883e64698e8dbdc276e4766785411329580ada3dddc582316217919fc [2020-08-21T07:44:07.139Z] $ docker rm -f 3bd8ae3883e64698e8dbdc276e4766785411329580ada3dddc582316217919fc [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:44:07.599Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:44:07.610Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-security-secrets-setup-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:44:07.665Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:44:08.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:44:08.017Z] . [Pipeline] withDockerContainer [2020-08-21T07:44:08.214Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:44:08.260Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:44:08.879Z] $ docker top 53dedec9bb6ca969809f5963f301b1619ca7161c0cb5a01a9804dc2a185e8935 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:44:09.395Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:44:09.395Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:44:17.780Z] $ docker stop --time=1 53dedec9bb6ca969809f5963f301b1619ca7161c0cb5a01a9804dc2a185e8935 [2020-08-21T07:44:19.202Z] $ docker rm -f 53dedec9bb6ca969809f5963f301b1619ca7161c0cb5a01a9804dc2a185e8935 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:44:19.672Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:44:19.672Z] . [Pipeline] withDockerContainer [2020-08-21T07:44:19.766Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:44:19.807Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:44:20.627Z] $ docker top 34fc2f7aa39550f3f3b628d7daead21b96556811bebbe1443441b4098728f4ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:44:21.279Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:44:21.279Z] + tee [2020-08-21T07:44:21.279Z] clair timeout 1m0s [2020-08-21T07:44:21.279Z] docker timeout: 1m0s [2020-08-21T07:44:21.279Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:44:22.759Z] $ docker stop --time=1 34fc2f7aa39550f3f3b628d7daead21b96556811bebbe1443441b4098728f4ed [2020-08-21T07:44:24.237Z] $ docker rm -f 34fc2f7aa39550f3f3b628d7daead21b96556811bebbe1443441b4098728f4ed [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:44:24.731Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:44:24.743Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-security-secretstore-setup-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:44:24.799Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:44:25.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:44:25.140Z] . [Pipeline] withDockerContainer [2020-08-21T07:44:25.234Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:44:25.275Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:44:25.920Z] $ docker top dd1d012aca32c90868698ece836aa407270a0dc3fb5ea855edb4792efae367c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:44:26.469Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:44:26.469Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:44:29.932Z] $ docker stop --time=1 dd1d012aca32c90868698ece836aa407270a0dc3fb5ea855edb4792efae367c1 [2020-08-21T07:44:31.298Z] $ docker rm -f dd1d012aca32c90868698ece836aa407270a0dc3fb5ea855edb4792efae367c1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:44:31.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:44:31.834Z] . [Pipeline] withDockerContainer [2020-08-21T07:44:31.924Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:44:31.958Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:44:32.626Z] $ docker top 71f34acd7354858791e77f79c6ce5cfb4d23f028ee7ae8105edc9f1ea8ee96ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:44:33.389Z] + + /klartee [2020-08-21T07:44:33.389Z] nexus3.edgexfoundry.org:10004/docker-support-logging-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:44:33.389Z] clair timeout 1m0s [2020-08-21T07:44:33.389Z] docker timeout: 1m0s [2020-08-21T07:44:33.389Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:44:35.404Z] $ docker stop --time=1 71f34acd7354858791e77f79c6ce5cfb4d23f028ee7ae8105edc9f1ea8ee96ec [2020-08-21T07:44:36.800Z] $ docker rm -f 71f34acd7354858791e77f79c6ce5cfb4d23f028ee7ae8105edc9f1ea8ee96ec [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:44:37.274Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:44:37.286Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-support-logging-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:44:37.346Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:44:37.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:44:37.913Z] . [Pipeline] withDockerContainer [2020-08-21T07:44:39.030Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:44:39.066Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:44:39.757Z] $ docker top e78107588bfa006c4f9312a8d7c492e80392af27553b62744a7a40cfaafa8648 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:44:40.305Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:44:40.305Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:44:44.815Z] $ docker stop --time=1 e78107588bfa006c4f9312a8d7c492e80392af27553b62744a7a40cfaafa8648 [2020-08-21T07:44:46.271Z] $ docker rm -f e78107588bfa006c4f9312a8d7c492e80392af27553b62744a7a40cfaafa8648 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:44:47.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:44:47.090Z] . [Pipeline] withDockerContainer [2020-08-21T07:44:47.190Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:44:47.231Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:44:48.021Z] $ docker top 28d14983fbbac866c8c429510aa150739e04768a6c39872c1b8f8053bffae7cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:44:48.540Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:44:48.540Z] + tee [2020-08-21T07:44:48.540Z] clair timeout 1m0s [2020-08-21T07:44:48.540Z] docker timeout: 1m0s [2020-08-21T07:44:48.540Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:44:49.607Z] $ docker stop --time=1 28d14983fbbac866c8c429510aa150739e04768a6c39872c1b8f8053bffae7cf [2020-08-21T07:44:51.042Z] $ docker rm -f 28d14983fbbac866c8c429510aa150739e04768a6c39872c1b8f8053bffae7cf [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:44:51.538Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:44:51.551Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-support-notifications-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:44:51.604Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:44:51.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:44:51.943Z] . [Pipeline] withDockerContainer [2020-08-21T07:44:52.052Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:44:52.114Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:44:52.733Z] $ docker top aa3b5541af70f65fc5ce5d6c76846ea85c1cd939722e87df9609593584852181 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:44:53.250Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:44:53.250Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:44:55.952Z] $ docker stop --time=1 aa3b5541af70f65fc5ce5d6c76846ea85c1cd939722e87df9609593584852181 [2020-08-21T07:44:57.301Z] $ docker rm -f aa3b5541af70f65fc5ce5d6c76846ea85c1cd939722e87df9609593584852181 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:44:57.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:44:57.765Z] . [Pipeline] withDockerContainer [2020-08-21T07:44:57.852Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:44:57.885Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:44:58.521Z] $ docker top 98b4049c4a749761345491f52f8f24942fedfd77f1d52e317076444e81c866a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:44:59.044Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:44:59.045Z] + tee [2020-08-21T07:44:59.045Z] clair timeout 1m0s [2020-08-21T07:44:59.045Z] docker timeout: 1m0s [2020-08-21T07:44:59.045Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:44:59.706Z] $ docker stop --time=1 98b4049c4a749761345491f52f8f24942fedfd77f1d52e317076444e81c866a1 [2020-08-21T07:45:01.059Z] $ docker rm -f 98b4049c4a749761345491f52f8f24942fedfd77f1d52e317076444e81c866a1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:45:01.597Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:45:01.612Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-support-scheduler-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:45:01.733Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:45:02.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:45:02.084Z] . [Pipeline] withDockerContainer [2020-08-21T07:45:02.176Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:45:02.210Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:45:02.890Z] $ docker top 3b3437ff7e5b1372044859968e5f6a10aac9e6a948a8612b87f40ac00953363e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:45:03.427Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:45:03.427Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:45:18.559Z] $ docker stop --time=1 3b3437ff7e5b1372044859968e5f6a10aac9e6a948a8612b87f40ac00953363e [2020-08-21T07:45:19.964Z] $ docker rm -f 3b3437ff7e5b1372044859968e5f6a10aac9e6a948a8612b87f40ac00953363e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:45:20.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:45:20.553Z] . [Pipeline] withDockerContainer [2020-08-21T07:45:20.648Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:45:20.683Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:45:21.444Z] $ docker top b903cc70dc00835cbab465c6afabac8c3df67f392356a09efc30eefd86338f56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:45:21.961Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:45:21.961Z] [2020-08-21T07:45:21.961Z] clair timeout 1m0s [2020-08-21T07:45:21.961Z] docker timeout: 1m0s [2020-08-21T07:45:21.961Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:45:23.429Z] $ docker stop --time=1 b903cc70dc00835cbab465c6afabac8c3df67f392356a09efc30eefd86338f56 [2020-08-21T07:45:24.808Z] $ docker rm -f b903cc70dc00835cbab465c6afabac8c3df67f392356a09efc30eefd86338f56 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:45:25.273Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:45:25.285Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-sys-mgmt-agent-go_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:45:25.336Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:45:25.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:45:25.693Z] . [Pipeline] withDockerContainer [2020-08-21T07:45:25.796Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:45:25.849Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:45:26.526Z] $ docker top 137a7562639abe06fb0cd2ac7610b6546ccf8b297f7f9220f2615edcf0cfcc8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:45:27.044Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:45:27.044Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:45:29.791Z] $ docker stop --time=1 137a7562639abe06fb0cd2ac7610b6546ccf8b297f7f9220f2615edcf0cfcc8a [2020-08-21T07:45:31.144Z] $ docker rm -f 137a7562639abe06fb0cd2ac7610b6546ccf8b297f7f9220f2615edcf0cfcc8a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:45:31.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:45:31.594Z] . [Pipeline] withDockerContainer [2020-08-21T07:45:31.685Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:45:31.721Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:45:32.297Z] $ docker top 2ca51754400dd941cc36cbd15b55cf8b4b5b6c8455686f05a1a31a7d277f6f95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:45:32.791Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:45:32.791Z] + tee [2020-08-21T07:45:32.791Z] clair timeout 1m0s [2020-08-21T07:45:32.791Z] docker timeout: 1m0s [2020-08-21T07:45:32.791Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:45:33.471Z] $ docker stop --time=1 2ca51754400dd941cc36cbd15b55cf8b4b5b6c8455686f05a1a31a7d277f6f95 [2020-08-21T07:45:34.822Z] $ docker rm -f 2ca51754400dd941cc36cbd15b55cf8b4b5b6c8455686f05a1a31a7d277f6f95 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:45:35.281Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:45:35.310Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-core-command-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:45:35.355Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:45:35.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:45:35.707Z] . [Pipeline] withDockerContainer [2020-08-21T07:45:35.796Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:45:35.830Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:45:36.446Z] $ docker top c558074a20e59ce6d525d99384c7156a4a7baf6cc92e5364a14aa450ca750c16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:45:36.957Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:45:36.957Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:45:42.436Z] $ docker stop --time=1 c558074a20e59ce6d525d99384c7156a4a7baf6cc92e5364a14aa450ca750c16 [2020-08-21T07:45:43.804Z] $ docker rm -f c558074a20e59ce6d525d99384c7156a4a7baf6cc92e5364a14aa450ca750c16 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:45:44.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:45:44.280Z] . [Pipeline] withDockerContainer [2020-08-21T07:45:44.378Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:45:44.418Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:45:45.107Z] $ docker top 7e9f8f59fd3d0dcf9f6070dcbda23324b0f031ab4a2901a35b74dd8025b30366 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:45:45.638Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:45:45.638Z] + tee [2020-08-21T07:45:45.638Z] clair timeout 1m0s [2020-08-21T07:45:45.638Z] docker timeout: 1m0s [2020-08-21T07:45:45.638Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:45:46.670Z] $ docker stop --time=1 7e9f8f59fd3d0dcf9f6070dcbda23324b0f031ab4a2901a35b74dd8025b30366 [2020-08-21T07:45:48.111Z] $ docker rm -f 7e9f8f59fd3d0dcf9f6070dcbda23324b0f031ab4a2901a35b74dd8025b30366 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:45:48.563Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:45:48.587Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-core-data-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:45:48.641Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:45:48.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:45:48.962Z] . [Pipeline] withDockerContainer [2020-08-21T07:45:49.051Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:45:49.087Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:45:49.722Z] $ docker top a231198a54b5edd0206e5db6daf4a0249b9d0e4ad48345ffde4f6b5d296f0495 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:45:50.280Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:45:50.280Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:45:52.973Z] $ docker stop --time=1 a231198a54b5edd0206e5db6daf4a0249b9d0e4ad48345ffde4f6b5d296f0495 [2020-08-21T07:45:54.370Z] $ docker rm -f a231198a54b5edd0206e5db6daf4a0249b9d0e4ad48345ffde4f6b5d296f0495 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:45:54.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:45:54.865Z] . [Pipeline] withDockerContainer [2020-08-21T07:45:54.953Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:45:54.995Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:45:55.682Z] $ docker top 0ffb55a5c5954e61b91f467f7641b15dde1a7c135b7802b3bdb62768e1f9fb72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:45:56.173Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:45:56.173Z] + tee [2020-08-21T07:45:56.173Z] clair timeout 1m0s [2020-08-21T07:45:56.173Z] docker timeout: 1m0s [2020-08-21T07:45:56.173Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:45:56.835Z] $ docker stop --time=1 0ffb55a5c5954e61b91f467f7641b15dde1a7c135b7802b3bdb62768e1f9fb72 [2020-08-21T07:45:58.188Z] $ docker rm -f 0ffb55a5c5954e61b91f467f7641b15dde1a7c135b7802b3bdb62768e1f9fb72 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:45:58.647Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:45:58.659Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-core-metadata-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:45:58.722Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:45:59.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:45:59.051Z] . [Pipeline] withDockerContainer [2020-08-21T07:45:59.140Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:45:59.190Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:45:59.791Z] $ docker top 760272aa97eda577dc730c1b02ad781e91d4996b95f781d3c67c1d4a3d704ada -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:46:00.280Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:46:00.281Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:46:04.629Z] $ docker stop --time=1 760272aa97eda577dc730c1b02ad781e91d4996b95f781d3c67c1d4a3d704ada [2020-08-21T07:46:06.026Z] $ docker rm -f 760272aa97eda577dc730c1b02ad781e91d4996b95f781d3c67c1d4a3d704ada [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:46:06.487Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:46:06.487Z] . [Pipeline] withDockerContainer [2020-08-21T07:46:06.575Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:46:06.610Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:46:07.302Z] $ docker top 7af9d3f4d08ad9fada40eae38d0a3659de3e889c4c982d03636474ca293595e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:46:07.816Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:46:07.816Z] + tee [2020-08-21T07:46:07.816Z] clair timeout 1m0s [2020-08-21T07:46:07.816Z] docker timeout: 1m0s [2020-08-21T07:46:07.816Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:46:08.840Z] $ docker stop --time=1 7af9d3f4d08ad9fada40eae38d0a3659de3e889c4c982d03636474ca293595e4 [2020-08-21T07:46:10.194Z] $ docker rm -f 7af9d3f4d08ad9fada40eae38d0a3659de3e889c4c982d03636474ca293595e4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:46:10.710Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:46:10.733Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:46:10.824Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:46:11.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:46:11.211Z] . [Pipeline] withDockerContainer [2020-08-21T07:46:11.297Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:46:11.328Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:46:11.992Z] $ docker top 0c366b1b90e0180c7242bb3b1461d4a173f54fac7c960a88ff9f7599d842e8b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:46:12.526Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:46:12.526Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:46:20.833Z] $ docker stop --time=1 0c366b1b90e0180c7242bb3b1461d4a173f54fac7c960a88ff9f7599d842e8b5 [2020-08-21T07:46:22.228Z] $ docker rm -f 0c366b1b90e0180c7242bb3b1461d4a173f54fac7c960a88ff9f7599d842e8b5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:46:22.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:46:22.685Z] . [Pipeline] withDockerContainer [2020-08-21T07:46:22.779Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:46:22.818Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:46:23.452Z] $ docker top e295b88c73729450c38eaf2c70015b25cb4889f97e5e47dcbd7cf3c457d49cfc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:46:23.967Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:46:23.967Z] + tee [2020-08-21T07:46:23.967Z] clair timeout 1m0s [2020-08-21T07:46:23.967Z] docker timeout: 1m0s [2020-08-21T07:46:23.967Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:46:25.454Z] $ docker stop --time=1 e295b88c73729450c38eaf2c70015b25cb4889f97e5e47dcbd7cf3c457d49cfc [2020-08-21T07:46:26.823Z] $ docker rm -f e295b88c73729450c38eaf2c70015b25cb4889f97e5e47dcbd7cf3c457d49cfc [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:46:27.454Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:46:27.465Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:46:27.528Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:46:27.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:46:27.861Z] . [Pipeline] withDockerContainer [2020-08-21T07:46:27.950Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:46:27.987Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:46:28.618Z] $ docker top 154a3bc2793c3e3cb422809e0b15680270ff28fbff4ce4eea698343e3bd6d6cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:46:29.116Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:46:29.116Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:46:37.427Z] $ docker stop --time=1 154a3bc2793c3e3cb422809e0b15680270ff28fbff4ce4eea698343e3bd6d6cc [2020-08-21T07:46:38.775Z] $ docker rm -f 154a3bc2793c3e3cb422809e0b15680270ff28fbff4ce4eea698343e3bd6d6cc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:46:39.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:46:39.240Z] . [Pipeline] withDockerContainer [2020-08-21T07:46:39.329Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:46:39.420Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:46:40.042Z] $ docker top aef1c8d3fe94baed1a682e71febb63ae6a5603f15bdf311cf06871fecabd939b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:46:40.639Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:46:40.639Z] + tee [2020-08-21T07:46:40.639Z] clair timeout 1m0s [2020-08-21T07:46:40.639Z] docker timeout: 1m0s [2020-08-21T07:46:40.639Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:46:42.114Z] $ docker stop --time=1 aef1c8d3fe94baed1a682e71febb63ae6a5603f15bdf311cf06871fecabd939b [2020-08-21T07:46:43.480Z] $ docker rm -f aef1c8d3fe94baed1a682e71febb63ae6a5603f15bdf311cf06871fecabd939b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:46:43.954Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:46:43.965Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:46:44.020Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:46:44.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:46:44.352Z] . [Pipeline] withDockerContainer [2020-08-21T07:46:44.443Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:46:44.478Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:46:45.176Z] $ docker top e695ee3160b340c0229889a75182220342640a2080aa340ff995d6864d35c330 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:46:45.695Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:46:45.695Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:46:49.146Z] $ docker stop --time=1 e695ee3160b340c0229889a75182220342640a2080aa340ff995d6864d35c330 [2020-08-21T07:46:50.524Z] $ docker rm -f e695ee3160b340c0229889a75182220342640a2080aa340ff995d6864d35c330 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:46:50.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:46:50.995Z] . [Pipeline] withDockerContainer [2020-08-21T07:46:51.087Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:46:51.131Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:46:51.780Z] $ docker top e215e379495261b1d67d4d12d777523d141b8af1625b281d04a12f1047acf8b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:46:52.293Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:46:52.293Z] + tee [2020-08-21T07:46:52.293Z] clair timeout 1m0s [2020-08-21T07:46:52.293Z] docker timeout: 1m0s [2020-08-21T07:46:52.293Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:46:52.962Z] $ docker stop --time=1 e215e379495261b1d67d4d12d777523d141b8af1625b281d04a12f1047acf8b2 [2020-08-21T07:46:54.295Z] $ docker rm -f e215e379495261b1d67d4d12d777523d141b8af1625b281d04a12f1047acf8b2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:46:54.763Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:46:54.775Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-support-logging-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:46:54.825Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:46:55.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:46:55.170Z] . [Pipeline] withDockerContainer [2020-08-21T07:46:55.292Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:46:55.341Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:46:55.945Z] $ docker top 8d76b072ee3484030c76fd8c46c986481dbba91bcf54983b4e1e28c6050540f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:46:56.548Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:46:56.548Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:47:01.971Z] $ docker stop --time=1 8d76b072ee3484030c76fd8c46c986481dbba91bcf54983b4e1e28c6050540f9 [2020-08-21T07:47:03.318Z] $ docker rm -f 8d76b072ee3484030c76fd8c46c986481dbba91bcf54983b4e1e28c6050540f9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:47:03.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:47:03.776Z] . [Pipeline] withDockerContainer [2020-08-21T07:47:03.864Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:47:03.897Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:47:04.504Z] $ docker top 6625dfdbd087d5c250292a76883c7a59421910bf504ab91ed77d7cbde81ac897 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:47:05.047Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:47:05.047Z] + tee [2020-08-21T07:47:05.047Z] clair timeout 1m0s [2020-08-21T07:47:05.047Z] docker timeout: 1m0s [2020-08-21T07:47:05.047Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:47:06.091Z] $ docker stop --time=1 6625dfdbd087d5c250292a76883c7a59421910bf504ab91ed77d7cbde81ac897 [2020-08-21T07:47:07.458Z] $ docker rm -f 6625dfdbd087d5c250292a76883c7a59421910bf504ab91ed77d7cbde81ac897 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:47:07.974Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:47:07.987Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-support-notifications-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:47:08.039Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:47:08.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:47:08.369Z] . [Pipeline] withDockerContainer [2020-08-21T07:47:08.461Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:47:08.498Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:47:09.104Z] $ docker top bf6cc620105ccd59a1a209c53a4fae2f6472ffaec1226d27fcdceb9bcf8450f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:47:09.600Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:47:09.600Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:47:12.279Z] $ docker stop --time=1 bf6cc620105ccd59a1a209c53a4fae2f6472ffaec1226d27fcdceb9bcf8450f5 [2020-08-21T07:47:13.611Z] $ docker rm -f bf6cc620105ccd59a1a209c53a4fae2f6472ffaec1226d27fcdceb9bcf8450f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:47:14.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:47:14.082Z] . [Pipeline] withDockerContainer [2020-08-21T07:47:14.182Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:47:14.250Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:47:14.882Z] $ docker top fdc2cb6d2f8c1b974b7aad1e8976b77f40514f6cce47ef692e142bb37f745813 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:47:15.396Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:47:15.396Z] + tee [2020-08-21T07:47:15.396Z] clair timeout 1m0s [2020-08-21T07:47:15.396Z] docker timeout: 1m0s [2020-08-21T07:47:15.396Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:47:16.058Z] $ docker stop --time=1 fdc2cb6d2f8c1b974b7aad1e8976b77f40514f6cce47ef692e142bb37f745813 [2020-08-21T07:47:17.405Z] $ docker rm -f fdc2cb6d2f8c1b974b7aad1e8976b77f40514f6cce47ef692e142bb37f745813 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:47:17.865Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:47:17.876Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-support-scheduler-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:47:17.933Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:47:18.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:47:18.261Z] . [Pipeline] withDockerContainer [2020-08-21T07:47:18.345Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:47:18.376Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:47:18.957Z] $ docker top 2c4f2eab2e75b9ea1ee31e91540349176c77e49e7f8ad0dbecb2e37c1503c793 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:47:19.506Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:47:19.506Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:47:34.547Z] $ docker stop --time=1 2c4f2eab2e75b9ea1ee31e91540349176c77e49e7f8ad0dbecb2e37c1503c793 [2020-08-21T07:47:35.899Z] $ docker rm -f 2c4f2eab2e75b9ea1ee31e91540349176c77e49e7f8ad0dbecb2e37c1503c793 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:47:36.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-21T07:47:36.364Z] . [Pipeline] withDockerContainer [2020-08-21T07:47:36.454Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:47:36.488Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:47:37.114Z] $ docker top dc5e362df10fb456f414e601a0265fed3be0ad56c2ced45e1bd5d90166990706 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-21T07:47:37.608Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3555043a6994042684a9c8b6423498381cadcc6f [2020-08-21T07:47:37.609Z] + tee [2020-08-21T07:47:37.609Z] clair timeout 1m0s [2020-08-21T07:47:37.609Z] docker timeout: 1m0s [2020-08-21T07:47:37.609Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-21T07:47:39.091Z] $ docker stop --time=1 dc5e362df10fb456f414e601a0265fed3be0ad56c2ced45e1bd5d90166990706 [2020-08-21T07:47:40.443Z] $ docker rm -f dc5e362df10fb456f414e601a0265fed3be0ad56c2ced45e1bd5d90166990706 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-21T07:47:41.000Z] + mkdir -p /w/workspace/edgex-go/128/clair-reports [Pipeline] echo [2020-08-21T07:47:41.011Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/128/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_3555043a6994042684a9c8b6423498381cadcc6f.html [Pipeline] writeFile [Pipeline] step [2020-08-21T07:47:41.103Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-08-21T07:47:41.425Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-21T07:47:41.473Z] provisioning config files... [2020-08-21T07:47:41.489Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/128@tmp/config1751483297604750034tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-21T07:47:41.844Z] --> edgex-publish-swagger.sh [2020-08-21T07:47:41.844Z] === Publish openapi/v1 API === [2020-08-21T07:47:41.844Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-08-21T07:47:41.844Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-21T07:47:41.844Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.844Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.844Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-21T07:47:41.844Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.844Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.844Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-21T07:47:41.844Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.844Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.844Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-21T07:47:41.844Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.844Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.844Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-21T07:47:41.844Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.844Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.845Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-21T07:47:41.845Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.845Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.845Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-21T07:47:41.845Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.845Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.845Z] === Publish openapi/v2 API === [2020-08-21T07:47:41.845Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-08-21T07:47:41.845Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-21T07:47:41.845Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.845Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.845Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-21T07:47:41.845Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.845Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.845Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-21T07:47:41.845Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.845Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.845Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-21T07:47:41.845Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.845Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.845Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-21T07:47:41.845Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.845Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.845Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-21T07:47:41.845Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.845Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-21T07:47:41.845Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-21T07:47:41.845Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-21T07:47:41.845Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-08-21T07:47:41.853Z] 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-21T07:47:50.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T07:47:50.013Z] . [Pipeline] withDockerContainer [2020-08-21T07:47:50.102Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:47:50.136Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:47:51.170Z] $ docker top d73729dbdfd492bf839daec2fcac9e42e2d62c0dc252761f5ed4dcc8ff46abd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-21T07:47:51.537Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T07:47:51.537Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T07:47:51.741Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T07:47:51.741Z] $ docker exec d73729dbdfd492bf839daec2fcac9e42e2d62c0dc252761f5ed4dcc8ff46abd8 ssh-agent [2020-08-21T07:47:51.909Z] SSH_AUTH_SOCK=/tmp/ssh-YwAYEslt5lsl/agent.11 [2020-08-21T07:47:51.909Z] SSH_AGENT_PID=16 [2020-08-21T07:47:51.917Z] Running ssh-add (command line suppressed) [2020-08-21T07:47:52.039Z] Identity added: /w/workspace/edgex-go/128@tmp/private_key_1712920605534805224.key (/w/workspace/edgex-go/128@tmp/private_key_1712920605534805224.key) [2020-08-21T07:47:52.107Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T07:47:52.439Z] + git semver tag [2020-08-21T07:47:52.440Z] # -> Open(): unable to determine branch for HEAD [2020-08-21T07:47:52.440Z] # $GIT_DIR = /w/workspace/edgex-go/128/.git [2020-08-21T07:47:52.440Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/128 [2020-08-21T07:47:52.440Z] # $SEMVER_REMOTE_NAME = origin [2020-08-21T07:47:52.440Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-21T07:47:52.440Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-21T07:47:52.440Z] # $SEMVER_BRANCH = master [2020-08-21T07:47:52.440Z] # $SEMVER_DIR = /w/workspace/edgex-go/128/.semver [2020-08-21T07:47:52.440Z] # 3555043a6994042684a9c8b6423498381cadcc6f HEAD [2020-08-21T07:47:53.011Z] # -> Force: false [2020-08-21T07:47:53.011Z] # 8318dc1ae9d2a51afa6b327ba462361f20a67079 refs/tags/v1.2.2-dev.16 [Pipeline] } [2020-08-21T07:47:53.030Z] $ docker exec --env ******** --env ******** d73729dbdfd492bf839daec2fcac9e42e2d62c0dc252761f5ed4dcc8ff46abd8 ssh-agent -k [2020-08-21T07:47:53.179Z] unset SSH_AUTH_SOCK; [2020-08-21T07:47:53.179Z] unset SSH_AGENT_PID; [2020-08-21T07:47:53.179Z] echo Agent pid 16 killed; [2020-08-21T07:47:53.252Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-21T07:47:53.710Z] + git semver [Pipeline] } [2020-08-21T07:47:53.720Z] $ docker stop --time=1 d73729dbdfd492bf839daec2fcac9e42e2d62c0dc252761f5ed4dcc8ff46abd8 [2020-08-21T07:47:55.079Z] $ docker rm -f d73729dbdfd492bf839daec2fcac9e42e2d62c0dc252761f5ed4dcc8ff46abd8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:47:55.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-21T07:47:55.664Z] [2020-08-21T07:47:55.664Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:47:56.021Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-21T07:47:56.021Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-21T07:47:56.021Z] ab5ef0e58194: Pulling fs layer [2020-08-21T07:47:56.021Z] 9712f1f96733: Pulling fs layer [2020-08-21T07:47:56.021Z] 63f879dbbcfc: Pulling fs layer [2020-08-21T07:47:56.021Z] 0d9ebad4ef96: Pulling fs layer [2020-08-21T07:47:56.021Z] e9a5061849ea: Pulling fs layer [2020-08-21T07:47:56.021Z] d747dcd14b5f: Pulling fs layer [2020-08-21T07:47:56.021Z] 2de7ff778b66: Pulling fs layer [2020-08-21T07:47:56.021Z] 0d9ebad4ef96: Waiting [2020-08-21T07:47:56.021Z] e9a5061849ea: Waiting [2020-08-21T07:47:56.021Z] d747dcd14b5f: Waiting [2020-08-21T07:47:56.021Z] 2de7ff778b66: Waiting [2020-08-21T07:47:56.021Z] 9712f1f96733: Verifying Checksum [2020-08-21T07:47:56.021Z] 9712f1f96733: Download complete [2020-08-21T07:47:56.599Z] 63f879dbbcfc: Verifying Checksum [2020-08-21T07:47:56.599Z] 63f879dbbcfc: Download complete [2020-08-21T07:47:56.884Z] e9a5061849ea: Verifying Checksum [2020-08-21T07:47:56.884Z] e9a5061849ea: Download complete [2020-08-21T07:47:56.884Z] d747dcd14b5f: Verifying Checksum [2020-08-21T07:47:56.884Z] d747dcd14b5f: Download complete [2020-08-21T07:47:57.150Z] 2de7ff778b66: Verifying Checksum [2020-08-21T07:47:57.150Z] 2de7ff778b66: Download complete [2020-08-21T07:47:57.150Z] 0d9ebad4ef96: Verifying Checksum [2020-08-21T07:47:57.150Z] 0d9ebad4ef96: Download complete [2020-08-21T07:47:57.150Z] ab5ef0e58194: Verifying Checksum [2020-08-21T07:47:57.150Z] ab5ef0e58194: Download complete [2020-08-21T07:48:01.358Z] ab5ef0e58194: Pull complete [2020-08-21T07:48:01.358Z] 9712f1f96733: Pull complete [2020-08-21T07:48:03.910Z] 63f879dbbcfc: Pull complete [2020-08-21T07:48:10.502Z] 0d9ebad4ef96: Pull complete [2020-08-21T07:48:11.449Z] e9a5061849ea: Pull complete [2020-08-21T07:48:11.449Z] d747dcd14b5f: Pull complete [2020-08-21T07:48:14.756Z] 2de7ff778b66: Pull complete [2020-08-21T07:48:14.756Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-21T07:48:14.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-21T07:48:14.756Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-21T07:48:14.937Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:48:14.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:48:18.286Z] $ docker top a5ac017fa9af1e0c7e1793a904554f7876275409662c8e6ec8a0b530d6e56776 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-21T07:48:18.572Z] provisioning config files... [2020-08-21T07:48:18.584Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/128@tmp/config920277168178666303tmp [2020-08-21T07:48:18.601Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/128@tmp/config3838461547847971110tmp [2020-08-21T07:48:18.614Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/128@tmp/config6768575746395012188tmp [Pipeline] { [Pipeline] echo [2020-08-21T07:48:18.674Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T07:48:19.010Z] ---> sigul-configuration.sh [2020-08-21T07:48:19.010Z] gpg: directory `/root/.gnupg' created [2020-08-21T07:48:19.010Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-21T07:48:19.010Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-21T07:48:19.010Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-21T07:48:19.010Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-21T07:48:19.010Z] gpg: CAST5 encrypted data [2020-08-21T07:48:19.287Z] gpg: encrypted with 1 passphrase [2020-08-21T07:48:19.287Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-21T07:48:19.591Z] + mkdir /home/jenkins [2020-08-21T07:48:19.591Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-21T07:48:19.884Z] + 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-21T07:48:19.894Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T07:48:20.185Z] ---> sigul-install.sh [2020-08-21T07:48:25.482Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-21T07:48:25.780Z] + git tag --list [2020-08-21T07:48:25.780Z] v1.2.2-dev.16 [Pipeline] sh [2020-08-21T07:48:26.069Z] + lftools sign git-tag v1.2.2-dev.16 [2020-08-21T07:48:27.453Z] Signing Git tag with Sigul... [2020-08-21T07:48:27.453Z] Signing v1.2.2-dev.16 [Pipeline] echo [2020-08-21T07:48:28.845Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T07:48:29.134Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-21T07:48:29.142Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-21T07:48:29.270Z] $ docker stop --time=1 a5ac017fa9af1e0c7e1793a904554f7876275409662c8e6ec8a0b530d6e56776 [2020-08-21T07:48:31.250Z] $ docker rm -f a5ac017fa9af1e0c7e1793a904554f7876275409662c8e6ec8a0b530d6e56776 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:48:32.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T07:48:32.016Z] . [Pipeline] withDockerContainer [2020-08-21T07:48:32.110Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:48:32.146Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:48:32.793Z] $ docker top e01b4e33eaac2261b09fce54023f1ce61f06f1121f7e92265bb97b1df8c86dbe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-21T07:48:33.094Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T07:48:33.094Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T07:48:33.275Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T07:48:33.275Z] $ docker exec e01b4e33eaac2261b09fce54023f1ce61f06f1121f7e92265bb97b1df8c86dbe ssh-agent [2020-08-21T07:48:33.448Z] SSH_AUTH_SOCK=/tmp/ssh-23227EG85tD7/agent.12 [2020-08-21T07:48:33.448Z] SSH_AGENT_PID=18 [2020-08-21T07:48:33.455Z] Running ssh-add (command line suppressed) [2020-08-21T07:48:33.578Z] Identity added: /w/workspace/edgex-go/128@tmp/private_key_1576061517698768127.key (/w/workspace/edgex-go/128@tmp/private_key_1576061517698768127.key) [2020-08-21T07:48:33.638Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T07:48:33.962Z] + git semver bump pre [2020-08-21T07:48:33.962Z] # -> Open(): unable to determine branch for HEAD [2020-08-21T07:48:33.962Z] # $GIT_DIR = /w/workspace/edgex-go/128/.git [2020-08-21T07:48:33.962Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/128 [2020-08-21T07:48:33.962Z] # $SEMVER_REMOTE_NAME = origin [2020-08-21T07:48:33.962Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-21T07:48:33.962Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-21T07:48:33.962Z] # $SEMVER_BRANCH = master [2020-08-21T07:48:33.962Z] # $SEMVER_DIR = /w/workspace/edgex-go/128/.semver [2020-08-21T07:48:33.962Z] 1.2.2-dev.17 [Pipeline] } [2020-08-21T07:48:33.969Z] $ docker exec --env ******** --env ******** e01b4e33eaac2261b09fce54023f1ce61f06f1121f7e92265bb97b1df8c86dbe ssh-agent -k [2020-08-21T07:48:34.095Z] unset SSH_AUTH_SOCK; [2020-08-21T07:48:34.095Z] unset SSH_AGENT_PID; [2020-08-21T07:48:34.095Z] echo Agent pid 18 killed; [2020-08-21T07:48:34.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-21T07:48:34.598Z] + git semver [Pipeline] } [2020-08-21T07:48:34.619Z] $ docker stop --time=1 e01b4e33eaac2261b09fce54023f1ce61f06f1121f7e92265bb97b1df8c86dbe [2020-08-21T07:48:35.986Z] $ docker rm -f e01b4e33eaac2261b09fce54023f1ce61f06f1121f7e92265bb97b1df8c86dbe [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:48:36.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-21T07:48:36.488Z] . [Pipeline] withDockerContainer [2020-08-21T07:48:36.577Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:48:36.636Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:48:37.220Z] $ docker top 4dd61583b2187d2b4911d589916eb270f0390a5e0abead03b8a469f5e317bb68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-21T07:48:37.492Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-21T07:48:37.492Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-21T07:48:37.666Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-21T07:48:37.665Z] $ docker exec 4dd61583b2187d2b4911d589916eb270f0390a5e0abead03b8a469f5e317bb68 ssh-agent [2020-08-21T07:48:37.833Z] SSH_AUTH_SOCK=/tmp/ssh-Ap2jtthQcz4a/agent.12 [2020-08-21T07:48:37.833Z] SSH_AGENT_PID=17 [2020-08-21T07:48:37.838Z] Running ssh-add (command line suppressed) [2020-08-21T07:48:37.952Z] Identity added: /w/workspace/edgex-go/128@tmp/private_key_2568268046817327636.key (/w/workspace/edgex-go/128@tmp/private_key_2568268046817327636.key) [2020-08-21T07:48:38.009Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-21T07:48:38.327Z] + git semver push [2020-08-21T07:48:38.327Z] # -> Open(): unable to determine branch for HEAD [2020-08-21T07:48:38.327Z] # $GIT_DIR = /w/workspace/edgex-go/128/.git [2020-08-21T07:48:38.327Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/128 [2020-08-21T07:48:38.327Z] # $SEMVER_REMOTE_NAME = origin [2020-08-21T07:48:38.327Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-21T07:48:38.327Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-21T07:48:38.327Z] # $SEMVER_BRANCH = master [2020-08-21T07:48:38.327Z] # $SEMVER_DIR = /w/workspace/edgex-go/128/.semver [Pipeline] } [2020-08-21T07:48:48.323Z] $ docker exec --env ******** --env ******** 4dd61583b2187d2b4911d589916eb270f0390a5e0abead03b8a469f5e317bb68 ssh-agent -k [2020-08-21T07:48:48.452Z] unset SSH_AUTH_SOCK; [2020-08-21T07:48:48.452Z] unset SSH_AGENT_PID; [2020-08-21T07:48:48.452Z] echo Agent pid 17 killed; [2020-08-21T07:48:48.510Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-21T07:48:49.008Z] + git semver [Pipeline] } [2020-08-21T07:48:49.019Z] $ docker stop --time=1 4dd61583b2187d2b4911d589916eb270f0390a5e0abead03b8a469f5e317bb68 [2020-08-21T07:48:50.407Z] $ docker rm -f 4dd61583b2187d2b4911d589916eb270f0390a5e0abead03b8a469f5e317bb68 [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-21T07:48:51.419Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T07:48:52.284Z] ---> package-listing.sh [2020-08-21T07:48:52.284Z] ++ facter osfamily [2020-08-21T07:48:52.284Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-21T07:48:52.284Z] + OS_FAMILY=redhat [2020-08-21T07:48:52.284Z] + workspace=/w/workspace/edgex-go/128 [2020-08-21T07:48:52.284Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-21T07:48:52.284Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-21T07:48:52.284Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-21T07:48:52.284Z] + PACKAGES=/tmp/packages_start.txt [2020-08-21T07:48:52.284Z] + '[' /w/workspace/edgex-go/128 ']' [2020-08-21T07:48:52.284Z] + PACKAGES=/tmp/packages_end.txt [2020-08-21T07:48:52.284Z] + case "${OS_FAMILY}" in [2020-08-21T07:48:52.284Z] + rpm -qa [2020-08-21T07:48:52.284Z] + sort [2020-08-21T07:48:56.514Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-21T07:48:56.514Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-21T07:48:56.514Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-21T07:48:56.514Z] + '[' /w/workspace/edgex-go/128 ']' [2020-08-21T07:48:56.514Z] + mkdir -p /w/workspace/edgex-go/128/archives/ [2020-08-21T07:48:56.514Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/128/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:48:57.154Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-21T07:48:57.154Z] [2020-08-21T07:48:57.154Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-21T07:48:57.493Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-21T07:48:57.493Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-21T07:48:57.493Z] c9b1b535fdd9: Pulling fs layer [2020-08-21T07:48:57.493Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-21T07:48:57.493Z] 756a868c4378: Pulling fs layer [2020-08-21T07:48:57.493Z] 444b2fc9a129: Pulling fs layer [2020-08-21T07:48:57.493Z] ea15f1150254: Pulling fs layer [2020-08-21T07:48:57.493Z] 41b27a9f41bf: Pulling fs layer [2020-08-21T07:48:57.493Z] 28c525ee5125: Pulling fs layer [2020-08-21T07:48:57.493Z] 094b1ea09ed8: Pulling fs layer [2020-08-21T07:48:57.493Z] 138eaada9080: Pulling fs layer [2020-08-21T07:48:57.493Z] 0622d0fa9048: Pulling fs layer [2020-08-21T07:48:57.493Z] 41b27a9f41bf: Waiting [2020-08-21T07:48:57.493Z] 28c525ee5125: Waiting [2020-08-21T07:48:57.493Z] 094b1ea09ed8: Waiting [2020-08-21T07:48:57.493Z] 138eaada9080: Waiting [2020-08-21T07:48:57.493Z] 0622d0fa9048: Waiting [2020-08-21T07:48:57.493Z] 444b2fc9a129: Waiting [2020-08-21T07:48:57.493Z] ea15f1150254: Waiting [2020-08-21T07:48:57.493Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-21T07:48:57.493Z] 2cc5ad85d9ab: Download complete [2020-08-21T07:48:57.493Z] 444b2fc9a129: Verifying Checksum [2020-08-21T07:48:57.493Z] 444b2fc9a129: Download complete [2020-08-21T07:48:57.493Z] c9b1b535fdd9: Verifying Checksum [2020-08-21T07:48:57.493Z] c9b1b535fdd9: Download complete [2020-08-21T07:48:57.493Z] ea15f1150254: Download complete [2020-08-21T07:48:57.761Z] 28c525ee5125: Verifying Checksum [2020-08-21T07:48:57.761Z] 28c525ee5125: Download complete [2020-08-21T07:48:58.031Z] 756a868c4378: Verifying Checksum [2020-08-21T07:48:58.031Z] 756a868c4378: Download complete [2020-08-21T07:48:58.031Z] c9b1b535fdd9: Pull complete [2020-08-21T07:48:58.294Z] 138eaada9080: Verifying Checksum [2020-08-21T07:48:58.294Z] 138eaada9080: Download complete [2020-08-21T07:48:58.294Z] 0622d0fa9048: Verifying Checksum [2020-08-21T07:48:58.294Z] 0622d0fa9048: Download complete [2020-08-21T07:48:58.294Z] 094b1ea09ed8: Download complete [2020-08-21T07:48:58.554Z] 41b27a9f41bf: Verifying Checksum [2020-08-21T07:48:58.554Z] 41b27a9f41bf: Download complete [2020-08-21T07:48:59.125Z] 2cc5ad85d9ab: Pull complete [2020-08-21T07:49:01.046Z] 756a868c4378: Pull complete [2020-08-21T07:49:01.046Z] 444b2fc9a129: Pull complete [2020-08-21T07:49:01.046Z] ea15f1150254: Pull complete [2020-08-21T07:49:04.362Z] 41b27a9f41bf: Pull complete [2020-08-21T07:49:04.362Z] 28c525ee5125: Pull complete [2020-08-21T07:49:06.290Z] 094b1ea09ed8: Pull complete [2020-08-21T07:49:06.550Z] 138eaada9080: Pull complete [2020-08-21T07:49:06.810Z] 0622d0fa9048: Pull complete [2020-08-21T07:49:06.810Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-21T07:49:06.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-21T07:49:06.810Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-21T07:49:06.927Z] prd-centos7-docker-4c-2g-654 does not seem to be running inside a container [2020-08-21T07:49:06.962Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/128 -v /w/workspace/edgex-go/128:/w/workspace/edgex-go/128:rw,z -v /w/workspace/edgex-go/128@tmp:/w/workspace/edgex-go/128@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-21T07:49:09.918Z] $ docker top df2b595575c18e7a44095640d6a8269156b000c8e2cfaf77d15fd41dd60b7636 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-21T07:49:10.298Z] provisioning config files... [2020-08-21T07:49:10.315Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/128@tmp/config3964228365616964436tmp [Pipeline] { [Pipeline] echo [2020-08-21T07:49:10.436Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T07:49:10.733Z] ---> create-netrc.sh [Pipeline] echo [2020-08-21T07:49:10.743Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-21T07:49:11.031Z] ---> logs-deploy.sh [2020-08-21T07:49:11.031Z] + ARCHIVE_ARTIFACTS= [2020-08-21T07:49:11.031Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-21T07:49:11.031Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-21T07:49:11.031Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-21T07:49:11.031Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/128 [2020-08-21T07:49:11.031Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/128/ [2020-08-21T07:49:11.031Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/128 /w/workspace/edgex-go/128 [2020-08-21T07:49:11.979Z] Archives upload complete. [2020-08-21T07:49:12.239Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/128 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/128/