Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a7ec3a865ede80db86ffd188b897ddab9785937f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-307 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/124 [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/124 # 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 Checking out Revision a7ec3a865ede80db86ffd188b897ddab9785937f (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 Commit message: "feat(metadata): Update swagger file for V2 API (#2661)" > git rev-list --no-walk aa472f58a5207d25d1630cfabae13fa3f1ce44ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-17T20:39:22.924Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-17T20:39:23.150Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-17T20:39:23.227Z] ========================================================= [2020-08-17T20:39:23.227Z] EdgeX Global Pipelines Version Info [2020-08-17T20:39:23.227Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-17T20:39:26.270Z] ------------------- [2020-08-17T20:39:26.270Z] stable info: [2020-08-17T20:39:26.270Z] ------------------- [2020-08-17T20:39:26.270Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-17T20:39:26.270Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-17T20:39:26.270Z] Message: update stable to v1.0.106 [2020-08-17T20:39:27.247Z] ------------------- [2020-08-17T20:39:27.247Z] experimental info: [2020-08-17T20:39:27.247Z] ------------------- [2020-08-17T20:39:27.247Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-17T20:39:27.247Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-17T20:39:27.247Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-17T20:39:28.830Z] ++ 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-17T20:39:28.830Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:39:28.830Z] ++ dirname cmd/core-command/Dockerfile [2020-08-17T20:39:28.830Z] ++ cut -d/ -f2 [2020-08-17T20:39:28.830Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-17T20:39:28.830Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:39:28.830Z] ++ dirname cmd/core-data/Dockerfile [2020-08-17T20:39:28.830Z] ++ cut -d/ -f2 [2020-08-17T20:39:28.830Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-17T20:39:28.830Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:39:28.830Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-17T20:39:28.830Z] ++ cut -d/ -f2 [2020-08-17T20:39:28.830Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-17T20:39:28.830Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:39:28.830Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-17T20:39:28.830Z] ++ cut -d/ -f2 [2020-08-17T20:39:28.830Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-17T20:39:28.830Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:39:28.830Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-17T20:39:28.830Z] ++ cut -d/ -f2 [2020-08-17T20:39:28.830Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-17T20:39:28.830Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:39:28.830Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-17T20:39:28.830Z] ++ cut -d/ -f2 [2020-08-17T20:39:28.830Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-17T20:39:28.830Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:39:28.830Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-17T20:39:28.830Z] ++ cut -d/ -f2 [2020-08-17T20:39:28.830Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-17T20:39:28.830Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:39:28.830Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-17T20:39:28.830Z] ++ cut -d/ -f2 [2020-08-17T20:39:28.830Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-17T20:39:28.830Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:39:28.830Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-17T20:39:28.830Z] ++ cut -d/ -f2 [2020-08-17T20:39:28.830Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-17T20:39:28.830Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-17T20:39:28.830Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-17T20:39:28.830Z] ++ cut -d/ -f2 [2020-08-17T20:39:28.830Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-17T20:39:28.918Z] 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-17T20:39:29.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T20:39:29.955Z] [2020-08-17T20:39:29.955Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:39:30.356Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T20:39:30.356Z] latest: Pulling from edgex-devops/git-semver [2020-08-17T20:39:30.356Z] 31603596830f: Pulling fs layer [2020-08-17T20:39:30.356Z] 2a8b12db71e7: Pulling fs layer [2020-08-17T20:39:30.356Z] 6ca5941a6612: Pulling fs layer [2020-08-17T20:39:30.356Z] ecc8261a40a4: Pulling fs layer [2020-08-17T20:39:30.356Z] ecc8261a40a4: Waiting [2020-08-17T20:39:30.356Z] 2a8b12db71e7: Download complete [2020-08-17T20:39:30.644Z] 31603596830f: Verifying Checksum [2020-08-17T20:39:30.644Z] 31603596830f: Download complete [2020-08-17T20:39:30.644Z] ecc8261a40a4: Verifying Checksum [2020-08-17T20:39:30.644Z] ecc8261a40a4: Download complete [2020-08-17T20:39:30.644Z] 6ca5941a6612: Verifying Checksum [2020-08-17T20:39:30.644Z] 6ca5941a6612: Download complete [2020-08-17T20:39:30.917Z] 31603596830f: Pull complete [2020-08-17T20:39:31.199Z] 2a8b12db71e7: Pull complete [2020-08-17T20:39:32.218Z] 6ca5941a6612: Pull complete [2020-08-17T20:39:32.500Z] ecc8261a40a4: Pull complete [2020-08-17T20:39:32.799Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-17T20:39:32.799Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T20:39:32.799Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-17T20:39:33.156Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:39:33.309Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:39:36.096Z] $ docker top 52aaf0e7ff2ac48a0e7ab8d7adae451180e1c0c9b60c5408a44c08a12c908ceb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T20:39:36.521Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T20:39:36.521Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T20:39:37.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T20:39:37.090Z] $ docker exec 52aaf0e7ff2ac48a0e7ab8d7adae451180e1c0c9b60c5408a44c08a12c908ceb ssh-agent [2020-08-17T20:39:37.374Z] SSH_AUTH_SOCK=/tmp/ssh-8TOFYyRru7R9/agent.11 [2020-08-17T20:39:37.374Z] SSH_AGENT_PID=16 [2020-08-17T20:39:37.390Z] Running ssh-add (command line suppressed) [2020-08-17T20:39:37.548Z] Identity added: /w/workspace/edgex-go/124@tmp/private_key_3294518143703582995.key (/w/workspace/edgex-go/124@tmp/private_key_3294518143703582995.key) [2020-08-17T20:39:37.722Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T20:39:38.107Z] + git describe --exact-match --tags HEAD [2020-08-17T20:39:38.107Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-17T20:39:38.140Z] $ docker exec --env ******** --env ******** 52aaf0e7ff2ac48a0e7ab8d7adae451180e1c0c9b60c5408a44c08a12c908ceb ssh-agent -k [2020-08-17T20:39:38.375Z] unset SSH_AUTH_SOCK; [2020-08-17T20:39:38.375Z] unset SSH_AGENT_PID; [2020-08-17T20:39:38.376Z] echo Agent pid 16 killed; [2020-08-17T20:39:38.481Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-17T20:39:38.560Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-17T20:39:38.560Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-17T20:39:38.649Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T20:39:38.649Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T20:39:39.033Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T20:39:39.033Z] $ docker exec 52aaf0e7ff2ac48a0e7ab8d7adae451180e1c0c9b60c5408a44c08a12c908ceb ssh-agent [2020-08-17T20:39:39.355Z] SSH_AUTH_SOCK=/tmp/ssh-RJSQRNvm0Ozp/agent.45 [2020-08-17T20:39:39.355Z] SSH_AGENT_PID=50 [2020-08-17T20:39:39.364Z] Running ssh-add (command line suppressed) [2020-08-17T20:39:39.624Z] Identity added: /w/workspace/edgex-go/124@tmp/private_key_1240546935136587351.key (/w/workspace/edgex-go/124@tmp/private_key_1240546935136587351.key) [2020-08-17T20:39:39.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T20:39:40.255Z] + git semver init [2020-08-17T20:39:40.255Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T20:39:40.255Z] # $GIT_DIR = /w/workspace/edgex-go/124/.git [2020-08-17T20:39:40.255Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/124 [2020-08-17T20:39:40.255Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T20:39:40.255Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T20:39:40.255Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T20:39:40.255Z] # $SEMVER_BRANCH = master [2020-08-17T20:39:40.255Z] # $SEMVER_TEMP = /tmp/semver-534610629 [2020-08-17T20:39:40.255Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-17T20:40:19.906Z] # '/tmp/semver-534610629' -> '/w/workspace/edgex-go/124/.semver' [2020-08-17T20:40:19.906Z] # -> Force: false [2020-08-17T20:40:19.906Z] # $SEMVER_DIR = /w/workspace/edgex-go/124/.semver [Pipeline] } [2020-08-17T20:40:19.945Z] $ docker exec --env ******** --env ******** 52aaf0e7ff2ac48a0e7ab8d7adae451180e1c0c9b60c5408a44c08a12c908ceb ssh-agent -k [2020-08-17T20:40:20.268Z] unset SSH_AUTH_SOCK; [2020-08-17T20:40:20.270Z] unset SSH_AGENT_PID; [2020-08-17T20:40:20.270Z] echo Agent pid 50 killed; [2020-08-17T20:40:20.342Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T20:40:20.955Z] + git semver [Pipeline] } [2020-08-17T20:40:20.984Z] $ docker stop --time=1 52aaf0e7ff2ac48a0e7ab8d7adae451180e1c0c9b60c5408a44c08a12c908ceb [2020-08-17T20:40:22.764Z] $ docker rm -f 52aaf0e7ff2ac48a0e7ab8d7adae451180e1c0c9b60c5408a44c08a12c908ceb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-17T20:40:46.900Z] Stashed 29 file(s) [Pipeline] echo [2020-08-17T20:40:46.903Z] [edgeXSemver] initialized semver on version 1.2.2-dev.12 [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-17T20:40:47.365Z] ========================================================= [2020-08-17T20:40:47.365Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-17T20:40:47.365Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:40:47.728Z] + 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-17T20:40:56.136Z] Sending build context to Docker daemon 323MB [2020-08-17T20:40:56.136Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T20:40:56.136Z] Step 2/7 : FROM ${BASE} [2020-08-17T20:40:56.136Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-17T20:40:56.136Z] df20fa9351a1: Pulling fs layer [2020-08-17T20:40:56.136Z] ed8968b2872e: Pulling fs layer [2020-08-17T20:40:56.136Z] a92cc7c5fd73: Pulling fs layer [2020-08-17T20:40:56.136Z] 2dd03ba5bac4: Pulling fs layer [2020-08-17T20:40:56.136Z] 1e091d79d1de: Pulling fs layer [2020-08-17T20:40:56.136Z] 481702a1767f: Pulling fs layer [2020-08-17T20:40:56.136Z] f64a6f60c768: Pulling fs layer [2020-08-17T20:40:56.136Z] e78d2573fc39: Pulling fs layer [2020-08-17T20:40:56.136Z] e876d2f968b6: Pulling fs layer [2020-08-17T20:40:56.136Z] ce8a83651883: Pulling fs layer [2020-08-17T20:40:56.136Z] 07967f4d0e4b: Pulling fs layer [2020-08-17T20:40:56.136Z] 1e091d79d1de: Waiting [2020-08-17T20:40:56.136Z] 481702a1767f: Waiting [2020-08-17T20:40:56.136Z] f64a6f60c768: Waiting [2020-08-17T20:40:56.136Z] e78d2573fc39: Waiting [2020-08-17T20:40:56.136Z] e876d2f968b6: Waiting [2020-08-17T20:40:56.136Z] ce8a83651883: Waiting [2020-08-17T20:40:56.136Z] 07967f4d0e4b: Waiting [2020-08-17T20:40:56.136Z] 2dd03ba5bac4: Waiting [2020-08-17T20:40:56.136Z] a92cc7c5fd73: Verifying Checksum [2020-08-17T20:40:56.136Z] a92cc7c5fd73: Download complete [2020-08-17T20:40:56.136Z] ed8968b2872e: Verifying Checksum [2020-08-17T20:40:56.136Z] ed8968b2872e: Download complete [2020-08-17T20:40:56.136Z] 1e091d79d1de: Download complete [2020-08-17T20:40:56.136Z] 481702a1767f: Verifying Checksum [2020-08-17T20:40:56.136Z] 481702a1767f: Download complete [2020-08-17T20:40:56.136Z] df20fa9351a1: Verifying Checksum [2020-08-17T20:40:56.136Z] df20fa9351a1: Download complete [2020-08-17T20:40:56.136Z] df20fa9351a1: Pull complete [2020-08-17T20:40:56.803Z] ed8968b2872e: Pull complete [2020-08-17T20:40:56.803Z] f64a6f60c768: Verifying Checksum [2020-08-17T20:40:56.803Z] f64a6f60c768: Download complete [2020-08-17T20:40:57.110Z] e876d2f968b6: Verifying Checksum [2020-08-17T20:40:57.110Z] e876d2f968b6: Download complete [2020-08-17T20:40:58.227Z] 2dd03ba5bac4: Verifying Checksum [2020-08-17T20:40:58.227Z] 2dd03ba5bac4: Download complete [2020-08-17T20:40:58.227Z] a92cc7c5fd73: Pull complete [2020-08-17T20:40:58.227Z] e78d2573fc39: Verifying Checksum [2020-08-17T20:40:58.227Z] e78d2573fc39: Download complete [2020-08-17T20:40:58.227Z] 07967f4d0e4b: Verifying Checksum [2020-08-17T20:40:58.227Z] 07967f4d0e4b: Download complete [2020-08-17T20:40:58.227Z] ce8a83651883: Verifying Checksum [2020-08-17T20:40:58.227Z] ce8a83651883: Download complete [2020-08-17T20:41:02.184Z] Still waiting to schedule task [2020-08-17T20:41:02.184Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-17T20:41:11.105Z] 2dd03ba5bac4: Pull complete [2020-08-17T20:41:11.105Z] 1e091d79d1de: Pull complete [2020-08-17T20:41:11.105Z] 481702a1767f: Pull complete [2020-08-17T20:41:15.396Z] f64a6f60c768: Pull complete [2020-08-17T20:41:19.864Z] e78d2573fc39: Pull complete [2020-08-17T20:41:19.864Z] e876d2f968b6: Pull complete [2020-08-17T20:41:21.860Z] ce8a83651883: Pull complete [2020-08-17T20:41:21.860Z] 07967f4d0e4b: Pull complete [2020-08-17T20:41:21.860Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-17T20:41:21.860Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-17T20:41:21.860Z] ---> 5d7c900382c6 [2020-08-17T20:41:21.860Z] 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-17T20:41:23.824Z] ---> Running in f4d146e575ea [2020-08-17T20:41:24.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:41:25.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:41:25.614Z] (1/12) Installing libmagic (5.38-r0) [2020-08-17T20:41:25.897Z] (2/12) Installing file (5.38-r0) [2020-08-17T20:41:25.897Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-17T20:41:25.897Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-17T20:41:30.858Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-17T20:41:30.858Z] (6/12) Installing patch (2.7.6-r6) [2020-08-17T20:41:30.858Z] (7/12) Installing build-base (0.5-r2) [2020-08-17T20:41:30.858Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-17T20:41:30.858Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-17T20:41:30.858Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-17T20:41:30.858Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-17T20:41:31.155Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-17T20:41:31.155Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:41:31.155Z] OK: 233 MiB in 51 packages [2020-08-17T20:41:35.261Z] Removing intermediate container f4d146e575ea [2020-08-17T20:41:35.261Z] ---> a86470c780c4 [2020-08-17T20:41:35.261Z] Step 4/7 : WORKDIR /edgex-go [2020-08-17T20:41:35.261Z] ---> Running in 7206c62521c0 [2020-08-17T20:41:35.261Z] Removing intermediate container 7206c62521c0 [2020-08-17T20:41:35.261Z] ---> f221c86126e2 [2020-08-17T20:41:35.261Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-17T20:41:35.261Z] latest: Pulling from library/docker [2020-08-17T20:41:35.543Z] df20fa9351a1: Already exists [2020-08-17T20:41:35.543Z] 25ad7478873d: Pulling fs layer [2020-08-17T20:41:35.543Z] 4684f6177b5d: Pulling fs layer [2020-08-17T20:41:35.543Z] 46e300cec669: Pulling fs layer [2020-08-17T20:41:35.543Z] 63038576ad94: Pulling fs layer [2020-08-17T20:41:35.543Z] 0fdb76c4706c: Pulling fs layer [2020-08-17T20:41:35.543Z] cb7edeffdfd5: Pulling fs layer [2020-08-17T20:41:35.543Z] 63038576ad94: Waiting [2020-08-17T20:41:35.543Z] 0fdb76c4706c: Waiting [2020-08-17T20:41:35.543Z] cb7edeffdfd5: Waiting [2020-08-17T20:41:36.693Z] 4684f6177b5d: Verifying Checksum [2020-08-17T20:41:36.693Z] 4684f6177b5d: Download complete [2020-08-17T20:41:36.693Z] 25ad7478873d: Verifying Checksum [2020-08-17T20:41:36.693Z] 25ad7478873d: Download complete [2020-08-17T20:41:36.693Z] 63038576ad94: Verifying Checksum [2020-08-17T20:41:36.693Z] 63038576ad94: Download complete [2020-08-17T20:41:37.057Z] 25ad7478873d: Pull complete [2020-08-17T20:41:37.410Z] cb7edeffdfd5: Verifying Checksum [2020-08-17T20:41:37.410Z] cb7edeffdfd5: Download complete [2020-08-17T20:41:37.410Z] 4684f6177b5d: Pull complete [2020-08-17T20:41:37.746Z] 0fdb76c4706c: Verifying Checksum [2020-08-17T20:41:37.746Z] 0fdb76c4706c: Download complete [2020-08-17T20:41:40.680Z] 46e300cec669: Verifying Checksum [2020-08-17T20:41:40.680Z] 46e300cec669: Download complete [2020-08-17T20:41:44.056Z] 46e300cec669: Pull complete [2020-08-17T20:41:44.056Z] 63038576ad94: Pull complete [2020-08-17T20:41:44.056Z] 0fdb76c4706c: Pull complete [2020-08-17T20:41:44.056Z] cb7edeffdfd5: Pull complete [2020-08-17T20:41:44.056Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-17T20:41:44.056Z] Status: Downloaded newer image for docker:latest [2020-08-17T20:41:46.125Z] ---> 68d54472ef0c [2020-08-17T20:41:46.125Z] Step 6/7 : COPY go.mod . [2020-08-17T20:41:46.125Z] ---> 5ec51fe60dfe [2020-08-17T20:41:46.125Z] Step 7/7 : RUN go mod download [2020-08-17T20:41:46.125Z] ---> Running in 0906cd4d81c5 [2020-08-17T20:41:49.480Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-17T20:41:49.480Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T20:41:49.480Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-17T20:41:49.480Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T20:41:49.480Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T20:41:49.480Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T20:41:49.480Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T20:41:49.480Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T20:41:49.480Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-17T20:41:49.480Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T20:41:49.480Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-17T20:41:49.480Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T20:41:49.480Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T20:41:49.480Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T20:41:49.480Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-17T20:41:49.480Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-17T20:41:49.480Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-17T20:41:49.480Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T20:41:49.480Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T20:41:49.480Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-17T20:41:49.480Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T20:41:49.480Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-17T20:41:49.480Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T20:41:49.480Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T20:41:49.480Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-17T20:41:49.480Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T20:41:49.744Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T20:41:49.744Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-17T20:41:49.744Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T20:41:49.745Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T20:41:49.745Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T20:41:49.745Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T20:41:49.745Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T20:41:49.745Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T20:41:49.745Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T20:41:49.745Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T20:41:49.745Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T20:41:50.010Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T20:41:50.010Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T20:41:50.010Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T20:41:50.010Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T20:41:50.010Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T20:41:50.010Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T20:41:50.010Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T20:41:50.010Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T20:41:50.010Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T20:41:50.010Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T20:41:50.010Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T20:41:50.010Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-17T20:41:50.299Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-17T20:41:50.299Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T20:41:50.299Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-17T20:41:50.299Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T20:41:50.299Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T20:41:50.299Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T20:41:50.299Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T20:41:50.299Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T20:41:50.299Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T20:41:50.299Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T20:41:50.565Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T20:41:50.565Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T20:41:50.565Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T20:41:50.565Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T20:41:50.565Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T20:41:50.565Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T20:41:50.565Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T20:41:50.565Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-17T20:41:50.565Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-17T20:41:50.565Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T20:41:50.565Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-17T20:41:50.831Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T20:41:50.831Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T20:41:50.831Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T20:41:50.831Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T20:41:50.831Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-17T20:41:50.831Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T20:41:50.831Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T20:41:50.831Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T20:41:50.831Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T20:41:50.831Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T20:41:50.831Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T20:41:51.096Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-17T20:41:51.096Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-17T20:41:51.096Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T20:41:51.096Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-17T20:41:51.096Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T20:41:51.096Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T20:41:51.096Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T20:41:51.096Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-17T20:41:51.096Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-17T20:41:51.096Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-17T20:41:51.096Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T20:42:06.688Z] Removing intermediate container 0906cd4d81c5 [2020-08-17T20:42:06.688Z] ---> 893958d56dc9 [2020-08-17T20:42:06.688Z] Successfully built 893958d56dc9 [2020-08-17T20:42:06.688Z] 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-17T20:42:09.551Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T20:42:09.831Z] [2020-08-17T20:42:09.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:42:10.236Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T20:42:10.236Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-17T20:42:10.236Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-17T20:42:10.236Z] ca9280d653b3: Pulling fs layer [2020-08-17T20:42:10.236Z] 7e9c9ca2126c: Pulling fs layer [2020-08-17T20:42:10.529Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-17T20:42:10.529Z] cbdbe7a5bc2a: Download complete [2020-08-17T20:42:10.855Z] ca9280d653b3: Verifying Checksum [2020-08-17T20:42:10.855Z] ca9280d653b3: Download complete [2020-08-17T20:42:11.182Z] cbdbe7a5bc2a: Pull complete [2020-08-17T20:42:12.242Z] 7e9c9ca2126c: Verifying Checksum [2020-08-17T20:42:12.242Z] 7e9c9ca2126c: Download complete [2020-08-17T20:42:15.031Z] ca9280d653b3: Pull complete [2020-08-17T20:42:23.333Z] 7e9c9ca2126c: Pull complete [2020-08-17T20:42:23.333Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-17T20:42:23.333Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T20:42:23.333Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-17T20:42:23.551Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:42:23.646Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:42:25.041Z] $ docker top 3710b72fb5782d50e2c8d19197cc5a614e2494afc39d62f48774388d0b920134 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T20:42:25.787Z] + grep parallel [2020-08-17T20:42:25.787Z] + docker-compose build --help [2020-08-17T20:42:27.223Z] --parallel Build images in parallel. [Pipeline] } [2020-08-17T20:42:27.240Z] $ docker stop --time=1 3710b72fb5782d50e2c8d19197cc5a614e2494afc39d62f48774388d0b920134 [2020-08-17T20:42:29.494Z] $ docker rm -f 3710b72fb5782d50e2c8d19197cc5a614e2494afc39d62f48774388d0b920134 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:42:30.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-17T20:42:30.122Z] . [Pipeline] withDockerContainer [2020-08-17T20:42:30.309Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:42:30.397Z] $ 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/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:42:31.331Z] $ docker top 06c06ae66ae41a31dc2b1dbf33323e3e9e5a53fe3886fb79a3c4b4e90cb49a2c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T20:42:32.013Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-17T20:42:33.545Z] Building docker-core-command-go ... [2020-08-17T20:42:33.545Z] Building docker-core-data-go ... [2020-08-17T20:42:33.545Z] Building docker-core-metadata-go ... [2020-08-17T20:42:33.545Z] Building docker-security-proxy-setup-go ... [2020-08-17T20:42:33.545Z] Building docker-security-secrets-setup-go ... [2020-08-17T20:42:33.545Z] Building docker-security-secretstore-setup-go ... [2020-08-17T20:42:33.545Z] Building docker-support-logging-go ... [2020-08-17T20:42:33.545Z] Building docker-support-notifications-go ... [2020-08-17T20:42:33.545Z] Building docker-support-scheduler-go ... [2020-08-17T20:42:33.545Z] Building docker-sys-mgmt-agent-go ... [2020-08-17T20:42:33.545Z] Building docker-support-notifications-go [2020-08-17T20:42:33.545Z] Building docker-sys-mgmt-agent-go [2020-08-17T20:42:33.545Z] Building docker-core-data-go [2020-08-17T20:42:33.545Z] Building docker-security-proxy-setup-go [2020-08-17T20:42:33.545Z] Building docker-security-secretstore-setup-go [2020-08-17T20:42:48.874Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-308 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-08-17T20:42:48.918Z] Running in /w/workspace/edgex-go/124 [Pipeline] { [Pipeline] checkout [2020-08-17T20:42:53.558Z] using credential edgex-jenkins-ssh [2020-08-17T20:42:53.608Z] Cloning the remote Git repository [2020-08-17T20:42:53.608Z] Cloning with configured refspecs honoured and without tags [2020-08-17T20:42:53.655Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-17T20:42:53.769Z] > git init /w/workspace/edgex-go/124 # timeout=10 [2020-08-17T20:42:53.826Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-17T20:42:53.826Z] > git --version # timeout=10 [2020-08-17T20:42:53.855Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T20:42:53.899Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T20:43:06.144Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:43:06.144Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:43:06.144Z] ---> 893958d56dc9 [2020-08-17T20:43:06.144Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T20:43:06.144Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:43:06.144Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:43:06.144Z] ---> 893958d56dc9 [2020-08-17T20:43:06.144Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T20:43:06.144Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:43:06.144Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:43:06.144Z] ---> 893958d56dc9 [2020-08-17T20:43:06.144Z] Step 3/23 : WORKDIR /edgex-go [2020-08-17T20:43:06.144Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:43:06.144Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:43:06.144Z] ---> 893958d56dc9 [2020-08-17T20:43:06.144Z] Step 3/22 : WORKDIR /edgex-go [2020-08-17T20:43:06.144Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:43:06.144Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:43:06.144Z] ---> 893958d56dc9 [2020-08-17T20:43:06.144Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T20:43:06.144Z] ---> Running in a534775c6191 [2020-08-17T20:43:06.144Z] ---> Running in 54aa4df35052 [2020-08-17T20:43:06.144Z] ---> Running in 7651767f5fed [2020-08-17T20:43:06.144Z] ---> Running in dd9d9f156f7a [2020-08-17T20:43:06.144Z] ---> Running in e9d3302081f2 [2020-08-17T20:43:06.144Z] Removing intermediate container 7651767f5fed [2020-08-17T20:43:06.144Z] ---> fa4e846f37b2 [2020-08-17T20:43:06.144Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:43:06.144Z] Removing intermediate container 54aa4df35052 [2020-08-17T20:43:06.144Z] ---> 46fa997eee00 [2020-08-17T20:43:06.144Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:43:06.144Z] Removing intermediate container dd9d9f156f7a [2020-08-17T20:43:06.144Z] ---> 931f99e8dcb2 [2020-08-17T20:43:06.144Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:43:06.144Z] Removing intermediate container e9d3302081f2 [2020-08-17T20:43:06.144Z] ---> cff42bee2118 [2020-08-17T20:43:06.144Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:43:06.144Z] Removing intermediate container a534775c6191 [2020-08-17T20:43:06.144Z] ---> bf3f2f2ba06d [2020-08-17T20:43:06.144Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:43:06.144Z] ---> Running in ab131575795c [2020-08-17T20:43:06.144Z] ---> Running in 95e2959070d8 [2020-08-17T20:43:06.144Z] ---> Running in 77fdd0ca5b23 [2020-08-17T20:43:06.144Z] ---> Running in 32b5887aaefa [2020-08-17T20:43:06.144Z] ---> Running in 7b11305fbbf9 [2020-08-17T20:43:06.144Z] Removing intermediate container 32b5887aaefa [2020-08-17T20:43:06.144Z] ---> 8ab98b948061 [2020-08-17T20:43:06.144Z] Step 5/26 : RUN apk update && apk add make git [2020-08-17T20:43:06.144Z] ---> Running in fd79a620303f [2020-08-17T20:43:06.144Z] Removing intermediate container 77fdd0ca5b23 [2020-08-17T20:43:06.144Z] ---> af801f025e48 [2020-08-17T20:43:06.144Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-17T20:43:06.418Z] Removing intermediate container 95e2959070d8 [2020-08-17T20:43:06.418Z] ---> f2c988e49c1e [2020-08-17T20:43:06.418Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-17T20:43:06.418Z] ---> Running in da2313b56ae5 [2020-08-17T20:43:06.418Z] Removing intermediate container ab131575795c [2020-08-17T20:43:06.418Z] ---> 217645766018 [2020-08-17T20:43:06.418Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-17T20:43:06.684Z] ---> Running in 22be97a9d469 [2020-08-17T20:43:06.684Z] Removing intermediate container 7b11305fbbf9 [2020-08-17T20:43:06.684Z] ---> 2061a1036f60 [2020-08-17T20:43:06.684Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T20:43:06.684Z] ---> Running in 1cf35ad8390e [2020-08-17T20:43:06.966Z] ---> Running in 0d79f968817e [2020-08-17T20:43:07.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:43:07.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:43:07.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:43:07.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:43:08.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:43:08.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:43:08.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:43:08.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:43:08.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:43:08.848Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:43:08.848Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:43:08.848Z] OK: 12746 distinct packages available [2020-08-17T20:43:08.924Z] Fetching without tags [2020-08-17T20:43:09.130Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:43:09.130Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:43:09.130Z] OK: 12746 distinct packages available [2020-08-17T20:43:09.130Z] OK: 233 MiB in 51 packages [2020-08-17T20:43:08.856Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-17T20:43:08.872Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T20:43:08.903Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-17T20:43:08.931Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-17T20:43:08.932Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-17T20:43:08.955Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-17T20:43:09.401Z] OK: 233 MiB in 51 packages [2020-08-17T20:43:09.401Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:43:09.401Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:43:09.401Z] OK: 12746 distinct packages available [2020-08-17T20:43:09.401Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:43:09.401Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:43:09.401Z] OK: 12746 distinct packages available [2020-08-17T20:43:09.401Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:43:09.436Z] Checking out Revision a7ec3a865ede80db86ffd188b897ddab9785937f (master) [2020-08-17T20:43:09.676Z] OK: 233 MiB in 51 packages [2020-08-17T20:43:09.943Z] Removing intermediate container fd79a620303f [2020-08-17T20:43:09.943Z] ---> ba61712e3d65 [2020-08-17T20:43:09.943Z] Step 6/26 : COPY go.mod . [2020-08-17T20:43:09.943Z] OK: 233 MiB in 51 packages [2020-08-17T20:43:10.208Z] Removing intermediate container da2313b56ae5 [2020-08-17T20:43:10.208Z] ---> 3a3f7a9dda13 [2020-08-17T20:43:10.208Z] Step 6/26 : COPY go.mod . [2020-08-17T20:43:10.208Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:43:10.208Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:43:10.208Z] OK: 12746 distinct packages available [2020-08-17T20:43:10.208Z] ---> 447b9a89d60d [2020-08-17T20:43:10.208Z] Step 7/26 : RUN go mod download [2020-08-17T20:43:10.474Z] ---> Running in 0cae7aa3ba3b [2020-08-17T20:43:10.474Z] OK: 233 MiB in 51 packages [2020-08-17T20:43:10.751Z] Removing intermediate container 1cf35ad8390e [2020-08-17T20:43:10.751Z] ---> 8ce20c64cf5f [2020-08-17T20:43:10.751Z] Step 6/23 : COPY go.mod . [2020-08-17T20:43:10.751Z] ---> b078a4794a07 [2020-08-17T20:43:10.751Z] Step 7/26 : RUN go mod download [2020-08-17T20:43:11.030Z] Removing intermediate container 0d79f968817e [2020-08-17T20:43:11.030Z] ---> 9429c167ab8b [2020-08-17T20:43:11.030Z] Step 6/20 : COPY go.mod . [2020-08-17T20:43:11.030Z] ---> Running in b695c154604c [2020-08-17T20:43:11.030Z] ---> 636c78103fe5 [2020-08-17T20:43:11.030Z] Step 7/23 : RUN go mod download [2020-08-17T20:43:09.454Z] > git config core.sparsecheckout # timeout=10 [2020-08-17T20:43:09.469Z] > git checkout -f a7ec3a865ede80db86ffd188b897ddab9785937f # timeout=10 [2020-08-17T20:43:11.296Z] ---> Running in 8698d0005b1b [2020-08-17T20:43:11.572Z] ---> 3b8bb181934d [2020-08-17T20:43:11.572Z] Step 7/20 : RUN go mod download [2020-08-17T20:43:11.572Z] Removing intermediate container 22be97a9d469 [2020-08-17T20:43:11.572Z] ---> c2fb9f5ef0b2 [2020-08-17T20:43:11.572Z] Step 6/22 : COPY go.mod . [2020-08-17T20:43:11.572Z] ---> Running in 7ccf0fdfe229 [2020-08-17T20:43:12.173Z] ---> d8b591bcf16e [2020-08-17T20:43:12.173Z] Step 7/22 : RUN go mod download [2020-08-17T20:43:12.173Z] ---> Running in 1fbd9e0afd70 [2020-08-17T20:43:13.680Z] Removing intermediate container 0cae7aa3ba3b [2020-08-17T20:43:13.680Z] ---> 481848354606 [2020-08-17T20:43:13.680Z] Step 8/26 : COPY . . [2020-08-17T20:43:13.954Z] Removing intermediate container b695c154604c [2020-08-17T20:43:13.954Z] ---> e5c961b05b3e [2020-08-17T20:43:13.954Z] Step 8/26 : COPY . . [2020-08-17T20:43:14.154Z] Commit message: "feat(metadata): Update swagger file for V2 API (#2661)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-08-17T20:43:18.274Z] Removing intermediate container 8698d0005b1b [2020-08-17T20:43:18.274Z] ---> 14d8280abebe [2020-08-17T20:43:18.274Z] Step 8/23 : COPY . . [2020-08-17T20:43:18.545Z] Removing intermediate container 7ccf0fdfe229 [2020-08-17T20:43:18.545Z] ---> 96d646be2202 [2020-08-17T20:43:18.545Z] Step 8/20 : COPY . . [2020-08-17T20:43:19.507Z] Removing intermediate container 1fbd9e0afd70 [2020-08-17T20:43:19.507Z] ---> ab6205f910ac [2020-08-17T20:43:19.507Z] Step 8/22 : COPY . . [Pipeline] echo [2020-08-17T20:43:25.855Z] ========================================================= [2020-08-17T20:43:25.855Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-17T20:43:25.855Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:43:26.720Z] + 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-17T20:43:31.040Z] Sending build context to Docker daemon 323MB [2020-08-17T20:43:31.040Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-17T20:43:31.040Z] Step 2/7 : FROM ${BASE} [2020-08-17T20:43:31.040Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-17T20:43:31.040Z] b538f80385f9: Pulling fs layer [2020-08-17T20:43:31.040Z] 74f711af9a0d: Pulling fs layer [2020-08-17T20:43:31.040Z] 99f96fe45779: Pulling fs layer [2020-08-17T20:43:31.040Z] fd7a069fd194: Pulling fs layer [2020-08-17T20:43:31.040Z] 66aa3694b03b: Pulling fs layer [2020-08-17T20:43:31.041Z] 170f70906a0f: Pulling fs layer [2020-08-17T20:43:31.041Z] ad7c5574e4b9: Pulling fs layer [2020-08-17T20:43:31.041Z] e772456be8f7: Pulling fs layer [2020-08-17T20:43:31.041Z] c890913d741a: Pulling fs layer [2020-08-17T20:43:31.041Z] 2480fcc9aa5a: Pulling fs layer [2020-08-17T20:43:31.041Z] 09adf4765672: Pulling fs layer [2020-08-17T20:43:31.041Z] 170f70906a0f: Waiting [2020-08-17T20:43:31.041Z] c890913d741a: Waiting [2020-08-17T20:43:31.041Z] 2480fcc9aa5a: Waiting [2020-08-17T20:43:31.041Z] 09adf4765672: Waiting [2020-08-17T20:43:31.041Z] ad7c5574e4b9: Waiting [2020-08-17T20:43:31.041Z] e772456be8f7: Waiting [2020-08-17T20:43:31.041Z] fd7a069fd194: Waiting [2020-08-17T20:43:31.041Z] 66aa3694b03b: Waiting [2020-08-17T20:43:31.041Z] 99f96fe45779: Verifying Checksum [2020-08-17T20:43:31.041Z] 99f96fe45779: Download complete [2020-08-17T20:43:31.041Z] 74f711af9a0d: Verifying Checksum [2020-08-17T20:43:31.041Z] 74f711af9a0d: Download complete [2020-08-17T20:43:31.041Z] 66aa3694b03b: Verifying Checksum [2020-08-17T20:43:31.041Z] 66aa3694b03b: Download complete [2020-08-17T20:43:31.041Z] 170f70906a0f: Verifying Checksum [2020-08-17T20:43:31.041Z] 170f70906a0f: Download complete [2020-08-17T20:43:31.041Z] b538f80385f9: Verifying Checksum [2020-08-17T20:43:31.041Z] b538f80385f9: Download complete [2020-08-17T20:43:32.025Z] b538f80385f9: Pull complete [2020-08-17T20:43:32.623Z] 74f711af9a0d: Pull complete [2020-08-17T20:43:32.897Z] 99f96fe45779: Pull complete [2020-08-17T20:43:33.508Z] ad7c5574e4b9: Verifying Checksum [2020-08-17T20:43:33.508Z] ad7c5574e4b9: Download complete [2020-08-17T20:43:33.508Z] c890913d741a: Verifying Checksum [2020-08-17T20:43:33.508Z] c890913d741a: Download complete [2020-08-17T20:43:35.490Z] 2480fcc9aa5a: Verifying Checksum [2020-08-17T20:43:35.490Z] 2480fcc9aa5a: Download complete [2020-08-17T20:43:35.490Z] 09adf4765672: Verifying Checksum [2020-08-17T20:43:35.490Z] 09adf4765672: Download complete [2020-08-17T20:43:36.087Z] fd7a069fd194: Download complete [2020-08-17T20:43:36.360Z] e772456be8f7: Verifying Checksum [2020-08-17T20:43:36.360Z] e772456be8f7: Download complete [2020-08-17T20:43:48.776Z] fd7a069fd194: Pull complete [2020-08-17T20:43:48.776Z] 66aa3694b03b: Pull complete [2020-08-17T20:43:48.776Z] 170f70906a0f: Pull complete [2020-08-17T20:43:52.036Z] ---> e762fa86cd15 [2020-08-17T20:43:52.036Z] 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-17T20:43:52.036Z] ---> 957265aa27d2 [2020-08-17T20:43:52.036Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-17T20:43:52.036Z] ---> Running in 9b4f59b60b05 [2020-08-17T20:43:52.036Z] ---> Running in f5751fedd80e [2020-08-17T20:43:52.036Z] ---> 7d348b4d2106 [2020-08-17T20:43:52.036Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-17T20:43:52.036Z] ---> 9a5a07524b44 [2020-08-17T20:43:52.036Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-17T20:43:52.036Z] ---> 00e8f6bd33b1 [2020-08-17T20:43:52.036Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-17T20:43:52.036Z] ---> Running in dc2e305a4883 [2020-08-17T20:43:52.036Z] ---> Running in a43340c5f630 [2020-08-17T20:43:52.036Z] ---> Running in c5435a04db54 [2020-08-17T20:43:52.181Z] ad7c5574e4b9: Pull complete [2020-08-17T20:43:52.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-17T20:43:52.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-17T20:43:52.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-17T20:43:52.721Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/core-data/core-data ./cmd/core-data [2020-08-17T20:43:53.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-17T20:43:56.500Z] e772456be8f7: Pull complete [2020-08-17T20:43:56.500Z] c890913d741a: Pull complete [2020-08-17T20:43:59.130Z] 2480fcc9aa5a: Pull complete [2020-08-17T20:43:59.411Z] 09adf4765672: Pull complete [2020-08-17T20:43:59.411Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-17T20:43:59.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-17T20:43:59.411Z] ---> 2248a725d1cf [2020-08-17T20:43:59.411Z] 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-17T20:44:04.815Z] ---> Running in c0d03b055c7e [2020-08-17T20:44:06.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:44:07.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:44:08.199Z] (1/12) Installing libmagic (5.38-r0) [2020-08-17T20:44:08.199Z] (2/12) Installing file (5.38-r0) [2020-08-17T20:44:08.470Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-17T20:44:08.470Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-17T20:44:11.842Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-17T20:44:11.842Z] (6/12) Installing patch (2.7.6-r6) [2020-08-17T20:44:11.842Z] (7/12) Installing build-base (0.5-r2) [2020-08-17T20:44:12.110Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-17T20:44:12.110Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-17T20:44:12.110Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-17T20:44:12.379Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-17T20:44:12.379Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-17T20:44:12.379Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:44:12.653Z] OK: 217 MiB in 51 packages [2020-08-17T20:44:16.949Z] Removing intermediate container c0d03b055c7e [2020-08-17T20:44:16.949Z] ---> efa88a36ba40 [2020-08-17T20:44:16.949Z] Step 4/7 : WORKDIR /edgex-go [2020-08-17T20:44:16.949Z] ---> Running in ae5dc1276dde [2020-08-17T20:44:17.222Z] Removing intermediate container ae5dc1276dde [2020-08-17T20:44:17.222Z] ---> c1f34368dc14 [2020-08-17T20:44:17.222Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-17T20:44:17.814Z] latest: Pulling from library/docker [2020-08-17T20:44:17.814Z] b538f80385f9: Already exists [2020-08-17T20:44:17.814Z] 259a493cd78d: Pulling fs layer [2020-08-17T20:44:17.814Z] b8e66b5100f5: Pulling fs layer [2020-08-17T20:44:17.814Z] 39dc9c94d07c: Pulling fs layer [2020-08-17T20:44:17.814Z] 551b823b3b82: Pulling fs layer [2020-08-17T20:44:17.814Z] 3c52a74df98c: Pulling fs layer [2020-08-17T20:44:17.814Z] 6c9b121b6998: Pulling fs layer [2020-08-17T20:44:17.814Z] 551b823b3b82: Waiting [2020-08-17T20:44:17.814Z] 3c52a74df98c: Waiting [2020-08-17T20:44:17.814Z] 6c9b121b6998: Waiting [2020-08-17T20:44:18.086Z] b8e66b5100f5: Download complete [2020-08-17T20:44:18.684Z] 259a493cd78d: Verifying Checksum [2020-08-17T20:44:18.684Z] 259a493cd78d: Download complete [2020-08-17T20:44:19.277Z] 551b823b3b82: Verifying Checksum [2020-08-17T20:44:19.277Z] 551b823b3b82: Download complete [2020-08-17T20:44:19.277Z] 259a493cd78d: Pull complete [2020-08-17T20:44:19.547Z] b8e66b5100f5: Pull complete [2020-08-17T20:44:20.136Z] 3c52a74df98c: Verifying Checksum [2020-08-17T20:44:20.136Z] 3c52a74df98c: Download complete [2020-08-17T20:44:20.726Z] 6c9b121b6998: Download complete [2020-08-17T20:44:22.161Z] 39dc9c94d07c: Download complete [2020-08-17T20:44:25.596Z] 39dc9c94d07c: Pull complete [2020-08-17T20:44:25.874Z] 551b823b3b82: Pull complete [2020-08-17T20:44:26.157Z] 3c52a74df98c: Pull complete [2020-08-17T20:44:26.431Z] 6c9b121b6998: Pull complete [2020-08-17T20:44:26.431Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-17T20:44:26.431Z] Status: Downloaded newer image for docker:latest [2020-08-17T20:44:29.813Z] ---> b0386569ff3c [2020-08-17T20:44:29.813Z] Step 6/7 : COPY go.mod . [2020-08-17T20:44:30.416Z] ---> b1dc8be0a19a [2020-08-17T20:44:30.416Z] Step 7/7 : RUN go mod download [2020-08-17T20:44:30.416Z] ---> Running in 401c70d936c1 [2020-08-17T20:44:33.790Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-17T20:44:33.790Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-17T20:44:33.790Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-17T20:44:33.790Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-17T20:44:33.790Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-17T20:44:33.790Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-17T20:44:33.790Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-17T20:44:33.790Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-17T20:44:33.790Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-17T20:44:33.790Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-17T20:44:33.790Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-17T20:44:33.790Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-17T20:44:33.790Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-17T20:44:33.790Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-17T20:44:33.790Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-17T20:44:33.790Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-17T20:44:33.790Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-17T20:44:33.790Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-17T20:44:34.061Z] go: finding github.com/fatih/color v1.7.0 [2020-08-17T20:44:34.061Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-17T20:44:34.061Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-17T20:44:34.061Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-17T20:44:34.061Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-17T20:44:34.061Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-17T20:44:34.061Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-17T20:44:34.061Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-17T20:44:34.061Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-17T20:44:34.061Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-17T20:44:34.061Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-17T20:44:34.062Z] go: finding github.com/google/uuid v1.1.0 [2020-08-17T20:44:34.332Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-17T20:44:34.332Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-17T20:44:34.332Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-17T20:44:34.332Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-17T20:44:34.332Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-17T20:44:34.332Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-17T20:44:34.332Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-17T20:44:34.332Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-17T20:44:34.332Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-17T20:44:34.332Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-17T20:44:34.332Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-17T20:44:34.602Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-17T20:44:34.602Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-17T20:44:34.602Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-17T20:44:34.602Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-17T20:44:34.602Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-17T20:44:34.602Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-17T20:44:34.602Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-17T20:44:34.602Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-17T20:44:34.602Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-17T20:44:34.602Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-17T20:44:34.602Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-17T20:44:34.871Z] go: finding github.com/kr/pty v1.1.1 [2020-08-17T20:44:34.871Z] go: finding github.com/kr/text v0.1.0 [2020-08-17T20:44:34.871Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-17T20:44:34.871Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-17T20:44:34.871Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-17T20:44:34.871Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-17T20:44:34.871Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-17T20:44:34.871Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-17T20:44:34.871Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-17T20:44:34.871Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-17T20:44:34.871Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-17T20:44:35.140Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-17T20:44:35.140Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-17T20:44:35.140Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-17T20:44:35.140Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-17T20:44:35.140Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-17T20:44:35.140Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-17T20:44:35.140Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-17T20:44:35.140Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-17T20:44:35.140Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-17T20:44:35.140Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-17T20:44:35.140Z] go: finding github.com/posener/complete v1.1.1 [2020-08-17T20:44:35.412Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-17T20:44:35.412Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-17T20:44:35.412Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-17T20:44:35.412Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-17T20:44:35.412Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-17T20:44:35.412Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-17T20:44:35.412Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-17T20:44:35.412Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-17T20:44:35.412Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-17T20:44:35.686Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-17T20:44:35.686Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-17T20:44:35.686Z] go: finding golang.org/x/text v0.3.2 [2020-08-17T20:44:35.686Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-17T20:44:35.686Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-17T20:44:35.686Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-17T20:44:35.686Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-17T20:44:35.686Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-17T20:44:35.686Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-17T20:44:40.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-17T20:44:40.782Z] Removing intermediate container a43340c5f630 [2020-08-17T20:44:40.782Z] ---> 05d0d8205ed1 [2020-08-17T20:44:40.782Z] [2020-08-17T20:44:40.782Z] Step 10/20 : FROM alpine [2020-08-17T20:44:40.782Z] latest: Pulling from library/alpine [2020-08-17T20:44:41.457Z] Removing intermediate container f5751fedd80e [2020-08-17T20:44:41.457Z] ---> 58662ad3a610 [2020-08-17T20:44:41.457Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-17T20:44:41.743Z] ---> Running in d5164ca171a0 [2020-08-17T20:44:42.360Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T20:44:42.360Z] Status: Downloaded newer image for alpine:latest [2020-08-17T20:44:42.360Z] ---> a24bb4013296 [2020-08-17T20:44:42.360Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-17T20:44:42.360Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-17T20:44:43.355Z] ---> Running in 0938d46bbf62 [2020-08-17T20:44:43.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-17T20:44:46.404Z] Removing intermediate container c5435a04db54 [2020-08-17T20:44:46.404Z] ---> c509eada6c0a [2020-08-17T20:44:46.404Z] [2020-08-17T20:44:46.404Z] Step 10/23 : FROM scratch [2020-08-17T20:44:46.404Z] ---> [2020-08-17T20:44:46.404Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T20:44:47.015Z] ---> Running in c28bf980475e [2020-08-17T20:44:47.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:44:47.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:44:47.305Z] Removing intermediate container c28bf980475e [2020-08-17T20:44:47.305Z] ---> 4167c5361826 [2020-08-17T20:44:47.305Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-17T20:44:47.305Z] ---> Running in 781378cc85c8 [2020-08-17T20:44:47.625Z] v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:44:47.625Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:44:47.625Z] OK: 12746 distinct packages available [2020-08-17T20:44:47.927Z] Removing intermediate container 781378cc85c8 [2020-08-17T20:44:47.927Z] ---> e3f2fde67680 [2020-08-17T20:44:47.927Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T20:44:47.927Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-17T20:44:47.927Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T20:44:47.927Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-17T20:44:47.927Z] (4/4) Installing curl (7.69.1-r0) [2020-08-17T20:44:47.927Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:44:47.927Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T20:44:48.205Z] OK: 7 MiB in 18 packages [2020-08-17T20:44:48.205Z] ---> Running in c116d68a3857 [2020-08-17T20:44:48.472Z] Removing intermediate container d5164ca171a0 [2020-08-17T20:44:48.472Z] ---> 410034bf842f [2020-08-17T20:44:48.472Z] [2020-08-17T20:44:48.472Z] Step 11/26 : FROM docker:latest [2020-08-17T20:44:48.472Z] ---> 81f5749c9058 [2020-08-17T20:44:48.472Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-17T20:44:50.496Z] ---> Running in c72fc014c2a2 [2020-08-17T20:44:50.807Z] Removing intermediate container c116d68a3857 [2020-08-17T20:44:50.807Z] ---> a750fe6f153e [2020-08-17T20:44:50.807Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-17T20:44:51.178Z] Removing intermediate container 9b4f59b60b05 [2020-08-17T20:44:51.178Z] ---> 201615bd7cdd [2020-08-17T20:44:51.178Z] [2020-08-17T20:44:51.178Z] Step 10/26 : FROM alpine:3.10 [2020-08-17T20:44:51.450Z] Removing intermediate container dc2e305a4883 [2020-08-17T20:44:51.450Z] ---> 31c7513b8c18 [2020-08-17T20:44:51.450Z] [2020-08-17T20:44:51.450Z] Step 10/22 : FROM alpine [2020-08-17T20:44:51.450Z] ---> a24bb4013296 [2020-08-17T20:44:51.450Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:44:51.450Z] 3.10: Pulling from library/alpine [2020-08-17T20:44:51.734Z] ---> 17402549cc1f [2020-08-17T20:44:51.734Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-17T20:44:51.734Z] ---> Running in 3e803c616b55 [2020-08-17T20:44:52.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:44:52.017Z] Removing intermediate container 0938d46bbf62 [2020-08-17T20:44:52.017Z] ---> 41012b8f618d [2020-08-17T20:44:52.017Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T20:44:52.017Z] ---> Running in 7d69af434ed1 [2020-08-17T20:44:52.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:44:52.331Z] (1/2) Installing readline (8.0.4-r0) [2020-08-17T20:44:52.331Z] (2/2) Installing bash (5.0.17-r0) [2020-08-17T20:44:52.331Z] Executing bash-5.0.17-r0.post-install [2020-08-17T20:44:52.331Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:44:52.331Z] OK: 12 MiB in 22 packages [2020-08-17T20:44:52.607Z] Removing intermediate container 3e803c616b55 [2020-08-17T20:44:52.607Z] ---> 1ba3d655dbeb [2020-08-17T20:44:52.607Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-17T20:44:53.204Z] ---> Running in 36051b226938 [2020-08-17T20:44:53.480Z] ---> 2a57e04f1511 [2020-08-17T20:44:53.480Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-17T20:44:53.480Z] Removing intermediate container 7d69af434ed1 [2020-08-17T20:44:53.480Z] ---> b7f2dcd5a989 [2020-08-17T20:44:53.480Z] Step 13/20 : WORKDIR /edgex [2020-08-17T20:44:53.480Z] ---> Running in 336ce382b0a1 [2020-08-17T20:44:53.744Z] Removing intermediate container 36051b226938 [2020-08-17T20:44:53.744Z] ---> dd90d66a1b9c [2020-08-17T20:44:53.744Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-17T20:44:53.744Z] ---> Running in 19ad90dbc166 [2020-08-17T20:44:53.984Z] Removing intermediate container 401c70d936c1 [2020-08-17T20:44:53.984Z] ---> 9cf5e6aab400 [2020-08-17T20:44:53.984Z] Successfully built 9cf5e6aab400 [2020-08-17T20:44:53.984Z] Successfully tagged ci-base-image-arm64:latest [2020-08-17T20:44:54.007Z] Removing intermediate container c72fc014c2a2 [2020-08-17T20:44:54.008Z] ---> fed1440ab465 [2020-08-17T20:44:54.008Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-17T20:44:54.008Z] Removing intermediate container 336ce382b0a1 [2020-08-17T20:44:54.008Z] ---> c174c0aa3cfd [2020-08-17T20:44:54.008Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-08-17T20:44:54.276Z] ---> Running in d68a547fc394 [2020-08-17T20:44:54.276Z] Removing intermediate container 19ad90dbc166 [2020-08-17T20:44:54.276Z] ---> f9158845b3ad [2020-08-17T20:44:54.276Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:44:54.276Z] ---> 8e2c588188be [2020-08-17T20:44:54.276Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:44:54.554Z] ---> Running in 161177dbc508 [2020-08-17T20:44:54.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T20:44:54.805Z] [2020-08-17T20:44:54.805Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2020-08-17T20:44:54.830Z] ---> 474a74828e31 [2020-08-17T20:44:54.830Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] sh [2020-08-17T20:44:55.171Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T20:44:55.171Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-17T20:44:55.171Z] 29e5d40040c1: Pulling fs layer [2020-08-17T20:44:55.171Z] 1ce36da41761: Pulling fs layer [2020-08-17T20:44:55.171Z] 25b303627fd3: Pulling fs layer [2020-08-17T20:44:55.446Z] 29e5d40040c1: Download complete [2020-08-17T20:44:55.460Z] ---> 9bf08e99ae1c [2020-08-17T20:44:55.460Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-17T20:44:55.738Z] ---> f9c5135a39d6 [2020-08-17T20:44:55.738Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-17T20:44:56.044Z] 1ce36da41761: Verifying Checksum [2020-08-17T20:44:56.044Z] 1ce36da41761: Download complete [2020-08-17T20:44:56.044Z] 29e5d40040c1: Pull complete [2020-08-17T20:44:56.786Z] ---> Running in 1d90d33d3541 [2020-08-17T20:44:56.786Z] ---> e6a0172e5b53 [2020-08-17T20:44:56.786Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-17T20:44:57.056Z] Removing intermediate container 1d90d33d3541 [2020-08-17T20:44:57.056Z] ---> dde20896b54e [2020-08-17T20:44:57.056Z] Step 17/20 : CMD ["--init=true"] [2020-08-17T20:44:57.478Z] 1ce36da41761: Pull complete [2020-08-17T20:44:57.478Z] 25b303627fd3: Verifying Checksum [2020-08-17T20:44:57.478Z] 25b303627fd3: Download complete [2020-08-17T20:44:57.640Z] ---> Running in 24032f3d18af [2020-08-17T20:44:57.640Z] Removing intermediate container d68a547fc394 [2020-08-17T20:44:57.640Z] ---> 7288a84991ed [2020-08-17T20:44:57.640Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-17T20:44:57.640Z] ---> Running in b1a2eab6ea21 [2020-08-17T20:44:57.640Z] ---> 5bcc24cb170c [2020-08-17T20:44:57.640Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:44:57.640Z] Removing intermediate container 161177dbc508 [2020-08-17T20:44:57.640Z] ---> 6f199288d0fe [2020-08-17T20:44:57.640Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-17T20:44:57.640Z] ---> Running in 3a0851dafac7 [2020-08-17T20:44:57.640Z] ---> Running in d39cb97ea72b [2020-08-17T20:44:57.640Z] Removing intermediate container 24032f3d18af [2020-08-17T20:44:57.640Z] ---> 849f09995cef [2020-08-17T20:44:57.640Z] Step 18/20 : LABEL arch=x86_64 [2020-08-17T20:44:57.960Z] ---> Running in 4c558c90096a [2020-08-17T20:44:57.960Z] Removing intermediate container b1a2eab6ea21 [2020-08-17T20:44:57.960Z] ---> 1c0afd8f557b [2020-08-17T20:44:57.960Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-17T20:44:57.960Z] Removing intermediate container d39cb97ea72b [2020-08-17T20:44:57.960Z] ---> 9097b6a95d38 [2020-08-17T20:44:57.960Z] Step 21/23 : LABEL arch=x86_64 [2020-08-17T20:44:57.960Z] ---> Running in 798230f5a78b [2020-08-17T20:44:58.294Z] ---> Running in 6d1c96efa24a [2020-08-17T20:44:58.294Z] Removing intermediate container 4c558c90096a [2020-08-17T20:44:58.294Z] ---> 88667beeaaee [2020-08-17T20:44:58.294Z] Step 19/20 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:44:58.294Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-17T20:44:58.294Z] ---> Running in 8637aaba87e4 [2020-08-17T20:44:58.583Z] Status: Downloaded newer image for alpine:3.10 [2020-08-17T20:44:58.583Z] ---> be4e4bea2c2e [2020-08-17T20:44:58.583Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-17T20:44:58.583Z] Removing intermediate container 798230f5a78b [2020-08-17T20:44:58.583Z] ---> 75790f4e8b44 [2020-08-17T20:44:58.583Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-17T20:44:58.583Z] ---> Running in 8db491f466ba [2020-08-17T20:44:58.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:44:58.863Z] Removing intermediate container 6d1c96efa24a [2020-08-17T20:44:58.863Z] ---> e67c05409c26 [2020-08-17T20:44:58.863Z] Step 22/23 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:44:58.863Z] ---> Running in 07f90326e2cd [2020-08-17T20:44:59.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:44:59.782Z] Removing intermediate container 8637aaba87e4 [2020-08-17T20:44:59.782Z] ---> 665ee1116546 [2020-08-17T20:44:59.782Z] Step 20/20 : LABEL version=1.2.2-dev.12 [2020-08-17T20:44:59.783Z] ---> Running in 31c0d55cf448 [2020-08-17T20:44:59.783Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-17T20:44:59.783Z] ---> Running in ddce9edbdf47 [2020-08-17T20:44:59.783Z] Removing intermediate container 07f90326e2cd [2020-08-17T20:44:59.783Z] ---> b443977f1cb3 [2020-08-17T20:44:59.783Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-17T20:45:00.083Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-17T20:45:00.083Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-17T20:45:00.416Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-17T20:45:00.416Z] Removing intermediate container 31c0d55cf448 [2020-08-17T20:45:00.416Z] ---> 78f61998fa19 [2020-08-17T20:45:00.416Z] Step 23/23 : LABEL version=1.2.2-dev.12 [2020-08-17T20:45:00.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:45:00.416Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-17T20:45:00.416Z] Removing intermediate container ddce9edbdf47 [2020-08-17T20:45:00.416Z] ---> 81d1865f9eed [2020-08-17T20:45:00.416Z] [2020-08-17T20:45:00.416Z] ---> Running in dd85b49833c8 [2020-08-17T20:45:00.737Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:45:00.737Z] OK: 8 MiB in 19 packages [2020-08-17T20:45:00.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:45:01.172Z] ---> cc400940cb09 [2020-08-17T20:45:01.172Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-17T20:45:01.172Z] Successfully built 81d1865f9eed [2020-08-17T20:45:01.172Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-17T20:45:01.172Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-08-17T20:45:01.172Z] Removing intermediate container dd85b49833c8 [2020-08-17T20:45:01.172Z] ---> b459a35be511 [2020-08-17T20:45:01.172Z] [2020-08-17T20:45:01.172Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-17T20:45:01.172Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-17T20:45:01.172Z] OK: 10346 distinct packages available [2020-08-17T20:45:01.448Z] Successfully built b459a35be511 [2020-08-17T20:45:01.448Z] Successfully tagged docker-support-notifications-go:latest [2020-08-17T20:45:01.448Z] Building docker-security-secrets-setup-go [2020-08-17T20:45:01.448Z]  Building docker-support-notifications-go ... done (1/5) Installing ca-certificates (20191127-r2) [2020-08-17T20:45:01.448Z] ---> 9919126aec43 [2020-08-17T20:45:01.448Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-17T20:45:01.448Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-17T20:45:01.448Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-17T20:45:01.448Z] (4/5) Installing curl (7.66.0-r0) [2020-08-17T20:45:01.448Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-17T20:45:01.448Z] Executing busybox-1.30.1-r3.trigger [2020-08-17T20:45:01.723Z] Executing ca-certificates-20191127-r2.trigger [2020-08-17T20:45:02.006Z] OK: 7 MiB in 19 packages [2020-08-17T20:45:02.006Z] Removing intermediate container 3a0851dafac7 [2020-08-17T20:45:02.006Z] ---> 42a8f929a17e [2020-08-17T20:45:02.006Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-17T20:45:03.039Z] ---> 4b4bc80d0c86 [2020-08-17T20:45:03.039Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-17T20:45:04.032Z] ---> Running in be8ea6890315 [2020-08-17T20:45:05.450Z] ---> 53ef0383c4e8 [2020-08-17T20:45:05.450Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-17T20:45:06.989Z] Removing intermediate container 8db491f466ba [2020-08-17T20:45:06.989Z] ---> 2ba0125980fa [2020-08-17T20:45:06.989Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T20:45:07.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:45:07.453Z] ---> a38e57d2bc3a [2020-08-17T20:45:07.453Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-17T20:45:07.453Z] ---> Running in 7482c91e266f [2020-08-17T20:45:07.632Z] 25b303627fd3: Pull complete [2020-08-17T20:45:07.632Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-17T20:45:07.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T20:45:07.632Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-17T20:45:07.904Z] prd-ubuntu18.04-docker-arm64-4c-16g-308 does not seem to be running inside a container [2020-08-17T20:45:07.972Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:45:08.103Z] Removing intermediate container 7482c91e266f [2020-08-17T20:45:08.103Z] ---> 857299559af7 [2020-08-17T20:45:08.103Z] Step 13/26 : WORKDIR / [2020-08-17T20:45:08.103Z] ---> Running in 512d42ffcd11 [2020-08-17T20:45:08.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:45:08.103Z] ---> 0140f49ac2fa [2020-08-17T20:45:08.103Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:45:08.103Z] ---> Running in cb2fe41a88cf [2020-08-17T20:45:08.464Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-17T20:45:08.897Z] (2/33) Installing expat (2.2.9-r1) [2020-08-17T20:45:08.897Z] (3/33) Installing libffi (3.3-r2) [2020-08-17T20:45:08.897Z] Removing intermediate container 512d42ffcd11 [2020-08-17T20:45:08.897Z] ---> bb1d0c2b6a92 [2020-08-17T20:45:08.897Z] 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-17T20:45:08.897Z] (4/33) Installing gdbm (1.13-r1) [2020-08-17T20:45:08.897Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-17T20:45:08.897Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-17T20:45:09.739Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-17T20:45:10.149Z] Removing intermediate container cb2fe41a88cf [2020-08-17T20:45:10.149Z] ---> fb65074538fc [2020-08-17T20:45:10.149Z] Step 20/22 : LABEL arch=x86_64 [2020-08-17T20:45:11.322Z] $ docker top 40df9fc3250e1e69a081ac7fde40cb98658054bb2378dda11ceb19fe666440b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T20:45:12.742Z] + grep parallel [2020-08-17T20:45:12.742Z] + docker-compose build --help [2020-08-17T20:45:13.654Z] ---> 32145d3d1a7b [2020-08-17T20:45:13.654Z] 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-17T20:45:13.654Z] ---> Running in 9271cb910694 [2020-08-17T20:45:15.097Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-17T20:45:15.097Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-17T20:45:15.097Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-17T20:45:15.097Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-17T20:45:15.097Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-17T20:45:15.697Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-17T20:45:15.980Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-17T20:45:16.110Z] --parallel Build images in parallel. [Pipeline] } [2020-08-17T20:45:16.124Z] $ docker stop --time=1 40df9fc3250e1e69a081ac7fde40cb98658054bb2378dda11ceb19fe666440b0 [2020-08-17T20:45:16.278Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-17T20:45:16.593Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-17T20:45:16.895Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-17T20:45:17.548Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-17T20:45:17.548Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-17T20:45:18.010Z] $ docker rm -f 40df9fc3250e1e69a081ac7fde40cb98658054bb2378dda11ceb19fe666440b0 [2020-08-17T20:45:18.257Z] (20/33) Installing py3-lockfile (0.12.2-r3) [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:45:18.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-17T20:45:18.743Z] . [Pipeline] withDockerContainer [2020-08-17T20:45:18.856Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-17T20:45:19.012Z] prd-ubuntu18.04-docker-arm64-4c-16g-308 does not seem to be running inside a container [2020-08-17T20:45:19.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/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:45:19.247Z] Removing intermediate container 9271cb910694 [2020-08-17T20:45:19.247Z] ---> 7888760efcc0 [2020-08-17T20:45:19.247Z] Step 21/22 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:45:19.247Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-17T20:45:19.684Z] ---> 7a9e53f059f0 [2020-08-17T20:45:19.684Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-17T20:45:19.684Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-17T20:45:19.979Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-17T20:45:19.979Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-17T20:45:20.254Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-17T20:45:20.373Z] $ docker top f3790a9264872929e8716a5b2b52e6483d9d12e667b2be996ce3c06854f7d951 -eo pid,comm [2020-08-17T20:45:20.543Z] ---> Running in cf66d7060121 [2020-08-17T20:45:20.543Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-17T20:45:20.543Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-17T20:45:20.543Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:45:20.543Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:45:20.543Z] ---> 893958d56dc9 [2020-08-17T20:45:20.543Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T20:45:20.543Z] ---> Using cache [2020-08-17T20:45:20.543Z] ---> cff42bee2118 [2020-08-17T20:45:20.543Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:45:20.543Z] ---> Using cache [2020-08-17T20:45:20.543Z] ---> 8ab98b948061 [2020-08-17T20:45:20.543Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T20:45:20.543Z] ---> Using cache [2020-08-17T20:45:20.543Z] ---> ba61712e3d65 [2020-08-17T20:45:20.543Z] Step 6/21 : COPY go.mod . [2020-08-17T20:45:20.543Z] ---> Using cache [2020-08-17T20:45:20.543Z] ---> 447b9a89d60d [2020-08-17T20:45:20.543Z] Step 7/21 : RUN go mod download [2020-08-17T20:45:20.543Z] ---> Using cache [2020-08-17T20:45:20.543Z] ---> 481848354606 [2020-08-17T20:45:20.543Z] Step 8/21 : COPY . . [2020-08-17T20:45:20.543Z] ---> Using cache [2020-08-17T20:45:20.543Z] ---> e762fa86cd15 [2020-08-17T20:45:20.543Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-17T20:45:20.543Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-17T20:45:20.543Z] (30/33) Installing py3-toml (0.10.1-r0) [Pipeline] { [Pipeline] sh [2020-08-17T20:45:21.369Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-17T20:45:22.464Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-17T20:45:22.464Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-17T20:45:22.464Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-17T20:45:22.464Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:45:22.464Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-17T20:45:22.464Z] ---> 893958d56dc9 [2020-08-17T20:45:22.464Z] Step 3/29 : WORKDIR /edgex-go [2020-08-17T20:45:22.464Z] ---> Using cache [2020-08-17T20:45:22.464Z] ---> cff42bee2118 [2020-08-17T20:45:22.464Z] Step 4/29 : RUN apk update && apk add make git [2020-08-17T20:45:22.728Z] ---> 872b371cc753 [2020-08-17T20:45:22.728Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-17T20:45:23.022Z] ---> Running in 3cb66b2e0997 [2020-08-17T20:45:23.022Z] ---> Running in 5d5a4379d6c1 [2020-08-17T20:45:23.022Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:45:23.022Z] OK: 71 MiB in 55 packages [2020-08-17T20:45:23.022Z] Removing intermediate container cf66d7060121 [2020-08-17T20:45:23.022Z] ---> 41ae732a809c [2020-08-17T20:45:23.022Z] Step 22/22 : LABEL version=1.2.2-dev.12 [2020-08-17T20:45:23.293Z] ---> Running in fbe84378be19 [2020-08-17T20:45:23.576Z] ---> 3256924c00c2 [2020-08-17T20:45:23.576Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-17T20:45:23.911Z] Removing intermediate container fbe84378be19 [2020-08-17T20:45:23.911Z] ---> fe0ccd8598d8 [2020-08-17T20:45:23.911Z] [2020-08-17T20:45:24.253Z] Successfully built fe0ccd8598d8 [2020-08-17T20:45:24.253Z] Successfully tagged docker-core-data-go:latest [2020-08-17T20:45:24.253Z] Building docker-support-scheduler-go [2020-08-17T20:45:24.562Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:45:24.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/core-command/core-command ./cmd/core-command [2020-08-17T20:45:24.742Z] Building docker-core-command-go ... [2020-08-17T20:45:24.742Z] Building docker-core-data-go ... [2020-08-17T20:45:24.742Z] Building docker-core-metadata-go ... [2020-08-17T20:45:24.742Z] Building docker-security-proxy-setup-go ... [2020-08-17T20:45:24.742Z] Building docker-security-secrets-setup-go ... [2020-08-17T20:45:24.742Z] Building docker-security-secretstore-setup-go ... [2020-08-17T20:45:24.742Z] Building docker-support-logging-go ... [2020-08-17T20:45:24.742Z] Building docker-support-notifications-go ... [2020-08-17T20:45:24.742Z] Building docker-support-scheduler-go ... [2020-08-17T20:45:24.742Z] Building docker-sys-mgmt-agent-go ... [2020-08-17T20:45:24.742Z] Building docker-support-scheduler-go [2020-08-17T20:45:24.742Z] Building docker-security-proxy-setup-go [2020-08-17T20:45:24.742Z] Building docker-core-metadata-go [2020-08-17T20:45:24.742Z] Building docker-support-logging-go [2020-08-17T20:45:24.742Z] Building docker-sys-mgmt-agent-go [2020-08-17T20:45:25.178Z] ---> 8d99acb55282 [2020-08-17T20:45:25.178Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-17T20:45:25.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:45:25.782Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:45:25.782Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:45:25.782Z] OK: 12746 distinct packages available [2020-08-17T20:45:26.502Z] OK: 233 MiB in 51 packages [2020-08-17T20:45:29.091Z] ---> 7c269df39a4b [2020-08-17T20:45:29.091Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-17T20:45:31.199Z] Removing intermediate container 5d5a4379d6c1 [2020-08-17T20:45:31.199Z] ---> da87c4e923bf [2020-08-17T20:45:31.199Z] Step 5/29 : COPY go.mod . [2020-08-17T20:45:32.797Z] ---> 584d58d1fd97 [2020-08-17T20:45:32.797Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T20:45:33.473Z] ---> 45efc6ed001c [2020-08-17T20:45:33.473Z] Step 6/29 : RUN go mod download [2020-08-17T20:45:34.547Z] ---> Running in b10cbaed6a2a [2020-08-17T20:45:34.838Z] ---> faf33f5e3f0d [2020-08-17T20:45:34.838Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T20:45:37.112Z] ---> Running in 3f63a4899e97 [2020-08-17T20:45:45.522Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:45:45.522Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:45:45.522Z] ---> 893958d56dc9 [2020-08-17T20:45:45.522Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T20:45:45.522Z] ---> Using cache [2020-08-17T20:45:45.522Z] ---> cff42bee2118 [2020-08-17T20:45:45.522Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:45:45.522Z] ---> Using cache [2020-08-17T20:45:45.522Z] ---> 8ab98b948061 [2020-08-17T20:45:45.522Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T20:45:45.522Z] ---> Using cache [2020-08-17T20:45:45.522Z] ---> ba61712e3d65 [2020-08-17T20:45:45.522Z] Step 6/20 : COPY go.mod . [2020-08-17T20:45:45.522Z] ---> Using cache [2020-08-17T20:45:45.522Z] ---> 447b9a89d60d [2020-08-17T20:45:45.522Z] Step 7/20 : RUN go mod download [2020-08-17T20:45:45.522Z] ---> Using cache [2020-08-17T20:45:45.522Z] ---> 481848354606 [2020-08-17T20:45:45.522Z] Step 8/20 : COPY . . [2020-08-17T20:45:45.522Z] ---> Using cache [2020-08-17T20:45:45.522Z] ---> e762fa86cd15 [2020-08-17T20:45:45.522Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-17T20:45:45.522Z] Removing intermediate container 3f63a4899e97 [2020-08-17T20:45:45.522Z] ---> 710d78ff083b [2020-08-17T20:45:45.522Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T20:45:45.522Z] ---> Running in 2330fe5a8bee [2020-08-17T20:45:45.522Z] ---> Running in 536e67041913 [2020-08-17T20:45:45.522Z] Removing intermediate container b10cbaed6a2a [2020-08-17T20:45:45.522Z] ---> b20ef8ce0dc4 [2020-08-17T20:45:45.522Z] Step 7/29 : COPY . . [2020-08-17T20:45:47.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-17T20:45:47.580Z] Removing intermediate container 536e67041913 [2020-08-17T20:45:47.580Z] ---> 7dcfdaa9b51f [2020-08-17T20:45:47.580Z] Step 24/26 : LABEL arch=x86_64 [2020-08-17T20:45:48.749Z] ---> Running in ae9a0419ba33 [2020-08-17T20:45:53.287Z] Removing intermediate container ae9a0419ba33 [2020-08-17T20:45:53.287Z] ---> f432df911717 [2020-08-17T20:45:53.287Z] Step 25/26 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:45:54.307Z] ---> Running in ce5f53303fa0 [2020-08-17T20:45:55.917Z] Removing intermediate container ce5f53303fa0 [2020-08-17T20:45:55.917Z] ---> 484bd4de8dd1 [2020-08-17T20:45:55.917Z] Step 26/26 : LABEL version=1.2.2-dev.12 [2020-08-17T20:45:57.175Z] ---> Running in 0072e5a0a4cc [2020-08-17T20:45:58.829Z] Removing intermediate container 0072e5a0a4cc [2020-08-17T20:45:58.829Z] ---> 1593890b5b65 [2020-08-17T20:45:58.829Z] [2020-08-17T20:45:59.162Z] Successfully built 1593890b5b65 [2020-08-17T20:46:01.040Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-17T20:46:01.040Z] Building docker-support-logging-go [2020-08-17T20:46:14.075Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container be8ea6890315 [2020-08-17T20:46:14.075Z] ---> a6f17a20f818 [2020-08-17T20:46:14.075Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-17T20:46:14.075Z] Removing intermediate container 3cb66b2e0997 [2020-08-17T20:46:14.075Z] ---> 33a66eec158f [2020-08-17T20:46:14.075Z] [2020-08-17T20:46:14.075Z] Step 10/21 : FROM scratch [2020-08-17T20:46:14.075Z] ---> [2020-08-17T20:46:14.075Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:46:14.075Z] ---> Running in 8514113a3cde [2020-08-17T20:46:14.075Z] ---> Running in a0379cc02980 [2020-08-17T20:46:18.619Z] Removing intermediate container a0379cc02980 [2020-08-17T20:46:18.619Z] ---> f9e64698f772 [2020-08-17T20:46:18.619Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-17T20:46:20.576Z] ---> Running in 303473bb03fe [2020-08-17T20:46:22.601Z] Removing intermediate container 303473bb03fe [2020-08-17T20:46:22.601Z] ---> d3cd64369d78 [2020-08-17T20:46:22.601Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T20:46:22.601Z] ---> 4657faaac10a [2020-08-17T20:46:22.601Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-17T20:46:23.305Z] ---> Running in 86ad7b5306e4 [2020-08-17T20:46:23.305Z] ---> Running in c8b975b16092 [2020-08-17T20:46:24.356Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:46:24.356Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:46:24.356Z] ---> 893958d56dc9 [2020-08-17T20:46:24.356Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T20:46:24.356Z] ---> Using cache [2020-08-17T20:46:24.356Z] ---> cff42bee2118 [2020-08-17T20:46:24.356Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:46:24.356Z] ---> Using cache [2020-08-17T20:46:24.356Z] ---> 8ab98b948061 [2020-08-17T20:46:24.356Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-17T20:46:25.352Z] Removing intermediate container 86ad7b5306e4 [2020-08-17T20:46:25.352Z] ---> 69c29c461444 [2020-08-17T20:46:25.352Z] Step 14/21 : WORKDIR / [2020-08-17T20:46:25.352Z] ---> Running in 90b96da2e9db [2020-08-17T20:46:25.352Z] ---> Running in 787c081af281 [2020-08-17T20:46:25.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-17T20:46:26.232Z] Removing intermediate container 787c081af281 [2020-08-17T20:46:26.232Z] ---> 8af8c100d4e7 [2020-08-17T20:46:26.232Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-17T20:46:26.816Z] ---> da70fdf4452f [2020-08-17T20:46:26.816Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-17T20:46:27.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:46:27.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:46:27.770Z] Collecting docker-compose==1.23.2 [2020-08-17T20:46:28.084Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-17T20:46:28.084Z] ---> 57e71cd203fb [2020-08-17T20:46:28.084Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-17T20:46:28.373Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:46:28.373Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:46:28.373Z] OK: 12746 distinct packages available [2020-08-17T20:46:28.373Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-17T20:46:28.373Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-17T20:46:28.650Z] Collecting docker<4.0,>=3.6.0 [2020-08-17T20:46:28.650Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-17T20:46:28.650Z] OK: 233 MiB in 51 packages [2020-08-17T20:46:29.273Z] OK: 233 MiB in 51 packages [2020-08-17T20:46:29.555Z] Collecting PyYAML<4,>=3.10 [2020-08-17T20:46:29.555Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-17T20:46:31.016Z] ---> d201f518e8b7 [2020-08-17T20:46:31.016Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:46:32.628Z] ---> Running in 3a3ef96205c9 [2020-08-17T20:46:32.923Z] Removing intermediate container 2330fe5a8bee [2020-08-17T20:46:32.923Z] ---> 2eba9fcc816c [2020-08-17T20:46:32.923Z] [2020-08-17T20:46:32.923Z] Step 10/20 : FROM scratch [2020-08-17T20:46:32.923Z] ---> [2020-08-17T20:46:32.923Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:46:32.923Z] Removing intermediate container 3a3ef96205c9 [2020-08-17T20:46:32.923Z] ---> 17be0f232af0 [2020-08-17T20:46:32.923Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T20:46:32.923Z] ---> Running in d26053ee801a [2020-08-17T20:46:32.923Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-17T20:46:33.206Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-17T20:46:33.206Z] ---> Using cache [2020-08-17T20:46:33.206Z] ---> f9e64698f772 [2020-08-17T20:46:33.206Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-17T20:46:33.206Z] Collecting cached-property<2,>=1.2.0 [2020-08-17T20:46:33.206Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-17T20:46:33.206Z] Removing intermediate container 90b96da2e9db [2020-08-17T20:46:33.206Z] ---> bcf5cd30deb0 [2020-08-17T20:46:33.206Z] Step 6/21 : COPY go.mod . [2020-08-17T20:46:33.206Z] Removing intermediate container d26053ee801a [2020-08-17T20:46:33.206Z] ---> a254202064df [2020-08-17T20:46:33.206Z] Step 20/21 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:46:33.206Z] ---> Running in be404bdfe3a2 [2020-08-17T20:46:33.525Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-17T20:46:33.525Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-17T20:46:33.525Z] ---> Running in 1242bf5efc3e [2020-08-17T20:46:33.908Z] Removing intermediate container be404bdfe3a2 [2020-08-17T20:46:33.908Z] ---> 183dddd3c007 [2020-08-17T20:46:33.908Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-17T20:46:33.908Z] ---> 08177b23a24c [2020-08-17T20:46:33.908Z] Step 7/21 : RUN go mod download [2020-08-17T20:46:33.908Z] Removing intermediate container 1242bf5efc3e [2020-08-17T20:46:33.908Z] ---> 4a4d91dbb061 [2020-08-17T20:46:33.908Z] Step 21/21 : LABEL version=1.2.2-dev.12 [2020-08-17T20:46:33.908Z] ---> Running in 3985f8ec5f7f [2020-08-17T20:46:33.908Z] ---> Running in 77c151a3dfef [2020-08-17T20:46:34.227Z] ---> Running in ac04ab546b95 [2020-08-17T20:46:34.227Z] Collecting texttable<0.10,>=0.9.0 [2020-08-17T20:46:34.227Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-17T20:46:34.227Z] Removing intermediate container 3985f8ec5f7f [2020-08-17T20:46:34.227Z] ---> 42eecdac3d3b [2020-08-17T20:46:34.227Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-17T20:46:34.541Z] Removing intermediate container ac04ab546b95 [2020-08-17T20:46:34.541Z] ---> 33ea8bbf5609 [2020-08-17T20:46:34.541Z] [2020-08-17T20:46:34.873Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-08-17T20:46:34.873Z] Successfully built 33ea8bbf5609 [2020-08-17T20:46:34.873Z] ---> 1e00cb7ede9e [2020-08-17T20:46:34.873Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-17T20:46:35.178Z] Collecting docopt<0.7,>=0.6.1 [2020-08-17T20:46:35.178Z] Successfully tagged docker-core-command-go:latest [2020-08-17T20:46:35.178Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2020-08-17T20:46:35.178Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-17T20:46:36.217Z] Collecting jsonschema<3,>=2.5.1 [2020-08-17T20:46:36.217Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-17T20:46:36.217Z] Collecting docker-pycreds>=0.4.0 [2020-08-17T20:46:36.217Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-17T20:46:38.295Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-17T20:46:38.295Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-17T20:46:38.952Z] ---> 55a880c37402 [2020-08-17T20:46:38.952Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-17T20:46:39.234Z] Collecting idna<2.8,>=2.5 [2020-08-17T20:46:39.234Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-17T20:46:39.536Z] 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-17T20:46:39.536Z] 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-17T20:46:39.536Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-17T20:46:39.536Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-17T20:46:39.536Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-17T20:46:39.536Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-17T20:46:39.840Z] ---> 388274b27c6c [2020-08-17T20:46:39.840Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:46:39.840Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, cached-property, dockerpty, texttable, docopt, jsonschema, docker-compose [2020-08-17T20:46:41.198Z] ---> Running in 9179f94d5d0e [2020-08-17T20:46:41.198Z] Removing intermediate container 77c151a3dfef [2020-08-17T20:46:41.198Z] ---> 609b6b87752c [2020-08-17T20:46:41.198Z] Step 8/21 : COPY . . [2020-08-17T20:46:41.198Z] Attempting uninstall: urllib3 [2020-08-17T20:46:41.198Z] Found existing installation: urllib3 1.25.9 [2020-08-17T20:46:41.198Z] Uninstalling urllib3-1.25.9: [2020-08-17T20:46:42.756Z] Successfully uninstalled urllib3-1.25.9 [2020-08-17T20:46:45.645Z] Removing intermediate container 9179f94d5d0e [2020-08-17T20:46:45.645Z] ---> 774a8a679dd0 [2020-08-17T20:46:45.645Z] Step 18/20 : LABEL arch=x86_64 [2020-08-17T20:46:45.645Z] Attempting uninstall: idna [2020-08-17T20:46:45.645Z] Found existing installation: idna 2.9 [2020-08-17T20:46:45.645Z] Uninstalling idna-2.9: [2020-08-17T20:46:46.349Z] Successfully uninstalled idna-2.9 [2020-08-17T20:46:46.515Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:46:46.515Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:46:46.515Z] ---> 9cf5e6aab400 [2020-08-17T20:46:46.515Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T20:46:46.515Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:46:46.515Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:46:46.515Z] ---> 9cf5e6aab400 [2020-08-17T20:46:46.515Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T20:46:46.515Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:46:46.515Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:46:46.515Z] ---> 9cf5e6aab400 [2020-08-17T20:46:46.515Z] Step 3/20 : WORKDIR /edgex-go [2020-08-17T20:46:46.515Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:46:46.515Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:46:46.515Z] ---> 9cf5e6aab400 [2020-08-17T20:46:46.515Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T20:46:46.515Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:46:46.515Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:46:46.515Z] ---> 9cf5e6aab400 [2020-08-17T20:46:46.515Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T20:46:47.967Z] Attempting uninstall: requests [2020-08-17T20:46:47.967Z] Found existing installation: requests 2.23.0 [2020-08-17T20:46:47.967Z] Uninstalling requests-2.23.0: [2020-08-17T20:46:48.322Z] ---> Running in 4ca39f747080 [2020-08-17T20:46:48.322Z] Successfully uninstalled requests-2.23.0 [2020-08-17T20:46:49.139Z] ---> Running in 1b6e52e7c56b [2020-08-17T20:46:49.139Z] ---> Running in 57475152647c [2020-08-17T20:46:49.139Z] ---> Running in 762c548217e4 [2020-08-17T20:46:49.139Z] ---> Running in ded9bc38d7bb [2020-08-17T20:46:49.139Z] ---> Running in 97b3bf463716 [2020-08-17T20:46:49.418Z] Removing intermediate container 762c548217e4 [2020-08-17T20:46:49.418Z] Removing intermediate container 57475152647c [2020-08-17T20:46:49.418Z] ---> eb54fdc93e04 [2020-08-17T20:46:49.418Z] ---> b3c3c5ba1723 [2020-08-17T20:46:49.418Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:46:49.418Z] [2020-08-17T20:46:49.418Z] Removing intermediate container 97b3bf463716 [2020-08-17T20:46:49.418Z] ---> 447fcaf05994 [2020-08-17T20:46:49.418Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:46:49.418Z] Removing intermediate container ded9bc38d7bb [2020-08-17T20:46:49.418Z] ---> 43d0fdafa128 [2020-08-17T20:46:49.418Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:46:49.418Z] Removing intermediate container 1b6e52e7c56b [2020-08-17T20:46:49.418Z] ---> 5c1c7829cf70 [2020-08-17T20:46:49.418Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:46:49.692Z] ---> Running in 4ddcb8bf91c6 [2020-08-17T20:46:49.692Z] ---> Running in 0fd2baabc856 [2020-08-17T20:46:49.692Z] ---> Running in 4e108e59c3fa [2020-08-17T20:46:49.692Z] ---> Running in 01228a012c84 [2020-08-17T20:46:49.692Z] ---> Running in 6b85bfa54675 [2020-08-17T20:46:52.725Z] Running setup.py install for PyYAML: started [2020-08-17T20:46:53.339Z] Removing intermediate container 4ca39f747080 [2020-08-17T20:46:53.339Z] ---> 0ca4ec631ace [2020-08-17T20:46:53.339Z] Step 19/20 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:46:54.006Z] Removing intermediate container 4ddcb8bf91c6 [2020-08-17T20:46:54.006Z] ---> 243f81538699 [2020-08-17T20:46:54.006Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T20:46:54.006Z] ---> Running in c3674cbbfb50 [2020-08-17T20:46:54.006Z] Removing intermediate container 0fd2baabc856 [2020-08-17T20:46:54.006Z] ---> 7795fc41f2df [2020-08-17T20:46:54.006Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T20:46:54.278Z] ---> Running in 18e91bc9d9b2 [2020-08-17T20:46:54.342Z] ---> Running in 1fd9c8b16068 [2020-08-17T20:46:54.552Z] Removing intermediate container 4e108e59c3fa [2020-08-17T20:46:54.552Z] ---> e2a667e72755 [2020-08-17T20:46:54.552Z] Step 5/20 : RUN apk update && apk add make git [2020-08-17T20:46:54.552Z] Removing intermediate container 6b85bfa54675 [2020-08-17T20:46:54.552Z] ---> 4dffb2ebca37 [2020-08-17T20:46:54.552Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-17T20:46:54.829Z] ---> Running in 10cd41c352d3 [2020-08-17T20:46:54.829Z] ---> Running in 31fef003fd60 [2020-08-17T20:46:54.829Z] Removing intermediate container 01228a012c84 [2020-08-17T20:46:54.829Z] ---> dc769cfacb1d [2020-08-17T20:46:54.829Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-17T20:46:55.114Z] ---> Running in 4fcab6514dae [2020-08-17T20:46:56.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:46:56.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:46:57.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:46:57.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:46:57.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:46:57.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:46:57.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:46:58.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:46:58.039Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:46:58.039Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:46:58.039Z] OK: 12617 distinct packages available [2020-08-17T20:46:58.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:46:58.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:46:58.039Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:46:58.039Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:46:58.039Z] OK: 12617 distinct packages available [2020-08-17T20:46:58.693Z] Removing intermediate container 1fd9c8b16068 [2020-08-17T20:46:58.693Z] ---> 52ebada9eee1 [2020-08-17T20:46:58.693Z] Step 20/20 : LABEL version=1.2.2-dev.12 [2020-08-17T20:46:58.992Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:46:58.992Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:46:58.992Z] ---> 893958d56dc9 [2020-08-17T20:46:58.992Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T20:46:58.992Z] ---> Using cache [2020-08-17T20:46:58.992Z] ---> cff42bee2118 [2020-08-17T20:46:58.992Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:46:59.074Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:46:59.074Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:46:59.074Z] OK: 12617 distinct packages available [2020-08-17T20:46:59.074Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:46:59.074Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:46:59.074Z] OK: 12617 distinct packages available [2020-08-17T20:46:59.074Z] OK: 217 MiB in 51 packages [2020-08-17T20:46:59.286Z] ---> Using cache [2020-08-17T20:46:59.286Z] ---> 8ab98b948061 [2020-08-17T20:46:59.286Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T20:46:59.286Z] ---> Using cache [2020-08-17T20:46:59.286Z] ---> ba61712e3d65 [2020-08-17T20:46:59.286Z] Step 6/21 : COPY go.mod . [2020-08-17T20:46:59.286Z] ---> Using cache [2020-08-17T20:46:59.286Z] ---> 447b9a89d60d [2020-08-17T20:46:59.286Z] Step 7/21 : RUN go mod download [2020-08-17T20:46:59.286Z] ---> Using cache [2020-08-17T20:46:59.286Z] ---> 481848354606 [2020-08-17T20:46:59.286Z] Step 8/21 : COPY . . [2020-08-17T20:46:59.286Z] ---> Using cache [2020-08-17T20:46:59.286Z] ---> e762fa86cd15 [2020-08-17T20:46:59.286Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-17T20:46:59.353Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:46:59.353Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:46:59.353Z] OK: 12617 distinct packages available [2020-08-17T20:46:59.353Z] OK: 217 MiB in 51 packages [2020-08-17T20:46:59.584Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-17T20:46:59.953Z] OK: 217 MiB in 51 packages [2020-08-17T20:47:00.235Z] OK: 217 MiB in 51 packages [2020-08-17T20:47:00.235Z] OK: 217 MiB in 51 packages [2020-08-17T20:47:00.267Z] Running setup.py install for dockerpty: started [2020-08-17T20:47:01.279Z] OK: 217 MiB in 51 packages [2020-08-17T20:47:01.555Z] Removing intermediate container 18e91bc9d9b2 [2020-08-17T20:47:01.555Z] ---> 5c5bd120fcc3 [2020-08-17T20:47:01.555Z] Step 6/20 : COPY go.mod . [2020-08-17T20:47:01.555Z] Removing intermediate container c3674cbbfb50 [2020-08-17T20:47:01.555Z] ---> 3d05fb8078db [2020-08-17T20:47:01.555Z] Step 6/21 : COPY go.mod . [2020-08-17T20:47:01.829Z] Removing intermediate container 10cd41c352d3 [2020-08-17T20:47:01.829Z] ---> 038d23f8cac7 [2020-08-17T20:47:01.829Z] Step 6/20 : COPY go.mod . [2020-08-17T20:47:02.106Z] Removing intermediate container 31fef003fd60 [2020-08-17T20:47:02.106Z] ---> 579901c0d927 [2020-08-17T20:47:02.106Z] Step 6/26 : COPY go.mod . [2020-08-17T20:47:02.327Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-17T20:47:02.327Z] Running setup.py install for texttable: started [2020-08-17T20:47:02.380Z] ---> 77eca9c6f238 [2020-08-17T20:47:02.380Z] Step 7/20 : RUN go mod download [2020-08-17T20:47:02.628Z] ---> Running in d4f2fc2e4ccd [2020-08-17T20:47:02.628Z] ---> Running in 100e84077df1 [2020-08-17T20:47:02.650Z] ---> 18710b167218 [2020-08-17T20:47:02.650Z] Step 7/21 : RUN go mod download [2020-08-17T20:47:02.922Z] ---> Running in 9ee268f783ca [2020-08-17T20:47:02.922Z] ---> Running in cdaed1229557 [2020-08-17T20:47:02.922Z] Removing intermediate container 4fcab6514dae [2020-08-17T20:47:02.922Z] ---> e5b771cf42d4 [2020-08-17T20:47:02.922Z] Step 6/21 : COPY go.mod . [2020-08-17T20:47:02.936Z] Running setup.py install for texttable: finished with status 'done' [2020-08-17T20:47:02.936Z] Running setup.py install for docopt: started [2020-08-17T20:47:03.200Z] ---> 96bcbd1b077f [2020-08-17T20:47:03.200Z] Step 7/26 : RUN go mod download [2020-08-17T20:47:03.200Z] ---> b7935508649b [2020-08-17T20:47:03.200Z] Step 7/20 : RUN go mod download [2020-08-17T20:47:03.477Z] ---> Running in c40a4de4e8a2 [2020-08-17T20:47:03.477Z] ---> Running in 4b11f1004e08 [2020-08-17T20:47:03.622Z] Running setup.py install for docopt: finished with status 'done' [2020-08-17T20:47:03.622Z] Removing intermediate container c8b975b16092 [2020-08-17T20:47:03.622Z] ---> ba233132373a [2020-08-17T20:47:03.622Z] [2020-08-17T20:47:03.622Z] Step 9/29 : FROM alpine:latest [2020-08-17T20:47:03.986Z] ---> a24bb4013296 [2020-08-17T20:47:03.986Z] 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-17T20:47:04.079Z] ---> f55f4e580488 [2020-08-17T20:47:04.079Z] Step 7/21 : RUN go mod download [2020-08-17T20:47:04.351Z] ---> Running in ad6b9d4c40fd [2020-08-17T20:47:04.617Z] Removing intermediate container 100e84077df1 [2020-08-17T20:47:04.617Z] ---> 6712d8488ebe [2020-08-17T20:47:04.617Z] [2020-08-17T20:47:05.800Z] ---> Running in 3f73b68f81eb [2020-08-17T20:47:06.088Z] Successfully built 6712d8488ebe [2020-08-17T20:47:06.088Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-17T20:47:07.528Z]  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-17T20:47:07.528Z] 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-17T20:47:07.757Z] Removing intermediate container cdaed1229557 [2020-08-17T20:47:07.758Z] ---> f5b45fa97f1b [2020-08-17T20:47:07.758Z] Step 8/21 : COPY . . [2020-08-17T20:47:08.352Z] Removing intermediate container 9ee268f783ca [2020-08-17T20:47:08.352Z] ---> b974f1f99c28 [2020-08-17T20:47:08.352Z] Step 8/20 : COPY . . [2020-08-17T20:47:08.352Z] Removing intermediate container 4b11f1004e08 [2020-08-17T20:47:08.352Z] ---> 463c4e422f53 [2020-08-17T20:47:08.352Z] Step 8/20 : COPY . . [2020-08-17T20:47:08.512Z] Removing intermediate container 3f73b68f81eb [2020-08-17T20:47:08.512Z] ---> 5cf5cf4f9f3a [2020-08-17T20:47:08.512Z] Step 11/29 : USER root [2020-08-17T20:47:08.628Z] Removing intermediate container c40a4de4e8a2 [2020-08-17T20:47:08.628Z] ---> 18351ba887de [2020-08-17T20:47:08.628Z] Step 8/26 : COPY . . [2020-08-17T20:47:08.778Z] ---> Running in 0cd3318ac300 [2020-08-17T20:47:08.903Z] Removing intermediate container ad6b9d4c40fd [2020-08-17T20:47:08.903Z] ---> 4c92181a1c2c [2020-08-17T20:47:08.903Z] Step 8/21 : COPY . . [2020-08-17T20:47:10.205Z] Removing intermediate container 0cd3318ac300 [2020-08-17T20:47:10.205Z] ---> db6f8b4da417 [2020-08-17T20:47:10.205Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-17T20:47:11.200Z] ---> Running in 4c4998f50d62 [2020-08-17T20:47:13.884Z] ---> da8b6a03767a [2020-08-17T20:47:13.884Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-17T20:47:14.288Z] ---> Running in 399768f8870f [2020-08-17T20:47:14.288Z] Removing intermediate container 8514113a3cde [2020-08-17T20:47:14.288Z] ---> 30ce73e4658e [2020-08-17T20:47:14.288Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-17T20:47:14.288Z] ---> Running in 909c51669608 [2020-08-17T20:47:14.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:47:15.282Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:47:15.955Z] v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:47:15.955Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:47:15.955Z] OK: 12746 distinct packages available [2020-08-17T20:47:15.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-17T20:47:16.232Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-17T20:47:16.232Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-17T20:47:16.232Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:47:16.232Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T20:47:16.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-17T20:47:16.606Z] OK: 6 MiB in 16 packages [2020-08-17T20:47:16.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-17T20:47:16.932Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T20:47:16.932Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-17T20:47:17.300Z] (3/3) Installing curl (7.69.1-r0) [2020-08-17T20:47:17.300Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:47:17.300Z] OK: 72 MiB in 58 packages [2020-08-17T20:47:19.073Z] Removing intermediate container 4c4998f50d62 [2020-08-17T20:47:19.073Z] ---> dc541a15e96a [2020-08-17T20:47:19.073Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-17T20:47:19.359Z] ---> Running in f1b960c5bdb1 [2020-08-17T20:47:19.359Z] Removing intermediate container 909c51669608 [2020-08-17T20:47:19.359Z] ---> e64bb0c919aa [2020-08-17T20:47:19.359Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:47:19.359Z] ---> Running in 7e2e75e09b08 [2020-08-17T20:47:20.070Z] Removing intermediate container f1b960c5bdb1 [2020-08-17T20:47:20.070Z] ---> 1855b9ddfcbc [2020-08-17T20:47:20.070Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-17T20:47:20.070Z] Removing intermediate container 7e2e75e09b08 [2020-08-17T20:47:20.070Z] ---> 1dbd87423260 [2020-08-17T20:47:20.070Z] Step 24/26 : LABEL arch=x86_64 [2020-08-17T20:47:20.413Z] ---> Running in 28ffbc39cbaa [2020-08-17T20:47:20.413Z] ---> Running in 4e4999abf709 [2020-08-17T20:47:21.010Z] Removing intermediate container 4e4999abf709 [2020-08-17T20:47:21.010Z] ---> 1f91f7031e84 [2020-08-17T20:47:21.010Z] Step 25/26 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:47:21.010Z] Removing intermediate container 28ffbc39cbaa [2020-08-17T20:47:21.010Z] ---> d5d85e01950f [2020-08-17T20:47:21.010Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-17T20:47:21.306Z] ---> Running in a6b69885ba16 [2020-08-17T20:47:21.306Z] ---> Running in c7062849d265 [2020-08-17T20:47:22.168Z] Removing intermediate container a6b69885ba16 [2020-08-17T20:47:22.168Z] ---> f0971aa641ec [2020-08-17T20:47:22.168Z] Step 26/26 : LABEL version=1.2.2-dev.12 [2020-08-17T20:47:22.168Z] ---> Running in 8d62db7c8e2b [2020-08-17T20:47:22.485Z] Removing intermediate container 8d62db7c8e2b [2020-08-17T20:47:22.485Z] ---> 5c6ba91fb442 [2020-08-17T20:47:22.485Z] [2020-08-17T20:47:22.825Z] Successfully built 5c6ba91fb442 [2020-08-17T20:47:23.166Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-17T20:47:24.250Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c7062849d265 [2020-08-17T20:47:24.250Z] ---> 880dd5599145 [2020-08-17T20:47:24.250Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-17T20:47:25.727Z] ---> 3b142b31da19 [2020-08-17T20:47:25.727Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-17T20:47:26.018Z] ---> 6c8049688e29 [2020-08-17T20:47:26.018Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-17T20:47:26.690Z] ---> 293f73395ce0 [2020-08-17T20:47:26.690Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-17T20:47:28.361Z] ---> 52b61c725c6d [2020-08-17T20:47:28.361Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-17T20:47:29.073Z] ---> 2bee3e4c62b0 [2020-08-17T20:47:29.073Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-17T20:47:29.073Z] ---> Running in 5258f1c8ef76 [2020-08-17T20:47:31.095Z] ---> e4da025ed488 [2020-08-17T20:47:31.095Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-17T20:47:31.095Z] ---> d81d30c8ac1d [2020-08-17T20:47:31.095Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-17T20:47:31.095Z] ---> 07f47a011207 [2020-08-17T20:47:31.095Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-17T20:47:31.095Z] ---> d3456101bfc2 [2020-08-17T20:47:31.095Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-17T20:47:31.095Z] ---> Running in e2ebb5ea1010 [2020-08-17T20:47:31.095Z] ---> Running in 92d2ec54689f [2020-08-17T20:47:31.095Z] ---> Running in c4be1916fdc1 [2020-08-17T20:47:31.095Z] ---> Running in 46b870dca1f2 [2020-08-17T20:47:31.095Z] ---> ec0fc95536e4 [2020-08-17T20:47:31.095Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-17T20:47:31.095Z] ---> Running in af16ac03d355 [2020-08-17T20:47:32.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-17T20:47:32.718Z] Removing intermediate container 5258f1c8ef76 [2020-08-17T20:47:32.718Z] ---> 9160377c043c [2020-08-17T20:47:32.718Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T20:47:33.129Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-17T20:47:33.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-17T20:47:33.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-17T20:47:33.481Z] ---> ef6a5e193adb [2020-08-17T20:47:33.481Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T20:47:33.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-17T20:47:33.813Z] ---> Running in 6554af544dec [2020-08-17T20:47:38.443Z] Removing intermediate container 6554af544dec [2020-08-17T20:47:38.443Z] ---> 01124fa86b8a [2020-08-17T20:47:38.443Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-17T20:47:38.443Z] ---> Running in 9f261bb98338 [2020-08-17T20:47:41.867Z] Removing intermediate container 399768f8870f [2020-08-17T20:47:41.867Z] ---> f749021369f4 [2020-08-17T20:47:41.867Z] [2020-08-17T20:47:41.867Z] Step 10/21 : FROM scratch [2020-08-17T20:47:41.867Z] ---> [2020-08-17T20:47:41.867Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T20:47:41.867Z] Removing intermediate container 9f261bb98338 [2020-08-17T20:47:41.867Z] ---> 4dfd0cbcbc4d [2020-08-17T20:47:41.867Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T20:47:41.867Z] ---> Running in b8e9fe888df4 [2020-08-17T20:47:41.867Z] Removing intermediate container d4f2fc2e4ccd [2020-08-17T20:47:41.867Z] ---> 2eede4145590 [2020-08-17T20:47:41.867Z] [2020-08-17T20:47:41.867Z] Step 10/21 : FROM scratch [2020-08-17T20:47:41.867Z] ---> [2020-08-17T20:47:41.867Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:47:41.867Z] ---> Using cache [2020-08-17T20:47:41.867Z] ---> f9e64698f772 [2020-08-17T20:47:41.867Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-17T20:47:41.867Z] ---> Using cache [2020-08-17T20:47:41.867Z] ---> 4167c5361826 [2020-08-17T20:47:41.867Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-17T20:47:41.867Z] Removing intermediate container b8e9fe888df4 [2020-08-17T20:47:41.867Z] ---> 9fe1a8f0dbba [2020-08-17T20:47:41.867Z] Step 26/29 : CMD [ "generate" ] [2020-08-17T20:47:41.867Z] ---> Running in 6d95872b18fd [2020-08-17T20:47:41.867Z] ---> Running in ba0303331b33 [2020-08-17T20:47:41.867Z] ---> Running in a27dfc7eb48b [2020-08-17T20:47:42.140Z] Removing intermediate container ba0303331b33 [2020-08-17T20:47:42.140Z] ---> 864e681c7ea2 [2020-08-17T20:47:42.140Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T20:47:42.140Z] Removing intermediate container 6d95872b18fd [2020-08-17T20:47:42.140Z] ---> 2a03d95a6885 [2020-08-17T20:47:42.140Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T20:47:42.140Z] ---> Running in f0c0c43d7f3d [2020-08-17T20:47:42.140Z] Removing intermediate container a27dfc7eb48b [2020-08-17T20:47:42.140Z] ---> 9d9edf60a211 [2020-08-17T20:47:42.140Z] Step 27/29 : LABEL arch=x86_64 [2020-08-17T20:47:42.140Z] ---> Running in 0b0c0811b847 [2020-08-17T20:47:42.140Z] ---> Running in 11b0141a641b [2020-08-17T20:47:42.404Z] Removing intermediate container 0b0c0811b847 [2020-08-17T20:47:42.404Z] ---> aed80928abb4 [2020-08-17T20:47:42.404Z] Step 14/21 : WORKDIR / [2020-08-17T20:47:42.404Z] Removing intermediate container f0c0c43d7f3d [2020-08-17T20:47:42.404Z] ---> b6694bb5b0aa [2020-08-17T20:47:42.404Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-17T20:47:43.460Z] Removing intermediate container 11b0141a641b [2020-08-17T20:47:43.460Z] ---> 2e09f5f825fa [2020-08-17T20:47:43.460Z] Step 28/29 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:47:43.767Z] ---> Running in 338836d88d7d [2020-08-17T20:47:43.767Z] ---> ca2e0a4c8086 [2020-08-17T20:47:43.767Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-17T20:47:43.767Z] ---> Running in bbe673b47aa7 [2020-08-17T20:47:43.767Z] Removing intermediate container 338836d88d7d [2020-08-17T20:47:43.767Z] ---> 6fdd2aee99a6 [2020-08-17T20:47:43.767Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-17T20:47:43.767Z] Removing intermediate container bbe673b47aa7 [2020-08-17T20:47:43.767Z] ---> 11e8c881e1a6 [2020-08-17T20:47:44.067Z] Step 29/29 : LABEL version=1.2.2-dev.12 [2020-08-17T20:47:44.067Z] ---> Running in e8e4139178d5 [2020-08-17T20:47:44.067Z] ---> 59be4f0642ac [2020-08-17T20:47:44.067Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-17T20:47:44.386Z] ---> 10e2828b7057 [2020-08-17T20:47:44.386Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-17T20:47:44.386Z] Removing intermediate container e8e4139178d5 [2020-08-17T20:47:44.386Z] ---> d3fef9398464 [2020-08-17T20:47:44.386Z] [2020-08-17T20:47:44.656Z] Successfully built d3fef9398464 [2020-08-17T20:47:44.656Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-17T20:47:45.271Z]  Building docker-security-secrets-setup-go ... done  ---> 1e74e478abc8 [2020-08-17T20:47:45.271Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-17T20:47:45.271Z] ---> 1a9e44537d1a [2020-08-17T20:47:45.271Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-17T20:47:45.555Z] ---> 3e187b5041ed [2020-08-17T20:47:45.555Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:47:45.555Z] ---> Running in 8704409e1bb2 [2020-08-17T20:47:45.555Z] ---> 4d0b03284eb7 [2020-08-17T20:47:45.555Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:47:45.555Z] ---> Running in f061ea03a194 [2020-08-17T20:47:45.849Z] Removing intermediate container 8704409e1bb2 [2020-08-17T20:47:45.849Z] ---> f4eec9001499 [2020-08-17T20:47:45.849Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T20:47:45.849Z] ---> Running in 369a1bb187d2 [2020-08-17T20:47:45.849Z] Removing intermediate container f061ea03a194 [2020-08-17T20:47:45.849Z] ---> 1d315c310720 [2020-08-17T20:47:45.849Z] Step 19/21 : LABEL arch=x86_64 [2020-08-17T20:47:45.849Z] ---> Running in 1677e97a8f22 [2020-08-17T20:47:46.174Z] Removing intermediate container 369a1bb187d2 [2020-08-17T20:47:46.174Z] ---> 514750a0517b [2020-08-17T20:47:46.174Z] Step 20/21 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:47:46.174Z] ---> Running in 359c3043954a [2020-08-17T20:47:46.765Z] Removing intermediate container 1677e97a8f22 [2020-08-17T20:47:46.765Z] ---> b5ecb660d8e2 [2020-08-17T20:47:46.765Z] Step 20/21 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:47:46.765Z] ---> Running in e660ba1a90ba [2020-08-17T20:47:47.076Z] Removing intermediate container 359c3043954a [2020-08-17T20:47:47.076Z] ---> 1bd858dc64ff [2020-08-17T20:47:47.076Z] Step 21/21 : LABEL version=1.2.2-dev.12 [2020-08-17T20:47:47.076Z] ---> Running in 74a1733048d1 [2020-08-17T20:47:47.076Z] Removing intermediate container e660ba1a90ba [2020-08-17T20:47:47.076Z] ---> 15611480b04e [2020-08-17T20:47:47.076Z] Step 21/21 : LABEL version=1.2.2-dev.12 [2020-08-17T20:47:47.076Z] ---> Running in b28eda13bb7d [2020-08-17T20:47:47.341Z] Removing intermediate container 74a1733048d1 [2020-08-17T20:47:47.341Z] ---> 9198d1948987 [2020-08-17T20:47:47.341Z] [2020-08-17T20:47:47.341Z] Successfully built 9198d1948987 [2020-08-17T20:47:47.341Z] Successfully tagged docker-support-logging-go:latest [2020-08-17T20:47:47.341Z]  Building docker-support-logging-go ... done Removing intermediate container b28eda13bb7d [2020-08-17T20:47:47.341Z] ---> e7993ac84106 [2020-08-17T20:47:47.341Z] [2020-08-17T20:47:47.604Z] Successfully built e7993ac84106 [2020-08-17T20:47:47.604Z] Successfully tagged docker-core-metadata-go:latest [2020-08-17T20:47:47.878Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-08-17T20:47:47.901Z] $ docker stop --time=1 06c06ae66ae41a31dc2b1dbf33323e3e9e5a53fe3886fb79a3c4b4e90cb49a2c [2020-08-17T20:47:49.802Z] $ docker rm -f 06c06ae66ae41a31dc2b1dbf33323e3e9e5a53fe3886fb79a3c4b4e90cb49a2c [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:47:50.479Z] + docker images [2020-08-17T20:47:50.479Z] + grep docker [2020-08-17T20:47:50.479Z] docker-core-metadata-go latest e7993ac84106 3 seconds ago 14.4MB [2020-08-17T20:47:50.479Z] docker-support-logging-go latest 9198d1948987 3 seconds ago 11.8MB [2020-08-17T20:47:50.479Z] docker-security-secrets-setup-go latest d3fef9398464 6 seconds ago 25.1MB [2020-08-17T20:47:50.479Z] docker-sys-mgmt-agent-go latest 5c6ba91fb442 28 seconds ago 284MB [2020-08-17T20:47:50.479Z] docker-support-scheduler-go latest 6712d8488ebe 47 seconds ago 13.1MB [2020-08-17T20:47:50.479Z] docker-core-command-go latest 33ea8bbf5609 About a minute ago 13MB [2020-08-17T20:47:50.479Z] docker-security-secretstore-setup-go latest 1593890b5b65 About a minute ago 33.9MB [2020-08-17T20:47:50.479Z] docker-core-data-go latest fe0ccd8598d8 2 minutes ago 23.8MB [2020-08-17T20:47:50.479Z] docker-security-proxy-setup-go latest 81d1865f9eed 2 minutes ago 16.4MB [2020-08-17T20:47:50.479Z] docker-support-notifications-go latest b459a35be511 2 minutes ago 14.4MB [2020-08-17T20:47:50.479Z] docker latest 81f5749c9058 7 weeks ago 211MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-17T20:47:50.931Z] provisioning config files... [2020-08-17T20:47:51.006Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/124@tmp/config8331235302069209748tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-17T20:47:51.474Z] nexus3.edgexfoundry.org:10001 [2020-08-17T20:47:51.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T20:47:52.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T20:47:52.051Z] Configure a credential helper to remove this warning. See [2020-08-17T20:47:52.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T20:47:52.051Z] [2020-08-17T20:47:52.051Z] Login Succeeded [2020-08-17T20:47:52.051Z] nexus3.edgexfoundry.org:10002 [2020-08-17T20:47:52.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T20:47:52.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T20:47:52.621Z] Configure a credential helper to remove this warning. See [2020-08-17T20:47:52.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T20:47:52.621Z] [2020-08-17T20:47:52.621Z] Login Succeeded [2020-08-17T20:47:52.621Z] nexus3.edgexfoundry.org:10003 [2020-08-17T20:47:52.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T20:47:53.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T20:47:53.272Z] Configure a credential helper to remove this warning. See [2020-08-17T20:47:53.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T20:47:53.272Z] [2020-08-17T20:47:53.272Z] Login Succeeded [2020-08-17T20:47:53.272Z] nexus3.edgexfoundry.org:10004 [2020-08-17T20:47:53.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T20:47:53.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T20:47:53.542Z] Configure a credential helper to remove this warning. See [2020-08-17T20:47:53.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T20:47:53.542Z] [2020-08-17T20:47:53.542Z] Login Succeeded [2020-08-17T20:47:53.542Z] docker.io [2020-08-17T20:47:54.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T20:47:54.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T20:47:54.401Z] Configure a credential helper to remove this warning. See [2020-08-17T20:47:54.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T20:47:54.401Z] [2020-08-17T20:47:54.401Z] Login Succeeded [Pipeline] } [2020-08-17T20:47:54.413Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:47:54.692Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-08-17T20:47:54.692Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:47:54.692Z] 1.2.2-dev.12 [2020-08-17T20:47:54.692Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:47:54.692Z] master [2020-08-17T20:47:54.692Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:47:55.170Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:47:55.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:47:55.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-17T20:47:55.492Z] 1a834147ed00: Preparing [2020-08-17T20:47:55.492Z] 3a2143640e6d: Preparing [2020-08-17T20:47:55.492Z] 9704cf85b1fc: Preparing [2020-08-17T20:47:55.780Z] 1a834147ed00: Pushed [2020-08-17T20:47:55.780Z] 9704cf85b1fc: Pushed [2020-08-17T20:47:57.227Z] 3a2143640e6d: Pushed [2020-08-17T20:47:57.227Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:e248fd1a418ffe9f97d80454a7f45dd19e6d73df75059334cdd7ca4f92668632 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:47:57.536Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:47:57.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.12 [2020-08-17T20:47:57.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-17T20:47:57.853Z] 1a834147ed00: Preparing [2020-08-17T20:47:57.853Z] 3a2143640e6d: Preparing [2020-08-17T20:47:57.853Z] 9704cf85b1fc: Preparing [2020-08-17T20:47:57.853Z] 1a834147ed00: Layer already exists [2020-08-17T20:47:57.853Z] 9704cf85b1fc: Layer already exists [2020-08-17T20:47:57.853Z] 3a2143640e6d: Layer already exists [2020-08-17T20:47:57.853Z] 1.2.2-dev.12: digest: sha256:e248fd1a418ffe9f97d80454a7f45dd19e6d73df75059334cdd7ca4f92668632 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:47:58.435Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:47:58.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:47:58.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-17T20:47:58.806Z] 1a834147ed00: Preparing [2020-08-17T20:47:58.806Z] 3a2143640e6d: Preparing [2020-08-17T20:47:58.806Z] 9704cf85b1fc: Preparing [2020-08-17T20:47:58.806Z] 9704cf85b1fc: Layer already exists [2020-08-17T20:47:58.806Z] 1a834147ed00: Layer already exists [2020-08-17T20:47:58.806Z] 3a2143640e6d: Layer already exists [2020-08-17T20:47:58.806Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:e248fd1a418ffe9f97d80454a7f45dd19e6d73df75059334cdd7ca4f92668632 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:47:59.165Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:47:59.517Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-08-17T20:47:59.517Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-17T20:47:59.517Z] 1a834147ed00: Preparing [2020-08-17T20:47:59.517Z] 3a2143640e6d: Preparing [2020-08-17T20:47:59.517Z] 9704cf85b1fc: Preparing [2020-08-17T20:47:59.517Z] 1a834147ed00: Layer already exists [2020-08-17T20:47:59.517Z] 9704cf85b1fc: Layer already exists [2020-08-17T20:47:59.517Z] 3a2143640e6d: Layer already exists [2020-08-17T20:47:59.517Z] master: digest: sha256:e248fd1a418ffe9f97d80454a7f45dd19e6d73df75059334cdd7ca4f92668632 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:47:59.729Z] ===================================================== [Pipeline] echo [2020-08-17T20:47:59.767Z] taggedImages: [2020-08-17T20:47:59.767Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:47:59.767Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.12 [2020-08-17T20:47:59.767Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:47:59.767Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-08-17T20:47:59.851Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-08-17T20:47:59.851Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:47:59.851Z] 1.2.2-dev.12 [2020-08-17T20:47:59.851Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:47:59.851Z] master [2020-08-17T20:47:59.851Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:00.297Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:01.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:01.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-17T20:48:01.669Z] ded658fea9e1: Preparing [2020-08-17T20:48:01.669Z] 4ae9176b899e: Preparing [2020-08-17T20:48:01.669Z] 428d4a3a8c15: Preparing [2020-08-17T20:48:01.669Z] 6ac7b78345ae: Preparing [2020-08-17T20:48:01.669Z] 7f73ffa5f245: Preparing [2020-08-17T20:48:01.669Z] 50644c29ef5a: Preparing [2020-08-17T20:48:01.669Z] 50644c29ef5a: Waiting [2020-08-17T20:48:02.020Z] ded658fea9e1: Pushed [2020-08-17T20:48:02.020Z] 428d4a3a8c15: Pushed [2020-08-17T20:48:02.020Z] 7f73ffa5f245: Pushed [2020-08-17T20:48:02.020Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:02.292Z] 6ac7b78345ae: Pushed [2020-08-17T20:48:03.747Z] 4ae9176b899e: Pushed [2020-08-17T20:48:04.010Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:1a864073eddc9dfa75674bc78eb44d604ceb00fe71a55cfc2ce58e3967daccd4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:04.355Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:04.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.12 [2020-08-17T20:48:04.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-17T20:48:04.735Z] ded658fea9e1: Preparing [2020-08-17T20:48:04.735Z] 4ae9176b899e: Preparing [2020-08-17T20:48:04.735Z] 428d4a3a8c15: Preparing [2020-08-17T20:48:04.735Z] 6ac7b78345ae: Preparing [2020-08-17T20:48:04.735Z] 7f73ffa5f245: Preparing [2020-08-17T20:48:04.735Z] 50644c29ef5a: Preparing [2020-08-17T20:48:04.735Z] 50644c29ef5a: Waiting [2020-08-17T20:48:04.735Z] 428d4a3a8c15: Layer already exists [2020-08-17T20:48:04.735Z] 7f73ffa5f245: Layer already exists [2020-08-17T20:48:04.735Z] 6ac7b78345ae: Layer already exists [2020-08-17T20:48:04.735Z] ded658fea9e1: Layer already exists [2020-08-17T20:48:04.735Z] 4ae9176b899e: Layer already exists [2020-08-17T20:48:05.003Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:05.004Z] 1.2.2-dev.12: digest: sha256:1a864073eddc9dfa75674bc78eb44d604ceb00fe71a55cfc2ce58e3967daccd4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:05.317Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:05.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:05.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-17T20:48:05.658Z] ded658fea9e1: Preparing [2020-08-17T20:48:05.658Z] 4ae9176b899e: Preparing [2020-08-17T20:48:05.658Z] 428d4a3a8c15: Preparing [2020-08-17T20:48:05.658Z] 6ac7b78345ae: Preparing [2020-08-17T20:48:05.658Z] 7f73ffa5f245: Preparing [2020-08-17T20:48:05.658Z] 50644c29ef5a: Preparing [2020-08-17T20:48:05.658Z] 50644c29ef5a: Waiting [2020-08-17T20:48:05.658Z] ded658fea9e1: Layer already exists [2020-08-17T20:48:05.658Z] 7f73ffa5f245: Layer already exists [2020-08-17T20:48:05.658Z] 6ac7b78345ae: Layer already exists [2020-08-17T20:48:05.658Z] 428d4a3a8c15: Layer already exists [2020-08-17T20:48:05.658Z] 4ae9176b899e: Layer already exists [2020-08-17T20:48:05.658Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:05.949Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:1a864073eddc9dfa75674bc78eb44d604ceb00fe71a55cfc2ce58e3967daccd4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:06.308Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:06.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-08-17T20:48:06.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-17T20:48:06.654Z] ded658fea9e1: Preparing [2020-08-17T20:48:06.654Z] 4ae9176b899e: Preparing [2020-08-17T20:48:06.654Z] 428d4a3a8c15: Preparing [2020-08-17T20:48:06.654Z] 6ac7b78345ae: Preparing [2020-08-17T20:48:06.654Z] 7f73ffa5f245: Preparing [2020-08-17T20:48:06.654Z] 50644c29ef5a: Preparing [2020-08-17T20:48:06.654Z] 50644c29ef5a: Waiting [2020-08-17T20:48:06.654Z] 7f73ffa5f245: Layer already exists [2020-08-17T20:48:06.654Z] 6ac7b78345ae: Layer already exists [2020-08-17T20:48:06.654Z] 428d4a3a8c15: Layer already exists [2020-08-17T20:48:06.654Z] 4ae9176b899e: Layer already exists [2020-08-17T20:48:06.654Z] ded658fea9e1: Layer already exists [2020-08-17T20:48:06.654Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:06.654Z] master: digest: sha256:1a864073eddc9dfa75674bc78eb44d604ceb00fe71a55cfc2ce58e3967daccd4 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:48:06.805Z] ===================================================== [Pipeline] echo [2020-08-17T20:48:06.841Z] taggedImages: [2020-08-17T20:48:06.841Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:06.841Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.12 [2020-08-17T20:48:06.841Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:06.841Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-08-17T20:48:06.893Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-08-17T20:48:06.893Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:06.893Z] 1.2.2-dev.12 [2020-08-17T20:48:06.893Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:06.893Z] master [2020-08-17T20:48:06.893Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:07.378Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:08.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:08.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-17T20:48:08.361Z] 0555b833ea70: Preparing [2020-08-17T20:48:08.361Z] 79c36c39b49b: Preparing [2020-08-17T20:48:08.361Z] 9bd739fad08a: Preparing [2020-08-17T20:48:08.361Z] 9bd739fad08a: Pushed [2020-08-17T20:48:08.361Z] 0555b833ea70: Pushed [2020-08-17T20:48:10.598Z] 79c36c39b49b: Pushed [2020-08-17T20:48:10.598Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:96b7101fc8749701e6a42ba67860dd940be2160c8aa05836f77adc13eb8bef4d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:10.934Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:11.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.12 [2020-08-17T20:48:11.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-17T20:48:11.593Z] 0555b833ea70: Preparing [2020-08-17T20:48:11.593Z] 79c36c39b49b: Preparing [2020-08-17T20:48:11.593Z] 9bd739fad08a: Preparing [2020-08-17T20:48:11.593Z] 0555b833ea70: Layer already exists [2020-08-17T20:48:11.593Z] 9bd739fad08a: Layer already exists [2020-08-17T20:48:11.593Z] 79c36c39b49b: Layer already exists [2020-08-17T20:48:11.858Z] 1.2.2-dev.12: digest: sha256:96b7101fc8749701e6a42ba67860dd940be2160c8aa05836f77adc13eb8bef4d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:12.299Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:12.606Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:12.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-17T20:48:12.606Z] 0555b833ea70: Preparing [2020-08-17T20:48:12.606Z] 79c36c39b49b: Preparing [2020-08-17T20:48:12.606Z] 9bd739fad08a: Preparing [2020-08-17T20:48:12.606Z] 0555b833ea70: Layer already exists [2020-08-17T20:48:12.606Z] 9bd739fad08a: Layer already exists [2020-08-17T20:48:12.606Z] 79c36c39b49b: Layer already exists [2020-08-17T20:48:12.606Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:96b7101fc8749701e6a42ba67860dd940be2160c8aa05836f77adc13eb8bef4d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:12.940Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:13.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-08-17T20:48:13.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-17T20:48:13.245Z] 0555b833ea70: Preparing [2020-08-17T20:48:13.245Z] 79c36c39b49b: Preparing [2020-08-17T20:48:13.245Z] 9bd739fad08a: Preparing [2020-08-17T20:48:13.245Z] 79c36c39b49b: Layer already exists [2020-08-17T20:48:13.245Z] 0555b833ea70: Layer already exists [2020-08-17T20:48:13.245Z] 9bd739fad08a: Layer already exists [2020-08-17T20:48:13.245Z] master: digest: sha256:96b7101fc8749701e6a42ba67860dd940be2160c8aa05836f77adc13eb8bef4d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:48:13.490Z] ===================================================== [Pipeline] echo [2020-08-17T20:48:13.526Z] taggedImages: [2020-08-17T20:48:13.526Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:13.526Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.12 [2020-08-17T20:48:13.526Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:13.526Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-08-17T20:48:13.576Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-08-17T20:48:13.576Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:13.576Z] 1.2.2-dev.12 [2020-08-17T20:48:13.576Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:13.576Z] master [2020-08-17T20:48:13.576Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:14.075Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:14.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:14.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-17T20:48:14.395Z] 8720e0d6289e: Preparing [2020-08-17T20:48:14.395Z] 7dfedaaa3c40: Preparing [2020-08-17T20:48:14.395Z] ed5e0c3979c2: Preparing [2020-08-17T20:48:14.395Z] afbf7cf0d407: Preparing [2020-08-17T20:48:14.395Z] 50644c29ef5a: Preparing [2020-08-17T20:48:14.395Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:14.781Z] ed5e0c3979c2: Pushed [2020-08-17T20:48:14.781Z] 7dfedaaa3c40: Pushed [2020-08-17T20:48:15.085Z] afbf7cf0d407: Pushed [2020-08-17T20:48:15.758Z] 8720e0d6289e: Pushed [2020-08-17T20:48:16.021Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:614f08f9a130aaedca8b21a5d344227363c5865ca6d08368403629caf934b4a1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:16.337Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:17.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.12 [2020-08-17T20:48:17.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-17T20:48:17.031Z] 8720e0d6289e: Preparing [2020-08-17T20:48:17.031Z] 7dfedaaa3c40: Preparing [2020-08-17T20:48:17.031Z] ed5e0c3979c2: Preparing [2020-08-17T20:48:17.031Z] afbf7cf0d407: Preparing [2020-08-17T20:48:17.031Z] 50644c29ef5a: Preparing [2020-08-17T20:48:17.031Z] 8720e0d6289e: Layer already exists [2020-08-17T20:48:17.031Z] afbf7cf0d407: Layer already exists [2020-08-17T20:48:17.031Z] ed5e0c3979c2: Layer already exists [2020-08-17T20:48:17.031Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:17.031Z] 7dfedaaa3c40: Layer already exists [2020-08-17T20:48:17.031Z] 1.2.2-dev.12: digest: sha256:614f08f9a130aaedca8b21a5d344227363c5865ca6d08368403629caf934b4a1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:17.361Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:17.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:17.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-17T20:48:17.704Z] 8720e0d6289e: Preparing [2020-08-17T20:48:17.704Z] 7dfedaaa3c40: Preparing [2020-08-17T20:48:17.704Z] ed5e0c3979c2: Preparing [2020-08-17T20:48:17.704Z] afbf7cf0d407: Preparing [2020-08-17T20:48:17.704Z] 50644c29ef5a: Preparing [2020-08-17T20:48:17.969Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:17.969Z] ed5e0c3979c2: Layer already exists [2020-08-17T20:48:17.969Z] 8720e0d6289e: Layer already exists [2020-08-17T20:48:17.969Z] afbf7cf0d407: Layer already exists [2020-08-17T20:48:17.969Z] 7dfedaaa3c40: Layer already exists [2020-08-17T20:48:17.969Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:614f08f9a130aaedca8b21a5d344227363c5865ca6d08368403629caf934b4a1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:18.374Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:18.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-08-17T20:48:18.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-17T20:48:18.681Z] 8720e0d6289e: Preparing [2020-08-17T20:48:18.681Z] 7dfedaaa3c40: Preparing [2020-08-17T20:48:18.681Z] ed5e0c3979c2: Preparing [2020-08-17T20:48:18.681Z] afbf7cf0d407: Preparing [2020-08-17T20:48:18.681Z] 50644c29ef5a: Preparing [2020-08-17T20:48:18.681Z] 8720e0d6289e: Layer already exists [2020-08-17T20:48:18.681Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:18.681Z] 7dfedaaa3c40: Layer already exists [2020-08-17T20:48:18.681Z] afbf7cf0d407: Layer already exists [2020-08-17T20:48:18.681Z] ed5e0c3979c2: Layer already exists [2020-08-17T20:48:18.681Z] master: digest: sha256:614f08f9a130aaedca8b21a5d344227363c5865ca6d08368403629caf934b4a1 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:48:18.829Z] ===================================================== [Pipeline] echo [2020-08-17T20:48:18.865Z] taggedImages: [2020-08-17T20:48:18.865Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:18.865Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.12 [2020-08-17T20:48:18.865Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:18.865Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-08-17T20:48:18.930Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-08-17T20:48:18.930Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:18.930Z] 1.2.2-dev.12 [2020-08-17T20:48:18.930Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:18.930Z] master [2020-08-17T20:48:18.930Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:19.401Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:19.712Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:19.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-17T20:48:19.712Z] 0321535f1625: Preparing [2020-08-17T20:48:19.712Z] c614dd86cd53: Preparing [2020-08-17T20:48:19.712Z] ded92b6a8e2f: Preparing [2020-08-17T20:48:19.712Z] 85afac30b56e: Preparing [2020-08-17T20:48:19.712Z] 85afac30b56e: Preparing [2020-08-17T20:48:19.712Z] e1f00d8c7b0f: Preparing [2020-08-17T20:48:19.712Z] b3542aaff0e6: Preparing [2020-08-17T20:48:19.712Z] b34361a1468e: Preparing [2020-08-17T20:48:19.712Z] 0321535f1625: Preparing [2020-08-17T20:48:19.712Z] fcd904b12301: Preparing [2020-08-17T20:48:19.712Z] a31b5dc04fdc: Preparing [2020-08-17T20:48:19.712Z] 5d68ac7fbbbd: Preparing [2020-08-17T20:48:19.712Z] 50644c29ef5a: Preparing [2020-08-17T20:48:19.712Z] b3542aaff0e6: Waiting [2020-08-17T20:48:19.712Z] b34361a1468e: Waiting [2020-08-17T20:48:19.712Z] 5d68ac7fbbbd: Waiting [2020-08-17T20:48:19.712Z] 50644c29ef5a: Waiting [2020-08-17T20:48:19.712Z] fcd904b12301: Waiting [2020-08-17T20:48:19.712Z] a31b5dc04fdc: Waiting [2020-08-17T20:48:20.074Z] e1f00d8c7b0f: Pushed [2020-08-17T20:48:20.074Z] ded92b6a8e2f: Pushed [2020-08-17T20:48:20.074Z] c614dd86cd53: Pushed [2020-08-17T20:48:20.074Z] 85afac30b56e: Pushed [2020-08-17T20:48:20.074Z] b3542aaff0e6: Pushed [2020-08-17T20:48:20.386Z] fcd904b12301: Pushed [2020-08-17T20:48:20.386Z] b34361a1468e: Pushed [2020-08-17T20:48:20.386Z] a31b5dc04fdc: Pushed [2020-08-17T20:48:20.386Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:20.714Z] 5d68ac7fbbbd: Pushed [2020-08-17T20:48:21.296Z] 0321535f1625: Pushed [2020-08-17T20:48:21.296Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:547f768b630ed1d74550c45f45830b764687ed079b75b084d034fb2235c0a35e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:21.656Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:22.275Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.12 [2020-08-17T20:48:22.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-17T20:48:22.275Z] 0321535f1625: Preparing [2020-08-17T20:48:22.275Z] c614dd86cd53: Preparing [2020-08-17T20:48:22.275Z] ded92b6a8e2f: Preparing [2020-08-17T20:48:22.275Z] 85afac30b56e: Preparing [2020-08-17T20:48:22.275Z] 85afac30b56e: Preparing [2020-08-17T20:48:22.275Z] e1f00d8c7b0f: Preparing [2020-08-17T20:48:22.275Z] b3542aaff0e6: Preparing [2020-08-17T20:48:22.275Z] b34361a1468e: Preparing [2020-08-17T20:48:22.275Z] 0321535f1625: Preparing [2020-08-17T20:48:22.275Z] fcd904b12301: Preparing [2020-08-17T20:48:22.275Z] a31b5dc04fdc: Preparing [2020-08-17T20:48:22.275Z] 5d68ac7fbbbd: Preparing [2020-08-17T20:48:22.275Z] 50644c29ef5a: Preparing [2020-08-17T20:48:22.275Z] b3542aaff0e6: Waiting [2020-08-17T20:48:22.275Z] b34361a1468e: Waiting [2020-08-17T20:48:22.275Z] fcd904b12301: Waiting [2020-08-17T20:48:22.275Z] a31b5dc04fdc: Waiting [2020-08-17T20:48:22.275Z] 5d68ac7fbbbd: Waiting [2020-08-17T20:48:22.275Z] 50644c29ef5a: Waiting [2020-08-17T20:48:22.275Z] e1f00d8c7b0f: Layer already exists [2020-08-17T20:48:22.275Z] 0321535f1625: Layer already exists [2020-08-17T20:48:22.275Z] c614dd86cd53: Layer already exists [2020-08-17T20:48:22.275Z] ded92b6a8e2f: Layer already exists [2020-08-17T20:48:22.275Z] 85afac30b56e: Layer already exists [2020-08-17T20:48:22.275Z] b34361a1468e: Layer already exists [2020-08-17T20:48:22.275Z] b3542aaff0e6: Layer already exists [2020-08-17T20:48:22.275Z] 5d68ac7fbbbd: Layer already exists [2020-08-17T20:48:22.275Z] fcd904b12301: Layer already exists [2020-08-17T20:48:22.275Z] a31b5dc04fdc: Layer already exists [2020-08-17T20:48:22.537Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:22.537Z] 1.2.2-dev.12: digest: sha256:547f768b630ed1d74550c45f45830b764687ed079b75b084d034fb2235c0a35e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:22.891Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:23.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:23.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-17T20:48:23.382Z] 0321535f1625: Preparing [2020-08-17T20:48:23.382Z] c614dd86cd53: Preparing [2020-08-17T20:48:23.382Z] ded92b6a8e2f: Preparing [2020-08-17T20:48:23.382Z] 85afac30b56e: Preparing [2020-08-17T20:48:23.382Z] 85afac30b56e: Preparing [2020-08-17T20:48:23.382Z] e1f00d8c7b0f: Preparing [2020-08-17T20:48:23.382Z] b3542aaff0e6: Preparing [2020-08-17T20:48:23.382Z] b34361a1468e: Preparing [2020-08-17T20:48:23.382Z] 0321535f1625: Preparing [2020-08-17T20:48:23.382Z] fcd904b12301: Preparing [2020-08-17T20:48:23.382Z] a31b5dc04fdc: Preparing [2020-08-17T20:48:23.382Z] 5d68ac7fbbbd: Preparing [2020-08-17T20:48:23.382Z] 50644c29ef5a: Preparing [2020-08-17T20:48:23.382Z] b34361a1468e: Waiting [2020-08-17T20:48:23.382Z] fcd904b12301: Waiting [2020-08-17T20:48:23.382Z] a31b5dc04fdc: Waiting [2020-08-17T20:48:23.382Z] 5d68ac7fbbbd: Waiting [2020-08-17T20:48:23.382Z] 50644c29ef5a: Waiting [2020-08-17T20:48:23.382Z] b3542aaff0e6: Waiting [2020-08-17T20:48:23.382Z] c614dd86cd53: Layer already exists [2020-08-17T20:48:23.382Z] ded92b6a8e2f: Layer already exists [2020-08-17T20:48:23.382Z] 0321535f1625: Layer already exists [2020-08-17T20:48:23.382Z] e1f00d8c7b0f: Layer already exists [2020-08-17T20:48:23.382Z] 85afac30b56e: Layer already exists [2020-08-17T20:48:23.382Z] b3542aaff0e6: Layer already exists [2020-08-17T20:48:23.382Z] b34361a1468e: Layer already exists [2020-08-17T20:48:23.382Z] 5d68ac7fbbbd: Layer already exists [2020-08-17T20:48:23.382Z] fcd904b12301: Layer already exists [2020-08-17T20:48:23.382Z] a31b5dc04fdc: Layer already exists [2020-08-17T20:48:23.382Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:23.382Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:547f768b630ed1d74550c45f45830b764687ed079b75b084d034fb2235c0a35e size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:23.690Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:24.079Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-08-17T20:48:24.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-17T20:48:24.079Z] 0321535f1625: Preparing [2020-08-17T20:48:24.079Z] c614dd86cd53: Preparing [2020-08-17T20:48:24.079Z] ded92b6a8e2f: Preparing [2020-08-17T20:48:24.079Z] 85afac30b56e: Preparing [2020-08-17T20:48:24.079Z] 85afac30b56e: Preparing [2020-08-17T20:48:24.079Z] e1f00d8c7b0f: Preparing [2020-08-17T20:48:24.079Z] b3542aaff0e6: Preparing [2020-08-17T20:48:24.079Z] b34361a1468e: Preparing [2020-08-17T20:48:24.079Z] 0321535f1625: Preparing [2020-08-17T20:48:24.079Z] fcd904b12301: Preparing [2020-08-17T20:48:24.079Z] a31b5dc04fdc: Preparing [2020-08-17T20:48:24.079Z] 5d68ac7fbbbd: Preparing [2020-08-17T20:48:24.079Z] 50644c29ef5a: Preparing [2020-08-17T20:48:24.079Z] fcd904b12301: Waiting [2020-08-17T20:48:24.079Z] a31b5dc04fdc: Waiting [2020-08-17T20:48:24.079Z] 5d68ac7fbbbd: Waiting [2020-08-17T20:48:24.079Z] b3542aaff0e6: Waiting [2020-08-17T20:48:24.079Z] 50644c29ef5a: Waiting [2020-08-17T20:48:24.079Z] b34361a1468e: Waiting [2020-08-17T20:48:24.079Z] 0321535f1625: Layer already exists [2020-08-17T20:48:24.079Z] e1f00d8c7b0f: Layer already exists [2020-08-17T20:48:24.079Z] ded92b6a8e2f: Layer already exists [2020-08-17T20:48:24.079Z] 85afac30b56e: Layer already exists [2020-08-17T20:48:24.079Z] c614dd86cd53: Layer already exists [2020-08-17T20:48:24.079Z] fcd904b12301: Layer already exists [2020-08-17T20:48:24.079Z] b34361a1468e: Layer already exists [2020-08-17T20:48:24.349Z] a31b5dc04fdc: Layer already exists [2020-08-17T20:48:24.349Z] b3542aaff0e6: Layer already exists [2020-08-17T20:48:24.349Z] 5d68ac7fbbbd: Layer already exists [2020-08-17T20:48:24.349Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:24.349Z] master: digest: sha256:547f768b630ed1d74550c45f45830b764687ed079b75b084d034fb2235c0a35e size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:48:24.492Z] ===================================================== [Pipeline] echo [2020-08-17T20:48:24.528Z] taggedImages: [2020-08-17T20:48:24.528Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:24.528Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.12 [2020-08-17T20:48:24.528Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:24.528Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-08-17T20:48:24.577Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-08-17T20:48:24.577Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:24.577Z] 1.2.2-dev.12 [2020-08-17T20:48:24.577Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:24.577Z] master [2020-08-17T20:48:24.577Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:25.046Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:25.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:25.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-17T20:48:25.462Z] fb65b148fd37: Preparing [2020-08-17T20:48:25.462Z] a9d9a4f96f32: Preparing [2020-08-17T20:48:25.462Z] 70ac1a6d1cea: Preparing [2020-08-17T20:48:25.462Z] 9fb87e5ee60e: Preparing [2020-08-17T20:48:25.462Z] 622e724d1d53: Preparing [2020-08-17T20:48:25.462Z] 0d5323a107ee: Preparing [2020-08-17T20:48:25.462Z] e13e1f8cef94: Preparing [2020-08-17T20:48:25.462Z] bcfca86b46d4: Preparing [2020-08-17T20:48:25.462Z] 68b530af9d96: Preparing [2020-08-17T20:48:25.462Z] 985c9ff952e0: Preparing [2020-08-17T20:48:25.462Z] 1b3ee35aacca: Preparing [2020-08-17T20:48:25.462Z] e13e1f8cef94: Waiting [2020-08-17T20:48:25.462Z] 0d5323a107ee: Waiting [2020-08-17T20:48:25.462Z] bcfca86b46d4: Waiting [2020-08-17T20:48:25.462Z] 68b530af9d96: Waiting [2020-08-17T20:48:25.462Z] 1b3ee35aacca: Waiting [2020-08-17T20:48:25.462Z] 985c9ff952e0: Waiting [2020-08-17T20:48:25.926Z] fb65b148fd37: Pushed [2020-08-17T20:48:25.926Z] a9d9a4f96f32: Pushed [2020-08-17T20:48:26.271Z] e13e1f8cef94: Pushed [2020-08-17T20:48:26.733Z] 0d5323a107ee: Pushed [2020-08-17T20:48:27.377Z] bcfca86b46d4: Pushed [2020-08-17T20:48:27.377Z] 68b530af9d96: Pushed [2020-08-17T20:48:27.377Z] 1b3ee35aacca: Layer already exists [2020-08-17T20:48:27.377Z] 70ac1a6d1cea: Pushed [2020-08-17T20:48:27.377Z] 622e724d1d53: Pushed [2020-08-17T20:48:27.377Z] 9fb87e5ee60e: Pushed [2020-08-17T20:48:27.639Z] 985c9ff952e0: Pushed [2020-08-17T20:48:27.917Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:e437c64f9df18a9cf06a45062ad645a2283f1dde2ef1dfd378c8375ce75d18dc size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:28.235Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:28.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.12 [2020-08-17T20:48:28.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-17T20:48:28.575Z] fb65b148fd37: Preparing [2020-08-17T20:48:28.575Z] a9d9a4f96f32: Preparing [2020-08-17T20:48:28.575Z] 70ac1a6d1cea: Preparing [2020-08-17T20:48:28.575Z] 9fb87e5ee60e: Preparing [2020-08-17T20:48:28.575Z] 622e724d1d53: Preparing [2020-08-17T20:48:28.575Z] 0d5323a107ee: Preparing [2020-08-17T20:48:28.575Z] e13e1f8cef94: Preparing [2020-08-17T20:48:28.575Z] bcfca86b46d4: Preparing [2020-08-17T20:48:28.575Z] 68b530af9d96: Preparing [2020-08-17T20:48:28.575Z] 985c9ff952e0: Preparing [2020-08-17T20:48:28.575Z] 1b3ee35aacca: Preparing [2020-08-17T20:48:28.575Z] 0d5323a107ee: Waiting [2020-08-17T20:48:28.575Z] e13e1f8cef94: Waiting [2020-08-17T20:48:28.575Z] bcfca86b46d4: Waiting [2020-08-17T20:48:28.575Z] 68b530af9d96: Waiting [2020-08-17T20:48:28.575Z] 985c9ff952e0: Waiting [2020-08-17T20:48:28.575Z] 1b3ee35aacca: Waiting [2020-08-17T20:48:28.575Z] a9d9a4f96f32: Layer already exists [2020-08-17T20:48:28.575Z] 622e724d1d53: Layer already exists [2020-08-17T20:48:28.575Z] 9fb87e5ee60e: Layer already exists [2020-08-17T20:48:28.575Z] fb65b148fd37: Layer already exists [2020-08-17T20:48:28.575Z] 70ac1a6d1cea: Layer already exists [2020-08-17T20:48:28.575Z] bcfca86b46d4: Layer already exists [2020-08-17T20:48:28.575Z] 0d5323a107ee: Layer already exists [2020-08-17T20:48:28.575Z] 985c9ff952e0: Layer already exists [2020-08-17T20:48:28.575Z] e13e1f8cef94: Layer already exists [2020-08-17T20:48:28.575Z] 68b530af9d96: Layer already exists [2020-08-17T20:48:28.575Z] 1b3ee35aacca: Layer already exists [2020-08-17T20:48:28.841Z] 1.2.2-dev.12: digest: sha256:e437c64f9df18a9cf06a45062ad645a2283f1dde2ef1dfd378c8375ce75d18dc size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:29.187Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:29.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:29.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-17T20:48:29.532Z] fb65b148fd37: Preparing [2020-08-17T20:48:29.532Z] a9d9a4f96f32: Preparing [2020-08-17T20:48:29.532Z] 70ac1a6d1cea: Preparing [2020-08-17T20:48:29.532Z] 9fb87e5ee60e: Preparing [2020-08-17T20:48:29.532Z] 622e724d1d53: Preparing [2020-08-17T20:48:29.532Z] 0d5323a107ee: Preparing [2020-08-17T20:48:29.532Z] e13e1f8cef94: Preparing [2020-08-17T20:48:29.532Z] bcfca86b46d4: Preparing [2020-08-17T20:48:29.532Z] 68b530af9d96: Preparing [2020-08-17T20:48:29.532Z] 985c9ff952e0: Preparing [2020-08-17T20:48:29.532Z] 1b3ee35aacca: Preparing [2020-08-17T20:48:29.532Z] e13e1f8cef94: Waiting [2020-08-17T20:48:29.532Z] bcfca86b46d4: Waiting [2020-08-17T20:48:29.532Z] 68b530af9d96: Waiting [2020-08-17T20:48:29.532Z] 985c9ff952e0: Waiting [2020-08-17T20:48:29.532Z] 1b3ee35aacca: Waiting [2020-08-17T20:48:29.532Z] 622e724d1d53: Layer already exists [2020-08-17T20:48:29.532Z] 9fb87e5ee60e: Layer already exists [2020-08-17T20:48:29.532Z] fb65b148fd37: Layer already exists [2020-08-17T20:48:29.532Z] a9d9a4f96f32: Layer already exists [2020-08-17T20:48:29.532Z] 70ac1a6d1cea: Layer already exists [2020-08-17T20:48:29.802Z] bcfca86b46d4: Layer already exists [2020-08-17T20:48:29.802Z] 68b530af9d96: Layer already exists [2020-08-17T20:48:29.802Z] e13e1f8cef94: Layer already exists [2020-08-17T20:48:29.802Z] 0d5323a107ee: Layer already exists [2020-08-17T20:48:29.802Z] 985c9ff952e0: Layer already exists [2020-08-17T20:48:29.802Z] 1b3ee35aacca: Layer already exists [2020-08-17T20:48:29.802Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:e437c64f9df18a9cf06a45062ad645a2283f1dde2ef1dfd378c8375ce75d18dc size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:30.189Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:31.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-08-17T20:48:31.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-17T20:48:31.118Z] fb65b148fd37: Preparing [2020-08-17T20:48:31.118Z] a9d9a4f96f32: Preparing [2020-08-17T20:48:31.118Z] 70ac1a6d1cea: Preparing [2020-08-17T20:48:31.118Z] 9fb87e5ee60e: Preparing [2020-08-17T20:48:31.118Z] 622e724d1d53: Preparing [2020-08-17T20:48:31.118Z] 0d5323a107ee: Preparing [2020-08-17T20:48:31.118Z] e13e1f8cef94: Preparing [2020-08-17T20:48:31.118Z] bcfca86b46d4: Preparing [2020-08-17T20:48:31.118Z] 68b530af9d96: Preparing [2020-08-17T20:48:31.118Z] 985c9ff952e0: Preparing [2020-08-17T20:48:31.118Z] 1b3ee35aacca: Preparing [2020-08-17T20:48:31.118Z] bcfca86b46d4: Waiting [2020-08-17T20:48:31.118Z] 68b530af9d96: Waiting [2020-08-17T20:48:31.118Z] 985c9ff952e0: Waiting [2020-08-17T20:48:31.118Z] 1b3ee35aacca: Waiting [2020-08-17T20:48:31.118Z] 0d5323a107ee: Waiting [2020-08-17T20:48:31.118Z] e13e1f8cef94: Waiting [2020-08-17T20:48:31.118Z] 70ac1a6d1cea: Layer already exists [2020-08-17T20:48:31.118Z] 9fb87e5ee60e: Layer already exists [2020-08-17T20:48:31.118Z] 622e724d1d53: Layer already exists [2020-08-17T20:48:31.118Z] a9d9a4f96f32: Layer already exists [2020-08-17T20:48:31.118Z] fb65b148fd37: Layer already exists [2020-08-17T20:48:31.118Z] 985c9ff952e0: Layer already exists [2020-08-17T20:48:31.118Z] 68b530af9d96: Layer already exists [2020-08-17T20:48:31.118Z] 0d5323a107ee: Layer already exists [2020-08-17T20:48:31.118Z] bcfca86b46d4: Layer already exists [2020-08-17T20:48:31.118Z] e13e1f8cef94: Layer already exists [2020-08-17T20:48:31.118Z] 1b3ee35aacca: Layer already exists [2020-08-17T20:48:31.379Z] master: digest: sha256:e437c64f9df18a9cf06a45062ad645a2283f1dde2ef1dfd378c8375ce75d18dc size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:48:31.558Z] ===================================================== [Pipeline] echo [2020-08-17T20:48:31.687Z] taggedImages: [2020-08-17T20:48:31.687Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:31.687Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.12 [2020-08-17T20:48:31.687Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:31.687Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-08-17T20:48:31.738Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-08-17T20:48:31.738Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:31.738Z] 1.2.2-dev.12 [2020-08-17T20:48:31.738Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:31.738Z] master [2020-08-17T20:48:31.738Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:32.228Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:32.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:32.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-17T20:48:32.615Z] 4e432a007419: Preparing [2020-08-17T20:48:32.615Z] 0c8374eafe4c: Preparing [2020-08-17T20:48:32.615Z] 8a4b7697e2a6: Preparing [2020-08-17T20:48:32.615Z] 229b851da817: Preparing [2020-08-17T20:48:32.895Z] 4e432a007419: Pushed [2020-08-17T20:48:32.895Z] 8a4b7697e2a6: Pushed [2020-08-17T20:48:32.895Z] 229b851da817: Pushed [2020-08-17T20:48:34.298Z] 0c8374eafe4c: Pushed [2020-08-17T20:48:34.578Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:eb2205dc543bf8456591a15c198a827609a0f00802e2fe8e16d7b4136a9734e5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:34.944Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:35.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.12 [2020-08-17T20:48:35.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-17T20:48:35.323Z] 4e432a007419: Preparing [2020-08-17T20:48:35.323Z] 0c8374eafe4c: Preparing [2020-08-17T20:48:35.323Z] 8a4b7697e2a6: Preparing [2020-08-17T20:48:35.323Z] 229b851da817: Preparing [2020-08-17T20:48:35.323Z] 0c8374eafe4c: Layer already exists [2020-08-17T20:48:35.592Z] 229b851da817: Layer already exists [2020-08-17T20:48:35.592Z] 4e432a007419: Layer already exists [2020-08-17T20:48:35.592Z] 8a4b7697e2a6: Layer already exists [2020-08-17T20:48:35.592Z] 1.2.2-dev.12: digest: sha256:eb2205dc543bf8456591a15c198a827609a0f00802e2fe8e16d7b4136a9734e5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:35.954Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:36.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:36.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-17T20:48:36.522Z] 4e432a007419: Preparing [2020-08-17T20:48:36.522Z] 0c8374eafe4c: Preparing [2020-08-17T20:48:36.522Z] 8a4b7697e2a6: Preparing [2020-08-17T20:48:36.522Z] 229b851da817: Preparing [2020-08-17T20:48:36.522Z] 229b851da817: Layer already exists [2020-08-17T20:48:36.522Z] 8a4b7697e2a6: Layer already exists [2020-08-17T20:48:36.522Z] 4e432a007419: Layer already exists [2020-08-17T20:48:36.522Z] 0c8374eafe4c: Layer already exists [2020-08-17T20:48:36.522Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:eb2205dc543bf8456591a15c198a827609a0f00802e2fe8e16d7b4136a9734e5 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:36.834Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:37.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-08-17T20:48:37.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-17T20:48:37.136Z] 4e432a007419: Preparing [2020-08-17T20:48:37.136Z] 0c8374eafe4c: Preparing [2020-08-17T20:48:37.136Z] 8a4b7697e2a6: Preparing [2020-08-17T20:48:37.136Z] 229b851da817: Preparing [2020-08-17T20:48:37.136Z] 4e432a007419: Layer already exists [2020-08-17T20:48:37.136Z] 229b851da817: Layer already exists [2020-08-17T20:48:37.136Z] 0c8374eafe4c: Layer already exists [2020-08-17T20:48:37.136Z] 8a4b7697e2a6: Layer already exists [2020-08-17T20:48:37.397Z] master: digest: sha256:eb2205dc543bf8456591a15c198a827609a0f00802e2fe8e16d7b4136a9734e5 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:48:37.574Z] ===================================================== [Pipeline] echo [2020-08-17T20:48:37.637Z] taggedImages: [2020-08-17T20:48:37.637Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:37.637Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.12 [2020-08-17T20:48:37.637Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:37.637Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-08-17T20:48:37.688Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-08-17T20:48:37.688Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:37.688Z] 1.2.2-dev.12 [2020-08-17T20:48:37.688Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:37.688Z] master [2020-08-17T20:48:37.688Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:38.150Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:38.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:38.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-17T20:48:38.548Z] 453d74e5594c: Preparing [2020-08-17T20:48:38.548Z] ac025d5e8057: Preparing [2020-08-17T20:48:38.548Z] 791502ce5deb: Preparing [2020-08-17T20:48:38.548Z] fd6e14e521f3: Preparing [2020-08-17T20:48:38.548Z] 4d9a9d24e528: Preparing [2020-08-17T20:48:38.548Z] 9c1b2c00a643: Preparing [2020-08-17T20:48:38.548Z] 9c1b2c00a643: Waiting [2020-08-17T20:48:38.809Z] 453d74e5594c: Pushed [2020-08-17T20:48:38.809Z] 791502ce5deb: Pushed [2020-08-17T20:48:38.809Z] fd6e14e521f3: Pushed [2020-08-17T20:48:39.074Z] 9c1b2c00a643: Pushed [2020-08-17T20:48:39.074Z] 4d9a9d24e528: Pushed [2020-08-17T20:48:40.554Z] ac025d5e8057: Pushed [2020-08-17T20:48:40.555Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:9c8e991e979ec7e40501c49edb295c161758efb61301fab169e8a831b27b7c8d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:40.889Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:41.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.12 [2020-08-17T20:48:41.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-17T20:48:41.261Z] 453d74e5594c: Preparing [2020-08-17T20:48:41.261Z] ac025d5e8057: Preparing [2020-08-17T20:48:41.261Z] 791502ce5deb: Preparing [2020-08-17T20:48:41.261Z] fd6e14e521f3: Preparing [2020-08-17T20:48:41.261Z] 4d9a9d24e528: Preparing [2020-08-17T20:48:41.261Z] 9c1b2c00a643: Preparing [2020-08-17T20:48:41.261Z] 9c1b2c00a643: Waiting [2020-08-17T20:48:41.261Z] 453d74e5594c: Layer already exists [2020-08-17T20:48:41.261Z] ac025d5e8057: Layer already exists [2020-08-17T20:48:41.261Z] 791502ce5deb: Layer already exists [2020-08-17T20:48:41.261Z] fd6e14e521f3: Layer already exists [2020-08-17T20:48:41.261Z] 4d9a9d24e528: Layer already exists [2020-08-17T20:48:41.573Z] 9c1b2c00a643: Layer already exists [2020-08-17T20:48:41.573Z] 1.2.2-dev.12: digest: sha256:9c8e991e979ec7e40501c49edb295c161758efb61301fab169e8a831b27b7c8d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:42.014Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:42.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:42.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-17T20:48:42.333Z] 453d74e5594c: Preparing [2020-08-17T20:48:42.333Z] ac025d5e8057: Preparing [2020-08-17T20:48:42.333Z] 791502ce5deb: Preparing [2020-08-17T20:48:42.333Z] fd6e14e521f3: Preparing [2020-08-17T20:48:42.333Z] 4d9a9d24e528: Preparing [2020-08-17T20:48:42.333Z] 9c1b2c00a643: Preparing [2020-08-17T20:48:42.333Z] 9c1b2c00a643: Waiting [2020-08-17T20:48:42.333Z] ac025d5e8057: Layer already exists [2020-08-17T20:48:42.333Z] fd6e14e521f3: Layer already exists [2020-08-17T20:48:42.333Z] 4d9a9d24e528: Layer already exists [2020-08-17T20:48:42.333Z] 453d74e5594c: Layer already exists [2020-08-17T20:48:42.333Z] 791502ce5deb: Layer already exists [2020-08-17T20:48:42.333Z] 9c1b2c00a643: Layer already exists [2020-08-17T20:48:42.599Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:9c8e991e979ec7e40501c49edb295c161758efb61301fab169e8a831b27b7c8d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:42.931Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:43.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-08-17T20:48:43.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-17T20:48:43.249Z] 453d74e5594c: Preparing [2020-08-17T20:48:43.249Z] ac025d5e8057: Preparing [2020-08-17T20:48:43.249Z] 791502ce5deb: Preparing [2020-08-17T20:48:43.249Z] fd6e14e521f3: Preparing [2020-08-17T20:48:43.249Z] 4d9a9d24e528: Preparing [2020-08-17T20:48:43.249Z] 9c1b2c00a643: Preparing [2020-08-17T20:48:43.249Z] 9c1b2c00a643: Waiting [2020-08-17T20:48:43.249Z] 791502ce5deb: Layer already exists [2020-08-17T20:48:43.249Z] ac025d5e8057: Layer already exists [2020-08-17T20:48:43.249Z] fd6e14e521f3: Layer already exists [2020-08-17T20:48:43.249Z] 453d74e5594c: Layer already exists [2020-08-17T20:48:43.249Z] 4d9a9d24e528: Layer already exists [2020-08-17T20:48:43.528Z] 9c1b2c00a643: Layer already exists [2020-08-17T20:48:43.528Z] master: digest: sha256:9c8e991e979ec7e40501c49edb295c161758efb61301fab169e8a831b27b7c8d size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:48:43.702Z] ===================================================== [Pipeline] echo [2020-08-17T20:48:43.740Z] taggedImages: [2020-08-17T20:48:43.740Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:43.740Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.12 [2020-08-17T20:48:43.740Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:43.740Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-08-17T20:48:43.790Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-08-17T20:48:43.790Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:43.790Z] 1.2.2-dev.12 [2020-08-17T20:48:43.790Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:43.790Z] master [2020-08-17T20:48:43.790Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:44.269Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:44.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:44.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-17T20:48:44.603Z] ebced0567f0a: Preparing [2020-08-17T20:48:44.603Z] b5cf28f7fba4: Preparing [2020-08-17T20:48:44.603Z] 4f89e4ad78c4: Preparing [2020-08-17T20:48:44.864Z] 4f89e4ad78c4: Pushed [2020-08-17T20:48:44.864Z] ebced0567f0a: Pushed [2020-08-17T20:48:46.266Z] b5cf28f7fba4: Pushed [2020-08-17T20:48:46.266Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:aa475adf397b632091b075034221e5cfb39e9e0973408a5c267849b66da37c25 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:46.580Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:46.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.12 [2020-08-17T20:48:46.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-17T20:48:46.891Z] ebced0567f0a: Preparing [2020-08-17T20:48:46.891Z] b5cf28f7fba4: Preparing [2020-08-17T20:48:46.891Z] 4f89e4ad78c4: Preparing [2020-08-17T20:48:47.195Z] b5cf28f7fba4: Layer already exists [2020-08-17T20:48:47.195Z] ebced0567f0a: Layer already exists [2020-08-17T20:48:47.195Z] 4f89e4ad78c4: Layer already exists [2020-08-17T20:48:47.195Z] 1.2.2-dev.12: digest: sha256:aa475adf397b632091b075034221e5cfb39e9e0973408a5c267849b66da37c25 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:47.617Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:48.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:48.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-17T20:48:48.101Z] ebced0567f0a: Preparing [2020-08-17T20:48:48.101Z] b5cf28f7fba4: Preparing [2020-08-17T20:48:48.101Z] 4f89e4ad78c4: Preparing [2020-08-17T20:48:48.101Z] b5cf28f7fba4: Layer already exists [2020-08-17T20:48:48.101Z] 4f89e4ad78c4: Layer already exists [2020-08-17T20:48:48.101Z] ebced0567f0a: Layer already exists [2020-08-17T20:48:48.101Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:aa475adf397b632091b075034221e5cfb39e9e0973408a5c267849b66da37c25 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:48.465Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:48.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-08-17T20:48:48.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-17T20:48:48.784Z] ebced0567f0a: Preparing [2020-08-17T20:48:48.784Z] b5cf28f7fba4: Preparing [2020-08-17T20:48:48.784Z] 4f89e4ad78c4: Preparing [2020-08-17T20:48:48.784Z] 4f89e4ad78c4: Layer already exists [2020-08-17T20:48:48.784Z] b5cf28f7fba4: Layer already exists [2020-08-17T20:48:48.784Z] ebced0567f0a: Layer already exists [2020-08-17T20:48:49.052Z] master: digest: sha256:aa475adf397b632091b075034221e5cfb39e9e0973408a5c267849b66da37c25 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:48:49.221Z] ===================================================== [Pipeline] echo [2020-08-17T20:48:49.258Z] taggedImages: [2020-08-17T20:48:49.258Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:49.258Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.12 [2020-08-17T20:48:49.258Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:49.258Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-08-17T20:48:49.315Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-08-17T20:48:49.315Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:49.315Z] 1.2.2-dev.12 [2020-08-17T20:48:49.315Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:48:49.315Z] master [2020-08-17T20:48:49.315Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:49.792Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:48:50.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:48:50.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-17T20:48:50.104Z] ae7cdc2b365c: Preparing [2020-08-17T20:48:50.104Z] a6a796551a2d: Preparing [2020-08-17T20:48:50.104Z] e2dde45e9af7: Preparing [2020-08-17T20:48:50.104Z] d2c5f40a6ba9: Preparing [2020-08-17T20:48:50.104Z] 6518b99c0b44: Preparing [2020-08-17T20:48:50.104Z] 22d7e9e10da5: Preparing [2020-08-17T20:48:50.104Z] 23432fd9d309: Preparing [2020-08-17T20:48:50.104Z] 8890c171a12b: Preparing [2020-08-17T20:48:50.104Z] 4ae5bd84d450: Preparing [2020-08-17T20:48:50.104Z] 723a561964c8: Preparing [2020-08-17T20:48:50.104Z] 78764725b56c: Preparing [2020-08-17T20:48:50.104Z] 51d6d3d09136: Preparing [2020-08-17T20:48:50.104Z] 1507bc794612: Preparing [2020-08-17T20:48:50.104Z] 50644c29ef5a: Preparing [2020-08-17T20:48:50.104Z] 22d7e9e10da5: Waiting [2020-08-17T20:48:50.104Z] 23432fd9d309: Waiting [2020-08-17T20:48:50.104Z] 8890c171a12b: Waiting [2020-08-17T20:48:50.104Z] 4ae5bd84d450: Waiting [2020-08-17T20:48:50.104Z] 723a561964c8: Waiting [2020-08-17T20:48:50.104Z] 78764725b56c: Waiting [2020-08-17T20:48:50.104Z] 51d6d3d09136: Waiting [2020-08-17T20:48:50.104Z] 1507bc794612: Waiting [2020-08-17T20:48:50.104Z] 50644c29ef5a: Waiting [2020-08-17T20:48:50.790Z] 6518b99c0b44: Pushed [2020-08-17T20:48:50.790Z] ae7cdc2b365c: Pushed [2020-08-17T20:48:51.390Z] d2c5f40a6ba9: Pushed [2020-08-17T20:48:51.666Z] 8890c171a12b: Layer already exists [2020-08-17T20:48:51.666Z] 23432fd9d309: Pushed [2020-08-17T20:48:51.666Z] 4ae5bd84d450: Layer already exists [2020-08-17T20:48:51.666Z] a6a796551a2d: Pushed [2020-08-17T20:48:51.666Z] 723a561964c8: Layer already exists [2020-08-17T20:48:51.666Z] 78764725b56c: Layer already exists [2020-08-17T20:48:51.666Z] 1507bc794612: Layer already exists [2020-08-17T20:48:51.666Z] 51d6d3d09136: Layer already exists [2020-08-17T20:48:51.666Z] 50644c29ef5a: Layer already exists [2020-08-17T20:48:52.661Z] 22d7e9e10da5: Pushed [2020-08-17T20:49:02.878Z] e2dde45e9af7: Pushed [2020-08-17T20:49:02.878Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:e3b43c1431d0cbe368f56bbf4e2767a8b4041c415dd8ef78f0e9cb4e22b92891 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:49:03.215Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:49:03.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.12 [2020-08-17T20:49:03.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-17T20:49:03.552Z] ae7cdc2b365c: Preparing [2020-08-17T20:49:03.552Z] a6a796551a2d: Preparing [2020-08-17T20:49:03.552Z] e2dde45e9af7: Preparing [2020-08-17T20:49:03.552Z] d2c5f40a6ba9: Preparing [2020-08-17T20:49:03.552Z] 6518b99c0b44: Preparing [2020-08-17T20:49:03.552Z] 22d7e9e10da5: Preparing [2020-08-17T20:49:03.552Z] 23432fd9d309: Preparing [2020-08-17T20:49:03.552Z] 8890c171a12b: Preparing [2020-08-17T20:49:03.552Z] 4ae5bd84d450: Preparing [2020-08-17T20:49:03.552Z] 723a561964c8: Preparing [2020-08-17T20:49:03.552Z] 78764725b56c: Preparing [2020-08-17T20:49:03.552Z] 51d6d3d09136: Preparing [2020-08-17T20:49:03.552Z] 1507bc794612: Preparing [2020-08-17T20:49:03.552Z] 50644c29ef5a: Preparing [2020-08-17T20:49:03.552Z] 4ae5bd84d450: Waiting [2020-08-17T20:49:03.552Z] 723a561964c8: Waiting [2020-08-17T20:49:03.552Z] 78764725b56c: Waiting [2020-08-17T20:49:03.552Z] 22d7e9e10da5: Waiting [2020-08-17T20:49:03.552Z] 51d6d3d09136: Waiting [2020-08-17T20:49:03.552Z] 1507bc794612: Waiting [2020-08-17T20:49:03.552Z] 50644c29ef5a: Waiting [2020-08-17T20:49:03.552Z] 23432fd9d309: Waiting [2020-08-17T20:49:03.552Z] 8890c171a12b: Waiting [2020-08-17T20:49:03.552Z] 6518b99c0b44: Layer already exists [2020-08-17T20:49:03.553Z] e2dde45e9af7: Layer already exists [2020-08-17T20:49:03.553Z] ae7cdc2b365c: Layer already exists [2020-08-17T20:49:03.553Z] d2c5f40a6ba9: Layer already exists [2020-08-17T20:49:03.553Z] a6a796551a2d: Layer already exists [2020-08-17T20:49:03.553Z] 22d7e9e10da5: Layer already exists [2020-08-17T20:49:03.553Z] 23432fd9d309: Layer already exists [2020-08-17T20:49:03.553Z] 8890c171a12b: Layer already exists [2020-08-17T20:49:03.553Z] 4ae5bd84d450: Layer already exists [2020-08-17T20:49:03.553Z] 723a561964c8: Layer already exists [2020-08-17T20:49:03.553Z] 51d6d3d09136: Layer already exists [2020-08-17T20:49:03.553Z] 1507bc794612: Layer already exists [2020-08-17T20:49:03.553Z] 78764725b56c: Layer already exists [2020-08-17T20:49:03.553Z] 50644c29ef5a: Layer already exists [2020-08-17T20:49:03.553Z] 1.2.2-dev.12: digest: sha256:e3b43c1431d0cbe368f56bbf4e2767a8b4041c415dd8ef78f0e9cb4e22b92891 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:49:04.189Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:49:04.537Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:49:04.537Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-17T20:49:04.537Z] ae7cdc2b365c: Preparing [2020-08-17T20:49:04.537Z] a6a796551a2d: Preparing [2020-08-17T20:49:04.537Z] e2dde45e9af7: Preparing [2020-08-17T20:49:04.537Z] d2c5f40a6ba9: Preparing [2020-08-17T20:49:04.537Z] 6518b99c0b44: Preparing [2020-08-17T20:49:04.537Z] 22d7e9e10da5: Preparing [2020-08-17T20:49:04.537Z] 23432fd9d309: Preparing [2020-08-17T20:49:04.537Z] 8890c171a12b: Preparing [2020-08-17T20:49:04.537Z] 4ae5bd84d450: Preparing [2020-08-17T20:49:04.537Z] 723a561964c8: Preparing [2020-08-17T20:49:04.537Z] 78764725b56c: Preparing [2020-08-17T20:49:04.537Z] 51d6d3d09136: Preparing [2020-08-17T20:49:04.537Z] 1507bc794612: Preparing [2020-08-17T20:49:04.537Z] 50644c29ef5a: Preparing [2020-08-17T20:49:04.537Z] 22d7e9e10da5: Waiting [2020-08-17T20:49:04.537Z] 23432fd9d309: Waiting [2020-08-17T20:49:04.537Z] 8890c171a12b: Waiting [2020-08-17T20:49:04.537Z] 4ae5bd84d450: Waiting [2020-08-17T20:49:04.537Z] 723a561964c8: Waiting [2020-08-17T20:49:04.537Z] 78764725b56c: Waiting [2020-08-17T20:49:04.537Z] 51d6d3d09136: Waiting [2020-08-17T20:49:04.537Z] 1507bc794612: Waiting [2020-08-17T20:49:04.537Z] 50644c29ef5a: Waiting [2020-08-17T20:49:04.537Z] ae7cdc2b365c: Layer already exists [2020-08-17T20:49:04.537Z] 6518b99c0b44: Layer already exists [2020-08-17T20:49:04.537Z] d2c5f40a6ba9: Layer already exists [2020-08-17T20:49:04.537Z] a6a796551a2d: Layer already exists [2020-08-17T20:49:04.537Z] e2dde45e9af7: Layer already exists [2020-08-17T20:49:04.537Z] 4ae5bd84d450: Layer already exists [2020-08-17T20:49:04.537Z] 23432fd9d309: Layer already exists [2020-08-17T20:49:04.537Z] 723a561964c8: Layer already exists [2020-08-17T20:49:04.537Z] 22d7e9e10da5: Layer already exists [2020-08-17T20:49:04.537Z] 8890c171a12b: Layer already exists [2020-08-17T20:49:04.537Z] 51d6d3d09136: Layer already exists [2020-08-17T20:49:04.537Z] 78764725b56c: Layer already exists [2020-08-17T20:49:04.537Z] 50644c29ef5a: Layer already exists [2020-08-17T20:49:04.537Z] 1507bc794612: Layer already exists [2020-08-17T20:49:04.811Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:e3b43c1431d0cbe368f56bbf4e2767a8b4041c415dd8ef78f0e9cb4e22b92891 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:49:05.121Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:49:05.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-08-17T20:49:05.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-17T20:49:05.422Z] ae7cdc2b365c: Preparing [2020-08-17T20:49:05.422Z] a6a796551a2d: Preparing [2020-08-17T20:49:05.422Z] e2dde45e9af7: Preparing [2020-08-17T20:49:05.422Z] d2c5f40a6ba9: Preparing [2020-08-17T20:49:05.422Z] 6518b99c0b44: Preparing [2020-08-17T20:49:05.422Z] 22d7e9e10da5: Preparing [2020-08-17T20:49:05.422Z] 23432fd9d309: Preparing [2020-08-17T20:49:05.422Z] 8890c171a12b: Preparing [2020-08-17T20:49:05.422Z] 4ae5bd84d450: Preparing [2020-08-17T20:49:05.422Z] 723a561964c8: Preparing [2020-08-17T20:49:05.422Z] 78764725b56c: Preparing [2020-08-17T20:49:05.422Z] 51d6d3d09136: Preparing [2020-08-17T20:49:05.422Z] 1507bc794612: Preparing [2020-08-17T20:49:05.422Z] 50644c29ef5a: Preparing [2020-08-17T20:49:05.422Z] 22d7e9e10da5: Waiting [2020-08-17T20:49:05.422Z] 23432fd9d309: Waiting [2020-08-17T20:49:05.422Z] 8890c171a12b: Waiting [2020-08-17T20:49:05.422Z] 4ae5bd84d450: Waiting [2020-08-17T20:49:05.422Z] 723a561964c8: Waiting [2020-08-17T20:49:05.422Z] 78764725b56c: Waiting [2020-08-17T20:49:05.422Z] 51d6d3d09136: Waiting [2020-08-17T20:49:05.422Z] 1507bc794612: Waiting [2020-08-17T20:49:05.422Z] 50644c29ef5a: Waiting [2020-08-17T20:49:05.422Z] 6518b99c0b44: Layer already exists [2020-08-17T20:49:05.422Z] e2dde45e9af7: Layer already exists [2020-08-17T20:49:05.422Z] ae7cdc2b365c: Layer already exists [2020-08-17T20:49:05.422Z] a6a796551a2d: Layer already exists [2020-08-17T20:49:05.422Z] d2c5f40a6ba9: Layer already exists [2020-08-17T20:49:05.422Z] 22d7e9e10da5: Layer already exists [2020-08-17T20:49:05.422Z] 23432fd9d309: Layer already exists [2020-08-17T20:49:05.422Z] 8890c171a12b: Layer already exists [2020-08-17T20:49:05.422Z] 4ae5bd84d450: Layer already exists [2020-08-17T20:49:05.422Z] 723a561964c8: Layer already exists [2020-08-17T20:49:05.422Z] 78764725b56c: Layer already exists [2020-08-17T20:49:05.422Z] 51d6d3d09136: Layer already exists [2020-08-17T20:49:05.422Z] 1507bc794612: Layer already exists [2020-08-17T20:49:05.422Z] 50644c29ef5a: Layer already exists [2020-08-17T20:49:05.422Z] master: digest: sha256:e3b43c1431d0cbe368f56bbf4e2767a8b4041c415dd8ef78f0e9cb4e22b92891 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:49:05.576Z] ===================================================== [Pipeline] echo [2020-08-17T20:49:05.615Z] taggedImages: [2020-08-17T20:49:05.615Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:49:05.615Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.12 [2020-08-17T20:49:05.615Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:49:05.615Z] - 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-17T20:49:10.466Z] Removing intermediate container c4be1916fdc1 [2020-08-17T20:49:10.466Z] ---> c4f1cd8a138f [2020-08-17T20:49:10.466Z] [2020-08-17T20:49:10.466Z] Step 10/20 : FROM alpine [2020-08-17T20:49:10.466Z] latest: Pulling from library/alpine [2020-08-17T20:49:10.466Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-17T20:49:10.466Z] Status: Downloaded newer image for alpine:latest [2020-08-17T20:49:10.466Z] ---> 62ee0e9f8440 [2020-08-17T20:49:10.466Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-17T20:49:10.466Z] ---> Running in 2faeea9c344f [2020-08-17T20:49:10.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:49:10.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:49:10.466Z] v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:49:10.466Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:49:10.466Z] OK: 12617 distinct packages available [2020-08-17T20:49:10.466Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-17T20:49:10.466Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T20:49:10.466Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-17T20:49:10.466Z] (4/4) Installing curl (7.69.1-r0) [2020-08-17T20:49:10.466Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:49:10.466Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T20:49:10.466Z] OK: 7 MiB in 18 packages [2020-08-17T20:49:10.466Z] Removing intermediate container 2faeea9c344f [2020-08-17T20:49:10.466Z] ---> 8725b235ecbe [2020-08-17T20:49:10.466Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T20:49:10.466Z] ---> Running in 0967e2d84eff [2020-08-17T20:49:10.466Z] Removing intermediate container 46b870dca1f2 [2020-08-17T20:49:10.466Z] ---> 357644656678 [2020-08-17T20:49:10.466Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-17T20:49:10.466Z] Removing intermediate container 0967e2d84eff [2020-08-17T20:49:10.466Z] ---> 626a8714a6f0 [2020-08-17T20:49:10.466Z] Step 13/20 : WORKDIR /edgex [2020-08-17T20:49:10.466Z] ---> Running in 9ab67fa8fda3 [2020-08-17T20:49:10.466Z] ---> Running in 10ac12c8a259 [2020-08-17T20:49:10.466Z] Removing intermediate container 10ac12c8a259 [2020-08-17T20:49:10.466Z] ---> 5bb4dc3ae86e [2020-08-17T20:49:10.466Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-17T20:49:11.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-17T20:49:11.070Z] Removing intermediate container 92d2ec54689f [2020-08-17T20:49:11.070Z] ---> 52cb9f245b5e [2020-08-17T20:49:11.070Z] [2020-08-17T20:49:11.070Z] Step 10/21 : FROM scratch [2020-08-17T20:49:11.070Z] ---> [2020-08-17T20:49:11.070Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T20:49:11.070Z] ---> 3387d938bff9 [2020-08-17T20:49:11.070Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-17T20:49:11.354Z] ---> Running in eec9fcc92d12 [2020-08-17T20:49:12.339Z] Removing intermediate container eec9fcc92d12 [2020-08-17T20:49:12.339Z] ---> a116b827546a [2020-08-17T20:49:12.339Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-17T20:49:12.610Z] ---> Running in 07d0db9f29fa [2020-08-17T20:49:12.883Z] ---> e855f345514d [2020-08-17T20:49:12.883Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-17T20:49:13.154Z] ---> Running in 91f38709f318 [2020-08-17T20:49:13.425Z] Removing intermediate container 07d0db9f29fa [2020-08-17T20:49:13.425Z] ---> a4a19b0e32e0 [2020-08-17T20:49:13.425Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T20:49:13.425Z] ---> Running in 192ad579225d [2020-08-17T20:49:13.707Z] Removing intermediate container 91f38709f318 [2020-08-17T20:49:13.707Z] ---> a78765d072f9 [2020-08-17T20:49:13.707Z] Step 17/20 : CMD ["--init=true"] [2020-08-17T20:49:13.982Z] ---> Running in 1f934a61159b [2020-08-17T20:49:14.258Z] Removing intermediate container 192ad579225d [2020-08-17T20:49:14.258Z] ---> 4368b6527f2a [2020-08-17T20:49:14.258Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-17T20:49:14.532Z] Removing intermediate container 1f934a61159b [2020-08-17T20:49:14.532Z] ---> 966b65d6cfbc [2020-08-17T20:49:14.532Z] Step 18/20 : LABEL arch=arm64 [2020-08-17T20:49:15.131Z] ---> Running in 19c55c361722 [2020-08-17T20:49:15.406Z] ---> 60540a3d552a [2020-08-17T20:49:15.406Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-17T20:49:16.004Z] Removing intermediate container 19c55c361722 [2020-08-17T20:49:16.004Z] ---> be02eee6a136 [2020-08-17T20:49:16.004Z] Step 19/20 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:49:16.280Z] ---> Running in 039892ed2589 [2020-08-17T20:49:16.557Z] ---> 6cb59e7c2ae8 [2020-08-17T20:49:16.557Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-17T20:49:17.164Z] Removing intermediate container 039892ed2589 [2020-08-17T20:49:17.164Z] ---> 4bfd9e13eda9 [2020-08-17T20:49:17.164Z] Step 20/20 : LABEL version=1.2.2-dev.12 [2020-08-17T20:49:17.164Z] Removing intermediate container 9ab67fa8fda3 [2020-08-17T20:49:17.164Z] ---> 60884e2df3b5 [2020-08-17T20:49:17.164Z] [2020-08-17T20:49:17.164Z] Step 11/26 : FROM docker:latest [2020-08-17T20:49:17.164Z] ---> ce9d55ae87f1 [2020-08-17T20:49:17.164Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-17T20:49:17.445Z] ---> Running in 25d5ff9e6b36 [2020-08-17T20:49:17.445Z] ---> Running in 2316a60e3246 [2020-08-17T20:49:18.876Z] ---> 5acb7343d55f [2020-08-17T20:49:18.876Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-17T20:49:19.150Z] Removing intermediate container 25d5ff9e6b36 [2020-08-17T20:49:19.150Z] ---> 5a2ae587aedc [2020-08-17T20:49:19.150Z] [2020-08-17T20:49:19.426Z] Successfully built 5a2ae587aedc [2020-08-17T20:49:19.704Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-17T20:49:19.704Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2020-08-17T20:49:19.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:49:19.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:49:20.253Z] ---> 3f1640a9e56f [2020-08-17T20:49:20.253Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:49:20.531Z] (1/2) Installing readline (8.0.4-r0) [2020-08-17T20:49:20.531Z] (2/2) Installing bash (5.0.17-r0) [2020-08-17T20:49:20.531Z] Executing bash-5.0.17-r0.post-install [2020-08-17T20:49:20.531Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:49:20.531Z] OK: 12 MiB in 22 packages [2020-08-17T20:49:20.805Z] Removing intermediate container af16ac03d355 [2020-08-17T20:49:20.805Z] ---> bb4b81f95ee2 [2020-08-17T20:49:20.805Z] [2020-08-17T20:49:20.805Z] Step 10/20 : FROM scratch [2020-08-17T20:49:20.805Z] ---> [2020-08-17T20:49:20.805Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:49:21.087Z] ---> Running in ec9cf5dda4c7 [2020-08-17T20:49:21.683Z] ---> Running in 92b8d6b7a2fd [2020-08-17T20:49:22.282Z] Removing intermediate container ec9cf5dda4c7 [2020-08-17T20:49:22.282Z] ---> 0fdf565aa490 [2020-08-17T20:49:22.282Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T20:49:22.900Z] Removing intermediate container 92b8d6b7a2fd [2020-08-17T20:49:22.900Z] ---> df40b8c00f94 [2020-08-17T20:49:22.900Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-17T20:49:23.502Z] ---> Running in 95975627faa7 [2020-08-17T20:49:23.502Z] ---> Running in a9443b6850a7 [2020-08-17T20:49:24.100Z] Removing intermediate container 2316a60e3246 [2020-08-17T20:49:24.100Z] ---> d89b69875494 [2020-08-17T20:49:24.100Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-17T20:49:25.079Z] Removing intermediate container 95975627faa7 [2020-08-17T20:49:25.079Z] ---> 4a51b3e70835 [2020-08-17T20:49:25.079Z] Step 20/21 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:49:25.079Z] Removing intermediate container a9443b6850a7 [2020-08-17T20:49:25.079Z] ---> 468e3a1f9587 [2020-08-17T20:49:25.079Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-17T20:49:25.353Z] ---> Running in bd0d4b7e76ae [2020-08-17T20:49:25.353Z] ---> Running in ed1e5e7baa68 [2020-08-17T20:49:25.353Z] ---> Running in c0f4189c3b35 [2020-08-17T20:49:25.953Z] Removing intermediate container e2ebb5ea1010 [2020-08-17T20:49:25.953Z] ---> 79db497b5d49 [2020-08-17T20:49:25.953Z] [2020-08-17T20:49:25.953Z] Step 10/21 : FROM scratch [2020-08-17T20:49:25.953Z] ---> [2020-08-17T20:49:25.953Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:49:26.227Z] Removing intermediate container ed1e5e7baa68 [2020-08-17T20:49:26.227Z] ---> 1ebbc44aed5a [2020-08-17T20:49:26.227Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-17T20:49:26.227Z] ---> Using cache [2020-08-17T20:49:26.227Z] ---> df40b8c00f94 [2020-08-17T20:49:26.227Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-17T20:49:26.227Z] ---> Running in 5e3fa1440bf6 [2020-08-17T20:49:26.227Z] Removing intermediate container c0f4189c3b35 [2020-08-17T20:49:26.227Z] ---> 5b8d62b5c2f1 [2020-08-17T20:49:26.227Z] Step 21/21 : LABEL version=1.2.2-dev.12 [2020-08-17T20:49:26.522Z] ---> Running in f7a483ea5a66 [2020-08-17T20:49:27.121Z] Removing intermediate container 5e3fa1440bf6 [2020-08-17T20:49:27.121Z] ---> ad92b5ecf532 [2020-08-17T20:49:27.121Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T20:49:27.404Z] ---> e7533aa09c67 [2020-08-17T20:49:27.404Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-17T20:49:27.404Z] ---> Running in 5821c730a9c8 [2020-08-17T20:49:27.677Z] Removing intermediate container f7a483ea5a66 [2020-08-17T20:49:27.677Z] ---> d7e7659c33e6 [2020-08-17T20:49:27.677Z] [2020-08-17T20:49:28.283Z] Successfully built d7e7659c33e6 [2020-08-17T20:49:28.283Z] Removing intermediate container 5821c730a9c8 [2020-08-17T20:49:28.283Z] ---> 0e7606426630 [2020-08-17T20:49:28.283Z] Step 14/21 : WORKDIR / [2020-08-17T20:49:28.283Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-17T20:49:28.283Z]  Building docker-support-logging-go ... done Building docker-core-data-go [2020-08-17T20:49:28.885Z] ---> Running in 152b8aeb012c [2020-08-17T20:49:29.159Z] Removing intermediate container bd0d4b7e76ae [2020-08-17T20:49:29.159Z] ---> a3c3472271b5 [2020-08-17T20:49:29.159Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-17T20:49:29.440Z] ---> 6dd068c8fe1c [2020-08-17T20:49:29.440Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-17T20:49:29.440Z] ---> Running in a7f2c23789a3 [2020-08-17T20:49:29.720Z] Removing intermediate container 152b8aeb012c [2020-08-17T20:49:29.720Z] ---> efb198439099 [2020-08-17T20:49:29.720Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-17T20:49:30.706Z] Removing intermediate container a7f2c23789a3 [2020-08-17T20:49:30.706Z] ---> 0da12707cba2 [2020-08-17T20:49:30.706Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-17T20:49:30.981Z] ---> 3a845c81d40d [2020-08-17T20:49:30.981Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:49:31.256Z] ---> Running in 372c966a78ed [2020-08-17T20:49:31.531Z] ---> 72368cb8b5ff [2020-08-17T20:49:31.531Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-17T20:49:31.531Z] ---> Running in 0b075be2d8f1 [2020-08-17T20:49:32.134Z] Removing intermediate container 372c966a78ed [2020-08-17T20:49:32.134Z] ---> 518221679b82 [2020-08-17T20:49:32.134Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-17T20:49:32.744Z] Removing intermediate container 0b075be2d8f1 [2020-08-17T20:49:32.744Z] ---> ddaa2e0c1906 [2020-08-17T20:49:32.744Z] Step 18/20 : LABEL arch=arm64 [2020-08-17T20:49:33.018Z] ---> Running in ade90cbe5d3b [2020-08-17T20:49:34.001Z] ---> Running in 6aebdd3b52ea [2020-08-17T20:49:34.275Z] ---> 8cffad3b68d2 [2020-08-17T20:49:34.275Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-17T20:49:34.275Z] Removing intermediate container ade90cbe5d3b [2020-08-17T20:49:34.275Z] ---> eb339c93b6d3 [2020-08-17T20:49:34.275Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-17T20:49:34.870Z] Removing intermediate container 6aebdd3b52ea [2020-08-17T20:49:34.870Z] ---> c3bcafd60e71 [2020-08-17T20:49:34.870Z] Step 19/20 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:49:36.298Z] ---> Running in ad13d7fdb77b [2020-08-17T20:49:36.896Z] ---> c44ddebf3f53 [2020-08-17T20:49:36.896Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-17T20:49:36.896Z] ---> 2d42a8069a4a [2020-08-17T20:49:36.896Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:49:37.486Z] Removing intermediate container ad13d7fdb77b [2020-08-17T20:49:37.486Z] ---> ae7268836a93 [2020-08-17T20:49:37.486Z] Step 20/20 : LABEL version=1.2.2-dev.12 [2020-08-17T20:49:37.486Z] ---> Running in e7e724e85879 [2020-08-17T20:49:37.757Z] ---> Running in 82b2a0aafb31 [2020-08-17T20:49:38.028Z] ---> b15d118cf73e [2020-08-17T20:49:38.028Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-17T20:49:38.028Z] Removing intermediate container e7e724e85879 [2020-08-17T20:49:38.028Z] ---> d9f0db50bddb [2020-08-17T20:49:38.028Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T20:49:38.299Z] Removing intermediate container 82b2a0aafb31 [2020-08-17T20:49:38.299Z] ---> bb2428031faf [2020-08-17T20:49:38.299Z] [2020-08-17T20:49:38.572Z] ---> Running in 39b767287d2b [2020-08-17T20:49:38.844Z] Successfully built bb2428031faf [2020-08-17T20:49:38.844Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-17T20:49:38.844Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-08-17T20:49:39.443Z] ---> d704d4211961 [2020-08-17T20:49:39.443Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-17T20:49:39.443Z] Removing intermediate container 39b767287d2b [2020-08-17T20:49:39.443Z] ---> 645107097f86 [2020-08-17T20:49:39.443Z] Step 20/21 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:49:39.443Z] ---> Running in 89ef7dfd79e4 [2020-08-17T20:49:39.443Z] ---> Running in 5906678f6c8f [2020-08-17T20:49:40.429Z] Removing intermediate container 5906678f6c8f [2020-08-17T20:49:40.429Z] ---> 9a1c8cc347f7 [2020-08-17T20:49:40.429Z] Step 21/21 : LABEL version=1.2.2-dev.12 [2020-08-17T20:49:41.409Z] ---> Running in 77c053816850 [2020-08-17T20:49:41.409Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:49:41.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:49:42.009Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:49:42.009Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:49:42.009Z] ---> 9cf5e6aab400 [2020-08-17T20:49:42.009Z] Step 3/23 : WORKDIR /edgex-go [2020-08-17T20:49:42.009Z] ---> Using cache [2020-08-17T20:49:42.009Z] ---> 5c1c7829cf70 [2020-08-17T20:49:42.009Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:49:42.009Z] ---> Using cache [2020-08-17T20:49:42.009Z] ---> 4dffb2ebca37 [2020-08-17T20:49:42.009Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-17T20:49:42.284Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-17T20:49:42.284Z] (2/33) Installing expat (2.2.9-r1) [2020-08-17T20:49:42.284Z] (3/33) Installing libffi (3.3-r2) [2020-08-17T20:49:42.284Z] (4/33) Installing gdbm (1.13-r1) [2020-08-17T20:49:42.284Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-17T20:49:42.284Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-17T20:49:42.284Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-17T20:49:42.884Z] Removing intermediate container 77c053816850 [2020-08-17T20:49:42.884Z] ---> bfa7003e4090 [2020-08-17T20:49:42.884Z] [2020-08-17T20:49:43.482Z] Successfully built bfa7003e4090 [2020-08-17T20:49:43.760Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-17T20:49:43.760Z] Building docker-security-secretstore-setup-go [2020-08-17T20:49:43.760Z]  Building docker-core-metadata-go ... done  ---> Running in 44da8b611b50 [2020-08-17T20:49:44.362Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-17T20:49:44.362Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-17T20:49:44.362Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-17T20:49:44.362Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-17T20:49:44.362Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-17T20:49:44.362Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-17T20:49:44.633Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-17T20:49:44.633Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-17T20:49:44.633Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-17T20:49:44.914Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-17T20:49:44.914Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-17T20:49:44.914Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-17T20:49:44.914Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-17T20:49:44.914Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-17T20:49:44.914Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-17T20:49:44.914Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-17T20:49:45.186Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-17T20:49:45.186Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-17T20:49:45.186Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-17T20:49:45.186Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-17T20:49:45.186Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-17T20:49:45.186Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-17T20:49:45.458Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-17T20:49:45.458Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-17T20:49:45.458Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-17T20:49:45.458Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-17T20:49:45.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:49:45.732Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:49:45.732Z] OK: 71 MiB in 55 packages [2020-08-17T20:49:46.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:49:47.505Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:49:47.505Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:49:47.505Z] OK: 12617 distinct packages available [2020-08-17T20:49:48.169Z] OK: 217 MiB in 51 packages [2020-08-17T20:49:52.665Z] Removing intermediate container 44da8b611b50 [2020-08-17T20:49:52.665Z] ---> 8b740a1100ec [2020-08-17T20:49:52.665Z] Step 6/23 : COPY go.mod . [2020-08-17T20:49:53.650Z] ---> c3af605b2b02 [2020-08-17T20:49:53.650Z] Step 7/23 : RUN go mod download [2020-08-17T20:49:54.246Z] ---> Running in fef71e3d443a [2020-08-17T20:49:55.698Z] Removing intermediate container 89ef7dfd79e4 [2020-08-17T20:49:55.698Z] ---> 22ed341f1f4a [2020-08-17T20:49:55.698Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-17T20:49:56.680Z] ---> Running in 44e6d8a5f443 [2020-08-17T20:50:00.072Z] Removing intermediate container fef71e3d443a [2020-08-17T20:50:00.072Z] ---> 01c2d95b9707 [2020-08-17T20:50:00.072Z] Step 8/23 : COPY . . [2020-08-17T20:50:01.513Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:50:01.513Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:50:01.513Z] ---> 9cf5e6aab400 [2020-08-17T20:50:01.513Z] Step 3/22 : WORKDIR /edgex-go [2020-08-17T20:50:01.513Z] ---> Using cache [2020-08-17T20:50:01.513Z] ---> 5c1c7829cf70 [2020-08-17T20:50:01.513Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:50:01.513Z] ---> Using cache [2020-08-17T20:50:01.513Z] ---> 4dffb2ebca37 [2020-08-17T20:50:01.513Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-17T20:50:02.115Z] ---> Running in 782a69f08d90 [2020-08-17T20:50:03.100Z] Collecting docker-compose==1.23.2 [2020-08-17T20:50:03.100Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-17T20:50:04.091Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-17T20:50:04.091Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-17T20:50:04.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:50:04.363Z] Collecting texttable<0.10,>=0.9.0 [2020-08-17T20:50:04.635Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-17T20:50:05.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:50:05.830Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:50:05.830Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:50:05.830Z] OK: 12617 distinct packages available [2020-08-17T20:50:06.813Z] OK: 217 MiB in 51 packages [2020-08-17T20:50:07.087Z] Collecting PyYAML<4,>=3.10 [2020-08-17T20:50:07.087Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-17T20:50:11.423Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-17T20:50:11.423Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-17T20:50:11.708Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:50:11.708Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-17T20:50:11.708Z] ---> 9cf5e6aab400 [2020-08-17T20:50:11.708Z] Step 3/29 : WORKDIR /edgex-go [2020-08-17T20:50:11.708Z] ---> Using cache [2020-08-17T20:50:11.708Z] ---> 5c1c7829cf70 [2020-08-17T20:50:11.708Z] Step 4/29 : RUN apk update && apk add make git [2020-08-17T20:50:11.991Z] Removing intermediate container 782a69f08d90 [2020-08-17T20:50:11.991Z] ---> c58913c53b9c [2020-08-17T20:50:11.991Z] Step 6/22 : COPY go.mod . [2020-08-17T20:50:12.268Z] ---> Running in 48e494c86686 [2020-08-17T20:50:13.756Z] ---> d39b123a5f82 [2020-08-17T20:50:13.756Z] Step 7/22 : RUN go mod download [2020-08-17T20:50:14.033Z] Collecting docker<4.0,>=3.6.0 [2020-08-17T20:50:14.033Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-17T20:50:14.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:50:14.637Z] 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-17T20:50:14.912Z] ---> Running in d22c2d34dcbb [2020-08-17T20:50:15.190Z] Collecting cached-property<2,>=1.2.0 [2020-08-17T20:50:15.190Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-17T20:50:15.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:50:15.750Z] Collecting jsonschema<3,>=2.5.1 [2020-08-17T20:50:15.750Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-17T20:50:16.348Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:50:16.348Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:50:16.348Z] ---> 9cf5e6aab400 [2020-08-17T20:50:16.348Z] Step 3/26 : WORKDIR /edgex-go [2020-08-17T20:50:16.348Z] ---> Using cache [2020-08-17T20:50:16.348Z] ---> 5c1c7829cf70 [2020-08-17T20:50:16.348Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:50:16.348Z] ---> Using cache [2020-08-17T20:50:16.348Z] ---> 4dffb2ebca37 [2020-08-17T20:50:16.348Z] Step 5/26 : RUN apk update && apk add make git [2020-08-17T20:50:16.348Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:50:16.348Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:50:16.348Z] OK: 12617 distinct packages available [2020-08-17T20:50:16.622Z] Collecting docopt<0.7,>=0.6.1 [2020-08-17T20:50:16.622Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-17T20:50:17.218Z] OK: 217 MiB in 51 packages [2020-08-17T20:50:17.218Z] ---> Running in 868a5ecc0cc8 [2020-08-17T20:50:19.197Z] Removing intermediate container 48e494c86686 [2020-08-17T20:50:19.197Z] ---> ad3688ca40d8 [2020-08-17T20:50:19.197Z] Step 5/29 : COPY go.mod . [2020-08-17T20:50:19.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:50:19.753Z] Removing intermediate container d22c2d34dcbb [2020-08-17T20:50:19.753Z] ---> 23690897c22b [2020-08-17T20:50:19.753Z] Step 8/22 : COPY . . [2020-08-17T20:50:20.357Z] ---> b41f61ca695d [2020-08-17T20:50:20.357Z] Step 6/29 : RUN go mod download [2020-08-17T20:50:20.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:50:20.629Z] ---> 36cee9db1c3f [2020-08-17T20:50:20.629Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-17T20:50:20.629Z] ---> Running in 40896ee7ca08 [2020-08-17T20:50:20.904Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-17T20:50:20.904Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-17T20:50:21.179Z] ---> Running in adc9573fbf5c [2020-08-17T20:50:21.469Z] v3.12.0-245-gcd32bb7c9a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:50:21.469Z] v3.12.0-244-g615c9f1d68 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:50:21.469Z] OK: 12617 distinct packages available [2020-08-17T20:50:21.745Z] Collecting docker-pycreds>=0.4.0 [2020-08-17T20:50:21.745Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-17T20:50:22.355Z] Collecting idna<2.8,>=2.5 [2020-08-17T20:50:22.355Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-17T20:50:22.355Z] OK: 217 MiB in 51 packages [2020-08-17T20:50:22.355Z] 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-17T20:50:22.355Z] 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-17T20:50:22.973Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-17T20:50:22.973Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-17T20:50:23.983Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-17T20:50:23.983Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-17T20:50:23.983Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-17T20:50:23.983Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-17T20:50:24.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-17T20:50:25.258Z] Installing collected packages: websocket-client, texttable, PyYAML, dockerpty, docker-pycreds, idna, urllib3, requests, docker, cached-property, jsonschema, docopt, docker-compose [2020-08-17T20:50:25.857Z] Running setup.py install for texttable: started [2020-08-17T20:50:25.857Z] Removing intermediate container 868a5ecc0cc8 [2020-08-17T20:50:25.857Z] ---> 3ee93c6adeed [2020-08-17T20:50:25.857Z] Step 6/26 : COPY go.mod . [2020-08-17T20:50:26.132Z] Removing intermediate container 40896ee7ca08 [2020-08-17T20:50:26.132Z] ---> acefe6790d30 [2020-08-17T20:50:26.132Z] Step 7/29 : COPY . . [2020-08-17T20:50:27.131Z] ---> 1345ddd5c690 [2020-08-17T20:50:27.131Z] Step 7/26 : RUN go mod download [2020-08-17T20:50:28.127Z] ---> Running in 86b6e422eaa9 [2020-08-17T20:50:28.406Z] Running setup.py install for texttable: finished with status 'done' [2020-08-17T20:50:28.406Z] Running setup.py install for PyYAML: started [2020-08-17T20:50:31.079Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-17T20:50:31.080Z] Running setup.py install for dockerpty: started [2020-08-17T20:50:33.733Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-17T20:50:33.733Z] Attempting uninstall: idna [2020-08-17T20:50:33.733Z] Found existing installation: idna 2.9 [2020-08-17T20:50:33.733Z] Uninstalling idna-2.9: [2020-08-17T20:50:34.017Z] Successfully uninstalled idna-2.9 [2020-08-17T20:50:35.027Z] Attempting uninstall: urllib3 [2020-08-17T20:50:35.027Z] Found existing installation: urllib3 1.25.9 [2020-08-17T20:50:35.027Z] Removing intermediate container 86b6e422eaa9 [2020-08-17T20:50:35.027Z] ---> 59a9c26b61d7 [2020-08-17T20:50:35.027Z] Step 8/26 : COPY . . [2020-08-17T20:50:35.027Z] Uninstalling urllib3-1.25.9: [2020-08-17T20:50:35.027Z] Successfully uninstalled urllib3-1.25.9 [2020-08-17T20:50:35.636Z] Attempting uninstall: requests [2020-08-17T20:50:35.636Z] Found existing installation: requests 2.23.0 [2020-08-17T20:50:35.922Z] Uninstalling requests-2.23.0: [2020-08-17T20:50:35.922Z] Successfully uninstalled requests-2.23.0 [2020-08-17T20:50:37.379Z] Running setup.py install for docopt: started [2020-08-17T20:50:39.380Z] Running setup.py install for docopt: finished with status 'done' [2020-08-17T20:50:40.373Z] 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-17T20:50:47.159Z] ---> 6ece45d7952f [2020-08-17T20:50:47.159Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-17T20:50:47.159Z] ---> Running in 7e499be8c552 [2020-08-17T20:50:49.820Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/core-data/core-data ./cmd/core-data [2020-08-17T20:50:50.822Z] Removing intermediate container 44e6d8a5f443 [2020-08-17T20:50:50.822Z] ---> 25632568983c [2020-08-17T20:50:50.822Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-17T20:50:51.814Z] ---> Running in 33d57fbdf0db [2020-08-17T20:50:54.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:50:54.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:50:55.828Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-17T20:50:55.828Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-17T20:50:55.828Z] (3/3) Installing curl (7.69.1-r0) [2020-08-17T20:50:55.828Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:50:56.110Z] OK: 71 MiB in 58 packages [2020-08-17T20:50:57.103Z] ---> 43d22a6c0a0c [2020-08-17T20:50:57.103Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-17T20:50:57.387Z] ---> Running in b0916adee3a5 [2020-08-17T20:50:58.836Z] Removing intermediate container 33d57fbdf0db [2020-08-17T20:50:58.836Z] ---> cc2292bc2d02 [2020-08-17T20:50:58.836Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:50:59.445Z] ---> Running in caa523572405 [2020-08-17T20:51:00.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-17T20:51:00.713Z] Removing intermediate container caa523572405 [2020-08-17T20:51:00.713Z] ---> 3ed7e0a7d363 [2020-08-17T20:51:00.713Z] Step 24/26 : LABEL arch=arm64 [2020-08-17T20:51:00.993Z] ---> Running in 1dbd7587c363 [2020-08-17T20:51:02.463Z] Removing intermediate container 1dbd7587c363 [2020-08-17T20:51:02.463Z] ---> 377e7b8808e9 [2020-08-17T20:51:02.463Z] Step 25/26 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:51:02.463Z] ---> Running in e03a9cb75ee5 [2020-08-17T20:51:02.745Z] ---> aee56e174677 [2020-08-17T20:51:03.027Z] 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-17T20:51:03.027Z] Removing intermediate container e03a9cb75ee5 [2020-08-17T20:51:03.027Z] ---> 0ada43a52ae7 [2020-08-17T20:51:03.027Z] Step 26/26 : LABEL version=1.2.2-dev.12 [2020-08-17T20:51:03.027Z] ---> Running in 05c0cde31ced [2020-08-17T20:51:03.308Z] ---> Running in 2d096440e34d [2020-08-17T20:51:04.305Z] Removing intermediate container 2d096440e34d [2020-08-17T20:51:04.305Z] ---> 0b1cbe9d4bc9 [2020-08-17T20:51:04.305Z] [2020-08-17T20:51:04.912Z] Successfully built 0b1cbe9d4bc9 [2020-08-17T20:51:04.912Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-17T20:51:04.912Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go [2020-08-17T20:51:05.521Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-17T20:51:32.379Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-17T20:51:32.379Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-17T20:51:32.379Z] ---> 9cf5e6aab400 [2020-08-17T20:51:32.379Z] Step 3/21 : WORKDIR /edgex-go [2020-08-17T20:51:32.379Z] ---> Using cache [2020-08-17T20:51:32.379Z] ---> 5c1c7829cf70 [2020-08-17T20:51:32.379Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:51:32.379Z] ---> Using cache [2020-08-17T20:51:32.379Z] ---> 4dffb2ebca37 [2020-08-17T20:51:32.379Z] Step 5/21 : RUN apk update && apk add make git [2020-08-17T20:51:32.379Z] ---> Using cache [2020-08-17T20:51:32.379Z] ---> 3ee93c6adeed [2020-08-17T20:51:32.379Z] Step 6/21 : COPY go.mod . [2020-08-17T20:51:32.379Z] ---> Using cache [2020-08-17T20:51:32.379Z] ---> 1345ddd5c690 [2020-08-17T20:51:32.379Z] Step 7/21 : RUN go mod download [2020-08-17T20:51:32.379Z] ---> Using cache [2020-08-17T20:51:32.379Z] ---> 59a9c26b61d7 [2020-08-17T20:51:32.379Z] Step 8/21 : COPY . . [2020-08-17T20:51:32.379Z] ---> Using cache [2020-08-17T20:51:32.379Z] ---> aee56e174677 [2020-08-17T20:51:32.379Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-17T20:51:32.379Z] ---> Running in e6781d45e288 [2020-08-17T20:51:32.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/core-command/core-command ./cmd/core-command [2020-08-17T20:51:54.609Z] Removing intermediate container adc9573fbf5c [2020-08-17T20:51:54.609Z] ---> 7c4e44709770 [2020-08-17T20:51:54.609Z] [2020-08-17T20:51:54.609Z] Step 10/23 : FROM scratch [2020-08-17T20:51:54.609Z] ---> [2020-08-17T20:51:54.609Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-17T20:51:54.609Z] ---> Using cache [2020-08-17T20:51:54.609Z] ---> a116b827546a [2020-08-17T20:51:54.609Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-17T20:51:54.609Z] ---> Running in f6a6ba67347e [2020-08-17T20:51:54.609Z] Removing intermediate container f6a6ba67347e [2020-08-17T20:51:54.609Z] ---> 200efb6a6752 [2020-08-17T20:51:54.609Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-17T20:51:54.609Z] ---> Running in f6290fc18ee6 [2020-08-17T20:51:54.609Z] Removing intermediate container f6290fc18ee6 [2020-08-17T20:51:54.609Z] ---> 9443b4491665 [2020-08-17T20:51:54.609Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-17T20:51:55.219Z] ---> 67efebf297a6 [2020-08-17T20:51:55.219Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-17T20:51:56.680Z] ---> 0592910df9c0 [2020-08-17T20:51:56.680Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-17T20:51:58.702Z] ---> c7312d7c230b [2020-08-17T20:51:58.702Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-17T20:51:59.312Z] ---> 0a04ec7113e9 [2020-08-17T20:51:59.312Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-17T20:52:01.334Z] ---> 187b66fe0386 [2020-08-17T20:52:01.334Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-17T20:52:02.793Z] ---> cb3f1deee368 [2020-08-17T20:52:02.793Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:52:02.793Z] ---> Running in 514b455f47a0 [2020-08-17T20:52:03.403Z] Removing intermediate container 514b455f47a0 [2020-08-17T20:52:03.403Z] ---> 627299e2e2ea [2020-08-17T20:52:03.403Z] Step 21/23 : LABEL arch=arm64 [2020-08-17T20:52:03.684Z] ---> Running in d10a17bedcbd [2020-08-17T20:52:04.292Z] Removing intermediate container d10a17bedcbd [2020-08-17T20:52:04.292Z] ---> e9332dc2087e [2020-08-17T20:52:04.292Z] Step 22/23 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:52:04.577Z] ---> Running in 160b2f7d9406 [2020-08-17T20:52:05.189Z] Removing intermediate container 160b2f7d9406 [2020-08-17T20:52:05.189Z] ---> 31c20493a37e [2020-08-17T20:52:05.189Z] Step 23/23 : LABEL version=1.2.2-dev.12 [2020-08-17T20:52:05.469Z] ---> Running in 8cdca7ade474 [2020-08-17T20:52:06.086Z] Removing intermediate container 8cdca7ade474 [2020-08-17T20:52:06.086Z] ---> d43cd1905600 [2020-08-17T20:52:06.086Z] [2020-08-17T20:52:06.385Z] Successfully built d43cd1905600 [2020-08-17T20:52:06.665Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-17T20:52:25.027Z]  Building docker-support-notifications-go ... done Removing intermediate container b0916adee3a5 [2020-08-17T20:52:25.027Z] ---> 41cb174456b1 [2020-08-17T20:52:25.027Z] [2020-08-17T20:52:25.027Z] Step 9/29 : FROM alpine:latest [2020-08-17T20:52:25.027Z] ---> 62ee0e9f8440 [2020-08-17T20:52:25.027Z] 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-17T20:52:25.027Z] ---> Running in e75d8827ec45 [2020-08-17T20:52:25.027Z] Removing intermediate container e75d8827ec45 [2020-08-17T20:52:25.027Z] ---> 70a35a011084 [2020-08-17T20:52:25.027Z] Step 11/29 : USER root [2020-08-17T20:52:25.027Z] ---> Running in 10121651fad8 [2020-08-17T20:52:25.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-17T20:52:25.027Z] Removing intermediate container 10121651fad8 [2020-08-17T20:52:25.027Z] ---> 40d09c3325eb [2020-08-17T20:52:25.027Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-17T20:52:25.027Z] ---> Running in b9cf8c7ca648 [2020-08-17T20:52:27.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:52:27.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:52:27.910Z] v3.12.0-245-gcd32bb7c9a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-17T20:52:27.910Z] v3.12.0-244-g615c9f1d68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-17T20:52:27.911Z] OK: 12617 distinct packages available [2020-08-17T20:52:28.969Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-17T20:52:29.254Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-17T20:52:29.254Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:52:29.254Z] Executing ca-certificates-20191127-r4.trigger [2020-08-17T20:52:29.539Z] OK: 6 MiB in 16 packages [2020-08-17T20:52:32.996Z] Removing intermediate container b9cf8c7ca648 [2020-08-17T20:52:32.996Z] ---> 66f5f6f0c610 [2020-08-17T20:52:32.996Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-17T20:52:32.996Z] ---> Running in a2cbff551f9e [2020-08-17T20:52:33.281Z] Removing intermediate container a2cbff551f9e [2020-08-17T20:52:33.281Z] ---> ba396cd62cde [2020-08-17T20:52:33.281Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-17T20:52:33.281Z] ---> Running in 846341429aa1 [2020-08-17T20:52:34.293Z] Removing intermediate container 846341429aa1 [2020-08-17T20:52:34.293Z] ---> 6488e0bb9174 [2020-08-17T20:52:34.293Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-17T20:52:34.293Z] ---> Running in c62f72bebf82 [2020-08-17T20:52:35.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.12" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-17T20:52:38.403Z] Removing intermediate container c62f72bebf82 [2020-08-17T20:52:38.403Z] ---> 19d4869ab1ce [2020-08-17T20:52:38.403Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-17T20:52:39.861Z] ---> a48dfd256eb6 [2020-08-17T20:52:39.861Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-17T20:52:40.849Z] ---> a48169962ba6 [2020-08-17T20:52:40.849Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-17T20:52:42.304Z] ---> ce71f8edb9da [2020-08-17T20:52:42.304Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-17T20:52:43.334Z] ---> a0176de21c85 [2020-08-17T20:52:43.334Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-17T20:52:44.802Z] ---> 0fb9cbccdce6 [2020-08-17T20:52:44.802Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-17T20:52:44.802Z] ---> Running in 9600d0e64644 [2020-08-17T20:52:50.248Z] Removing intermediate container 05c0cde31ced [2020-08-17T20:52:50.248Z] ---> 26aa37c5dbf7 [2020-08-17T20:52:50.248Z] [2020-08-17T20:52:50.248Z] Step 10/26 : FROM alpine:3.10 [2020-08-17T20:52:50.248Z] Removing intermediate container 9600d0e64644 [2020-08-17T20:52:50.248Z] ---> 713f2d098802 [2020-08-17T20:52:50.248Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T20:52:50.248Z] 3.10: Pulling from library/alpine [2020-08-17T20:52:50.849Z] ---> 8b5f508587d8 [2020-08-17T20:52:50.849Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T20:52:51.452Z] ---> Running in 89904d0b7326 [2020-08-17T20:52:52.053Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-17T20:52:52.053Z] Status: Downloaded newer image for alpine:3.10 [2020-08-17T20:52:52.053Z] ---> 536a684cf733 [2020-08-17T20:52:52.053Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-17T20:52:52.330Z] ---> Running in f2aa9ad556e6 [2020-08-17T20:52:53.311Z] Removing intermediate container 7e499be8c552 [2020-08-17T20:52:53.311Z] ---> 238f31a4d7ed [2020-08-17T20:52:53.311Z] [2020-08-17T20:52:53.311Z] Step 10/22 : FROM alpine [2020-08-17T20:52:53.311Z] ---> 62ee0e9f8440 [2020-08-17T20:52:53.311Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:52:53.311Z] ---> Running in 89e7851fb6ef [2020-08-17T20:52:53.913Z] Removing intermediate container 89e7851fb6ef [2020-08-17T20:52:53.913Z] ---> ba62d6fdf2c7 [2020-08-17T20:52:53.913Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-17T20:52:54.190Z] ---> Running in 642842449e2e [2020-08-17T20:52:54.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:52:55.081Z] Removing intermediate container 89904d0b7326 [2020-08-17T20:52:55.081Z] ---> e22a7c9ad812 [2020-08-17T20:52:55.081Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-17T20:52:55.081Z] Removing intermediate container 642842449e2e [2020-08-17T20:52:55.081Z] ---> 93f5d9ba0c73 [2020-08-17T20:52:55.081Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-17T20:52:55.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:52:55.081Z] ---> Running in b0d6a6dbcb5f [2020-08-17T20:52:55.081Z] ---> Running in f12197fd23ff [2020-08-17T20:52:55.690Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-17T20:52:55.690Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-17T20:52:55.690Z] OK: 10167 distinct packages available [2020-08-17T20:52:56.291Z] Removing intermediate container f12197fd23ff [2020-08-17T20:52:56.291Z] ---> e63317002c1f [2020-08-17T20:52:56.291Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-17T20:52:56.291Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-17T20:52:56.291Z] ---> Running in f4774ca552cb [2020-08-17T20:52:56.573Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-17T20:52:56.573Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-17T20:52:56.573Z] (4/5) Installing curl (7.66.0-r0) [2020-08-17T20:52:56.573Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-17T20:52:56.573Z] Executing busybox-1.30.1-r3.trigger [2020-08-17T20:52:56.573Z] Executing ca-certificates-20191127-r2.trigger [2020-08-17T20:52:56.853Z] OK: 7 MiB in 19 packages [2020-08-17T20:52:59.492Z] Removing intermediate container f2aa9ad556e6 [2020-08-17T20:52:59.492Z] ---> b81901f121e9 [2020-08-17T20:52:59.492Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-17T20:52:59.492Z] Removing intermediate container b0d6a6dbcb5f [2020-08-17T20:52:59.492Z] ---> 8a29e9f29a6f [2020-08-17T20:52:59.492Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T20:52:59.769Z] ---> Running in 7ce3b62bdb87 [2020-08-17T20:52:59.769Z] ---> Running in 0f2838476981 [2020-08-17T20:53:00.042Z] Removing intermediate container e6781d45e288 [2020-08-17T20:53:00.042Z] ---> 7871d256a366 [2020-08-17T20:53:00.042Z] [2020-08-17T20:53:00.042Z] Step 10/21 : FROM scratch [2020-08-17T20:53:00.042Z] ---> [2020-08-17T20:53:00.042Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-17T20:53:00.314Z] ---> Using cache [2020-08-17T20:53:00.314Z] ---> df40b8c00f94 [2020-08-17T20:53:00.314Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-17T20:53:00.594Z] Removing intermediate container 0f2838476981 [2020-08-17T20:53:00.594Z] ---> 88ba0d4517d9 [2020-08-17T20:53:00.594Z] Removing intermediate container f4774ca552cb [2020-08-17T20:53:00.594Z] ---> 18b38d63a58b [2020-08-17T20:53:00.594Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-17T20:53:00.594Z] Step 26/29 : CMD [ "generate" ] [2020-08-17T20:53:00.594Z] Removing intermediate container 7ce3b62bdb87 [2020-08-17T20:53:00.594Z] ---> e7ebe41a9ed3 [2020-08-17T20:53:00.594Z] Step 13/26 : WORKDIR / [2020-08-17T20:53:00.594Z] ---> Running in a79cb40d4115 [2020-08-17T20:53:00.594Z] ---> Running in 14eb14ade6fb [2020-08-17T20:53:00.594Z] ---> Running in 98b0b36e450d [2020-08-17T20:53:00.594Z] ---> Running in b1872c717ddd [2020-08-17T20:53:01.197Z] Removing intermediate container a79cb40d4115 [2020-08-17T20:53:01.197Z] ---> 2e480d77b546 [2020-08-17T20:53:01.197Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-17T20:53:01.197Z] ---> Running in 865c62e8321d [2020-08-17T20:53:01.197Z] Removing intermediate container 98b0b36e450d [2020-08-17T20:53:01.197Z] ---> 855f3b2293e0 [2020-08-17T20:53:01.197Z] Step 27/29 : LABEL arch=arm64 [2020-08-17T20:53:01.471Z] Removing intermediate container 14eb14ade6fb [2020-08-17T20:53:01.471Z] ---> ba9ca22483c3 [2020-08-17T20:53:01.471Z] 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-17T20:53:01.471Z] ---> Running in 428cc0f78d33 [2020-08-17T20:53:01.749Z] Removing intermediate container 865c62e8321d [2020-08-17T20:53:01.749Z] ---> f8638d315677 [2020-08-17T20:53:01.749Z] Step 14/21 : WORKDIR / [2020-08-17T20:53:02.022Z] ---> Running in dfc269f17c2e [2020-08-17T20:53:02.022Z] Removing intermediate container 428cc0f78d33 [2020-08-17T20:53:02.022Z] ---> e8196137b356 [2020-08-17T20:53:02.022Z] Step 28/29 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:02.295Z] ---> Running in be2288b40ae1 [2020-08-17T20:53:02.295Z] ---> d76bacd9869f [2020-08-17T20:53:02.295Z] 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-17T20:53:02.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-17T20:53:02.569Z] Removing intermediate container dfc269f17c2e [2020-08-17T20:53:02.569Z] ---> 9883686916d3 [2020-08-17T20:53:02.569Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-17T20:53:02.845Z] Removing intermediate container be2288b40ae1 [2020-08-17T20:53:02.845Z] ---> 0af932478e3f [2020-08-17T20:53:02.845Z] Step 29/29 : LABEL version=1.2.2-dev.12 [2020-08-17T20:53:03.118Z] ---> Running in d833deeecd92 [2020-08-17T20:53:03.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-17T20:53:03.394Z] ---> 8e86f31cf3d5 [2020-08-17T20:53:03.394Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-17T20:53:03.394Z] ---> df32d3de0861 [2020-08-17T20:53:03.394Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-17T20:53:03.669Z] Removing intermediate container d833deeecd92 [2020-08-17T20:53:03.669Z] ---> 69cbdeac0081 [2020-08-17T20:53:03.669Z] [2020-08-17T20:53:03.944Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-17T20:53:03.944Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-17T20:53:03.944Z] Successfully built 69cbdeac0081 [2020-08-17T20:53:03.944Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-17T20:53:04.226Z]  Building docker-security-secrets-setup-go ... done (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-17T20:53:04.226Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-17T20:53:04.226Z] ---> 5a8ce8b88210 [2020-08-17T20:53:04.226Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-17T20:53:04.499Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-17T20:53:04.499Z] Executing busybox-1.31.1-r16.trigger [2020-08-17T20:53:04.499Z] OK: 8 MiB in 19 packages [2020-08-17T20:53:04.774Z] ---> d7a11a2ae04a [2020-08-17T20:53:04.774Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-17T20:53:05.377Z] ---> 83abaf8a1e32 [2020-08-17T20:53:05.377Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-17T20:53:05.653Z] ---> 9d99d2b161ab [2020-08-17T20:53:05.653Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:53:05.929Z] Removing intermediate container b1872c717ddd [2020-08-17T20:53:05.929Z] ---> 573194c7e009 [2020-08-17T20:53:05.929Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-17T20:53:05.929Z] ---> Running in beb82fb2537b [2020-08-17T20:53:06.528Z] Removing intermediate container beb82fb2537b [2020-08-17T20:53:06.528Z] ---> e67dcf6c3e27 [2020-08-17T20:53:06.528Z] Step 19/21 : LABEL arch=arm64 [2020-08-17T20:53:06.803Z] ---> c4747e957271 [2020-08-17T20:53:06.803Z] ---> 1520ce09e878 [2020-08-17T20:53:06.803Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-17T20:53:06.803Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-17T20:53:06.803Z] ---> Running in b2cdbc61e967 [2020-08-17T20:53:07.404Z] Removing intermediate container b2cdbc61e967 [2020-08-17T20:53:07.404Z] ---> d5c46ca99543 [2020-08-17T20:53:07.404Z] Step 20/21 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:07.682Z] ---> Running in e60e2153a0cf [2020-08-17T20:53:07.955Z] ---> 1cc5828315aa [2020-08-17T20:53:07.955Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-17T20:53:08.229Z] ---> 42b92d372afb [2020-08-17T20:53:08.229Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-17T20:53:08.229Z] Removing intermediate container e60e2153a0cf [2020-08-17T20:53:08.229Z] ---> 240aa027bfd4 [2020-08-17T20:53:08.229Z] Step 21/21 : LABEL version=1.2.2-dev.12 [2020-08-17T20:53:08.502Z] ---> Running in 6c939facbf60 [2020-08-17T20:53:09.100Z] ---> 7b1c7aeae72c [2020-08-17T20:53:09.100Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-17T20:53:09.100Z] ---> c8d2c52c7078 [2020-08-17T20:53:09.100Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-17T20:53:09.100Z] Removing intermediate container 6c939facbf60 [2020-08-17T20:53:09.100Z] ---> e0ce7c1c43e0 [2020-08-17T20:53:09.100Z] [2020-08-17T20:53:09.100Z] ---> Running in f1cdfb5e753a [2020-08-17T20:53:09.698Z] Successfully built e0ce7c1c43e0 [2020-08-17T20:53:09.698Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-17T20:53:09.698Z]  Building docker-core-command-go ... done Removing intermediate container f1cdfb5e753a [2020-08-17T20:53:09.698Z] ---> 5f73ac6b308c [2020-08-17T20:53:09.698Z] Step 20/22 : LABEL arch=arm64 [2020-08-17T20:53:09.974Z] ---> Running in 793c953dbb30 [2020-08-17T20:53:09.974Z] ---> 15ba4db63ab6 [2020-08-17T20:53:09.974Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-17T20:53:10.247Z] ---> Running in 21854e322f62 [2020-08-17T20:53:10.247Z] Removing intermediate container 793c953dbb30 [2020-08-17T20:53:10.247Z] ---> 2a3dfd2b7dff [2020-08-17T20:53:10.247Z] Step 21/22 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:10.527Z] ---> Running in df658d077260 [2020-08-17T20:53:11.125Z] Removing intermediate container df658d077260 [2020-08-17T20:53:11.125Z] ---> 084315479ec9 [2020-08-17T20:53:11.125Z] Step 22/22 : LABEL version=1.2.2-dev.12 [2020-08-17T20:53:11.125Z] ---> Running in d32687e3a2f7 [2020-08-17T20:53:11.725Z] Removing intermediate container d32687e3a2f7 [2020-08-17T20:53:11.725Z] ---> 95e1e64bc469 [2020-08-17T20:53:11.725Z] [2020-08-17T20:53:11.998Z] Successfully built 95e1e64bc469 [2020-08-17T20:53:11.998Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-17T20:53:12.973Z]  Building docker-core-data-go ... done Removing intermediate container 21854e322f62 [2020-08-17T20:53:12.973Z] ---> 4531bc61fc2e [2020-08-17T20:53:12.973Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-17T20:53:12.973Z] ---> Running in c82714a21b34 [2020-08-17T20:53:13.570Z] Removing intermediate container c82714a21b34 [2020-08-17T20:53:13.570Z] ---> 669bebac7fde [2020-08-17T20:53:13.570Z] Step 24/26 : LABEL arch=arm64 [2020-08-17T20:53:13.570Z] ---> Running in 9cf63f2d9b87 [2020-08-17T20:53:14.168Z] Removing intermediate container 9cf63f2d9b87 [2020-08-17T20:53:14.168Z] ---> 26a980dc7078 [2020-08-17T20:53:14.168Z] Step 25/26 : LABEL git_sha=a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:14.168Z] ---> Running in 6394ffc05ecc [2020-08-17T20:53:14.441Z] Removing intermediate container 6394ffc05ecc [2020-08-17T20:53:14.441Z] ---> f88362c6a879 [2020-08-17T20:53:14.441Z] Step 26/26 : LABEL version=1.2.2-dev.12 [2020-08-17T20:53:14.713Z] ---> Running in 38925fe289a7 [2020-08-17T20:53:14.984Z] Removing intermediate container 38925fe289a7 [2020-08-17T20:53:14.984Z] ---> 13934c0b6d1d [2020-08-17T20:53:14.984Z] [2020-08-17T20:53:15.576Z] Successfully built 13934c0b6d1d [2020-08-17T20:53:15.576Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-17T20:53:15.592Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-08-17T20:53:15.573Z] $ docker stop --time=1 f3790a9264872929e8716a5b2b52e6483d9d12e667b2be996ce3c06854f7d951 [2020-08-17T20:53:17.408Z] $ docker rm -f f3790a9264872929e8716a5b2b52e6483d9d12e667b2be996ce3c06854f7d951 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:53:18.112Z] + docker images [2020-08-17T20:53:18.112Z] + grep docker [2020-08-17T20:53:18.380Z] docker-security-secretstore-setup-go-arm64 latest 13934c0b6d1d 4 seconds ago 32.6MB [2020-08-17T20:53:18.380Z] docker-core-data-go-arm64 latest 95e1e64bc469 7 seconds ago 22.6MB [2020-08-17T20:53:18.380Z] docker-core-command-go-arm64 latest e0ce7c1c43e0 10 seconds ago 12.4MB [2020-08-17T20:53:18.380Z] docker-security-secrets-setup-go-arm64 latest 69cbdeac0081 15 seconds ago 24.2MB [2020-08-17T20:53:18.380Z] docker-support-notifications-go-arm64 latest d43cd1905600 About a minute ago 13.9MB [2020-08-17T20:53:18.380Z] docker-sys-mgmt-agent-go-arm64 latest 0b1cbe9d4bc9 2 minutes ago 266MB [2020-08-17T20:53:18.380Z] docker-core-metadata-go-arm64 latest bfa7003e4090 3 minutes ago 13.8MB [2020-08-17T20:53:18.380Z] docker-support-scheduler-go-arm64 latest bb2428031faf 3 minutes ago 12.6MB [2020-08-17T20:53:18.380Z] docker-support-logging-go-arm64 latest d7e7659c33e6 3 minutes ago 11.4MB [2020-08-17T20:53:18.380Z] docker-security-proxy-setup-go-arm64 latest 5a2ae587aedc 4 minutes ago 15.8MB [2020-08-17T20:53:18.380Z] docker latest ce9d55ae87f1 7 weeks ago 193MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-17T20:53:18.789Z] provisioning config files... [2020-08-17T20:53:18.833Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/124@tmp/config4810545127240867954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-17T20:53:19.215Z] nexus3.edgexfoundry.org:10001 [2020-08-17T20:53:19.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T20:53:19.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T20:53:19.756Z] Configure a credential helper to remove this warning. See [2020-08-17T20:53:19.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T20:53:19.756Z] [2020-08-17T20:53:19.756Z] Login Succeeded [2020-08-17T20:53:19.756Z] nexus3.edgexfoundry.org:10002 [2020-08-17T20:53:20.027Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T20:53:20.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T20:53:20.300Z] Configure a credential helper to remove this warning. See [2020-08-17T20:53:20.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T20:53:20.300Z] [2020-08-17T20:53:20.300Z] Login Succeeded [2020-08-17T20:53:20.300Z] nexus3.edgexfoundry.org:10003 [2020-08-17T20:53:20.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T20:53:20.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T20:53:20.895Z] Configure a credential helper to remove this warning. See [2020-08-17T20:53:20.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T20:53:20.895Z] [2020-08-17T20:53:20.895Z] Login Succeeded [2020-08-17T20:53:20.895Z] nexus3.edgexfoundry.org:10004 [2020-08-17T20:53:21.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T20:53:21.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T20:53:21.456Z] Configure a credential helper to remove this warning. See [2020-08-17T20:53:21.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T20:53:21.456Z] [2020-08-17T20:53:21.456Z] Login Succeeded [2020-08-17T20:53:21.456Z] docker.io [2020-08-17T20:53:21.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-17T20:53:22.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-17T20:53:22.321Z] Configure a credential helper to remove this warning. See [2020-08-17T20:53:22.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-17T20:53:22.321Z] [2020-08-17T20:53:22.321Z] Login Succeeded [Pipeline] } [2020-08-17T20:53:22.336Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:53:22.507Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-08-17T20:53:22.507Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:22.507Z] 1.2.2-dev.12 [2020-08-17T20:53:22.507Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:22.507Z] master [2020-08-17T20:53:22.507Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:22.975Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:23.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:23.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-17T20:53:23.300Z] 62b7dcd21131: Preparing [2020-08-17T20:53:23.300Z] 834a30a5af09: Preparing [2020-08-17T20:53:23.300Z] 96c499bca16d: Preparing [2020-08-17T20:53:23.572Z] 96c499bca16d: Pushed [2020-08-17T20:53:23.572Z] 62b7dcd21131: Pushed [2020-08-17T20:53:26.938Z] 834a30a5af09: Pushed [2020-08-17T20:53:26.938Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:2c899b421b5b15bfcaf5d7ae079854a120d2719c444a5e3bf575e56f32dc40c0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:27.279Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:27.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.12 [2020-08-17T20:53:27.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-17T20:53:27.609Z] 62b7dcd21131: Preparing [2020-08-17T20:53:27.609Z] 834a30a5af09: Preparing [2020-08-17T20:53:27.609Z] 96c499bca16d: Preparing [2020-08-17T20:53:27.609Z] 834a30a5af09: Layer already exists [2020-08-17T20:53:27.609Z] 96c499bca16d: Layer already exists [2020-08-17T20:53:27.609Z] 62b7dcd21131: Layer already exists [2020-08-17T20:53:27.876Z] 1.2.2-dev.12: digest: sha256:2c899b421b5b15bfcaf5d7ae079854a120d2719c444a5e3bf575e56f32dc40c0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:28.211Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:28.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:28.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-17T20:53:28.548Z] 62b7dcd21131: Preparing [2020-08-17T20:53:28.548Z] 834a30a5af09: Preparing [2020-08-17T20:53:28.548Z] 96c499bca16d: Preparing [2020-08-17T20:53:28.548Z] 96c499bca16d: Layer already exists [2020-08-17T20:53:28.548Z] 834a30a5af09: Layer already exists [2020-08-17T20:53:28.548Z] 62b7dcd21131: Layer already exists [2020-08-17T20:53:28.817Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:2c899b421b5b15bfcaf5d7ae079854a120d2719c444a5e3bf575e56f32dc40c0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:29.149Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:29.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-08-17T20:53:29.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-17T20:53:29.479Z] 62b7dcd21131: Preparing [2020-08-17T20:53:29.479Z] 834a30a5af09: Preparing [2020-08-17T20:53:29.479Z] 96c499bca16d: Preparing [2020-08-17T20:53:29.479Z] 96c499bca16d: Layer already exists [2020-08-17T20:53:29.479Z] 62b7dcd21131: Layer already exists [2020-08-17T20:53:29.479Z] 834a30a5af09: Layer already exists [2020-08-17T20:53:29.746Z] master: digest: sha256:2c899b421b5b15bfcaf5d7ae079854a120d2719c444a5e3bf575e56f32dc40c0 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:53:29.919Z] ===================================================== [Pipeline] echo [2020-08-17T20:53:29.958Z] taggedImages: [2020-08-17T20:53:29.958Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:29.958Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.12 [2020-08-17T20:53:29.958Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:29.958Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-08-17T20:53:30.013Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-08-17T20:53:30.013Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:30.013Z] 1.2.2-dev.12 [2020-08-17T20:53:30.013Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:30.013Z] master [2020-08-17T20:53:30.013Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:30.541Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:30.875Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:30.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-17T20:53:30.875Z] e67d3cc4e427: Preparing [2020-08-17T20:53:30.875Z] 726057aa0c1b: Preparing [2020-08-17T20:53:30.875Z] 27cfeb9c8206: Preparing [2020-08-17T20:53:30.875Z] e4aa0e0c0766: Preparing [2020-08-17T20:53:30.875Z] 44587f570980: Preparing [2020-08-17T20:53:30.875Z] e2f13739ad41: Preparing [2020-08-17T20:53:30.875Z] e2f13739ad41: Waiting [2020-08-17T20:53:31.149Z] 27cfeb9c8206: Pushed [2020-08-17T20:53:31.149Z] e67d3cc4e427: Pushed [2020-08-17T20:53:31.149Z] 44587f570980: Pushed [2020-08-17T20:53:31.149Z] e2f13739ad41: Layer already exists [2020-08-17T20:53:31.794Z] e4aa0e0c0766: Pushed [2020-08-17T20:53:35.190Z] 726057aa0c1b: Pushed [2020-08-17T20:53:35.190Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:cef496b5e9a1d8ba7649cc141efad4ab299dfe02cc9ebdd780cf382c556b3be0 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:35.558Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:35.908Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.12 [2020-08-17T20:53:35.908Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-17T20:53:35.908Z] e67d3cc4e427: Preparing [2020-08-17T20:53:35.908Z] 726057aa0c1b: Preparing [2020-08-17T20:53:35.908Z] 27cfeb9c8206: Preparing [2020-08-17T20:53:35.908Z] e4aa0e0c0766: Preparing [2020-08-17T20:53:35.908Z] 44587f570980: Preparing [2020-08-17T20:53:35.908Z] e2f13739ad41: Preparing [2020-08-17T20:53:35.908Z] e2f13739ad41: Waiting [2020-08-17T20:53:35.908Z] 27cfeb9c8206: Layer already exists [2020-08-17T20:53:35.908Z] 44587f570980: Layer already exists [2020-08-17T20:53:35.908Z] 726057aa0c1b: Layer already exists [2020-08-17T20:53:35.908Z] e4aa0e0c0766: Layer already exists [2020-08-17T20:53:35.908Z] e67d3cc4e427: Layer already exists [2020-08-17T20:53:36.188Z] e2f13739ad41: Layer already exists [2020-08-17T20:53:36.188Z] 1.2.2-dev.12: digest: sha256:cef496b5e9a1d8ba7649cc141efad4ab299dfe02cc9ebdd780cf382c556b3be0 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:36.572Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:36.940Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:36.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-17T20:53:36.940Z] e67d3cc4e427: Preparing [2020-08-17T20:53:36.940Z] 726057aa0c1b: Preparing [2020-08-17T20:53:36.940Z] 27cfeb9c8206: Preparing [2020-08-17T20:53:36.940Z] e4aa0e0c0766: Preparing [2020-08-17T20:53:36.940Z] 44587f570980: Preparing [2020-08-17T20:53:36.940Z] e2f13739ad41: Preparing [2020-08-17T20:53:36.940Z] e2f13739ad41: Waiting [2020-08-17T20:53:36.940Z] 44587f570980: Layer already exists [2020-08-17T20:53:36.940Z] 27cfeb9c8206: Layer already exists [2020-08-17T20:53:36.940Z] e4aa0e0c0766: Layer already exists [2020-08-17T20:53:36.940Z] e67d3cc4e427: Layer already exists [2020-08-17T20:53:36.940Z] 726057aa0c1b: Layer already exists [2020-08-17T20:53:36.940Z] e2f13739ad41: Layer already exists [2020-08-17T20:53:37.231Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:cef496b5e9a1d8ba7649cc141efad4ab299dfe02cc9ebdd780cf382c556b3be0 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:37.612Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:38.003Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-08-17T20:53:38.003Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-17T20:53:38.003Z] e67d3cc4e427: Preparing [2020-08-17T20:53:38.003Z] 726057aa0c1b: Preparing [2020-08-17T20:53:38.003Z] 27cfeb9c8206: Preparing [2020-08-17T20:53:38.003Z] e4aa0e0c0766: Preparing [2020-08-17T20:53:38.003Z] 44587f570980: Preparing [2020-08-17T20:53:38.003Z] e2f13739ad41: Preparing [2020-08-17T20:53:38.003Z] e2f13739ad41: Waiting [2020-08-17T20:53:38.003Z] e67d3cc4e427: Layer already exists [2020-08-17T20:53:38.003Z] 44587f570980: Layer already exists [2020-08-17T20:53:38.003Z] 726057aa0c1b: Layer already exists [2020-08-17T20:53:38.003Z] 27cfeb9c8206: Layer already exists [2020-08-17T20:53:38.003Z] e4aa0e0c0766: Layer already exists [2020-08-17T20:53:38.003Z] e2f13739ad41: Layer already exists [2020-08-17T20:53:38.279Z] master: digest: sha256:cef496b5e9a1d8ba7649cc141efad4ab299dfe02cc9ebdd780cf382c556b3be0 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:53:38.453Z] ===================================================== [Pipeline] echo [2020-08-17T20:53:38.494Z] taggedImages: [2020-08-17T20:53:38.494Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:38.494Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.12 [2020-08-17T20:53:38.494Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:38.494Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-08-17T20:53:38.555Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-08-17T20:53:38.555Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:38.555Z] 1.2.2-dev.12 [2020-08-17T20:53:38.555Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:38.555Z] master [2020-08-17T20:53:38.555Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:39.047Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:39.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:39.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-17T20:53:39.393Z] 7eb31a3b7246: Preparing [2020-08-17T20:53:39.393Z] 95ec2305e449: Preparing [2020-08-17T20:53:39.393Z] 73544a87ea85: Preparing [2020-08-17T20:53:39.663Z] 7eb31a3b7246: Pushed [2020-08-17T20:53:39.663Z] 73544a87ea85: Pushed [2020-08-17T20:53:43.062Z] 95ec2305e449: Pushed [2020-08-17T20:53:43.062Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:dc6e48a39582b3b1d526c416ccfcea7a29ec07ba004a89edf8b80805e993bd7e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:43.392Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:43.756Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.12 [2020-08-17T20:53:43.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-17T20:53:43.757Z] 7eb31a3b7246: Preparing [2020-08-17T20:53:43.757Z] 95ec2305e449: Preparing [2020-08-17T20:53:43.757Z] 73544a87ea85: Preparing [2020-08-17T20:53:44.035Z] 73544a87ea85: Layer already exists [2020-08-17T20:53:44.035Z] 95ec2305e449: Layer already exists [2020-08-17T20:53:44.035Z] 7eb31a3b7246: Layer already exists [2020-08-17T20:53:44.035Z] 1.2.2-dev.12: digest: sha256:dc6e48a39582b3b1d526c416ccfcea7a29ec07ba004a89edf8b80805e993bd7e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:44.402Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:44.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:44.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-17T20:53:44.753Z] 7eb31a3b7246: Preparing [2020-08-17T20:53:44.753Z] 95ec2305e449: Preparing [2020-08-17T20:53:44.753Z] 73544a87ea85: Preparing [2020-08-17T20:53:44.753Z] 95ec2305e449: Layer already exists [2020-08-17T20:53:44.753Z] 73544a87ea85: Layer already exists [2020-08-17T20:53:44.753Z] 7eb31a3b7246: Layer already exists [2020-08-17T20:53:45.036Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:dc6e48a39582b3b1d526c416ccfcea7a29ec07ba004a89edf8b80805e993bd7e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:45.395Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:45.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-08-17T20:53:45.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-17T20:53:45.757Z] 7eb31a3b7246: Preparing [2020-08-17T20:53:45.757Z] 95ec2305e449: Preparing [2020-08-17T20:53:45.757Z] 73544a87ea85: Preparing [2020-08-17T20:53:46.037Z] 7eb31a3b7246: Layer already exists [2020-08-17T20:53:46.037Z] 95ec2305e449: Layer already exists [2020-08-17T20:53:46.037Z] 73544a87ea85: Layer already exists [2020-08-17T20:53:46.037Z] master: digest: sha256:dc6e48a39582b3b1d526c416ccfcea7a29ec07ba004a89edf8b80805e993bd7e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:53:46.267Z] ===================================================== [Pipeline] echo [2020-08-17T20:53:46.339Z] taggedImages: [2020-08-17T20:53:46.339Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:46.339Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.12 [2020-08-17T20:53:46.339Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:46.339Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-08-17T20:53:46.394Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-08-17T20:53:46.394Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:46.394Z] 1.2.2-dev.12 [2020-08-17T20:53:46.394Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:46.394Z] master [2020-08-17T20:53:46.394Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:46.942Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:47.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:47.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-17T20:53:47.301Z] b79c3f539194: Preparing [2020-08-17T20:53:47.301Z] 93d63d5bdda2: Preparing [2020-08-17T20:53:47.301Z] 03a42df17807: Preparing [2020-08-17T20:53:47.301Z] 39779468cd46: Preparing [2020-08-17T20:53:47.301Z] e2f13739ad41: Preparing [2020-08-17T20:53:47.574Z] e2f13739ad41: Layer already exists [2020-08-17T20:53:47.574Z] 03a42df17807: Pushed [2020-08-17T20:53:47.574Z] 93d63d5bdda2: Pushed [2020-08-17T20:53:47.848Z] 39779468cd46: Pushed [2020-08-17T20:53:49.817Z] b79c3f539194: Pushed [2020-08-17T20:53:49.817Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:e71f6d4e23d32dcd610c82d7fc3d3052830a35989a0d07dae6bbee23ab6405b0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:50.432Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:50.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.12 [2020-08-17T20:53:50.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-17T20:53:50.784Z] b79c3f539194: Preparing [2020-08-17T20:53:50.784Z] 93d63d5bdda2: Preparing [2020-08-17T20:53:50.784Z] 03a42df17807: Preparing [2020-08-17T20:53:50.784Z] 39779468cd46: Preparing [2020-08-17T20:53:50.784Z] e2f13739ad41: Preparing [2020-08-17T20:53:50.784Z] 93d63d5bdda2: Layer already exists [2020-08-17T20:53:50.784Z] e2f13739ad41: Layer already exists [2020-08-17T20:53:50.784Z] b79c3f539194: Layer already exists [2020-08-17T20:53:50.784Z] 03a42df17807: Layer already exists [2020-08-17T20:53:51.055Z] 39779468cd46: Layer already exists [2020-08-17T20:53:51.055Z] 1.2.2-dev.12: digest: sha256:e71f6d4e23d32dcd610c82d7fc3d3052830a35989a0d07dae6bbee23ab6405b0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:51.390Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:51.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:51.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-17T20:53:51.735Z] b79c3f539194: Preparing [2020-08-17T20:53:51.735Z] 93d63d5bdda2: Preparing [2020-08-17T20:53:51.735Z] 03a42df17807: Preparing [2020-08-17T20:53:51.735Z] 39779468cd46: Preparing [2020-08-17T20:53:51.735Z] e2f13739ad41: Preparing [2020-08-17T20:53:51.735Z] e2f13739ad41: Layer already exists [2020-08-17T20:53:51.735Z] 39779468cd46: Layer already exists [2020-08-17T20:53:52.005Z] b79c3f539194: Layer already exists [2020-08-17T20:53:52.005Z] 03a42df17807: Layer already exists [2020-08-17T20:53:52.005Z] 93d63d5bdda2: Layer already exists [2020-08-17T20:53:52.005Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:e71f6d4e23d32dcd610c82d7fc3d3052830a35989a0d07dae6bbee23ab6405b0 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:52.352Z] + 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-17T20:53:52.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-08-17T20:53:52.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-17T20:53:52.680Z] b79c3f539194: Preparing [2020-08-17T20:53:52.680Z] 93d63d5bdda2: Preparing [2020-08-17T20:53:52.680Z] 03a42df17807: Preparing [2020-08-17T20:53:52.680Z] 39779468cd46: Preparing [2020-08-17T20:53:52.680Z] e2f13739ad41: Preparing [2020-08-17T20:53:52.680Z] 93d63d5bdda2: Layer already exists [2020-08-17T20:53:52.680Z] e2f13739ad41: Layer already exists [2020-08-17T20:53:52.680Z] 03a42df17807: Layer already exists [2020-08-17T20:53:52.680Z] 39779468cd46: Layer already exists [2020-08-17T20:53:52.680Z] b79c3f539194: Layer already exists [2020-08-17T20:53:52.949Z] master: digest: sha256:e71f6d4e23d32dcd610c82d7fc3d3052830a35989a0d07dae6bbee23ab6405b0 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:53:53.152Z] ===================================================== [Pipeline] echo [2020-08-17T20:53:53.191Z] taggedImages: [2020-08-17T20:53:53.191Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:53.191Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.12 [2020-08-17T20:53:53.191Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:53.191Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-08-17T20:53:53.243Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-08-17T20:53:53.244Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:53.244Z] 1.2.2-dev.12 [2020-08-17T20:53:53.244Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:53.244Z] master [2020-08-17T20:53:53.244Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:53.711Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:54.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:54.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-17T20:53:54.037Z] e918dc2dac0c: Preparing [2020-08-17T20:53:54.037Z] ccfd2cbd011b: Preparing [2020-08-17T20:53:54.037Z] e1e44aab8003: Preparing [2020-08-17T20:53:54.037Z] 7eb2ad19336b: Preparing [2020-08-17T20:53:54.037Z] 7eb2ad19336b: Preparing [2020-08-17T20:53:54.037Z] 614b72826421: Preparing [2020-08-17T20:53:54.037Z] d5204973fba4: Preparing [2020-08-17T20:53:54.037Z] d1c5fec58402: Preparing [2020-08-17T20:53:54.037Z] e918dc2dac0c: Preparing [2020-08-17T20:53:54.037Z] 6d77098d8b08: Preparing [2020-08-17T20:53:54.037Z] ad400f41a226: Preparing [2020-08-17T20:53:54.037Z] fe5fe35c49dd: Preparing [2020-08-17T20:53:54.037Z] e2f13739ad41: Preparing [2020-08-17T20:53:54.037Z] d5204973fba4: Waiting [2020-08-17T20:53:54.037Z] d1c5fec58402: Waiting [2020-08-17T20:53:54.037Z] 6d77098d8b08: Waiting [2020-08-17T20:53:54.037Z] ad400f41a226: Waiting [2020-08-17T20:53:54.037Z] fe5fe35c49dd: Waiting [2020-08-17T20:53:54.037Z] e2f13739ad41: Waiting [2020-08-17T20:53:54.306Z] e1e44aab8003: Pushed [2020-08-17T20:53:54.306Z] 7eb2ad19336b: Pushed [2020-08-17T20:53:54.306Z] ccfd2cbd011b: Pushed [2020-08-17T20:53:54.306Z] 614b72826421: Pushed [2020-08-17T20:53:54.577Z] d5204973fba4: Pushed [2020-08-17T20:53:54.577Z] d1c5fec58402: Pushed [2020-08-17T20:53:54.577Z] 6d77098d8b08: Pushed [2020-08-17T20:53:54.577Z] ad400f41a226: Pushed [2020-08-17T20:53:54.577Z] e2f13739ad41: Layer already exists [2020-08-17T20:53:54.846Z] fe5fe35c49dd: Pushed [2020-08-17T20:53:56.798Z] e918dc2dac0c: Pushed [2020-08-17T20:53:56.798Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:cee871f33d64ea852144d2458680d6924188489c07705eeeb8e6d736354e054d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:57.126Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:57.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.12 [2020-08-17T20:53:57.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-17T20:53:57.452Z] e918dc2dac0c: Preparing [2020-08-17T20:53:57.452Z] ccfd2cbd011b: Preparing [2020-08-17T20:53:57.452Z] e1e44aab8003: Preparing [2020-08-17T20:53:57.452Z] 7eb2ad19336b: Preparing [2020-08-17T20:53:57.452Z] 7eb2ad19336b: Preparing [2020-08-17T20:53:57.452Z] 614b72826421: Preparing [2020-08-17T20:53:57.452Z] d5204973fba4: Preparing [2020-08-17T20:53:57.452Z] d1c5fec58402: Preparing [2020-08-17T20:53:57.452Z] e918dc2dac0c: Preparing [2020-08-17T20:53:57.452Z] 6d77098d8b08: Preparing [2020-08-17T20:53:57.452Z] ad400f41a226: Preparing [2020-08-17T20:53:57.452Z] fe5fe35c49dd: Preparing [2020-08-17T20:53:57.452Z] e2f13739ad41: Preparing [2020-08-17T20:53:57.452Z] 6d77098d8b08: Waiting [2020-08-17T20:53:57.452Z] ad400f41a226: Waiting [2020-08-17T20:53:57.452Z] fe5fe35c49dd: Waiting [2020-08-17T20:53:57.452Z] e2f13739ad41: Waiting [2020-08-17T20:53:57.452Z] d5204973fba4: Waiting [2020-08-17T20:53:57.452Z] d1c5fec58402: Waiting [2020-08-17T20:53:57.452Z] 614b72826421: Layer already exists [2020-08-17T20:53:57.452Z] e1e44aab8003: Layer already exists [2020-08-17T20:53:57.452Z] ccfd2cbd011b: Layer already exists [2020-08-17T20:53:57.452Z] 7eb2ad19336b: Layer already exists [2020-08-17T20:53:57.452Z] e918dc2dac0c: Layer already exists [2020-08-17T20:53:57.720Z] d5204973fba4: Layer already exists [2020-08-17T20:53:57.720Z] ad400f41a226: Layer already exists [2020-08-17T20:53:57.720Z] 6d77098d8b08: Layer already exists [2020-08-17T20:53:57.720Z] d1c5fec58402: Layer already exists [2020-08-17T20:53:57.720Z] fe5fe35c49dd: Layer already exists [2020-08-17T20:53:57.720Z] e2f13739ad41: Layer already exists [2020-08-17T20:53:57.720Z] 1.2.2-dev.12: digest: sha256:cee871f33d64ea852144d2458680d6924188489c07705eeeb8e6d736354e054d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:58.050Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:58.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:58.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-17T20:53:58.372Z] e918dc2dac0c: Preparing [2020-08-17T20:53:58.372Z] ccfd2cbd011b: Preparing [2020-08-17T20:53:58.372Z] e1e44aab8003: Preparing [2020-08-17T20:53:58.372Z] 7eb2ad19336b: Preparing [2020-08-17T20:53:58.372Z] 7eb2ad19336b: Preparing [2020-08-17T20:53:58.372Z] 614b72826421: Preparing [2020-08-17T20:53:58.372Z] d5204973fba4: Preparing [2020-08-17T20:53:58.372Z] d1c5fec58402: Preparing [2020-08-17T20:53:58.372Z] e918dc2dac0c: Preparing [2020-08-17T20:53:58.372Z] 6d77098d8b08: Preparing [2020-08-17T20:53:58.372Z] ad400f41a226: Preparing [2020-08-17T20:53:58.372Z] fe5fe35c49dd: Preparing [2020-08-17T20:53:58.372Z] e2f13739ad41: Preparing [2020-08-17T20:53:58.372Z] 6d77098d8b08: Waiting [2020-08-17T20:53:58.372Z] d5204973fba4: Waiting [2020-08-17T20:53:58.372Z] d1c5fec58402: Waiting [2020-08-17T20:53:58.372Z] ad400f41a226: Waiting [2020-08-17T20:53:58.372Z] fe5fe35c49dd: Waiting [2020-08-17T20:53:58.372Z] e2f13739ad41: Waiting [2020-08-17T20:53:58.372Z] 614b72826421: Layer already exists [2020-08-17T20:53:58.372Z] 7eb2ad19336b: Layer already exists [2020-08-17T20:53:58.372Z] e918dc2dac0c: Layer already exists [2020-08-17T20:53:58.372Z] e1e44aab8003: Layer already exists [2020-08-17T20:53:58.372Z] ccfd2cbd011b: Layer already exists [2020-08-17T20:53:58.372Z] d1c5fec58402: Layer already exists [2020-08-17T20:53:58.372Z] d5204973fba4: Layer already exists [2020-08-17T20:53:58.372Z] 6d77098d8b08: Layer already exists [2020-08-17T20:53:58.372Z] ad400f41a226: Layer already exists [2020-08-17T20:53:58.372Z] fe5fe35c49dd: Layer already exists [2020-08-17T20:53:58.372Z] e2f13739ad41: Layer already exists [2020-08-17T20:53:58.641Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:cee871f33d64ea852144d2458680d6924188489c07705eeeb8e6d736354e054d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:53:58.977Z] + 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-17T20:53:59.306Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-08-17T20:53:59.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-17T20:53:59.306Z] e918dc2dac0c: Preparing [2020-08-17T20:53:59.306Z] ccfd2cbd011b: Preparing [2020-08-17T20:53:59.306Z] e1e44aab8003: Preparing [2020-08-17T20:53:59.306Z] 7eb2ad19336b: Preparing [2020-08-17T20:53:59.306Z] 7eb2ad19336b: Preparing [2020-08-17T20:53:59.306Z] 614b72826421: Preparing [2020-08-17T20:53:59.306Z] d5204973fba4: Preparing [2020-08-17T20:53:59.306Z] d1c5fec58402: Preparing [2020-08-17T20:53:59.306Z] e918dc2dac0c: Preparing [2020-08-17T20:53:59.306Z] 6d77098d8b08: Preparing [2020-08-17T20:53:59.306Z] ad400f41a226: Preparing [2020-08-17T20:53:59.306Z] fe5fe35c49dd: Preparing [2020-08-17T20:53:59.306Z] e2f13739ad41: Preparing [2020-08-17T20:53:59.306Z] 6d77098d8b08: Waiting [2020-08-17T20:53:59.306Z] ad400f41a226: Waiting [2020-08-17T20:53:59.306Z] fe5fe35c49dd: Waiting [2020-08-17T20:53:59.306Z] e2f13739ad41: Waiting [2020-08-17T20:53:59.306Z] d5204973fba4: Waiting [2020-08-17T20:53:59.306Z] d1c5fec58402: Waiting [2020-08-17T20:53:59.306Z] e1e44aab8003: Layer already exists [2020-08-17T20:53:59.306Z] ccfd2cbd011b: Layer already exists [2020-08-17T20:53:59.306Z] e918dc2dac0c: Layer already exists [2020-08-17T20:53:59.306Z] 614b72826421: Layer already exists [2020-08-17T20:53:59.306Z] 7eb2ad19336b: Layer already exists [2020-08-17T20:53:59.576Z] d5204973fba4: Layer already exists [2020-08-17T20:53:59.576Z] 6d77098d8b08: Layer already exists [2020-08-17T20:53:59.576Z] d1c5fec58402: Layer already exists [2020-08-17T20:53:59.576Z] fe5fe35c49dd: Layer already exists [2020-08-17T20:53:59.576Z] ad400f41a226: Layer already exists [2020-08-17T20:53:59.576Z] e2f13739ad41: Layer already exists [2020-08-17T20:53:59.576Z] master: digest: sha256:cee871f33d64ea852144d2458680d6924188489c07705eeeb8e6d736354e054d size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:53:59.751Z] ===================================================== [Pipeline] echo [2020-08-17T20:53:59.789Z] taggedImages: [2020-08-17T20:53:59.789Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:59.789Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.12 [2020-08-17T20:53:59.789Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:59.789Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-08-17T20:53:59.841Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-08-17T20:53:59.841Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:53:59.841Z] 1.2.2-dev.12 [2020-08-17T20:53:59.841Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:53:59.841Z] master [2020-08-17T20:53:59.841Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:00.313Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:00.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:00.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-17T20:54:00.639Z] ce7f44b6f03c: Preparing [2020-08-17T20:54:00.639Z] 0685fca73205: Preparing [2020-08-17T20:54:00.639Z] 79faab25eee5: Preparing [2020-08-17T20:54:00.639Z] ac34fb559813: Preparing [2020-08-17T20:54:00.639Z] c687bae460ea: Preparing [2020-08-17T20:54:00.639Z] beca44928558: Preparing [2020-08-17T20:54:00.639Z] 929d0a100f66: Preparing [2020-08-17T20:54:00.639Z] 03fae04b842c: Preparing [2020-08-17T20:54:00.639Z] 19327a930f7a: Preparing [2020-08-17T20:54:00.639Z] a2b08b3db542: Preparing [2020-08-17T20:54:00.639Z] 66b385cf80cf: Preparing [2020-08-17T20:54:00.639Z] beca44928558: Waiting [2020-08-17T20:54:00.639Z] 929d0a100f66: Waiting [2020-08-17T20:54:00.639Z] 03fae04b842c: Waiting [2020-08-17T20:54:00.639Z] a2b08b3db542: Waiting [2020-08-17T20:54:00.639Z] 66b385cf80cf: Waiting [2020-08-17T20:54:00.639Z] 19327a930f7a: Waiting [2020-08-17T20:54:00.911Z] 0685fca73205: Pushed [2020-08-17T20:54:00.911Z] ce7f44b6f03c: Pushed [2020-08-17T20:54:01.182Z] beca44928558: Pushed [2020-08-17T20:54:01.182Z] 929d0a100f66: Pushed [2020-08-17T20:54:01.457Z] 19327a930f7a: Pushed [2020-08-17T20:54:01.457Z] 03fae04b842c: Pushed [2020-08-17T20:54:01.733Z] 66b385cf80cf: Layer already exists [2020-08-17T20:54:02.003Z] a2b08b3db542: Pushed [2020-08-17T20:54:02.977Z] 79faab25eee5: Pushed [2020-08-17T20:54:03.246Z] c687bae460ea: Pushed [2020-08-17T20:54:03.246Z] ac34fb559813: Pushed [2020-08-17T20:54:03.516Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:097a44410cd6b0b2dc15bc7a7ae358101d351f443a575d32e0f09559f81a0f8a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:03.846Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:04.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.12 [2020-08-17T20:54:04.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-17T20:54:04.183Z] ce7f44b6f03c: Preparing [2020-08-17T20:54:04.183Z] 0685fca73205: Preparing [2020-08-17T20:54:04.183Z] 79faab25eee5: Preparing [2020-08-17T20:54:04.183Z] ac34fb559813: Preparing [2020-08-17T20:54:04.183Z] c687bae460ea: Preparing [2020-08-17T20:54:04.183Z] beca44928558: Preparing [2020-08-17T20:54:04.183Z] 929d0a100f66: Preparing [2020-08-17T20:54:04.183Z] 03fae04b842c: Preparing [2020-08-17T20:54:04.183Z] 19327a930f7a: Preparing [2020-08-17T20:54:04.183Z] a2b08b3db542: Preparing [2020-08-17T20:54:04.183Z] 66b385cf80cf: Preparing [2020-08-17T20:54:04.183Z] 03fae04b842c: Waiting [2020-08-17T20:54:04.183Z] 19327a930f7a: Waiting [2020-08-17T20:54:04.183Z] a2b08b3db542: Waiting [2020-08-17T20:54:04.183Z] 66b385cf80cf: Waiting [2020-08-17T20:54:04.183Z] beca44928558: Waiting [2020-08-17T20:54:04.183Z] 929d0a100f66: Waiting [2020-08-17T20:54:04.183Z] c687bae460ea: Layer already exists [2020-08-17T20:54:04.183Z] 79faab25eee5: Layer already exists [2020-08-17T20:54:04.183Z] ce7f44b6f03c: Layer already exists [2020-08-17T20:54:04.183Z] ac34fb559813: Layer already exists [2020-08-17T20:54:04.183Z] 0685fca73205: Layer already exists [2020-08-17T20:54:04.183Z] 929d0a100f66: Layer already exists [2020-08-17T20:54:04.183Z] a2b08b3db542: Layer already exists [2020-08-17T20:54:04.183Z] beca44928558: Layer already exists [2020-08-17T20:54:04.183Z] 19327a930f7a: Layer already exists [2020-08-17T20:54:04.183Z] 03fae04b842c: Layer already exists [2020-08-17T20:54:04.451Z] 66b385cf80cf: Layer already exists [2020-08-17T20:54:04.451Z] 1.2.2-dev.12: digest: sha256:097a44410cd6b0b2dc15bc7a7ae358101d351f443a575d32e0f09559f81a0f8a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:04.778Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:05.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:05.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-17T20:54:05.098Z] ce7f44b6f03c: Preparing [2020-08-17T20:54:05.098Z] 0685fca73205: Preparing [2020-08-17T20:54:05.098Z] 79faab25eee5: Preparing [2020-08-17T20:54:05.098Z] ac34fb559813: Preparing [2020-08-17T20:54:05.098Z] c687bae460ea: Preparing [2020-08-17T20:54:05.098Z] beca44928558: Preparing [2020-08-17T20:54:05.098Z] 929d0a100f66: Preparing [2020-08-17T20:54:05.098Z] 03fae04b842c: Preparing [2020-08-17T20:54:05.098Z] 19327a930f7a: Preparing [2020-08-17T20:54:05.098Z] a2b08b3db542: Preparing [2020-08-17T20:54:05.098Z] 929d0a100f66: Waiting [2020-08-17T20:54:05.098Z] 66b385cf80cf: Preparing [2020-08-17T20:54:05.098Z] 03fae04b842c: Waiting [2020-08-17T20:54:05.098Z] 19327a930f7a: Waiting [2020-08-17T20:54:05.098Z] beca44928558: Waiting [2020-08-17T20:54:05.098Z] a2b08b3db542: Waiting [2020-08-17T20:54:05.098Z] 66b385cf80cf: Waiting [2020-08-17T20:54:05.098Z] 0685fca73205: Layer already exists [2020-08-17T20:54:05.098Z] ac34fb559813: Layer already exists [2020-08-17T20:54:05.098Z] c687bae460ea: Layer already exists [2020-08-17T20:54:05.098Z] ce7f44b6f03c: Layer already exists [2020-08-17T20:54:05.098Z] 79faab25eee5: Layer already exists [2020-08-17T20:54:05.366Z] 03fae04b842c: Layer already exists [2020-08-17T20:54:05.366Z] beca44928558: Layer already exists [2020-08-17T20:54:05.366Z] 929d0a100f66: Layer already exists [2020-08-17T20:54:05.366Z] a2b08b3db542: Layer already exists [2020-08-17T20:54:05.366Z] 19327a930f7a: Layer already exists [2020-08-17T20:54:05.366Z] 66b385cf80cf: Layer already exists [2020-08-17T20:54:05.366Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:097a44410cd6b0b2dc15bc7a7ae358101d351f443a575d32e0f09559f81a0f8a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:05.695Z] + 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-17T20:54:06.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-08-17T20:54:06.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-17T20:54:06.023Z] ce7f44b6f03c: Preparing [2020-08-17T20:54:06.023Z] 0685fca73205: Preparing [2020-08-17T20:54:06.023Z] 79faab25eee5: Preparing [2020-08-17T20:54:06.023Z] ac34fb559813: Preparing [2020-08-17T20:54:06.023Z] c687bae460ea: Preparing [2020-08-17T20:54:06.023Z] beca44928558: Preparing [2020-08-17T20:54:06.023Z] 929d0a100f66: Preparing [2020-08-17T20:54:06.023Z] 03fae04b842c: Preparing [2020-08-17T20:54:06.023Z] 19327a930f7a: Preparing [2020-08-17T20:54:06.023Z] a2b08b3db542: Preparing [2020-08-17T20:54:06.023Z] 66b385cf80cf: Preparing [2020-08-17T20:54:06.023Z] beca44928558: Waiting [2020-08-17T20:54:06.023Z] 929d0a100f66: Waiting [2020-08-17T20:54:06.023Z] 03fae04b842c: Waiting [2020-08-17T20:54:06.023Z] 19327a930f7a: Waiting [2020-08-17T20:54:06.023Z] a2b08b3db542: Waiting [2020-08-17T20:54:06.023Z] 66b385cf80cf: Waiting [2020-08-17T20:54:06.023Z] c687bae460ea: Layer already exists [2020-08-17T20:54:06.023Z] 79faab25eee5: Layer already exists [2020-08-17T20:54:06.023Z] ce7f44b6f03c: Layer already exists [2020-08-17T20:54:06.023Z] ac34fb559813: Layer already exists [2020-08-17T20:54:06.023Z] 0685fca73205: Layer already exists [2020-08-17T20:54:06.023Z] 03fae04b842c: Layer already exists [2020-08-17T20:54:06.023Z] beca44928558: Layer already exists [2020-08-17T20:54:06.023Z] 929d0a100f66: Layer already exists [2020-08-17T20:54:06.023Z] a2b08b3db542: Layer already exists [2020-08-17T20:54:06.023Z] 19327a930f7a: Layer already exists [2020-08-17T20:54:06.023Z] 66b385cf80cf: Layer already exists [2020-08-17T20:54:06.293Z] master: digest: sha256:097a44410cd6b0b2dc15bc7a7ae358101d351f443a575d32e0f09559f81a0f8a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:54:06.470Z] ===================================================== [Pipeline] echo [2020-08-17T20:54:06.508Z] taggedImages: [2020-08-17T20:54:06.508Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:06.508Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.12 [2020-08-17T20:54:06.508Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:06.508Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-08-17T20:54:06.561Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-08-17T20:54:06.561Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:06.561Z] 1.2.2-dev.12 [2020-08-17T20:54:06.561Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:06.561Z] master [2020-08-17T20:54:06.561Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:07.050Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:07.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:07.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-17T20:54:07.377Z] 5bbdb31b32ee: Preparing [2020-08-17T20:54:07.377Z] ffec734df628: Preparing [2020-08-17T20:54:07.377Z] 03835cde70cd: Preparing [2020-08-17T20:54:07.377Z] cf9a074547ad: Preparing [2020-08-17T20:54:07.648Z] 03835cde70cd: Pushed [2020-08-17T20:54:07.648Z] 5bbdb31b32ee: Pushed [2020-08-17T20:54:07.917Z] cf9a074547ad: Pushed [2020-08-17T20:54:10.519Z] ffec734df628: Pushed [2020-08-17T20:54:10.519Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:16ff56e412c8a749d68b2e1cdacfa5015b3ccb8cceff608820a37442d2c8588d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:11.119Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:11.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.12 [2020-08-17T20:54:11.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-17T20:54:11.452Z] 5bbdb31b32ee: Preparing [2020-08-17T20:54:11.452Z] ffec734df628: Preparing [2020-08-17T20:54:11.452Z] 03835cde70cd: Preparing [2020-08-17T20:54:11.452Z] cf9a074547ad: Preparing [2020-08-17T20:54:11.452Z] ffec734df628: Layer already exists [2020-08-17T20:54:11.452Z] cf9a074547ad: Layer already exists [2020-08-17T20:54:11.452Z] 03835cde70cd: Layer already exists [2020-08-17T20:54:11.452Z] 5bbdb31b32ee: Layer already exists [2020-08-17T20:54:11.719Z] 1.2.2-dev.12: digest: sha256:16ff56e412c8a749d68b2e1cdacfa5015b3ccb8cceff608820a37442d2c8588d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:12.045Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:12.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:12.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-17T20:54:12.373Z] 5bbdb31b32ee: Preparing [2020-08-17T20:54:12.373Z] ffec734df628: Preparing [2020-08-17T20:54:12.373Z] 03835cde70cd: Preparing [2020-08-17T20:54:12.373Z] cf9a074547ad: Preparing [2020-08-17T20:54:12.373Z] 5bbdb31b32ee: Layer already exists [2020-08-17T20:54:12.373Z] cf9a074547ad: Layer already exists [2020-08-17T20:54:12.373Z] 03835cde70cd: Layer already exists [2020-08-17T20:54:12.373Z] ffec734df628: Layer already exists [2020-08-17T20:54:12.642Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:16ff56e412c8a749d68b2e1cdacfa5015b3ccb8cceff608820a37442d2c8588d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:12.972Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:13.299Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-08-17T20:54:13.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-17T20:54:13.299Z] 5bbdb31b32ee: Preparing [2020-08-17T20:54:13.299Z] ffec734df628: Preparing [2020-08-17T20:54:13.299Z] 03835cde70cd: Preparing [2020-08-17T20:54:13.299Z] cf9a074547ad: Preparing [2020-08-17T20:54:13.299Z] cf9a074547ad: Layer already exists [2020-08-17T20:54:13.299Z] 03835cde70cd: Layer already exists [2020-08-17T20:54:13.299Z] ffec734df628: Layer already exists [2020-08-17T20:54:13.299Z] 5bbdb31b32ee: Layer already exists [2020-08-17T20:54:13.569Z] master: digest: sha256:16ff56e412c8a749d68b2e1cdacfa5015b3ccb8cceff608820a37442d2c8588d size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:54:13.761Z] ===================================================== [Pipeline] echo [2020-08-17T20:54:13.798Z] taggedImages: [2020-08-17T20:54:13.798Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:13.798Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.12 [2020-08-17T20:54:13.798Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:13.798Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-08-17T20:54:13.869Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-08-17T20:54:13.869Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:13.869Z] 1.2.2-dev.12 [2020-08-17T20:54:13.869Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:13.869Z] master [2020-08-17T20:54:13.869Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:14.340Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:14.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:14.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-17T20:54:14.668Z] aef4f17105bf: Preparing [2020-08-17T20:54:14.668Z] 37a82274353e: Preparing [2020-08-17T20:54:14.668Z] b20fab1e63d6: Preparing [2020-08-17T20:54:14.668Z] 8c0248086c25: Preparing [2020-08-17T20:54:14.668Z] 09d246f753d0: Preparing [2020-08-17T20:54:14.668Z] fa8576c896a9: Preparing [2020-08-17T20:54:14.668Z] fa8576c896a9: Waiting [2020-08-17T20:54:14.940Z] b20fab1e63d6: Pushed [2020-08-17T20:54:14.940Z] aef4f17105bf: Pushed [2020-08-17T20:54:14.940Z] 09d246f753d0: Pushed [2020-08-17T20:54:14.940Z] 8c0248086c25: Pushed [2020-08-17T20:54:15.529Z] fa8576c896a9: Pushed [2020-08-17T20:54:18.125Z] 37a82274353e: Pushed [2020-08-17T20:54:18.125Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:5ed19f43c3a4921d785ece4c555c03828ec0a92f966e0f781c8fa1dc7804697a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:18.459Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:18.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.12 [2020-08-17T20:54:18.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-17T20:54:18.783Z] aef4f17105bf: Preparing [2020-08-17T20:54:18.783Z] 37a82274353e: Preparing [2020-08-17T20:54:18.783Z] b20fab1e63d6: Preparing [2020-08-17T20:54:18.783Z] 8c0248086c25: Preparing [2020-08-17T20:54:18.783Z] 09d246f753d0: Preparing [2020-08-17T20:54:18.783Z] fa8576c896a9: Preparing [2020-08-17T20:54:18.783Z] fa8576c896a9: Waiting [2020-08-17T20:54:18.783Z] 8c0248086c25: Layer already exists [2020-08-17T20:54:18.783Z] b20fab1e63d6: Layer already exists [2020-08-17T20:54:18.783Z] aef4f17105bf: Layer already exists [2020-08-17T20:54:18.783Z] 09d246f753d0: Layer already exists [2020-08-17T20:54:18.783Z] 37a82274353e: Layer already exists [2020-08-17T20:54:19.051Z] fa8576c896a9: Layer already exists [2020-08-17T20:54:19.051Z] 1.2.2-dev.12: digest: sha256:5ed19f43c3a4921d785ece4c555c03828ec0a92f966e0f781c8fa1dc7804697a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:19.377Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:19.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:19.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-17T20:54:19.701Z] aef4f17105bf: Preparing [2020-08-17T20:54:19.701Z] 37a82274353e: Preparing [2020-08-17T20:54:19.701Z] b20fab1e63d6: Preparing [2020-08-17T20:54:19.701Z] 8c0248086c25: Preparing [2020-08-17T20:54:19.701Z] 09d246f753d0: Preparing [2020-08-17T20:54:19.701Z] fa8576c896a9: Preparing [2020-08-17T20:54:19.701Z] fa8576c896a9: Waiting [2020-08-17T20:54:19.701Z] 09d246f753d0: Layer already exists [2020-08-17T20:54:19.701Z] 8c0248086c25: Layer already exists [2020-08-17T20:54:19.701Z] 37a82274353e: Layer already exists [2020-08-17T20:54:19.701Z] aef4f17105bf: Layer already exists [2020-08-17T20:54:19.701Z] b20fab1e63d6: Layer already exists [2020-08-17T20:54:19.969Z] fa8576c896a9: Layer already exists [2020-08-17T20:54:19.969Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:5ed19f43c3a4921d785ece4c555c03828ec0a92f966e0f781c8fa1dc7804697a size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:20.295Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:20.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-08-17T20:54:20.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-17T20:54:20.618Z] aef4f17105bf: Preparing [2020-08-17T20:54:20.618Z] 37a82274353e: Preparing [2020-08-17T20:54:20.618Z] b20fab1e63d6: Preparing [2020-08-17T20:54:20.618Z] 8c0248086c25: Preparing [2020-08-17T20:54:20.618Z] 09d246f753d0: Preparing [2020-08-17T20:54:20.618Z] fa8576c896a9: Preparing [2020-08-17T20:54:20.618Z] fa8576c896a9: Waiting [2020-08-17T20:54:20.618Z] 8c0248086c25: Layer already exists [2020-08-17T20:54:20.618Z] 09d246f753d0: Layer already exists [2020-08-17T20:54:20.618Z] aef4f17105bf: Layer already exists [2020-08-17T20:54:20.618Z] b20fab1e63d6: Layer already exists [2020-08-17T20:54:20.618Z] 37a82274353e: Layer already exists [2020-08-17T20:54:20.886Z] fa8576c896a9: Layer already exists [2020-08-17T20:54:20.886Z] master: digest: sha256:5ed19f43c3a4921d785ece4c555c03828ec0a92f966e0f781c8fa1dc7804697a size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:54:21.073Z] ===================================================== [Pipeline] echo [2020-08-17T20:54:21.137Z] taggedImages: [2020-08-17T20:54:21.138Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:21.138Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.12 [2020-08-17T20:54:21.138Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:21.138Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-08-17T20:54:21.192Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-08-17T20:54:21.192Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:21.192Z] 1.2.2-dev.12 [2020-08-17T20:54:21.192Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:21.192Z] master [2020-08-17T20:54:21.192Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:21.673Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:22.026Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:22.026Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-17T20:54:22.026Z] 270d9f6e2bc6: Preparing [2020-08-17T20:54:22.026Z] 7c360e036354: Preparing [2020-08-17T20:54:22.026Z] 04ffc680b601: Preparing [2020-08-17T20:54:22.314Z] 04ffc680b601: Pushed [2020-08-17T20:54:22.314Z] 270d9f6e2bc6: Pushed [2020-08-17T20:54:25.755Z] 7c360e036354: Pushed [2020-08-17T20:54:25.755Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:f51b57632abb921a909b5e2d6de8b00dcc532379837b781527a116e79d351cb8 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:26.082Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:26.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.12 [2020-08-17T20:54:26.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-17T20:54:26.408Z] 270d9f6e2bc6: Preparing [2020-08-17T20:54:26.408Z] 7c360e036354: Preparing [2020-08-17T20:54:26.408Z] 04ffc680b601: Preparing [2020-08-17T20:54:26.408Z] 7c360e036354: Layer already exists [2020-08-17T20:54:26.408Z] 04ffc680b601: Layer already exists [2020-08-17T20:54:26.408Z] 270d9f6e2bc6: Layer already exists [2020-08-17T20:54:26.677Z] 1.2.2-dev.12: digest: sha256:f51b57632abb921a909b5e2d6de8b00dcc532379837b781527a116e79d351cb8 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:27.005Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:27.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:27.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-17T20:54:27.326Z] 270d9f6e2bc6: Preparing [2020-08-17T20:54:27.326Z] 7c360e036354: Preparing [2020-08-17T20:54:27.326Z] 04ffc680b601: Preparing [2020-08-17T20:54:27.326Z] 7c360e036354: Layer already exists [2020-08-17T20:54:27.326Z] 270d9f6e2bc6: Layer already exists [2020-08-17T20:54:27.326Z] 04ffc680b601: Layer already exists [2020-08-17T20:54:27.594Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:f51b57632abb921a909b5e2d6de8b00dcc532379837b781527a116e79d351cb8 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:27.920Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:28.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-08-17T20:54:28.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-17T20:54:28.243Z] 270d9f6e2bc6: Preparing [2020-08-17T20:54:28.243Z] 7c360e036354: Preparing [2020-08-17T20:54:28.243Z] 04ffc680b601: Preparing [2020-08-17T20:54:28.243Z] 270d9f6e2bc6: Layer already exists [2020-08-17T20:54:28.243Z] 7c360e036354: Layer already exists [2020-08-17T20:54:28.243Z] 04ffc680b601: Layer already exists [2020-08-17T20:54:28.511Z] master: digest: sha256:f51b57632abb921a909b5e2d6de8b00dcc532379837b781527a116e79d351cb8 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:54:28.690Z] ===================================================== [Pipeline] echo [2020-08-17T20:54:28.725Z] taggedImages: [2020-08-17T20:54:28.725Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:28.725Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.12 [2020-08-17T20:54:28.725Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:28.725Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-08-17T20:54:28.791Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-08-17T20:54:28.791Z] a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:28.791Z] 1.2.2-dev.12 [2020-08-17T20:54:28.791Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:28.791Z] master [2020-08-17T20:54:28.791Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:29.269Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:29.597Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:29.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-17T20:54:29.597Z] 0397ae3596c4: Preparing [2020-08-17T20:54:29.597Z] 756a99e547f7: Preparing [2020-08-17T20:54:29.597Z] a1fe3a087de2: Preparing [2020-08-17T20:54:29.597Z] dfc48d2427a1: Preparing [2020-08-17T20:54:29.597Z] 8ccbd93b6ac3: Preparing [2020-08-17T20:54:29.597Z] afdaa8cf6284: Preparing [2020-08-17T20:54:29.597Z] a5d6d7e3cbc9: Preparing [2020-08-17T20:54:29.597Z] dcafda8adff7: Preparing [2020-08-17T20:54:29.597Z] 48d9eb58abf3: Preparing [2020-08-17T20:54:29.597Z] e5de615b7841: Preparing [2020-08-17T20:54:29.597Z] b0d752909cf9: Preparing [2020-08-17T20:54:29.597Z] 94fdc660876c: Preparing [2020-08-17T20:54:29.597Z] 4e7279dfc0c0: Preparing [2020-08-17T20:54:29.597Z] e2f13739ad41: Preparing [2020-08-17T20:54:29.597Z] afdaa8cf6284: Waiting [2020-08-17T20:54:29.597Z] a5d6d7e3cbc9: Waiting [2020-08-17T20:54:29.597Z] dcafda8adff7: Waiting [2020-08-17T20:54:29.597Z] 48d9eb58abf3: Waiting [2020-08-17T20:54:29.597Z] e5de615b7841: Waiting [2020-08-17T20:54:29.597Z] 4e7279dfc0c0: Waiting [2020-08-17T20:54:29.597Z] b0d752909cf9: Waiting [2020-08-17T20:54:29.597Z] e2f13739ad41: Waiting [2020-08-17T20:54:30.192Z] 8ccbd93b6ac3: Pushed [2020-08-17T20:54:30.192Z] 0397ae3596c4: Pushed [2020-08-17T20:54:30.786Z] dfc48d2427a1: Pushed [2020-08-17T20:54:31.055Z] dcafda8adff7: Layer already exists [2020-08-17T20:54:31.055Z] 48d9eb58abf3: Layer already exists [2020-08-17T20:54:31.055Z] a5d6d7e3cbc9: Pushed [2020-08-17T20:54:31.055Z] e5de615b7841: Layer already exists [2020-08-17T20:54:31.055Z] 94fdc660876c: Layer already exists [2020-08-17T20:54:31.055Z] b0d752909cf9: Layer already exists [2020-08-17T20:54:31.055Z] e2f13739ad41: Layer already exists [2020-08-17T20:54:31.055Z] 4e7279dfc0c0: Layer already exists [2020-08-17T20:54:31.650Z] 756a99e547f7: Pushed [2020-08-17T20:54:33.070Z] afdaa8cf6284: Pushed [2020-08-17T20:54:41.297Z] a1fe3a087de2: Pushed [2020-08-17T20:54:41.565Z] a7ec3a865ede80db86ffd188b897ddab9785937f: digest: sha256:b5d3f48d1f578a42f1d3a7ca746930ac14c145d831b6931dd347278c8cb84c68 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:41.893Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:42.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.12 [2020-08-17T20:54:42.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-17T20:54:42.218Z] 0397ae3596c4: Preparing [2020-08-17T20:54:42.218Z] 756a99e547f7: Preparing [2020-08-17T20:54:42.218Z] a1fe3a087de2: Preparing [2020-08-17T20:54:42.218Z] dfc48d2427a1: Preparing [2020-08-17T20:54:42.218Z] 8ccbd93b6ac3: Preparing [2020-08-17T20:54:42.218Z] afdaa8cf6284: Preparing [2020-08-17T20:54:42.218Z] a5d6d7e3cbc9: Preparing [2020-08-17T20:54:42.218Z] dcafda8adff7: Preparing [2020-08-17T20:54:42.218Z] 48d9eb58abf3: Preparing [2020-08-17T20:54:42.218Z] e5de615b7841: Preparing [2020-08-17T20:54:42.218Z] b0d752909cf9: Preparing [2020-08-17T20:54:42.218Z] 94fdc660876c: Preparing [2020-08-17T20:54:42.218Z] 4e7279dfc0c0: Preparing [2020-08-17T20:54:42.218Z] e2f13739ad41: Preparing [2020-08-17T20:54:42.218Z] afdaa8cf6284: Waiting [2020-08-17T20:54:42.218Z] b0d752909cf9: Waiting [2020-08-17T20:54:42.218Z] 94fdc660876c: Waiting [2020-08-17T20:54:42.218Z] 4e7279dfc0c0: Waiting [2020-08-17T20:54:42.218Z] e2f13739ad41: Waiting [2020-08-17T20:54:42.218Z] 48d9eb58abf3: Waiting [2020-08-17T20:54:42.218Z] a5d6d7e3cbc9: Waiting [2020-08-17T20:54:42.218Z] e5de615b7841: Waiting [2020-08-17T20:54:42.218Z] dcafda8adff7: Waiting [2020-08-17T20:54:42.218Z] 8ccbd93b6ac3: Layer already exists [2020-08-17T20:54:42.218Z] 0397ae3596c4: Layer already exists [2020-08-17T20:54:42.218Z] a1fe3a087de2: Layer already exists [2020-08-17T20:54:42.218Z] 756a99e547f7: Layer already exists [2020-08-17T20:54:42.218Z] dfc48d2427a1: Layer already exists [2020-08-17T20:54:42.487Z] dcafda8adff7: Layer already exists [2020-08-17T20:54:42.487Z] afdaa8cf6284: Layer already exists [2020-08-17T20:54:42.487Z] a5d6d7e3cbc9: Layer already exists [2020-08-17T20:54:42.487Z] 48d9eb58abf3: Layer already exists [2020-08-17T20:54:42.487Z] e5de615b7841: Layer already exists [2020-08-17T20:54:42.487Z] 94fdc660876c: Layer already exists [2020-08-17T20:54:42.487Z] 4e7279dfc0c0: Layer already exists [2020-08-17T20:54:42.487Z] b0d752909cf9: Layer already exists [2020-08-17T20:54:42.487Z] e2f13739ad41: Layer already exists [2020-08-17T20:54:42.487Z] 1.2.2-dev.12: digest: sha256:b5d3f48d1f578a42f1d3a7ca746930ac14c145d831b6931dd347278c8cb84c68 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:42.813Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:43.134Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:43.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-17T20:54:43.134Z] 0397ae3596c4: Preparing [2020-08-17T20:54:43.134Z] 756a99e547f7: Preparing [2020-08-17T20:54:43.134Z] a1fe3a087de2: Preparing [2020-08-17T20:54:43.134Z] dfc48d2427a1: Preparing [2020-08-17T20:54:43.134Z] 8ccbd93b6ac3: Preparing [2020-08-17T20:54:43.134Z] afdaa8cf6284: Preparing [2020-08-17T20:54:43.134Z] a5d6d7e3cbc9: Preparing [2020-08-17T20:54:43.134Z] dcafda8adff7: Preparing [2020-08-17T20:54:43.134Z] 48d9eb58abf3: Preparing [2020-08-17T20:54:43.134Z] e5de615b7841: Preparing [2020-08-17T20:54:43.134Z] b0d752909cf9: Preparing [2020-08-17T20:54:43.134Z] 94fdc660876c: Preparing [2020-08-17T20:54:43.134Z] 4e7279dfc0c0: Preparing [2020-08-17T20:54:43.134Z] e2f13739ad41: Preparing [2020-08-17T20:54:43.134Z] afdaa8cf6284: Waiting [2020-08-17T20:54:43.134Z] a5d6d7e3cbc9: Waiting [2020-08-17T20:54:43.134Z] dcafda8adff7: Waiting [2020-08-17T20:54:43.134Z] 48d9eb58abf3: Waiting [2020-08-17T20:54:43.134Z] 94fdc660876c: Waiting [2020-08-17T20:54:43.134Z] e5de615b7841: Waiting [2020-08-17T20:54:43.134Z] b0d752909cf9: Waiting [2020-08-17T20:54:43.134Z] 4e7279dfc0c0: Waiting [2020-08-17T20:54:43.134Z] e2f13739ad41: Waiting [2020-08-17T20:54:43.134Z] 756a99e547f7: Layer already exists [2020-08-17T20:54:43.134Z] 0397ae3596c4: Layer already exists [2020-08-17T20:54:43.134Z] 8ccbd93b6ac3: Layer already exists [2020-08-17T20:54:43.134Z] dfc48d2427a1: Layer already exists [2020-08-17T20:54:43.134Z] a1fe3a087de2: Layer already exists [2020-08-17T20:54:43.402Z] a5d6d7e3cbc9: Layer already exists [2020-08-17T20:54:43.402Z] afdaa8cf6284: Layer already exists [2020-08-17T20:54:43.402Z] 48d9eb58abf3: Layer already exists [2020-08-17T20:54:43.402Z] e5de615b7841: Layer already exists [2020-08-17T20:54:43.402Z] dcafda8adff7: Layer already exists [2020-08-17T20:54:43.402Z] b0d752909cf9: Layer already exists [2020-08-17T20:54:43.402Z] 4e7279dfc0c0: Layer already exists [2020-08-17T20:54:43.402Z] e2f13739ad41: Layer already exists [2020-08-17T20:54:43.402Z] 94fdc660876c: Layer already exists [2020-08-17T20:54:43.402Z] a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12: digest: sha256:b5d3f48d1f578a42f1d3a7ca746930ac14c145d831b6931dd347278c8cb84c68 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:43.728Z] + 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-17T20:54:44.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-08-17T20:54:44.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-17T20:54:44.053Z] 0397ae3596c4: Preparing [2020-08-17T20:54:44.053Z] 756a99e547f7: Preparing [2020-08-17T20:54:44.053Z] a1fe3a087de2: Preparing [2020-08-17T20:54:44.053Z] dfc48d2427a1: Preparing [2020-08-17T20:54:44.053Z] 8ccbd93b6ac3: Preparing [2020-08-17T20:54:44.053Z] afdaa8cf6284: Preparing [2020-08-17T20:54:44.053Z] a5d6d7e3cbc9: Preparing [2020-08-17T20:54:44.053Z] dcafda8adff7: Preparing [2020-08-17T20:54:44.053Z] 48d9eb58abf3: Preparing [2020-08-17T20:54:44.053Z] e5de615b7841: Preparing [2020-08-17T20:54:44.053Z] b0d752909cf9: Preparing [2020-08-17T20:54:44.053Z] 94fdc660876c: Preparing [2020-08-17T20:54:44.053Z] 4e7279dfc0c0: Preparing [2020-08-17T20:54:44.053Z] e2f13739ad41: Preparing [2020-08-17T20:54:44.053Z] afdaa8cf6284: Waiting [2020-08-17T20:54:44.053Z] a5d6d7e3cbc9: Waiting [2020-08-17T20:54:44.053Z] dcafda8adff7: Waiting [2020-08-17T20:54:44.053Z] 48d9eb58abf3: Waiting [2020-08-17T20:54:44.053Z] e5de615b7841: Waiting [2020-08-17T20:54:44.053Z] b0d752909cf9: Waiting [2020-08-17T20:54:44.053Z] 94fdc660876c: Waiting [2020-08-17T20:54:44.053Z] 4e7279dfc0c0: Waiting [2020-08-17T20:54:44.053Z] e2f13739ad41: Waiting [2020-08-17T20:54:44.053Z] 0397ae3596c4: Layer already exists [2020-08-17T20:54:44.053Z] 8ccbd93b6ac3: Layer already exists [2020-08-17T20:54:44.053Z] dfc48d2427a1: Layer already exists [2020-08-17T20:54:44.053Z] 756a99e547f7: Layer already exists [2020-08-17T20:54:44.321Z] a1fe3a087de2: Layer already exists [2020-08-17T20:54:44.321Z] dcafda8adff7: Layer already exists [2020-08-17T20:54:44.321Z] afdaa8cf6284: Layer already exists [2020-08-17T20:54:44.321Z] a5d6d7e3cbc9: Layer already exists [2020-08-17T20:54:44.321Z] e5de615b7841: Layer already exists [2020-08-17T20:54:44.321Z] 48d9eb58abf3: Layer already exists [2020-08-17T20:54:44.321Z] 94fdc660876c: Layer already exists [2020-08-17T20:54:44.321Z] b0d752909cf9: Layer already exists [2020-08-17T20:54:44.321Z] 4e7279dfc0c0: Layer already exists [2020-08-17T20:54:44.321Z] e2f13739ad41: Layer already exists [2020-08-17T20:54:44.321Z] master: digest: sha256:b5d3f48d1f578a42f1d3a7ca746930ac14c145d831b6931dd347278c8cb84c68 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-17T20:54:44.498Z] ===================================================== [Pipeline] echo [2020-08-17T20:54:44.550Z] taggedImages: [2020-08-17T20:54:44.550Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:54:44.550Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.12 [2020-08-17T20:54:44.550Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f-1.2.2-dev.12 [2020-08-17T20:54:44.550Z] - 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-17T20:54:45.760Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-17T20:54:45.761Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-17T20:54:45.814Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:46.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-17T20:54:46.163Z] [2020-08-17T20:54:46.163Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:54:46.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-17T20:54:46.525Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-17T20:54:46.525Z] cbdbe7a5bc2a: Already exists [2020-08-17T20:54:46.525Z] 408f87550127: Pulling fs layer [2020-08-17T20:54:46.525Z] fe522b08c979: Pulling fs layer [2020-08-17T20:54:46.525Z] 221eaa008020: Pulling fs layer [2020-08-17T20:54:46.525Z] 2a4607e5d6b9: Pulling fs layer [2020-08-17T20:54:46.525Z] 8f79b27c4fd2: Pulling fs layer [2020-08-17T20:54:46.525Z] e5c8dbe1645b: Pulling fs layer [2020-08-17T20:54:46.525Z] 23e8b3b47431: Pulling fs layer [2020-08-17T20:54:46.525Z] 5c568d65a230: Pulling fs layer [2020-08-17T20:54:46.525Z] 2a4607e5d6b9: Waiting [2020-08-17T20:54:46.525Z] 8f79b27c4fd2: Waiting [2020-08-17T20:54:46.525Z] e5c8dbe1645b: Waiting [2020-08-17T20:54:46.525Z] 23e8b3b47431: Waiting [2020-08-17T20:54:46.525Z] 5c568d65a230: Waiting [2020-08-17T20:54:46.525Z] fe522b08c979: Verifying Checksum [2020-08-17T20:54:46.525Z] fe522b08c979: Download complete [2020-08-17T20:54:46.821Z] 408f87550127: Download complete [2020-08-17T20:54:46.821Z] 2a4607e5d6b9: Verifying Checksum [2020-08-17T20:54:46.821Z] 2a4607e5d6b9: Download complete [2020-08-17T20:54:46.821Z] 8f79b27c4fd2: Verifying Checksum [2020-08-17T20:54:46.821Z] 8f79b27c4fd2: Download complete [2020-08-17T20:54:47.174Z] 408f87550127: Pull complete [2020-08-17T20:54:47.514Z] e5c8dbe1645b: Verifying Checksum [2020-08-17T20:54:47.514Z] e5c8dbe1645b: Download complete [2020-08-17T20:54:47.514Z] fe522b08c979: Pull complete [2020-08-17T20:54:48.685Z] 23e8b3b47431: Verifying Checksum [2020-08-17T20:54:48.685Z] 23e8b3b47431: Download complete [2020-08-17T20:54:49.000Z] 5c568d65a230: Verifying Checksum [2020-08-17T20:54:49.000Z] 5c568d65a230: Download complete [2020-08-17T20:54:49.779Z] 221eaa008020: Verifying Checksum [2020-08-17T20:54:49.779Z] 221eaa008020: Download complete [2020-08-17T20:54:59.961Z] 221eaa008020: Pull complete [2020-08-17T20:55:00.230Z] 2a4607e5d6b9: Pull complete [2020-08-17T20:55:00.500Z] 8f79b27c4fd2: Pull complete [2020-08-17T20:55:05.815Z] e5c8dbe1645b: Pull complete [2020-08-17T20:55:08.384Z] 23e8b3b47431: Pull complete [2020-08-17T20:55:10.321Z] 5c568d65a230: Pull complete [2020-08-17T20:55:10.321Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-17T20:55:10.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-17T20:55:10.321Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-17T20:55:10.509Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:55:10.588Z] $ 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/124:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:55:11.969Z] $ docker top 8d91960f95d46e3421eb0bf8502f5046e2038feee053357bf6666b39e0450aed -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-17T20:55:12.607Z] + snyk monitor '--org=edgex-jenkins' [2020-08-17T20:55:20.879Z] [2020-08-17T20:55:20.879Z] Monitoring /w/workspace/edgex-go/124 (github.com/edgexfoundry/edgex-go)... [2020-08-17T20:55:20.879Z] [2020-08-17T20:55:20.879Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/7b8df1ea-feae-4de8-a71f-dbcdba9d4efd [2020-08-17T20:55:20.879Z] [2020-08-17T20:55:20.879Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-17T20:55:20.879Z] [2020-08-17T20:55:20.879Z] [2020-08-17T20:55:20.879Z] Snyk CLI supports Node.js 8 and higher. [2020-08-17T20:55:20.879Z] 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-17T20:55:20.879Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-17T20:55:20.879Z] [2020-08-17T20:55:20.879Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-17T20:55:20.879Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-17T20:55:20.890Z] $ docker stop --time=1 8d91960f95d46e3421eb0bf8502f5046e2038feee053357bf6666b39e0450aed [2020-08-17T20:55:23.420Z] $ docker rm -f 8d91960f95d46e3421eb0bf8502f5046e2038feee053357bf6666b39e0450aed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:55:24.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:55:25.170Z] [2020-08-17T20:55:25.170Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:55:25.536Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:55:25.537Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-17T20:55:25.537Z] e7c96db7181b: Pulling fs layer [2020-08-17T20:55:25.537Z] 1868ca2cb446: Pulling fs layer [2020-08-17T20:55:25.537Z] 136be5d0fe8e: Pulling fs layer [2020-08-17T20:55:25.537Z] 894bfe63afcb: Pulling fs layer [2020-08-17T20:55:25.537Z] 894bfe63afcb: Waiting [2020-08-17T20:55:25.537Z] 1868ca2cb446: Verifying Checksum [2020-08-17T20:55:25.537Z] 1868ca2cb446: Download complete [2020-08-17T20:55:25.537Z] 136be5d0fe8e: Verifying Checksum [2020-08-17T20:55:25.537Z] 136be5d0fe8e: Download complete [2020-08-17T20:55:25.820Z] e7c96db7181b: Verifying Checksum [2020-08-17T20:55:25.820Z] e7c96db7181b: Download complete [2020-08-17T20:55:26.159Z] 894bfe63afcb: Verifying Checksum [2020-08-17T20:55:26.159Z] 894bfe63afcb: Download complete [2020-08-17T20:55:26.159Z] e7c96db7181b: Pull complete [2020-08-17T20:55:26.433Z] 1868ca2cb446: Pull complete [2020-08-17T20:55:26.699Z] 136be5d0fe8e: Pull complete [2020-08-17T20:55:26.962Z] 894bfe63afcb: Pull complete [2020-08-17T20:55:26.962Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-17T20:55:26.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:55:26.962Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-17T20:55:27.220Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:55:27.364Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:55:28.624Z] $ docker top 115739c5b7be71dc3462e8c435ca284baabcfa9d7303a7ec2b904dbbe4d3d26a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:55:29.565Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:55:29.565Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:55:32.328Z] $ docker stop --time=1 115739c5b7be71dc3462e8c435ca284baabcfa9d7303a7ec2b904dbbe4d3d26a [2020-08-17T20:55:33.800Z] $ docker rm -f 115739c5b7be71dc3462e8c435ca284baabcfa9d7303a7ec2b904dbbe4d3d26a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:55:34.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:55:34.434Z] . [Pipeline] withDockerContainer [2020-08-17T20:55:34.613Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:55:34.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:55:35.603Z] $ docker top bfdd41e7af6043c5007869843eb33beeb478645b0b7d23c46f6a33a964602648 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:55:36.448Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:55:36.448Z] + tee [2020-08-17T20:55:36.448Z] clair timeout 1m0s [2020-08-17T20:55:36.448Z] docker timeout: 1m0s [2020-08-17T20:55:36.448Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:55:37.567Z] $ docker stop --time=1 bfdd41e7af6043c5007869843eb33beeb478645b0b7d23c46f6a33a964602648 [2020-08-17T20:55:39.173Z] $ docker rm -f bfdd41e7af6043c5007869843eb33beeb478645b0b7d23c46f6a33a964602648 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:55:39.665Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:55:39.695Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-core-command-go_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:55:39.755Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:55:40.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:55:40.246Z] . [Pipeline] withDockerContainer [2020-08-17T20:55:40.386Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:55:40.441Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:55:41.369Z] $ docker top 5765e8be51679cb21b698910ddec692d4289b25ae61f506907d5581ea3f4723d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:55:42.455Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:55:42.455Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:55:47.974Z] $ docker stop --time=1 5765e8be51679cb21b698910ddec692d4289b25ae61f506907d5581ea3f4723d [2020-08-17T20:55:49.567Z] $ docker rm -f 5765e8be51679cb21b698910ddec692d4289b25ae61f506907d5581ea3f4723d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:55:50.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:55:50.076Z] . [Pipeline] withDockerContainer [2020-08-17T20:55:50.240Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:55:50.296Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:55:51.156Z] $ docker top 188ac340245c7e6b234d985bb68a4f2d97cd32616b843e34af02a8819e9cf5cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:55:51.739Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:55:51.739Z] + tee [2020-08-17T20:55:51.739Z] clair timeout 1m0s [2020-08-17T20:55:51.739Z] docker timeout: 1m0s [2020-08-17T20:55:51.739Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:55:52.856Z] $ docker stop --time=1 188ac340245c7e6b234d985bb68a4f2d97cd32616b843e34af02a8819e9cf5cc [2020-08-17T20:55:54.253Z] $ docker rm -f 188ac340245c7e6b234d985bb68a4f2d97cd32616b843e34af02a8819e9cf5cc [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:55:54.809Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:55:54.829Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-core-data-go_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:55:54.968Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:55:55.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:55:55.385Z] . [Pipeline] withDockerContainer [2020-08-17T20:55:55.603Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:55:55.692Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:55:56.771Z] $ docker top 54fc6e11b5570fd7e8a7f5bc51bdbaaa277ed7ed05ea932275c514e0a65006d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:55:57.747Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:55:57.747Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:56:00.524Z] $ docker stop --time=1 54fc6e11b5570fd7e8a7f5bc51bdbaaa277ed7ed05ea932275c514e0a65006d9 [2020-08-17T20:56:02.201Z] $ docker rm -f 54fc6e11b5570fd7e8a7f5bc51bdbaaa277ed7ed05ea932275c514e0a65006d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:56:02.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:56:02.825Z] . [Pipeline] withDockerContainer [2020-08-17T20:56:03.015Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:56:03.077Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:56:04.594Z] $ docker top c621b05fdffa2b7626b15cc129ca1957336071b3fea3a0a7086efe522c514f9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:56:05.204Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:56:05.204Z] + tee [2020-08-17T20:56:05.204Z] clair timeout 1m0s [2020-08-17T20:56:05.204Z] docker timeout: 1m0s [2020-08-17T20:56:05.204Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:56:06.351Z] $ docker stop --time=1 c621b05fdffa2b7626b15cc129ca1957336071b3fea3a0a7086efe522c514f9a [2020-08-17T20:56:07.799Z] $ docker rm -f c621b05fdffa2b7626b15cc129ca1957336071b3fea3a0a7086efe522c514f9a [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:56:08.443Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:56:08.458Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-core-metadata-go_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:56:08.501Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:56:09.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:56:09.022Z] . [Pipeline] withDockerContainer [2020-08-17T20:56:09.267Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:56:09.354Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:56:10.446Z] $ docker top 834c2b1909d3c5f563ca914d64357414ff64176003b582bf8f3127f6374649b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:56:11.020Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:56:11.020Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:56:15.477Z] $ docker stop --time=1 834c2b1909d3c5f563ca914d64357414ff64176003b582bf8f3127f6374649b0 [2020-08-17T20:56:17.038Z] $ docker rm -f 834c2b1909d3c5f563ca914d64357414ff64176003b582bf8f3127f6374649b0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:56:17.592Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:56:17.592Z] . [Pipeline] withDockerContainer [2020-08-17T20:56:17.783Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:56:17.901Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:56:18.925Z] $ docker top 614571b3c2fb0faa70214f3a9fbb1722dea37b097a041ffc054ac55c5736709f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:56:19.672Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:56:19.672Z] + tee [2020-08-17T20:56:19.672Z] clair timeout 1m0s [2020-08-17T20:56:19.672Z] docker timeout: 1m0s [2020-08-17T20:56:19.672Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:56:20.728Z] $ docker stop --time=1 614571b3c2fb0faa70214f3a9fbb1722dea37b097a041ffc054ac55c5736709f [2020-08-17T20:56:22.391Z] $ docker rm -f 614571b3c2fb0faa70214f3a9fbb1722dea37b097a041ffc054ac55c5736709f [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:56:22.882Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:56:22.925Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-security-proxy-setup-go_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:56:22.992Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:56:23.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:56:23.305Z] . [Pipeline] withDockerContainer [2020-08-17T20:56:23.434Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:56:23.514Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:56:24.472Z] $ docker top 5b72ebf0acd5ba27cb5dd0cc1a073c5140a55b30a4f6d4995a61a10b62bcb306 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:56:25.127Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:56:25.127Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:56:33.582Z] $ docker stop --time=1 5b72ebf0acd5ba27cb5dd0cc1a073c5140a55b30a4f6d4995a61a10b62bcb306 [2020-08-17T20:56:35.154Z] $ docker rm -f 5b72ebf0acd5ba27cb5dd0cc1a073c5140a55b30a4f6d4995a61a10b62bcb306 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:56:35.734Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:56:35.735Z] . [Pipeline] withDockerContainer [2020-08-17T20:56:35.885Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:56:35.959Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:56:36.890Z] $ docker top 92672e71a5736425e5eaa3ad53ae786b150928047f3e41f7d6890a612f543529 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:56:37.496Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:56:37.496Z] + tee [2020-08-17T20:56:37.496Z] clair timeout 1m0s [2020-08-17T20:56:37.496Z] docker timeout: 1m0s [2020-08-17T20:56:37.496Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:56:39.116Z] $ docker stop --time=1 92672e71a5736425e5eaa3ad53ae786b150928047f3e41f7d6890a612f543529 [2020-08-17T20:56:40.565Z] $ docker rm -f 92672e71a5736425e5eaa3ad53ae786b150928047f3e41f7d6890a612f543529 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:56:41.581Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:56:41.603Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-security-secrets-setup-go_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:56:41.657Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:56:42.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:56:42.080Z] . [Pipeline] withDockerContainer [2020-08-17T20:56:42.257Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:56:42.320Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:56:43.413Z] $ docker top 3d6869aa396f61b54a63ad1d822895450dbe933667592df9401cf4638b518f8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:56:44.343Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:56:44.343Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:56:52.683Z] $ docker stop --time=1 3d6869aa396f61b54a63ad1d822895450dbe933667592df9401cf4638b518f8a [2020-08-17T20:56:54.109Z] $ docker rm -f 3d6869aa396f61b54a63ad1d822895450dbe933667592df9401cf4638b518f8a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:56:54.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:56:54.580Z] . [Pipeline] withDockerContainer [2020-08-17T20:56:54.725Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:56:54.787Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:56:55.627Z] $ docker top 276a847b9eecd5e493743f35d7a357aac1498754a68b013fbd3acfde44ee6aea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:56:56.542Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:56:56.542Z] + tee [2020-08-17T20:56:56.542Z] clair timeout 1m0s [2020-08-17T20:56:56.542Z] docker timeout: 1m0s [2020-08-17T20:56:56.542Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:56:58.100Z] $ docker stop --time=1 276a847b9eecd5e493743f35d7a357aac1498754a68b013fbd3acfde44ee6aea [2020-08-17T20:56:59.637Z] $ docker rm -f 276a847b9eecd5e493743f35d7a357aac1498754a68b013fbd3acfde44ee6aea [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:57:00.371Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:57:00.387Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-security-secretstore-setup-go_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:57:00.461Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:57:00.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:57:00.801Z] . [Pipeline] withDockerContainer [2020-08-17T20:57:01.124Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:57:01.194Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:57:02.831Z] $ docker top bb91ed77b509499fcb6dde7c7666586ca90a46b3a88565f7ed0b984bb05adc95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:57:03.540Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:57:03.541Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:57:07.017Z] $ docker stop --time=1 bb91ed77b509499fcb6dde7c7666586ca90a46b3a88565f7ed0b984bb05adc95 [2020-08-17T20:57:08.598Z] $ docker rm -f bb91ed77b509499fcb6dde7c7666586ca90a46b3a88565f7ed0b984bb05adc95 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:57:09.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:57:09.206Z] . [Pipeline] withDockerContainer [2020-08-17T20:57:09.387Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:57:09.452Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:57:10.438Z] $ docker top 2065131e96e7b14e37640a93bd857f34e213c7208288774da8d6b778328127b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:57:11.061Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:57:11.061Z] + tee [2020-08-17T20:57:11.061Z] clair timeout 1m0s [2020-08-17T20:57:11.061Z] docker timeout: 1m0s [2020-08-17T20:57:11.061Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:57:12.178Z] $ docker stop --time=1 2065131e96e7b14e37640a93bd857f34e213c7208288774da8d6b778328127b4 [2020-08-17T20:57:13.834Z] $ docker rm -f 2065131e96e7b14e37640a93bd857f34e213c7208288774da8d6b778328127b4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:57:14.324Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:57:14.338Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-support-logging-go_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:57:14.385Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:57:14.721Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:57:14.721Z] . [Pipeline] withDockerContainer [2020-08-17T20:57:14.884Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:57:14.953Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:57:15.758Z] $ docker top 86635d132b19a01573deb2523f80fb2d59eb602e29161531ef6f7ec90a0a8d76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:57:16.455Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:57:16.455Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:57:21.945Z] $ docker stop --time=1 86635d132b19a01573deb2523f80fb2d59eb602e29161531ef6f7ec90a0a8d76 [2020-08-17T20:57:23.479Z] $ docker rm -f 86635d132b19a01573deb2523f80fb2d59eb602e29161531ef6f7ec90a0a8d76 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:57:23.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:57:23.967Z] . [Pipeline] withDockerContainer [2020-08-17T20:57:24.184Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:57:24.228Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:57:25.208Z] $ docker top 0d19b1683c10733e17d99329445fe0ca161389da54dcc037da560825e4c0b49b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:57:25.757Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:57:25.758Z] + tee [2020-08-17T20:57:25.758Z] clair timeout 1m0s [2020-08-17T20:57:25.758Z] docker timeout: 1m0s [2020-08-17T20:57:25.758Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:57:26.799Z] $ docker stop --time=1 0d19b1683c10733e17d99329445fe0ca161389da54dcc037da560825e4c0b49b [2020-08-17T20:57:28.307Z] $ docker rm -f 0d19b1683c10733e17d99329445fe0ca161389da54dcc037da560825e4c0b49b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:57:28.820Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:57:28.838Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-support-notifications-go_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:57:28.883Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:57:29.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:57:29.260Z] . [Pipeline] withDockerContainer [2020-08-17T20:57:29.438Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:57:30.358Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:57:31.490Z] $ docker top d06f5031d7ef67089cf03b75d389225bc89cbdd2637144433dd11935daff99aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:57:32.224Z] + tee+ [2020-08-17T20:57:32.224Z] /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:57:35.058Z] $ docker stop --time=1 d06f5031d7ef67089cf03b75d389225bc89cbdd2637144433dd11935daff99aa [2020-08-17T20:57:36.490Z] $ docker rm -f d06f5031d7ef67089cf03b75d389225bc89cbdd2637144433dd11935daff99aa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:57:36.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:57:36.988Z] . [Pipeline] withDockerContainer [2020-08-17T20:57:37.166Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:57:37.218Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:57:37.907Z] $ docker top 7aa47fbce2c4bea1f7a8ad5a4a764c45f4ae8c2036d14868078ccd04245f4514 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:57:38.625Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:57:38.625Z] + tee [2020-08-17T20:57:38.625Z] clair timeout 1m0s [2020-08-17T20:57:38.625Z] docker timeout: 1m0s [2020-08-17T20:57:38.625Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:57:39.290Z] $ docker stop --time=1 7aa47fbce2c4bea1f7a8ad5a4a764c45f4ae8c2036d14868078ccd04245f4514 [2020-08-17T20:57:40.752Z] $ docker rm -f 7aa47fbce2c4bea1f7a8ad5a4a764c45f4ae8c2036d14868078ccd04245f4514 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:57:41.657Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:57:41.694Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-support-scheduler-go_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:57:41.762Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:57:42.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:57:42.122Z] . [Pipeline] withDockerContainer [2020-08-17T20:57:42.321Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:57:42.456Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:57:43.390Z] $ docker top 943f9e70c3ed8e027225be94109c021963b9269761dce5a455fa0e4963dce7c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:57:44.258Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:57:44.258Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:57:59.366Z] $ docker stop --time=1 943f9e70c3ed8e027225be94109c021963b9269761dce5a455fa0e4963dce7c2 [2020-08-17T20:58:00.941Z] $ docker rm -f 943f9e70c3ed8e027225be94109c021963b9269761dce5a455fa0e4963dce7c2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:58:01.828Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:58:01.828Z] . [Pipeline] withDockerContainer [2020-08-17T20:58:02.095Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:58:02.180Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:58:03.147Z] $ docker top 86c2dda84eaf1acee78f6c05975d8bbb2ba71e47e05c41720fba981f09ae3462 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:58:03.721Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:58:03.721Z] + tee [2020-08-17T20:58:03.721Z] clair timeout 1m0s [2020-08-17T20:58:03.721Z] docker timeout: 1m0s [2020-08-17T20:58:03.721Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:58:05.786Z] $ docker stop --time=1 86c2dda84eaf1acee78f6c05975d8bbb2ba71e47e05c41720fba981f09ae3462 [2020-08-17T20:58:07.546Z] $ docker rm -f 86c2dda84eaf1acee78f6c05975d8bbb2ba71e47e05c41720fba981f09ae3462 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:58:08.103Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:58:08.116Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-sys-mgmt-agent-go_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:58:08.166Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:58:08.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:58:08.740Z] . [Pipeline] withDockerContainer [2020-08-17T20:58:08.984Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:58:09.337Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:58:10.449Z] $ docker top e15d15c489754d1903ac568fa25f9ddb8babe6ea2483f862431b91203f85c522 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:58:11.609Z] + tee [2020-08-17T20:58:11.609Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:58:14.430Z] $ docker stop --time=1 e15d15c489754d1903ac568fa25f9ddb8babe6ea2483f862431b91203f85c522 [2020-08-17T20:58:15.940Z] $ docker rm -f e15d15c489754d1903ac568fa25f9ddb8babe6ea2483f862431b91203f85c522 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:58:16.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:58:16.485Z] . [Pipeline] withDockerContainer [2020-08-17T20:58:16.598Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:58:16.648Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:58:17.398Z] $ docker top 21b943b41dcd17ce03358b5ecdcf8a47c9df00228ac94db11fde9c02bb89a18a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:58:18.011Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:58:18.011Z] + tee [2020-08-17T20:58:18.011Z] clair timeout 1m0s [2020-08-17T20:58:18.011Z] docker timeout: 1m0s [2020-08-17T20:58:18.011Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:58:18.671Z] $ docker stop --time=1 21b943b41dcd17ce03358b5ecdcf8a47c9df00228ac94db11fde9c02bb89a18a [2020-08-17T20:58:20.112Z] $ docker rm -f 21b943b41dcd17ce03358b5ecdcf8a47c9df00228ac94db11fde9c02bb89a18a [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:58:20.698Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:58:20.710Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-core-command-go-arm64_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:58:20.758Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:58:21.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:58:21.113Z] . [Pipeline] withDockerContainer [2020-08-17T20:58:21.274Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:58:21.353Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:58:22.260Z] $ docker top 825c75adbdf1c42d94346b992e093c47c4ed49538798224d2b182d952e9b993d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:58:23.216Z] + tee [2020-08-17T20:58:23.216Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:58:28.691Z] $ docker stop --time=1 825c75adbdf1c42d94346b992e093c47c4ed49538798224d2b182d952e9b993d [2020-08-17T20:58:30.229Z] $ docker rm -f 825c75adbdf1c42d94346b992e093c47c4ed49538798224d2b182d952e9b993d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:58:30.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:58:30.788Z] . [Pipeline] withDockerContainer [2020-08-17T20:58:30.947Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:58:31.112Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:58:32.073Z] $ docker top 97ce6fdb71656dca8d93e0d4bdfddefc8fc5b65330ca0e540b671cdba176634c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:58:33.082Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:58:33.082Z] + tee [2020-08-17T20:58:33.082Z] clair timeout 1m0s [2020-08-17T20:58:33.082Z] docker timeout: 1m0s [2020-08-17T20:58:33.082Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:58:34.136Z] $ docker stop --time=1 97ce6fdb71656dca8d93e0d4bdfddefc8fc5b65330ca0e540b671cdba176634c [2020-08-17T20:58:35.632Z] $ docker rm -f 97ce6fdb71656dca8d93e0d4bdfddefc8fc5b65330ca0e540b671cdba176634c [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:58:36.167Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:58:36.181Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-core-data-go-arm64_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:58:36.246Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:58:36.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:58:36.634Z] . [Pipeline] withDockerContainer [2020-08-17T20:58:36.896Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:58:36.958Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:58:38.109Z] $ docker top 2492a04a63d9bc1557d6b59a4d175c3fce1b237b98b3c9897a78b44f6745b512 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:58:38.713Z] + tee [2020-08-17T20:58:38.713Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:58:41.602Z] $ docker stop --time=1 2492a04a63d9bc1557d6b59a4d175c3fce1b237b98b3c9897a78b44f6745b512 [2020-08-17T20:58:43.293Z] $ docker rm -f 2492a04a63d9bc1557d6b59a4d175c3fce1b237b98b3c9897a78b44f6745b512 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:58:43.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:58:43.787Z] . [Pipeline] withDockerContainer [2020-08-17T20:58:43.893Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:58:43.929Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:58:44.638Z] $ docker top 9873efe557dd895aed3f701d4530c6e0e7ece35d3c896b602f7c93778620cc66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:58:45.235Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:58:45.235Z] + tee [2020-08-17T20:58:45.235Z] clair timeout 1m0s [2020-08-17T20:58:45.235Z] docker timeout: 1m0s [2020-08-17T20:58:45.235Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:58:45.914Z] $ docker stop --time=1 9873efe557dd895aed3f701d4530c6e0e7ece35d3c896b602f7c93778620cc66 [2020-08-17T20:58:47.324Z] $ docker rm -f 9873efe557dd895aed3f701d4530c6e0e7ece35d3c896b602f7c93778620cc66 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:58:47.860Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:58:47.873Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-core-metadata-go-arm64_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:58:47.918Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:58:48.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:58:48.291Z] . [Pipeline] withDockerContainer [2020-08-17T20:58:48.514Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:58:48.570Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:58:50.044Z] $ docker top cf531a63218cc4fc8afda32cd9fd18237853074a7d08139ae585ec4c03722602 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:58:50.955Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:58:50.955Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:58:56.480Z] $ docker stop --time=1 cf531a63218cc4fc8afda32cd9fd18237853074a7d08139ae585ec4c03722602 [2020-08-17T20:58:58.020Z] $ docker rm -f cf531a63218cc4fc8afda32cd9fd18237853074a7d08139ae585ec4c03722602 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:58:58.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:58:58.536Z] . [Pipeline] withDockerContainer [2020-08-17T20:58:58.795Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:58:58.856Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:58:59.672Z] $ docker top 40ee0cf055ebf5f79f908372539d10177909b4f1411bd566570ea1a633d1d692 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:59:00.182Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:59:00.182Z] + tee [2020-08-17T20:59:00.182Z] clair timeout 1m0s [2020-08-17T20:59:00.182Z] docker timeout: 1m0s [2020-08-17T20:59:00.182Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:59:01.249Z] $ docker stop --time=1 40ee0cf055ebf5f79f908372539d10177909b4f1411bd566570ea1a633d1d692 [2020-08-17T20:59:02.797Z] $ docker rm -f 40ee0cf055ebf5f79f908372539d10177909b4f1411bd566570ea1a633d1d692 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:59:03.289Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:59:03.316Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:59:03.368Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:59:03.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:59:03.719Z] . [Pipeline] withDockerContainer [2020-08-17T20:59:03.850Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:59:03.900Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:59:05.219Z] $ docker top cf14b105331698f0672317d07163bd9f99e38daee2751e78eacdc7e037337241 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:59:06.166Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:59:06.166Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:59:14.711Z] $ docker stop --time=1 cf14b105331698f0672317d07163bd9f99e38daee2751e78eacdc7e037337241 [2020-08-17T20:59:16.267Z] $ docker rm -f cf14b105331698f0672317d07163bd9f99e38daee2751e78eacdc7e037337241 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:59:17.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:59:17.023Z] . [Pipeline] withDockerContainer [2020-08-17T20:59:17.422Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:59:17.478Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:59:18.397Z] $ docker top 6fa054fbd0d6df9b3da728a1216f314dda8c7bbef52dcfde2a29861da605fc55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:59:18.971Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937ftee [2020-08-17T20:59:18.971Z] [2020-08-17T20:59:18.971Z] clair timeout 1m0s [2020-08-17T20:59:18.971Z] docker timeout: 1m0s [2020-08-17T20:59:18.971Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:59:20.539Z] $ docker stop --time=1 6fa054fbd0d6df9b3da728a1216f314dda8c7bbef52dcfde2a29861da605fc55 [2020-08-17T20:59:22.093Z] $ docker rm -f 6fa054fbd0d6df9b3da728a1216f314dda8c7bbef52dcfde2a29861da605fc55 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:59:22.591Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:59:22.605Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:59:22.678Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:59:23.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:59:23.015Z] . [Pipeline] withDockerContainer [2020-08-17T20:59:23.127Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:59:23.175Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:59:24.092Z] $ docker top 5666b7e6cefb03417903d1b364e5ccc3cc8c149d9dcbf5a906c895f64cbea30e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:59:24.695Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:59:24.695Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:59:33.069Z] $ docker stop --time=1 5666b7e6cefb03417903d1b364e5ccc3cc8c149d9dcbf5a906c895f64cbea30e [2020-08-17T20:59:34.564Z] $ docker rm -f 5666b7e6cefb03417903d1b364e5ccc3cc8c149d9dcbf5a906c895f64cbea30e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:59:35.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:59:35.065Z] . [Pipeline] withDockerContainer [2020-08-17T20:59:35.195Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:59:35.236Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:59:36.211Z] $ docker top f9d80ebc652d29457cbd0ae853abc75c3b9ef61bced586302d86fe6be84cb089 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:59:36.866Z] + tee [2020-08-17T20:59:36.866Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:59:36.866Z] clair timeout 1m0s [2020-08-17T20:59:36.866Z] docker timeout: 1m0s [2020-08-17T20:59:36.866Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:59:38.367Z] $ docker stop --time=1 f9d80ebc652d29457cbd0ae853abc75c3b9ef61bced586302d86fe6be84cb089 [2020-08-17T20:59:40.537Z] $ docker rm -f f9d80ebc652d29457cbd0ae853abc75c3b9ef61bced586302d86fe6be84cb089 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:59:41.137Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:59:41.151Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:59:41.196Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:59:41.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:59:41.550Z] . [Pipeline] withDockerContainer [2020-08-17T20:59:41.823Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:59:41.873Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:59:43.022Z] $ docker top 07b57a38b585530c974553731c89a51c3c31cce95d77af477957407e7eb2ae77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:59:43.686Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:59:43.686Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:59:47.195Z] $ docker stop --time=1 07b57a38b585530c974553731c89a51c3c31cce95d77af477957407e7eb2ae77 [2020-08-17T20:59:49.083Z] $ docker rm -f 07b57a38b585530c974553731c89a51c3c31cce95d77af477957407e7eb2ae77 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:59:49.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:59:49.651Z] . [Pipeline] withDockerContainer [2020-08-17T20:59:49.930Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:59:49.999Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:59:51.107Z] $ docker top ad59d6cba802679c077a503c45f6d930a37dff1ac7f3efab6db8fca8882da8a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:59:51.703Z] + tee [2020-08-17T20:59:51.703Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:59:51.703Z] clair timeout 1m0s [2020-08-17T20:59:51.703Z] docker timeout: 1m0s [2020-08-17T20:59:51.703Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T20:59:52.881Z] $ docker stop --time=1 ad59d6cba802679c077a503c45f6d930a37dff1ac7f3efab6db8fca8882da8a5 [2020-08-17T20:59:54.509Z] $ docker rm -f ad59d6cba802679c077a503c45f6d930a37dff1ac7f3efab6db8fca8882da8a5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T20:59:55.037Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T20:59:55.174Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-support-logging-go-arm64_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T20:59:55.262Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T20:59:55.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T20:59:55.702Z] . [Pipeline] withDockerContainer [2020-08-17T20:59:55.886Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T20:59:55.939Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T20:59:57.202Z] $ docker top 7b9bf1602e2002f4a83e117b92a82ef4f46712206f2996e3002927d429eeb951 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T20:59:57.994Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T20:59:57.994Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T21:00:03.557Z] $ docker stop --time=1 7b9bf1602e2002f4a83e117b92a82ef4f46712206f2996e3002927d429eeb951 [2020-08-17T21:00:05.401Z] $ docker rm -f 7b9bf1602e2002f4a83e117b92a82ef4f46712206f2996e3002927d429eeb951 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T21:00:05.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T21:00:05.941Z] . [Pipeline] withDockerContainer [2020-08-17T21:00:06.062Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T21:00:06.121Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T21:00:07.065Z] $ docker top 6bc763f0b552b1968f175054a53b7af10e6ff1fcfd589bba8b38e2a777313f9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T21:00:07.640Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T21:00:07.640Z] + tee [2020-08-17T21:00:07.640Z] clair timeout 1m0s [2020-08-17T21:00:07.640Z] docker timeout: 1m0s [2020-08-17T21:00:07.640Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T21:00:08.724Z] $ docker stop --time=1 6bc763f0b552b1968f175054a53b7af10e6ff1fcfd589bba8b38e2a777313f9b [2020-08-17T21:00:10.521Z] $ docker rm -f 6bc763f0b552b1968f175054a53b7af10e6ff1fcfd589bba8b38e2a777313f9b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T21:00:11.032Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T21:00:11.045Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-support-notifications-go-arm64_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T21:00:11.089Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T21:00:11.448Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T21:00:11.448Z] . [Pipeline] withDockerContainer [2020-08-17T21:00:11.606Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T21:00:11.654Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T21:00:12.371Z] $ docker top f31e058e57d69299937602761d4360460747f2c2ae657acbcce759db748f0f34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T21:00:12.952Z] + tee [2020-08-17T21:00:12.952Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T21:00:15.692Z] $ docker stop --time=1 f31e058e57d69299937602761d4360460747f2c2ae657acbcce759db748f0f34 [2020-08-17T21:00:17.258Z] $ docker rm -f f31e058e57d69299937602761d4360460747f2c2ae657acbcce759db748f0f34 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T21:00:17.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T21:00:17.911Z] . [Pipeline] withDockerContainer [2020-08-17T21:00:18.154Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T21:00:18.209Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T21:00:19.018Z] $ docker top 3ba46b2a18ab2ab55a800e1b6b498ec288c528c3851833494823f1f590d9d6b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T21:00:19.528Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T21:00:19.528Z] + tee [2020-08-17T21:00:19.528Z] clair timeout 1m0s [2020-08-17T21:00:19.528Z] docker timeout: 1m0s [2020-08-17T21:00:19.528Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T21:00:20.907Z] $ docker stop --time=1 3ba46b2a18ab2ab55a800e1b6b498ec288c528c3851833494823f1f590d9d6b9 [2020-08-17T21:00:22.551Z] $ docker rm -f 3ba46b2a18ab2ab55a800e1b6b498ec288c528c3851833494823f1f590d9d6b9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T21:00:23.023Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T21:00:23.035Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-support-scheduler-go-arm64_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T21:00:23.080Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-17T21:00:23.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T21:00:23.410Z] . [Pipeline] withDockerContainer [2020-08-17T21:00:23.535Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T21:00:23.591Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T21:00:25.272Z] $ docker top a2e1092aac09d87ad3d655abd56a747abf4a36cb64bcf02bc83935fe501eed2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T21:00:26.039Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T21:00:26.039Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T21:00:41.355Z] $ docker stop --time=1 a2e1092aac09d87ad3d655abd56a747abf4a36cb64bcf02bc83935fe501eed2e [2020-08-17T21:00:43.013Z] $ docker rm -f a2e1092aac09d87ad3d655abd56a747abf4a36cb64bcf02bc83935fe501eed2e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T21:00:43.578Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-17T21:00:43.578Z] . [Pipeline] withDockerContainer [2020-08-17T21:00:43.738Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T21:00:43.789Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T21:00:44.850Z] $ docker top 9c6df5f50769403c5b02888ce2432018072d3b61b8d892c678ab6e6c84ed5cb5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-17T21:00:45.538Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:a7ec3a865ede80db86ffd188b897ddab9785937f [2020-08-17T21:00:45.538Z] + tee [2020-08-17T21:00:45.811Z] clair timeout 1m0s [2020-08-17T21:00:45.811Z] docker timeout: 1m0s [2020-08-17T21:00:45.811Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-17T21:00:47.331Z] $ docker stop --time=1 9c6df5f50769403c5b02888ce2432018072d3b61b8d892c678ab6e6c84ed5cb5 [2020-08-17T21:00:48.873Z] $ docker rm -f 9c6df5f50769403c5b02888ce2432018072d3b61b8d892c678ab6e6c84ed5cb5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-17T21:00:49.389Z] + mkdir -p /w/workspace/edgex-go/124/clair-reports [Pipeline] echo [2020-08-17T21:00:49.403Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/124/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_a7ec3a865ede80db86ffd188b897ddab9785937f.html [Pipeline] writeFile [Pipeline] step [2020-08-17T21:00:49.468Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-08-17T21:00:49.767Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-17T21:00:49.812Z] provisioning config files... [2020-08-17T21:00:49.839Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/124@tmp/config2582681107805010166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-17T21:00:50.347Z] --> edgex-publish-swagger.sh [2020-08-17T21:00:50.347Z] === Publish openapi/v1 API === [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] === Publish openapi/v2 API === [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-17T21:00:50.348Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-17T21:00:50.348Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-17T21:00:50.348Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-08-17T21:00:50.358Z] 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-17T21:01:03.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T21:01:03.223Z] . [Pipeline] withDockerContainer [2020-08-17T21:01:03.441Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T21:01:03.501Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T21:01:05.251Z] $ docker top 276e281c5febe5daff69469c054290a6d2fdb4fd706b2b85e251b684d516da67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T21:01:05.787Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T21:01:05.787Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T21:01:06.237Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T21:01:06.239Z] $ docker exec 276e281c5febe5daff69469c054290a6d2fdb4fd706b2b85e251b684d516da67 ssh-agent [2020-08-17T21:01:06.605Z] SSH_AUTH_SOCK=/tmp/ssh-mkDFjpCTTqDZ/agent.12 [2020-08-17T21:01:06.605Z] SSH_AGENT_PID=18 [2020-08-17T21:01:06.618Z] Running ssh-add (command line suppressed) [2020-08-17T21:01:07.252Z] Identity added: /w/workspace/edgex-go/124@tmp/private_key_10436410108435997.key (/w/workspace/edgex-go/124@tmp/private_key_10436410108435997.key) [2020-08-17T21:01:07.417Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T21:01:08.478Z] + git semver tag [2020-08-17T21:01:08.478Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T21:01:08.478Z] # $GIT_DIR = /w/workspace/edgex-go/124/.git [2020-08-17T21:01:08.478Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/124 [2020-08-17T21:01:08.478Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T21:01:08.478Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T21:01:08.478Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T21:01:08.478Z] # $SEMVER_BRANCH = master [2020-08-17T21:01:08.478Z] # $SEMVER_DIR = /w/workspace/edgex-go/124/.semver [2020-08-17T21:01:08.478Z] # a7ec3a865ede80db86ffd188b897ddab9785937f HEAD [2020-08-17T21:01:09.435Z] # -> Force: false [2020-08-17T21:01:09.435Z] # d0a256757b71bb84e75fbef44baa8e36c7d77e6d refs/tags/v1.2.2-dev.12 [Pipeline] } [2020-08-17T21:01:09.446Z] $ docker exec --env ******** --env ******** 276e281c5febe5daff69469c054290a6d2fdb4fd706b2b85e251b684d516da67 ssh-agent -k [2020-08-17T21:01:10.070Z] unset SSH_AUTH_SOCK; [2020-08-17T21:01:10.070Z] unset SSH_AGENT_PID; [2020-08-17T21:01:10.070Z] echo Agent pid 18 killed; [2020-08-17T21:01:10.219Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T21:01:10.717Z] + git semver [Pipeline] } [2020-08-17T21:01:10.740Z] $ docker stop --time=1 276e281c5febe5daff69469c054290a6d2fdb4fd706b2b85e251b684d516da67 [2020-08-17T21:01:12.291Z] $ docker rm -f 276e281c5febe5daff69469c054290a6d2fdb4fd706b2b85e251b684d516da67 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-17T21:01:13.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-17T21:01:13.023Z] [2020-08-17T21:01:13.023Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-17T21:01:13.399Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-17T21:01:13.681Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-17T21:01:13.681Z] ab5ef0e58194: Pulling fs layer [2020-08-17T21:01:13.681Z] 9712f1f96733: Pulling fs layer [2020-08-17T21:01:13.681Z] 63f879dbbcfc: Pulling fs layer [2020-08-17T21:01:13.681Z] 0d9ebad4ef96: Pulling fs layer [2020-08-17T21:01:13.681Z] e9a5061849ea: Pulling fs layer [2020-08-17T21:01:13.681Z] d747dcd14b5f: Pulling fs layer [2020-08-17T21:01:13.681Z] 2de7ff778b66: Pulling fs layer [2020-08-17T21:01:13.681Z] e9a5061849ea: Waiting [2020-08-17T21:01:13.681Z] d747dcd14b5f: Waiting [2020-08-17T21:01:13.681Z] 2de7ff778b66: Waiting [2020-08-17T21:01:13.681Z] 0d9ebad4ef96: Waiting [2020-08-17T21:01:13.681Z] 9712f1f96733: Download complete [2020-08-17T21:01:15.404Z] 63f879dbbcfc: Verifying Checksum [2020-08-17T21:01:15.404Z] 63f879dbbcfc: Download complete [2020-08-17T21:01:15.687Z] e9a5061849ea: Verifying Checksum [2020-08-17T21:01:15.687Z] e9a5061849ea: Download complete [2020-08-17T21:01:15.688Z] d747dcd14b5f: Verifying Checksum [2020-08-17T21:01:15.688Z] d747dcd14b5f: Download complete [2020-08-17T21:01:15.987Z] 0d9ebad4ef96: Verifying Checksum [2020-08-17T21:01:15.987Z] 0d9ebad4ef96: Download complete [2020-08-17T21:01:16.281Z] ab5ef0e58194: Verifying Checksum [2020-08-17T21:01:16.281Z] ab5ef0e58194: Download complete [2020-08-17T21:01:16.281Z] 2de7ff778b66: Verifying Checksum [2020-08-17T21:01:16.281Z] 2de7ff778b66: Download complete [2020-08-17T21:01:23.037Z] ab5ef0e58194: Pull complete [2020-08-17T21:01:23.310Z] 9712f1f96733: Pull complete [2020-08-17T21:01:26.181Z] 63f879dbbcfc: Pull complete [2020-08-17T21:01:34.674Z] 0d9ebad4ef96: Pull complete [2020-08-17T21:01:35.272Z] e9a5061849ea: Pull complete [2020-08-17T21:01:35.544Z] d747dcd14b5f: Pull complete [2020-08-17T21:01:39.944Z] 2de7ff778b66: Pull complete [2020-08-17T21:01:39.944Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-17T21:01:39.944Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-17T21:01:39.944Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-17T21:01:40.349Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T21:01:40.528Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T21:01:44.679Z] $ docker top fdfb15f43730b08cc3e8b7a1ae72921b43f334f9a45f151e350c3a0ec5a1770f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-17T21:01:44.949Z] provisioning config files... [2020-08-17T21:01:44.959Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/124@tmp/config4615824284894004467tmp [2020-08-17T21:01:44.972Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/124@tmp/config236969770377261680tmp [2020-08-17T21:01:44.989Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/124@tmp/config2467399154773935650tmp [Pipeline] { [Pipeline] echo [2020-08-17T21:01:45.032Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T21:01:45.337Z] ---> sigul-configuration.sh [2020-08-17T21:01:45.626Z] gpg: directory `/root/.gnupg' created [2020-08-17T21:01:45.626Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-17T21:01:45.626Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-17T21:01:45.626Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-17T21:01:45.626Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-17T21:01:45.626Z] gpg: CAST5 encrypted data [2020-08-17T21:01:45.889Z] gpg: encrypted with 1 passphrase [2020-08-17T21:01:45.889Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-17T21:01:46.231Z] + mkdir /home/jenkins [2020-08-17T21:01:46.231Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-17T21:01:46.971Z] + 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-17T21:01:46.982Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T21:01:47.297Z] ---> sigul-install.sh [2020-08-17T21:01:55.803Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-17T21:01:56.453Z] + git tag --list [2020-08-17T21:01:56.453Z] v1.2.2-dev.12 [Pipeline] sh [2020-08-17T21:01:57.145Z] + lftools sign git-tag v1.2.2-dev.12 [2020-08-17T21:01:58.590Z] Signing Git tag with Sigul... [2020-08-17T21:01:58.590Z] Signing v1.2.2-dev.12 [Pipeline] echo [2020-08-17T21:02:00.033Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T21:02:00.405Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-17T21:02:00.436Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-17T21:02:00.541Z] $ docker stop --time=1 fdfb15f43730b08cc3e8b7a1ae72921b43f334f9a45f151e350c3a0ec5a1770f [2020-08-17T21:02:02.420Z] $ docker rm -f fdfb15f43730b08cc3e8b7a1ae72921b43f334f9a45f151e350c3a0ec5a1770f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-17T21:02:03.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T21:02:03.416Z] . [Pipeline] withDockerContainer [2020-08-17T21:02:03.618Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T21:02:03.682Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T21:02:04.901Z] $ docker top 1bd77d48675953afcadd20c8d6d93e70a88c59f7b3b8fae9278c6e416e8b4cb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T21:02:05.335Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T21:02:05.335Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T21:02:05.690Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T21:02:05.688Z] $ docker exec 1bd77d48675953afcadd20c8d6d93e70a88c59f7b3b8fae9278c6e416e8b4cb8 ssh-agent [2020-08-17T21:02:05.922Z] SSH_AUTH_SOCK=/tmp/ssh-YeykPm4gyQnJ/agent.11 [2020-08-17T21:02:05.922Z] SSH_AGENT_PID=16 [2020-08-17T21:02:05.932Z] Running ssh-add (command line suppressed) [2020-08-17T21:02:06.147Z] Identity added: /w/workspace/edgex-go/124@tmp/private_key_6100091683323923875.key (/w/workspace/edgex-go/124@tmp/private_key_6100091683323923875.key) [2020-08-17T21:02:06.251Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T21:02:06.599Z] + git semver bump pre [2020-08-17T21:02:06.917Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T21:02:06.917Z] # $GIT_DIR = /w/workspace/edgex-go/124/.git [2020-08-17T21:02:06.917Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/124 [2020-08-17T21:02:06.917Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T21:02:06.917Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T21:02:06.917Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T21:02:06.917Z] # $SEMVER_BRANCH = master [2020-08-17T21:02:06.917Z] # $SEMVER_DIR = /w/workspace/edgex-go/124/.semver [2020-08-17T21:02:06.917Z] 1.2.2-dev.13 [Pipeline] } [2020-08-17T21:02:06.929Z] $ docker exec --env ******** --env ******** 1bd77d48675953afcadd20c8d6d93e70a88c59f7b3b8fae9278c6e416e8b4cb8 ssh-agent -k [2020-08-17T21:02:07.281Z] unset SSH_AUTH_SOCK; [2020-08-17T21:02:07.281Z] unset SSH_AGENT_PID; [2020-08-17T21:02:07.281Z] echo Agent pid 16 killed; [2020-08-17T21:02:07.380Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T21:02:07.941Z] + git semver [Pipeline] } [2020-08-17T21:02:07.954Z] $ docker stop --time=1 1bd77d48675953afcadd20c8d6d93e70a88c59f7b3b8fae9278c6e416e8b4cb8 [2020-08-17T21:02:09.525Z] $ docker rm -f 1bd77d48675953afcadd20c8d6d93e70a88c59f7b3b8fae9278c6e416e8b4cb8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-17T21:02:10.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-17T21:02:10.313Z] . [Pipeline] withDockerContainer [2020-08-17T21:02:10.569Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T21:02:10.651Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T21:02:11.537Z] $ docker top 73f7f9f7c09f58edaf7051334f82be6e967505eb1d1a281bca59fa80043854b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-17T21:02:11.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-17T21:02:11.899Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-17T21:02:12.155Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-17T21:02:12.154Z] $ docker exec 73f7f9f7c09f58edaf7051334f82be6e967505eb1d1a281bca59fa80043854b6 ssh-agent [2020-08-17T21:02:12.380Z] SSH_AUTH_SOCK=/tmp/ssh-qqe7nG4YVOil/agent.13 [2020-08-17T21:02:12.380Z] SSH_AGENT_PID=18 [2020-08-17T21:02:12.388Z] Running ssh-add (command line suppressed) [2020-08-17T21:02:12.556Z] Identity added: /w/workspace/edgex-go/124@tmp/private_key_762556194922149177.key (/w/workspace/edgex-go/124@tmp/private_key_762556194922149177.key) [2020-08-17T21:02:12.634Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-17T21:02:13.320Z] + git semver push [2020-08-17T21:02:13.320Z] # -> Open(): unable to determine branch for HEAD [2020-08-17T21:02:13.320Z] # $GIT_DIR = /w/workspace/edgex-go/124/.git [2020-08-17T21:02:13.320Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/124 [2020-08-17T21:02:13.320Z] # $SEMVER_REMOTE_NAME = origin [2020-08-17T21:02:13.320Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-17T21:02:13.320Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-17T21:02:13.320Z] # $SEMVER_BRANCH = master [2020-08-17T21:02:13.320Z] # $SEMVER_DIR = /w/workspace/edgex-go/124/.semver [Pipeline] } [2020-08-17T21:02:25.701Z] $ docker exec --env ******** --env ******** 73f7f9f7c09f58edaf7051334f82be6e967505eb1d1a281bca59fa80043854b6 ssh-agent -k [2020-08-17T21:02:26.140Z] unset SSH_AUTH_SOCK; [2020-08-17T21:02:26.140Z] unset SSH_AGENT_PID; [2020-08-17T21:02:26.140Z] echo Agent pid 18 killed; [2020-08-17T21:02:26.211Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-17T21:02:26.715Z] + git semver [Pipeline] } [2020-08-17T21:02:26.727Z] $ docker stop --time=1 73f7f9f7c09f58edaf7051334f82be6e967505eb1d1a281bca59fa80043854b6 [2020-08-17T21:02:28.179Z] $ docker rm -f 73f7f9f7c09f58edaf7051334f82be6e967505eb1d1a281bca59fa80043854b6 [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-17T21:02:29.087Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T21:02:30.064Z] ---> package-listing.sh [2020-08-17T21:02:30.064Z] ++ facter osfamily [2020-08-17T21:02:30.064Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-17T21:02:30.327Z] + OS_FAMILY=redhat [2020-08-17T21:02:30.327Z] + workspace=/w/workspace/edgex-go/124 [2020-08-17T21:02:30.327Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-17T21:02:30.327Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-17T21:02:30.327Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-17T21:02:30.327Z] + PACKAGES=/tmp/packages_start.txt [2020-08-17T21:02:30.327Z] + '[' /w/workspace/edgex-go/124 ']' [2020-08-17T21:02:30.327Z] + PACKAGES=/tmp/packages_end.txt [2020-08-17T21:02:30.327Z] + case "${OS_FAMILY}" in [2020-08-17T21:02:30.327Z] + rpm -qa [2020-08-17T21:02:30.327Z] + sort [2020-08-17T21:02:35.635Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-17T21:02:35.636Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-17T21:02:35.636Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-17T21:02:35.636Z] + '[' /w/workspace/edgex-go/124 ']' [2020-08-17T21:02:35.636Z] + mkdir -p /w/workspace/edgex-go/124/archives/ [2020-08-17T21:02:35.636Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/124/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-17T21:02:36.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T21:02:36.266Z] [2020-08-17T21:02:36.266Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-17T21:02:36.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T21:02:36.618Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-17T21:02:36.618Z] c9b1b535fdd9: Pulling fs layer [2020-08-17T21:02:36.618Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-17T21:02:36.618Z] 756a868c4378: Pulling fs layer [2020-08-17T21:02:36.618Z] 444b2fc9a129: Pulling fs layer [2020-08-17T21:02:36.618Z] ea15f1150254: Pulling fs layer [2020-08-17T21:02:36.618Z] 41b27a9f41bf: Pulling fs layer [2020-08-17T21:02:36.618Z] 28c525ee5125: Pulling fs layer [2020-08-17T21:02:36.618Z] 094b1ea09ed8: Pulling fs layer [2020-08-17T21:02:36.618Z] 138eaada9080: Pulling fs layer [2020-08-17T21:02:36.618Z] 0622d0fa9048: Pulling fs layer [2020-08-17T21:02:36.618Z] 28c525ee5125: Waiting [2020-08-17T21:02:36.618Z] 094b1ea09ed8: Waiting [2020-08-17T21:02:36.618Z] 138eaada9080: Waiting [2020-08-17T21:02:36.618Z] 0622d0fa9048: Waiting [2020-08-17T21:02:36.618Z] 444b2fc9a129: Waiting [2020-08-17T21:02:36.618Z] ea15f1150254: Waiting [2020-08-17T21:02:36.618Z] 41b27a9f41bf: Waiting [2020-08-17T21:02:36.618Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-17T21:02:36.618Z] 2cc5ad85d9ab: Download complete [2020-08-17T21:02:36.618Z] 444b2fc9a129: Verifying Checksum [2020-08-17T21:02:36.618Z] 444b2fc9a129: Download complete [2020-08-17T21:02:36.953Z] c9b1b535fdd9: Verifying Checksum [2020-08-17T21:02:36.953Z] c9b1b535fdd9: Download complete [2020-08-17T21:02:36.953Z] ea15f1150254: Verifying Checksum [2020-08-17T21:02:36.953Z] ea15f1150254: Download complete [2020-08-17T21:02:36.953Z] 28c525ee5125: Verifying Checksum [2020-08-17T21:02:36.953Z] 28c525ee5125: Download complete [2020-08-17T21:02:37.571Z] 756a868c4378: Verifying Checksum [2020-08-17T21:02:37.571Z] 756a868c4378: Download complete [2020-08-17T21:02:37.915Z] c9b1b535fdd9: Pull complete [2020-08-17T21:02:37.915Z] 138eaada9080: Verifying Checksum [2020-08-17T21:02:37.915Z] 138eaada9080: Download complete [2020-08-17T21:02:38.327Z] 0622d0fa9048: Verifying Checksum [2020-08-17T21:02:38.327Z] 0622d0fa9048: Download complete [2020-08-17T21:02:38.638Z] 094b1ea09ed8: Verifying Checksum [2020-08-17T21:02:38.638Z] 094b1ea09ed8: Download complete [2020-08-17T21:02:38.638Z] 2cc5ad85d9ab: Pull complete [2020-08-17T21:02:39.322Z] 41b27a9f41bf: Verifying Checksum [2020-08-17T21:02:39.322Z] 41b27a9f41bf: Download complete [2020-08-17T21:02:40.768Z] 756a868c4378: Pull complete [2020-08-17T21:02:40.768Z] 444b2fc9a129: Pull complete [2020-08-17T21:02:41.372Z] ea15f1150254: Pull complete [2020-08-17T21:02:44.737Z] 41b27a9f41bf: Pull complete [2020-08-17T21:02:45.015Z] 28c525ee5125: Pull complete [2020-08-17T21:02:48.456Z] 094b1ea09ed8: Pull complete [2020-08-17T21:02:48.456Z] 138eaada9080: Pull complete [2020-08-17T21:02:48.720Z] 0622d0fa9048: Pull complete [2020-08-17T21:02:48.720Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-17T21:02:48.720Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-17T21:02:48.720Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-17T21:02:48.927Z] prd-centos7-docker-4c-2g-307 does not seem to be running inside a container [2020-08-17T21:02:48.994Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/124 -v /w/workspace/edgex-go/124:/w/workspace/edgex-go/124:rw,z -v /w/workspace/edgex-go/124@tmp:/w/workspace/edgex-go/124@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-17T21:02:52.370Z] $ docker top fd92b2b092b5dd31a67b098fb5ae13d19740f832163dbf6a10d7faf67ce3a32c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-17T21:02:52.766Z] provisioning config files... [2020-08-17T21:02:52.785Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/124@tmp/config9149436351454383798tmp [Pipeline] { [Pipeline] echo [2020-08-17T21:02:52.837Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T21:02:53.143Z] ---> create-netrc.sh [Pipeline] echo [2020-08-17T21:02:53.153Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-17T21:02:53.461Z] ---> logs-deploy.sh [2020-08-17T21:02:53.461Z] + ARCHIVE_ARTIFACTS= [2020-08-17T21:02:53.461Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-17T21:02:53.461Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-17T21:02:53.461Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-17T21:02:53.461Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/124 [2020-08-17T21:02:53.461Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/124/ [2020-08-17T21:02:53.461Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/124 /w/workspace/edgex-go/124 [2020-08-17T21:02:54.943Z] Archives upload complete. [2020-08-17T21:02:55.226Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/124 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/124/