Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from aed4594c0c67a41538adeca107413fb688e317f4 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-3335 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/121 [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/121 # 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 aed4594c0c67a41538adeca107413fb688e317f4 (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 aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 Commit message: "Merge pull request #2658 from cherrycl/issue-2654" > git rev-list --no-walk 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-11T02:41:31.595Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-11T02:41:31.840Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-11T02:41:31.913Z] ========================================================= [2020-08-11T02:41:31.913Z] EdgeX Global Pipelines Version Info [2020-08-11T02:41:31.913Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-11T02:41:33.753Z] ------------------- [2020-08-11T02:41:33.753Z] stable info: [2020-08-11T02:41:33.753Z] ------------------- [2020-08-11T02:41:33.753Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-11T02:41:33.753Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-11T02:41:33.753Z] Message: update stable to v1.0.106 [2020-08-11T02:41:34.329Z] ------------------- [2020-08-11T02:41:34.329Z] experimental info: [2020-08-11T02:41:34.329Z] ------------------- [2020-08-11T02:41:34.329Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-11T02:41:34.329Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-11T02:41:34.329Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-11T02:41:35.886Z] ++ 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-11T02:41:35.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T02:41:35.886Z] ++ dirname cmd/core-command/Dockerfile [2020-08-11T02:41:35.886Z] ++ cut -d/ -f2 [2020-08-11T02:41:35.886Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-11T02:41:35.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T02:41:35.886Z] ++ dirname cmd/core-data/Dockerfile [2020-08-11T02:41:35.886Z] ++ cut -d/ -f2 [2020-08-11T02:41:35.886Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-11T02:41:35.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T02:41:35.886Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-11T02:41:35.886Z] ++ cut -d/ -f2 [2020-08-11T02:41:35.886Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-11T02:41:35.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T02:41:35.886Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-11T02:41:35.886Z] ++ cut -d/ -f2 [2020-08-11T02:41:35.886Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-11T02:41:35.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T02:41:35.886Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-11T02:41:35.886Z] ++ cut -d/ -f2 [2020-08-11T02:41:35.886Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-11T02:41:35.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T02:41:35.886Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-11T02:41:35.886Z] ++ cut -d/ -f2 [2020-08-11T02:41:35.886Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-11T02:41:35.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T02:41:35.886Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-11T02:41:35.886Z] ++ cut -d/ -f2 [2020-08-11T02:41:35.886Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-11T02:41:35.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T02:41:35.886Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-11T02:41:35.886Z] ++ cut -d/ -f2 [2020-08-11T02:41:35.886Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-11T02:41:35.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T02:41:35.886Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-11T02:41:35.886Z] ++ cut -d/ -f2 [2020-08-11T02:41:35.886Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-11T02:41:35.886Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-11T02:41:35.886Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-11T02:41:35.886Z] ++ cut -d/ -f2 [2020-08-11T02:41:35.886Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-11T02:41:35.949Z] 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-11T02:41:36.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T02:41:37.169Z] [2020-08-11T02:41:37.169Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:41:37.534Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T02:41:37.534Z] latest: Pulling from edgex-devops/git-semver [2020-08-11T02:41:37.534Z] 31603596830f: Pulling fs layer [2020-08-11T02:41:37.534Z] 2a8b12db71e7: Pulling fs layer [2020-08-11T02:41:37.534Z] 6ca5941a6612: Pulling fs layer [2020-08-11T02:41:37.534Z] ecc8261a40a4: Pulling fs layer [2020-08-11T02:41:37.534Z] ecc8261a40a4: Waiting [2020-08-11T02:41:37.534Z] 2a8b12db71e7: Verifying Checksum [2020-08-11T02:41:37.534Z] 2a8b12db71e7: Download complete [2020-08-11T02:41:37.534Z] 31603596830f: Verifying Checksum [2020-08-11T02:41:37.534Z] 31603596830f: Download complete [2020-08-11T02:41:37.800Z] ecc8261a40a4: Verifying Checksum [2020-08-11T02:41:37.800Z] ecc8261a40a4: Download complete [2020-08-11T02:41:37.800Z] 6ca5941a6612: Verifying Checksum [2020-08-11T02:41:37.800Z] 6ca5941a6612: Download complete [2020-08-11T02:41:38.064Z] 31603596830f: Pull complete [2020-08-11T02:41:38.064Z] 2a8b12db71e7: Pull complete [2020-08-11T02:41:39.009Z] 6ca5941a6612: Pull complete [2020-08-11T02:41:39.009Z] ecc8261a40a4: Pull complete [2020-08-11T02:41:39.009Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-11T02:41:39.009Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T02:41:39.009Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-11T02:41:39.105Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:41:39.149Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-11T02:41:41.783Z] $ docker top 480c47955616a0510f87bc4ba017896729a3a29c5fb83ea34dba2302c8183b2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-11T02:41:42.044Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T02:41:42.045Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T02:41:42.284Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T02:41:42.284Z] $ docker exec 480c47955616a0510f87bc4ba017896729a3a29c5fb83ea34dba2302c8183b2a ssh-agent [2020-08-11T02:41:42.447Z] SSH_AUTH_SOCK=/tmp/ssh-KHcx9OJxRoyx/agent.12 [2020-08-11T02:41:42.447Z] SSH_AGENT_PID=17 [2020-08-11T02:41:42.458Z] Running ssh-add (command line suppressed) [2020-08-11T02:41:42.568Z] Identity added: /w/workspace/edgex-go/121@tmp/private_key_2757672878293039123.key (/w/workspace/edgex-go/121@tmp/private_key_2757672878293039123.key) [2020-08-11T02:41:42.624Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T02:41:42.952Z] + git describe --exact-match --tags HEAD [2020-08-11T02:41:42.952Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-11T02:41:42.970Z] $ docker exec --env ******** --env ******** 480c47955616a0510f87bc4ba017896729a3a29c5fb83ea34dba2302c8183b2a ssh-agent -k [2020-08-11T02:41:43.088Z] unset SSH_AUTH_SOCK; [2020-08-11T02:41:43.089Z] unset SSH_AGENT_PID; [2020-08-11T02:41:43.089Z] echo Agent pid 17 killed; [2020-08-11T02:41:43.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-11T02:41:43.221Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-11T02:41:43.221Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-11T02:41:43.306Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T02:41:43.306Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T02:41:43.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T02:41:43.462Z] $ docker exec 480c47955616a0510f87bc4ba017896729a3a29c5fb83ea34dba2302c8183b2a ssh-agent [2020-08-11T02:41:43.623Z] SSH_AUTH_SOCK=/tmp/ssh-Un7we8Jq0TIZ/agent.45 [2020-08-11T02:41:43.623Z] SSH_AGENT_PID=50 [2020-08-11T02:41:43.629Z] Running ssh-add (command line suppressed) [2020-08-11T02:41:43.739Z] Identity added: /w/workspace/edgex-go/121@tmp/private_key_8433630220258520245.key (/w/workspace/edgex-go/121@tmp/private_key_8433630220258520245.key) [2020-08-11T02:41:43.790Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T02:41:44.117Z] + git semver init [2020-08-11T02:41:44.117Z] # -> Open(): unable to determine branch for HEAD [2020-08-11T02:41:44.117Z] # $GIT_DIR = /w/workspace/edgex-go/121/.git [2020-08-11T02:41:44.117Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/121 [2020-08-11T02:41:44.117Z] # $SEMVER_REMOTE_NAME = origin [2020-08-11T02:41:44.117Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-11T02:41:44.117Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-11T02:41:44.117Z] # $SEMVER_BRANCH = master [2020-08-11T02:41:44.117Z] # $SEMVER_TEMP = /tmp/semver-189175743 [2020-08-11T02:41:44.117Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-11T02:42:02.240Z] # '/tmp/semver-189175743' -> '/w/workspace/edgex-go/121/.semver' [2020-08-11T02:42:02.240Z] # -> Force: false [2020-08-11T02:42:02.240Z] # $SEMVER_DIR = /w/workspace/edgex-go/121/.semver [Pipeline] } [2020-08-11T02:42:02.249Z] $ docker exec --env ******** --env ******** 480c47955616a0510f87bc4ba017896729a3a29c5fb83ea34dba2302c8183b2a ssh-agent -k [2020-08-11T02:42:02.480Z] unset SSH_AUTH_SOCK; [2020-08-11T02:42:02.481Z] unset SSH_AGENT_PID; [2020-08-11T02:42:02.481Z] echo Agent pid 50 killed; [2020-08-11T02:42:02.559Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-11T02:42:02.987Z] + git semver [Pipeline] } [2020-08-11T02:42:02.999Z] $ docker stop --time=1 480c47955616a0510f87bc4ba017896729a3a29c5fb83ea34dba2302c8183b2a [2020-08-11T02:42:04.684Z] $ docker rm -f 480c47955616a0510f87bc4ba017896729a3a29c5fb83ea34dba2302c8183b2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-11T02:42:17.720Z] Stashed 26 file(s) [Pipeline] echo [2020-08-11T02:42:17.722Z] [edgeXSemver] initialized semver on version 1.2.2-dev.9 [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-11T02:42:18.150Z] ========================================================= [2020-08-11T02:42:18.150Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-11T02:42:18.150Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:42:18.483Z] + 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-11T02:42:22.705Z] Sending build context to Docker daemon 323MB [2020-08-11T02:42:22.705Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-11T02:42:22.705Z] Step 2/7 : FROM ${BASE} [2020-08-11T02:42:22.705Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-11T02:42:22.705Z] df20fa9351a1: Pulling fs layer [2020-08-11T02:42:22.705Z] ed8968b2872e: Pulling fs layer [2020-08-11T02:42:22.705Z] a92cc7c5fd73: Pulling fs layer [2020-08-11T02:42:22.705Z] 2dd03ba5bac4: Pulling fs layer [2020-08-11T02:42:22.705Z] 1e091d79d1de: Pulling fs layer [2020-08-11T02:42:22.705Z] 481702a1767f: Pulling fs layer [2020-08-11T02:42:22.705Z] f64a6f60c768: Pulling fs layer [2020-08-11T02:42:22.705Z] e78d2573fc39: Pulling fs layer [2020-08-11T02:42:22.705Z] e876d2f968b6: Pulling fs layer [2020-08-11T02:42:22.705Z] ce8a83651883: Pulling fs layer [2020-08-11T02:42:22.705Z] 07967f4d0e4b: Pulling fs layer [2020-08-11T02:42:22.705Z] 1e091d79d1de: Waiting [2020-08-11T02:42:22.705Z] 481702a1767f: Waiting [2020-08-11T02:42:22.705Z] f64a6f60c768: Waiting [2020-08-11T02:42:22.705Z] e78d2573fc39: Waiting [2020-08-11T02:42:22.705Z] e876d2f968b6: Waiting [2020-08-11T02:42:22.705Z] ce8a83651883: Waiting [2020-08-11T02:42:22.705Z] 07967f4d0e4b: Waiting [2020-08-11T02:42:22.705Z] 2dd03ba5bac4: Waiting [2020-08-11T02:42:22.705Z] a92cc7c5fd73: Verifying Checksum [2020-08-11T02:42:22.705Z] a92cc7c5fd73: Download complete [2020-08-11T02:42:22.705Z] ed8968b2872e: Verifying Checksum [2020-08-11T02:42:22.705Z] ed8968b2872e: Download complete [2020-08-11T02:42:22.705Z] 1e091d79d1de: Verifying Checksum [2020-08-11T02:42:22.705Z] 1e091d79d1de: Download complete [2020-08-11T02:42:22.705Z] 481702a1767f: Verifying Checksum [2020-08-11T02:42:22.705Z] 481702a1767f: Download complete [2020-08-11T02:42:22.705Z] df20fa9351a1: Verifying Checksum [2020-08-11T02:42:22.705Z] df20fa9351a1: Download complete [2020-08-11T02:42:22.705Z] df20fa9351a1: Pull complete [2020-08-11T02:42:23.292Z] ed8968b2872e: Pull complete [2020-08-11T02:42:23.292Z] f64a6f60c768: Verifying Checksum [2020-08-11T02:42:23.292Z] f64a6f60c768: Download complete [2020-08-11T02:42:23.292Z] e876d2f968b6: Verifying Checksum [2020-08-11T02:42:23.292Z] e876d2f968b6: Download complete [2020-08-11T02:42:23.560Z] a92cc7c5fd73: Pull complete [2020-08-11T02:42:23.826Z] 2dd03ba5bac4: Download complete [2020-08-11T02:42:23.826Z] 07967f4d0e4b: Verifying Checksum [2020-08-11T02:42:23.826Z] 07967f4d0e4b: Download complete [2020-08-11T02:42:24.087Z] ce8a83651883: Verifying Checksum [2020-08-11T02:42:24.087Z] ce8a83651883: Download complete [2020-08-11T02:42:24.351Z] e78d2573fc39: Verifying Checksum [2020-08-11T02:42:24.351Z] e78d2573fc39: Download complete [2020-08-11T02:42:29.664Z] 2dd03ba5bac4: Pull complete [2020-08-11T02:42:29.664Z] 1e091d79d1de: Pull complete [2020-08-11T02:42:29.927Z] 481702a1767f: Pull complete [2020-08-11T02:42:32.957Z] Still waiting to schedule task [2020-08-11T02:42:32.957Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-11T02:42:36.524Z] f64a6f60c768: Pull complete [2020-08-11T02:42:39.842Z] e78d2573fc39: Pull complete [2020-08-11T02:42:39.842Z] e876d2f968b6: Pull complete [2020-08-11T02:42:41.233Z] ce8a83651883: Pull complete [2020-08-11T02:42:41.233Z] 07967f4d0e4b: Pull complete [2020-08-11T02:42:41.233Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-11T02:42:41.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-11T02:42:41.233Z] ---> 5d7c900382c6 [2020-08-11T02:42:41.233Z] 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-11T02:42:41.811Z] ---> Running in 8166e4bdd075 [2020-08-11T02:42:42.387Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:42:43.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:42:43.588Z] (1/12) Installing libmagic (5.38-r0) [2020-08-11T02:42:43.849Z] (2/12) Installing file (5.38-r0) [2020-08-11T02:42:43.849Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-11T02:42:43.849Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-11T02:42:47.153Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-11T02:42:47.153Z] (6/12) Installing patch (2.7.6-r6) [2020-08-11T02:42:47.153Z] (7/12) Installing build-base (0.5-r2) [2020-08-11T02:42:47.153Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-11T02:42:47.153Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-11T02:42:47.413Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-11T02:42:47.413Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-11T02:42:47.672Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-11T02:42:47.672Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:42:47.672Z] OK: 233 MiB in 51 packages [2020-08-11T02:42:50.977Z] Removing intermediate container 8166e4bdd075 [2020-08-11T02:42:50.977Z] ---> 324f096c79e6 [2020-08-11T02:42:50.977Z] Step 4/7 : WORKDIR /edgex-go [2020-08-11T02:42:50.977Z] ---> Running in 907448ec81d8 [2020-08-11T02:42:50.977Z] Removing intermediate container 907448ec81d8 [2020-08-11T02:42:50.977Z] ---> 70d0a59f6231 [2020-08-11T02:42:50.977Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-11T02:42:51.237Z] latest: Pulling from library/docker [2020-08-11T02:42:51.499Z] df20fa9351a1: Already exists [2020-08-11T02:42:51.499Z] 25ad7478873d: Pulling fs layer [2020-08-11T02:42:51.499Z] 4684f6177b5d: Pulling fs layer [2020-08-11T02:42:51.499Z] 46e300cec669: Pulling fs layer [2020-08-11T02:42:51.499Z] 63038576ad94: Pulling fs layer [2020-08-11T02:42:51.499Z] 0fdb76c4706c: Pulling fs layer [2020-08-11T02:42:51.499Z] cb7edeffdfd5: Pulling fs layer [2020-08-11T02:42:51.499Z] 63038576ad94: Waiting [2020-08-11T02:42:51.499Z] cb7edeffdfd5: Waiting [2020-08-11T02:42:51.499Z] 0fdb76c4706c: Waiting [2020-08-11T02:42:51.499Z] 4684f6177b5d: Verifying Checksum [2020-08-11T02:42:51.499Z] 4684f6177b5d: Download complete [2020-08-11T02:42:51.759Z] 25ad7478873d: Verifying Checksum [2020-08-11T02:42:51.759Z] 25ad7478873d: Download complete [2020-08-11T02:42:51.759Z] 63038576ad94: Verifying Checksum [2020-08-11T02:42:51.759Z] 63038576ad94: Download complete [2020-08-11T02:42:51.759Z] 0fdb76c4706c: Verifying Checksum [2020-08-11T02:42:51.759Z] 0fdb76c4706c: Download complete [2020-08-11T02:42:52.021Z] cb7edeffdfd5: Verifying Checksum [2020-08-11T02:42:52.021Z] cb7edeffdfd5: Download complete [2020-08-11T02:42:52.021Z] 25ad7478873d: Pull complete [2020-08-11T02:42:52.021Z] 4684f6177b5d: Pull complete [2020-08-11T02:42:52.595Z] 46e300cec669: Verifying Checksum [2020-08-11T02:42:52.595Z] 46e300cec669: Download complete [2020-08-11T02:42:55.153Z] 46e300cec669: Pull complete [2020-08-11T02:42:55.414Z] 63038576ad94: Pull complete [2020-08-11T02:42:55.414Z] 0fdb76c4706c: Pull complete [2020-08-11T02:42:55.674Z] cb7edeffdfd5: Pull complete [2020-08-11T02:42:55.674Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-11T02:42:55.674Z] Status: Downloaded newer image for docker:latest [2020-08-11T02:42:57.056Z] ---> 8d6de04e3ec6 [2020-08-11T02:42:57.056Z] Step 6/7 : COPY go.mod . [2020-08-11T02:42:57.316Z] ---> 87ff49d6cbfd [2020-08-11T02:42:57.316Z] Step 7/7 : RUN go mod download [2020-08-11T02:42:57.316Z] ---> Running in cde16b850906 [2020-08-11T02:42:59.862Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-11T02:42:59.862Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-11T02:42:59.862Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-11T02:42:59.862Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-11T02:42:59.862Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-11T02:42:59.862Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-11T02:42:59.862Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-11T02:42:59.862Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-11T02:42:59.862Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-11T02:42:59.862Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-11T02:42:59.862Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-11T02:42:59.862Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-11T02:42:59.862Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-11T02:42:59.862Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-11T02:42:59.862Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-11T02:42:59.862Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-11T02:42:59.862Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-11T02:42:59.862Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-11T02:42:59.862Z] go: finding github.com/fatih/color v1.7.0 [2020-08-11T02:42:59.862Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-11T02:42:59.862Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-11T02:43:00.123Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-11T02:43:00.123Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-11T02:43:00.123Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-11T02:43:00.123Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-11T02:43:00.123Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-11T02:43:00.123Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-11T02:43:00.123Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-11T02:43:00.123Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-11T02:43:00.123Z] go: finding github.com/google/uuid v1.1.0 [2020-08-11T02:43:00.123Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-11T02:43:00.123Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-11T02:43:00.123Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-11T02:43:00.383Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-11T02:43:00.383Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-11T02:43:00.383Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-11T02:43:00.383Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-11T02:43:00.383Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-11T02:43:00.383Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-11T02:43:00.383Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-11T02:43:00.383Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-11T02:43:00.383Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-11T02:43:00.383Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-11T02:43:00.383Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-11T02:43:00.643Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-11T02:43:00.643Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-11T02:43:00.643Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-11T02:43:00.643Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-11T02:43:00.643Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-11T02:43:00.643Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-11T02:43:00.643Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-11T02:43:00.643Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-11T02:43:00.643Z] go: finding github.com/kr/pty v1.1.1 [2020-08-11T02:43:00.643Z] go: finding github.com/kr/text v0.1.0 [2020-08-11T02:43:00.643Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-11T02:43:00.643Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-11T02:43:00.905Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-11T02:43:00.905Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-11T02:43:00.905Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-11T02:43:00.905Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-11T02:43:00.905Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-11T02:43:00.905Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-11T02:43:00.905Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-11T02:43:00.905Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-11T02:43:00.905Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-11T02:43:00.905Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-11T02:43:00.905Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-11T02:43:01.166Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-11T02:43:01.166Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-11T02:43:01.166Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-11T02:43:01.166Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-11T02:43:01.166Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-11T02:43:01.166Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-11T02:43:01.166Z] go: finding github.com/posener/complete v1.1.1 [2020-08-11T02:43:01.166Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-11T02:43:01.166Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-11T02:43:01.166Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-11T02:43:01.166Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-11T02:43:01.166Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-11T02:43:01.429Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-11T02:43:01.429Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-11T02:43:01.429Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-11T02:43:01.429Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-11T02:43:01.429Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-11T02:43:01.429Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-11T02:43:01.429Z] go: finding golang.org/x/text v0.3.2 [2020-08-11T02:43:01.429Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-11T02:43:01.429Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-11T02:43:01.429Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-11T02:43:01.429Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-11T02:43:01.690Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-11T02:43:01.690Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-11T02:43:13.951Z] Removing intermediate container cde16b850906 [2020-08-11T02:43:13.951Z] ---> 734852428c3f [2020-08-11T02:43:13.951Z] Successfully built 734852428c3f [2020-08-11T02:43:13.951Z] 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-11T02:43:16.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T02:43:16.458Z] [2020-08-11T02:43:16.458Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:43:16.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T02:43:16.798Z] latest: Pulling from edgex-devops/edgex-compose [2020-08-11T02:43:16.798Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-11T02:43:16.798Z] ca9280d653b3: Pulling fs layer [2020-08-11T02:43:16.798Z] 7e9c9ca2126c: Pulling fs layer [2020-08-11T02:43:16.798Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-11T02:43:16.798Z] cbdbe7a5bc2a: Download complete [2020-08-11T02:43:17.061Z] ca9280d653b3: Verifying Checksum [2020-08-11T02:43:17.061Z] ca9280d653b3: Download complete [2020-08-11T02:43:17.061Z] cbdbe7a5bc2a: Pull complete [2020-08-11T02:43:17.640Z] 7e9c9ca2126c: Verifying Checksum [2020-08-11T02:43:17.640Z] 7e9c9ca2126c: Download complete [2020-08-11T02:43:18.587Z] ca9280d653b3: Pull complete [2020-08-11T02:43:25.194Z] 7e9c9ca2126c: Pull complete [2020-08-11T02:43:25.194Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-08-11T02:43:25.194Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T02:43:25.194Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-08-11T02:43:25.349Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:43:25.386Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-08-11T02:43:28.107Z] $ docker top 7be6470ee20821ac512c114a4172ab74a9e17b4d812eca0f44364bbd41639ce7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T02:43:28.595Z] + docker-compose build --help [2020-08-11T02:43:28.595Z] + grep parallel [2020-08-11T02:43:29.537Z] --parallel Build images in parallel. [Pipeline] } [2020-08-11T02:43:29.545Z] $ docker stop --time=1 7be6470ee20821ac512c114a4172ab74a9e17b4d812eca0f44364bbd41639ce7 [2020-08-11T02:43:30.910Z] $ docker rm -f 7be6470ee20821ac512c114a4172ab74a9e17b4d812eca0f44364bbd41639ce7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:43:31.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-08-11T02:43:31.518Z] . [Pipeline] withDockerContainer [2020-08-11T02:43:31.609Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:43:31.641Z] $ 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/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@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-11T02:43:32.226Z] $ docker top 4f18084efb147e7801623f2858709dd492ed4d0b13c497d9eef34baf36a1e2af -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T02:43:32.695Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-11T02:43:33.644Z] Building docker-core-command-go ... [2020-08-11T02:43:33.644Z] Building docker-core-data-go ... [2020-08-11T02:43:33.644Z] Building docker-core-metadata-go ... [2020-08-11T02:43:33.644Z] Building docker-security-proxy-setup-go ... [2020-08-11T02:43:33.644Z] Building docker-security-secrets-setup-go ... [2020-08-11T02:43:33.644Z] Building docker-security-secretstore-setup-go ... [2020-08-11T02:43:33.644Z] Building docker-support-logging-go ... [2020-08-11T02:43:33.644Z] Building docker-support-notifications-go ... [2020-08-11T02:43:33.644Z] Building docker-support-scheduler-go ... [2020-08-11T02:43:33.644Z] Building docker-sys-mgmt-agent-go ... [2020-08-11T02:43:33.644Z] Building docker-security-secrets-setup-go [2020-08-11T02:43:33.644Z] Building docker-core-data-go [2020-08-11T02:43:33.644Z] Building docker-support-scheduler-go [2020-08-11T02:43:33.644Z] Building docker-security-secretstore-setup-go [2020-08-11T02:43:33.644Z] Building docker-sys-mgmt-agent-go [2020-08-11T02:43:55.682Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:43:55.683Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:43:55.683Z] ---> 734852428c3f [2020-08-11T02:43:55.683Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T02:43:55.947Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:43:55.947Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-11T02:43:55.947Z] ---> 734852428c3f [2020-08-11T02:43:55.947Z] Step 3/29 : WORKDIR /edgex-go [2020-08-11T02:43:55.947Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:43:55.947Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpineStep 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:43:55.947Z] [2020-08-11T02:43:55.947Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder ---> 734852428c3f [2020-08-11T02:43:55.947Z] [2020-08-11T02:43:55.947Z] Step 3/22 : WORKDIR /edgex-go ---> 734852428c3f [2020-08-11T02:43:55.947Z] [2020-08-11T02:43:55.947Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T02:43:56.211Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:43:56.211Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:43:56.211Z] ---> 734852428c3f [2020-08-11T02:43:56.211Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T02:43:57.173Z] ---> Running in 55e0c99d4122 [2020-08-11T02:43:57.173Z] ---> Running in 0f4e3178f3ee [2020-08-11T02:43:57.173Z] ---> Running in 10e0073e6791 [2020-08-11T02:43:57.173Z] ---> Running in 46815fee6a05 [2020-08-11T02:43:57.173Z] ---> Running in 573d04ab3ba5 [2020-08-11T02:43:57.752Z] Removing intermediate container 0f4e3178f3ee [2020-08-11T02:43:57.752Z] ---> 73e54933ecd2 [2020-08-11T02:43:57.752Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:43:57.752Z] Removing intermediate container 573d04ab3ba5 [2020-08-11T02:43:57.752Z] ---> da9f82fff693 [2020-08-11T02:43:57.752Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:43:57.752Z] Removing intermediate container 10e0073e6791 [2020-08-11T02:43:57.752Z] ---> a9eb7800258b [2020-08-11T02:43:57.752Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:43:57.752Z] Removing intermediate container 55e0c99d4122 [2020-08-11T02:43:57.752Z] ---> 4c7a3bdfb43a [2020-08-11T02:43:57.752Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:43:57.752Z] Removing intermediate container 46815fee6a05 [2020-08-11T02:43:57.752Z] ---> 2f4e5d387ef8 [2020-08-11T02:43:57.752Z] Step 4/29 : RUN apk update && apk add make git [2020-08-11T02:43:58.015Z] ---> Running in 69bbdb6e8c6a [2020-08-11T02:43:58.015Z] ---> Running in a87820a553f7 [2020-08-11T02:43:58.015Z] ---> Running in 5cf1835ea1a5 [2020-08-11T02:43:58.015Z] ---> Running in 8acb00f165aa [2020-08-11T02:43:58.015Z] ---> Running in cbe991294669 [2020-08-11T02:43:59.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:43:59.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:43:59.995Z] Removing intermediate container 69bbdb6e8c6a [2020-08-11T02:43:59.995Z] ---> 68a90a47fbf4 [2020-08-11T02:43:59.995Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T02:44:00.257Z] ---> Running in ea55e189dd0a [2020-08-11T02:44:00.257Z] Removing intermediate container a87820a553f7 [2020-08-11T02:44:00.257Z] ---> e10c90b5a3aa [2020-08-11T02:44:00.257Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-11T02:44:00.257Z] Removing intermediate container 8acb00f165aa [2020-08-11T02:44:00.257Z] ---> d4f612e7a5bf [2020-08-11T02:44:00.257Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-11T02:44:00.257Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:44:00.257Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:44:00.257Z] OK: 12749 distinct packages available [2020-08-11T02:44:00.537Z] Removing intermediate container 5cf1835ea1a5 [2020-08-11T02:44:00.537Z] ---> cf84c41cbdeb [2020-08-11T02:44:00.537Z] Step 5/26 : RUN apk update && apk add make git [2020-08-11T02:44:00.537Z] ---> Running in b7285a7f6477 [2020-08-11T02:44:00.537Z] ---> Running in a619fdae9d61 [2020-08-11T02:44:00.537Z] OK: 233 MiB in 51 packages [2020-08-11T02:44:00.537Z] ---> Running in 0656463e85cd [2020-08-11T02:44:01.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:44:01.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:44:01.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:44:01.660Z] Removing intermediate container cbe991294669 [2020-08-11T02:44:01.660Z] ---> 66768b1db9f0 [2020-08-11T02:44:01.660Z] Step 5/29 : COPY go.mod . [2020-08-11T02:44:01.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:44:01.929Z] ---> 86ae940b1012 [2020-08-11T02:44:01.929Z] Step 6/29 : RUN go mod download [2020-08-11T02:44:01.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:44:01.929Z] ---> Running in 600c6c71ee70 [2020-08-11T02:44:02.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:44:02.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:44:02.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:44:02.473Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:44:02.473Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:44:02.473Z] OK: 12749 distinct packages available [2020-08-11T02:44:02.473Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:44:02.473Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:44:02.473Z] OK: 12749 distinct packages available [2020-08-11T02:44:02.473Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:44:02.473Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:44:02.473Z] OK: 12749 distinct packages available [2020-08-11T02:44:02.760Z] OK: 233 MiB in 51 packages [2020-08-11T02:44:02.760Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:44:02.760Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:44:02.760Z] OK: 12749 distinct packages available [2020-08-11T02:44:02.760Z] OK: 233 MiB in 51 packages [2020-08-11T02:44:02.760Z] OK: 233 MiB in 51 packages [2020-08-11T02:44:03.021Z] OK: 233 MiB in 51 packages [2020-08-11T02:44:03.595Z] Removing intermediate container ea55e189dd0a [2020-08-11T02:44:03.595Z] ---> fc962e576c80 [2020-08-11T02:44:03.595Z] Step 6/20 : COPY go.mod . [2020-08-11T02:44:03.595Z] Removing intermediate container a619fdae9d61 [2020-08-11T02:44:03.595Z] ---> 4e94064b3413 [2020-08-11T02:44:03.595Z] Step 6/26 : COPY go.mod . [2020-08-11T02:44:03.860Z] Removing intermediate container b7285a7f6477 [2020-08-11T02:44:03.860Z] ---> e21ff5da248e [2020-08-11T02:44:03.860Z] Step 6/22 : COPY go.mod . [2020-08-11T02:44:03.860Z] ---> 75dbfda4efac [2020-08-11T02:44:03.860Z] Step 7/20 : RUN go mod download [2020-08-11T02:44:04.127Z] Removing intermediate container 0656463e85cd [2020-08-11T02:44:04.127Z] ---> fc45f84ca3f2 [2020-08-11T02:44:04.127Z] Step 6/26 : COPY go.mod . [2020-08-11T02:44:04.127Z] ---> 18799044ffbe [2020-08-11T02:44:04.127Z] Step 7/26 : RUN go mod download [2020-08-11T02:44:04.127Z] ---> Running in ee52aed39979 [2020-08-11T02:44:04.127Z] Removing intermediate container 600c6c71ee70 [2020-08-11T02:44:04.127Z] ---> 68200a14e7c7 [2020-08-11T02:44:04.127Z] Step 7/29 : COPY . . [2020-08-11T02:44:04.389Z] ---> Running in 608a9caea275 [2020-08-11T02:44:04.661Z] ---> 15cdb6bc2ad4 [2020-08-11T02:44:04.661Z] Step 7/22 : RUN go mod download [2020-08-11T02:44:05.621Z] ---> 7a467cc02fc3 [2020-08-11T02:44:05.621Z] Step 7/26 : RUN go mod download [2020-08-11T02:44:05.889Z] ---> Running in 3373bdc73050 [2020-08-11T02:44:07.295Z] ---> Running in 16379d9ea9fa [2020-08-11T02:44:09.862Z] Removing intermediate container ee52aed39979 [2020-08-11T02:44:09.862Z] ---> 5409f99de309 [2020-08-11T02:44:09.862Z] Step 8/20 : COPY . . [2020-08-11T02:44:10.128Z] Removing intermediate container 608a9caea275 [2020-08-11T02:44:10.128Z] ---> a23a166b071a [2020-08-11T02:44:10.128Z] Step 8/26 : COPY . . [2020-08-11T02:44:16.771Z] Removing intermediate container 3373bdc73050 [2020-08-11T02:44:16.771Z] ---> 0667b4c0c8f2 [2020-08-11T02:44:16.771Z] Step 8/22 : COPY . . [2020-08-11T02:44:16.771Z] Removing intermediate container 16379d9ea9fa [2020-08-11T02:44:16.771Z] ---> 8e4c623315e4 [2020-08-11T02:44:16.771Z] Step 8/26 : COPY . . [2020-08-11T02:44:26.518Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3337 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-08-11T02:44:26.604Z] Running in /w/workspace/edgex-go/121 [Pipeline] { [Pipeline] checkout [2020-08-11T02:44:29.057Z] ---> 4b96407dc309 [2020-08-11T02:44:29.057Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-11T02:44:29.629Z] ---> Running in 1e95e046f4b4 [2020-08-11T02:44:31.593Z] using credential edgex-jenkins-ssh [2020-08-11T02:44:31.644Z] Cloning the remote Git repository [2020-08-11T02:44:31.644Z] Cloning with configured refspecs honoured and without tags [2020-08-11T02:44:31.715Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-11T02:44:31.830Z] > git init /w/workspace/edgex-go/121 # timeout=10 [2020-08-11T02:44:31.902Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-11T02:44:31.903Z] > git --version # timeout=10 [2020-08-11T02:44:31.927Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T02:44:32.001Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T02:44:36.238Z] ---> 8c860db68758 [2020-08-11T02:44:36.238Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-11T02:44:36.813Z] ---> c55280e52d20 [2020-08-11T02:44:36.813Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-11T02:44:36.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-11T02:44:37.082Z] ---> Running in a288ae3776fd [2020-08-11T02:44:38.026Z] ---> Running in 2c9aa7257b63 [2020-08-11T02:44:38.026Z] ---> 9e26a57d2ddc [2020-08-11T02:44:38.026Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-11T02:44:38.026Z] ---> 7de22b1d8539 [2020-08-11T02:44:38.026Z] 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-11T02:44:38.301Z] ---> Running in e300fd85a374 [2020-08-11T02:44:38.301Z] ---> Running in 75ff3a277730 [2020-08-11T02:44:38.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-11T02:44:38.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-11T02:44:39.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-11T02:44:39.504Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/core-data/core-data ./cmd/core-data [2020-08-11T02:44:46.693Z] Fetching without tags [2020-08-11T02:44:46.628Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-11T02:44:46.647Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T02:44:46.671Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-11T02:44:46.701Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-11T02:44:46.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-11T02:44:46.717Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-11T02:44:47.180Z] Checking out Revision aed4594c0c67a41538adeca107413fb688e317f4 (master) [2020-08-11T02:44:47.197Z] > git config core.sparsecheckout # timeout=10 [2020-08-11T02:44:47.224Z] > git checkout -f aed4594c0c67a41538adeca107413fb688e317f4 # timeout=10 [2020-08-11T02:44:51.949Z] Commit message: "Merge pull request #2658 from cherrycl/issue-2654" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-11T02:45:04.417Z] ========================================================= [2020-08-11T02:45:04.417Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-11T02:45:04.417Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:45:05.406Z] + 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-11T02:45:06.203Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-11T02:45:06.203Z] Removing intermediate container 1e95e046f4b4 [2020-08-11T02:45:06.203Z] ---> e4eb9c9845b2 [2020-08-11T02:45:06.203Z] [2020-08-11T02:45:06.203Z] Step 9/29 : FROM alpine:latest [2020-08-11T02:45:06.203Z] latest: Pulling from library/alpine [2020-08-11T02:45:06.203Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T02:45:06.203Z] Status: Downloaded newer image for alpine:latest [2020-08-11T02:45:06.203Z] ---> a24bb4013296 [2020-08-11T02:45:06.203Z] 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-11T02:45:06.203Z] ---> Running in e520d25820d2 [2020-08-11T02:45:06.203Z] Removing intermediate container e520d25820d2 [2020-08-11T02:45:06.203Z] ---> e029aace8837 [2020-08-11T02:45:06.203Z] Step 11/29 : USER root [2020-08-11T02:45:06.203Z] ---> Running in e86acc8e480f [2020-08-11T02:45:06.203Z] Removing intermediate container e86acc8e480f [2020-08-11T02:45:06.203Z] ---> 08dd74caa013 [2020-08-11T02:45:06.203Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-11T02:45:06.479Z] ---> Running in c84f5b570b6a [2020-08-11T02:45:07.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-11T02:45:08.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:45:08.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:45:08.688Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:45:08.689Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:45:08.689Z] OK: 12749 distinct packages available [2020-08-11T02:45:08.950Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-11T02:45:09.520Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-11T02:45:09.520Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:45:09.727Z] Sending build context to Docker daemon 323MB [2020-08-11T02:45:09.727Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-11T02:45:09.727Z] Step 2/7 : FROM ${BASE} [2020-08-11T02:45:09.727Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-11T02:45:09.727Z] b538f80385f9: Pulling fs layer [2020-08-11T02:45:09.727Z] 74f711af9a0d: Pulling fs layer [2020-08-11T02:45:09.727Z] 99f96fe45779: Pulling fs layer [2020-08-11T02:45:09.727Z] fd7a069fd194: Pulling fs layer [2020-08-11T02:45:09.727Z] 66aa3694b03b: Pulling fs layer [2020-08-11T02:45:09.727Z] 170f70906a0f: Pulling fs layer [2020-08-11T02:45:09.727Z] ad7c5574e4b9: Pulling fs layer [2020-08-11T02:45:09.727Z] e772456be8f7: Pulling fs layer [2020-08-11T02:45:09.727Z] c890913d741a: Pulling fs layer [2020-08-11T02:45:09.727Z] 2480fcc9aa5a: Pulling fs layer [2020-08-11T02:45:09.727Z] 09adf4765672: Pulling fs layer [2020-08-11T02:45:09.727Z] 66aa3694b03b: Waiting [2020-08-11T02:45:09.727Z] e772456be8f7: Waiting [2020-08-11T02:45:09.727Z] c890913d741a: Waiting [2020-08-11T02:45:09.727Z] 170f70906a0f: Waiting [2020-08-11T02:45:09.727Z] ad7c5574e4b9: Waiting [2020-08-11T02:45:09.727Z] 2480fcc9aa5a: Waiting [2020-08-11T02:45:09.727Z] 09adf4765672: Waiting [2020-08-11T02:45:09.727Z] fd7a069fd194: Waiting [2020-08-11T02:45:09.727Z] 99f96fe45779: Verifying Checksum [2020-08-11T02:45:09.727Z] 99f96fe45779: Download complete [2020-08-11T02:45:09.727Z] 74f711af9a0d: Download complete [2020-08-11T02:45:09.727Z] 66aa3694b03b: Download complete [2020-08-11T02:45:09.727Z] 170f70906a0f: Verifying Checksum [2020-08-11T02:45:09.727Z] 170f70906a0f: Download complete [2020-08-11T02:45:09.999Z] b538f80385f9: Verifying Checksum [2020-08-11T02:45:09.999Z] b538f80385f9: Download complete [2020-08-11T02:45:10.097Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T02:45:10.601Z] b538f80385f9: Pull complete [2020-08-11T02:45:11.200Z] 74f711af9a0d: Pull complete [2020-08-11T02:45:11.488Z] OK: 6 MiB in 16 packages [2020-08-11T02:45:11.488Z] Removing intermediate container a288ae3776fd [2020-08-11T02:45:11.488Z] ---> 0d9eddf7201b [2020-08-11T02:45:11.488Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-11T02:45:11.807Z] 99f96fe45779: Pull complete [2020-08-11T02:45:12.432Z] ---> Running in e4ccfbc2f31c [2020-08-11T02:45:12.794Z] ad7c5574e4b9: Verifying Checksum [2020-08-11T02:45:12.794Z] ad7c5574e4b9: Download complete [2020-08-11T02:45:12.794Z] c890913d741a: Verifying Checksum [2020-08-11T02:45:12.794Z] c890913d741a: Download complete [2020-08-11T02:45:13.825Z] Removing intermediate container c84f5b570b6a [2020-08-11T02:45:13.826Z] ---> fe4d860b6f1a [2020-08-11T02:45:13.826Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-11T02:45:14.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-11T02:45:14.776Z] 2480fcc9aa5a: Verifying Checksum [2020-08-11T02:45:14.776Z] 2480fcc9aa5a: Download complete [2020-08-11T02:45:14.776Z] e772456be8f7: Download complete [2020-08-11T02:45:14.877Z] ---> Running in e2d89f969b9c [2020-08-11T02:45:15.371Z] fd7a069fd194: Verifying Checksum [2020-08-11T02:45:15.371Z] fd7a069fd194: Download complete [2020-08-11T02:45:15.463Z] Removing intermediate container 75ff3a277730 [2020-08-11T02:45:15.463Z] ---> d63937043178 [2020-08-11T02:45:15.463Z] [2020-08-11T02:45:15.463Z] Step 10/26 : FROM alpine:3.10 [2020-08-11T02:45:16.033Z] 3.10: Pulling from library/alpine [2020-08-11T02:45:16.608Z] Removing intermediate container e2d89f969b9c [2020-08-11T02:45:16.608Z] ---> ba15a183cc36 [2020-08-11T02:45:16.608Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-11T02:45:16.868Z] ---> Running in 29969b92ca3a [2020-08-11T02:45:16.868Z] Removing intermediate container 2c9aa7257b63 [2020-08-11T02:45:16.868Z] ---> 06e66c2ad6c0 [2020-08-11T02:45:16.868Z] [2020-08-11T02:45:16.868Z] Step 10/20 : FROM scratch [2020-08-11T02:45:16.868Z] ---> [2020-08-11T02:45:16.868Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T02:45:17.808Z] ---> Running in 9e462c0385c8 [2020-08-11T02:45:19.192Z] Removing intermediate container e4ccfbc2f31c [2020-08-11T02:45:19.192Z] ---> f105d38e6312 [2020-08-11T02:45:19.192Z] [2020-08-11T02:45:19.192Z] Step 11/26 : FROM docker:latest [2020-08-11T02:45:19.192Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-11T02:45:19.192Z] ---> 81f5749c9058 [2020-08-11T02:45:19.192Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-11T02:45:19.452Z] Status: Downloaded newer image for alpine:3.10 [2020-08-11T02:45:19.452Z] ---> be4e4bea2c2e [2020-08-11T02:45:19.452Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-11T02:45:19.452Z] Removing intermediate container 29969b92ca3a [2020-08-11T02:45:19.452Z] ---> 94743f0a0e55 [2020-08-11T02:45:19.452Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-11T02:45:19.452Z] Removing intermediate container 9e462c0385c8 [2020-08-11T02:45:19.452Z] ---> 335b72dd9186 [2020-08-11T02:45:19.452Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-11T02:45:20.832Z] ---> Running in 2e30b56e12f6 [2020-08-11T02:45:20.832Z] ---> Running in 5c72291dfdcd [2020-08-11T02:45:20.832Z] ---> Running in b16fb828ff76 [2020-08-11T02:45:20.832Z] ---> Running in 6d56b530d6e6 [2020-08-11T02:45:20.832Z] Removing intermediate container e300fd85a374 [2020-08-11T02:45:20.832Z] ---> 8442bc573bd6 [2020-08-11T02:45:20.832Z] [2020-08-11T02:45:20.832Z] Step 10/22 : FROM alpine [2020-08-11T02:45:20.832Z] ---> a24bb4013296 [2020-08-11T02:45:20.832Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T02:45:21.091Z] ---> Running in 4145deab817f [2020-08-11T02:45:21.351Z] Removing intermediate container b16fb828ff76 [2020-08-11T02:45:21.351Z] ---> 9f8253fb1384 [2020-08-11T02:45:21.351Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-11T02:45:21.615Z] ---> Running in c13de78bc3e5 [2020-08-11T02:45:21.615Z] Removing intermediate container 4145deab817f [2020-08-11T02:45:21.615Z] ---> 2b1459e89533 [2020-08-11T02:45:21.615Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-11T02:45:21.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:45:21.885Z] ---> Running in 17f8e458d79f [2020-08-11T02:45:21.885Z] Removing intermediate container c13de78bc3e5 [2020-08-11T02:45:21.885Z] ---> bb6746bfe068 [2020-08-11T02:45:21.885Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-11T02:45:21.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:45:22.150Z] Removing intermediate container 17f8e458d79f [2020-08-11T02:45:22.150Z] ---> 3faa74f4bc17 [2020-08-11T02:45:22.150Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-11T02:45:22.150Z] (1/2) Installing readline (8.0.4-r0) [2020-08-11T02:45:22.150Z] (2/2) Installing bash (5.0.17-r0) [2020-08-11T02:45:22.150Z] Executing bash-5.0.17-r0.post-install [2020-08-11T02:45:22.150Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:45:22.150Z] OK: 12 MiB in 22 packages [2020-08-11T02:45:22.150Z] ---> Running in 864792378ea5 [2020-08-11T02:45:22.150Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:45:22.150Z] ---> 0ef13a47149e [2020-08-11T02:45:22.150Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-11T02:45:22.416Z] Removing intermediate container 864792378ea5 [2020-08-11T02:45:22.416Z] ---> 91901eba1808 [2020-08-11T02:45:22.416Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:45:22.416Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:45:22.685Z] ---> Running in 0af422bbe264 [2020-08-11T02:45:22.685Z] v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-11T02:45:22.685Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-11T02:45:22.685Z] OK: 10346 distinct packages available [2020-08-11T02:45:22.685Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-11T02:45:22.685Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-11T02:45:22.685Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-11T02:45:22.685Z] (4/5) Installing curl (7.66.0-r0) [2020-08-11T02:45:22.685Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-11T02:45:22.685Z] Executing busybox-1.30.1-r3.trigger [2020-08-11T02:45:22.946Z] Executing ca-certificates-20191127-r2.trigger [2020-08-11T02:45:23.517Z] OK: 7 MiB in 19 packages [2020-08-11T02:45:24.088Z] ---> 90d1e6cc6f78 [2020-08-11T02:45:24.088Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-11T02:45:25.477Z] Removing intermediate container 2e30b56e12f6 [2020-08-11T02:45:25.477Z] ---> 2f59d4f71a39 [2020-08-11T02:45:25.477Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-11T02:45:25.477Z] Removing intermediate container 6d56b530d6e6 [2020-08-11T02:45:25.477Z] ---> 98886f757007 [2020-08-11T02:45:25.477Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-11T02:45:25.477Z] ---> Running in 808d4063369c [2020-08-11T02:45:25.477Z] ---> 4f8bcc8ccbc6 [2020-08-11T02:45:25.477Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:45:26.424Z] ---> Running in 902c144f3f28 [2020-08-11T02:45:26.424Z] Removing intermediate container 5c72291dfdcd [2020-08-11T02:45:26.424Z] ---> 865ff314618a [2020-08-11T02:45:26.425Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T02:45:26.425Z] ---> 5a97000f174b [2020-08-11T02:45:26.425Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-11T02:45:26.685Z] ---> Running in 62aa3c9e1281 [2020-08-11T02:45:26.685Z] Removing intermediate container 902c144f3f28 [2020-08-11T02:45:26.685Z] ---> ea65c19f9b85 [2020-08-11T02:45:26.685Z] Step 18/20 : LABEL arch=x86_64 [2020-08-11T02:45:26.955Z] ---> Running in e65958db0b45 [2020-08-11T02:45:26.955Z] Removing intermediate container 0af422bbe264 [2020-08-11T02:45:26.955Z] ---> 5de1c1b76c2f [2020-08-11T02:45:26.955Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-11T02:45:26.955Z] ---> 185e83e226fd [2020-08-11T02:45:26.955Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-11T02:45:26.955Z] Removing intermediate container 62aa3c9e1281 [2020-08-11T02:45:26.955Z] ---> 02712abfbfbe [2020-08-11T02:45:26.955Z] Step 13/26 : WORKDIR / [2020-08-11T02:45:27.217Z] ---> Running in f8bf39670eb0 [2020-08-11T02:45:27.217Z] ---> Running in 6ab8cc74372b [2020-08-11T02:45:27.478Z] Removing intermediate container e65958db0b45 [2020-08-11T02:45:27.478Z] ---> 1f0d5db2e7ae [2020-08-11T02:45:27.478Z] Step 19/20 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:45:27.478Z] Removing intermediate container 808d4063369c [2020-08-11T02:45:27.478Z] ---> c9627f1ab5b3 [2020-08-11T02:45:27.478Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-11T02:45:27.747Z] ---> c59755d6b921 [2020-08-11T02:45:27.747Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-11T02:45:27.747Z] ---> Running in a4d3c717a962 [2020-08-11T02:45:27.747Z] Removing intermediate container 6ab8cc74372b [2020-08-11T02:45:27.747Z] ---> 1b4f51713327 [2020-08-11T02:45:27.747Z] 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-11T02:45:27.747Z] ---> Running in 191018232e06 [2020-08-11T02:45:27.788Z] fd7a069fd194: Pull complete [2020-08-11T02:45:27.788Z] 66aa3694b03b: Pull complete [2020-08-11T02:45:27.788Z] 170f70906a0f: Pull complete [2020-08-11T02:45:28.010Z] Removing intermediate container a4d3c717a962 [2020-08-11T02:45:28.010Z] ---> 389228642ed9 [2020-08-11T02:45:28.010Z] Step 20/20 : LABEL version=1.2.2-dev.9 [2020-08-11T02:45:28.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:45:28.010Z] ---> Running in 66b7c5823ec1 [2020-08-11T02:45:28.271Z] ---> a09aada885f1 [2020-08-11T02:45:28.271Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-11T02:45:28.271Z] ---> 09583428a6e8 [2020-08-11T02:45:28.271Z] 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-11T02:45:28.271Z] Removing intermediate container 191018232e06 [2020-08-11T02:45:28.271Z] ---> 5fcdbfe8e810 [2020-08-11T02:45:28.271Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-11T02:45:28.532Z] ---> Running in 47b4f436f410 [2020-08-11T02:45:28.532Z] Removing intermediate container 66b7c5823ec1 [2020-08-11T02:45:28.532Z] ---> 615f898379b4 [2020-08-11T02:45:28.532Z] [2020-08-11T02:45:28.532Z] ---> bfd23eceb831 [2020-08-11T02:45:28.532Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-11T02:45:28.532Z] ---> 22b673f26e40 [2020-08-11T02:45:28.532Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-11T02:45:28.532Z] Successfully built 615f898379b4 [2020-08-11T02:45:28.532Z] Successfully tagged docker-support-scheduler-go:latest [2020-08-11T02:45:28.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:45:28.532Z] Building docker-core-command-go [2020-08-11T02:45:28.792Z]  Building docker-support-scheduler-go ... done  ---> Running in 870a210e0320 [2020-08-11T02:45:28.792Z] Removing intermediate container 47b4f436f410 [2020-08-11T02:45:28.792Z] ---> 57160dbd3e2a [2020-08-11T02:45:28.792Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-11T02:45:29.062Z] ---> Running in e29e1e87c27e [2020-08-11T02:45:29.062Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-11T02:45:29.062Z] ---> 9fdb9bcaca4f [2020-08-11T02:45:29.062Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-11T02:45:29.062Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-11T02:45:29.329Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-11T02:45:29.329Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-11T02:45:29.329Z] Removing intermediate container e29e1e87c27e [2020-08-11T02:45:29.329Z] ---> e623459d4d78 [2020-08-11T02:45:29.329Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-11T02:45:29.329Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-11T02:45:29.595Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:45:29.595Z] OK: 8 MiB in 19 packages [2020-08-11T02:45:29.865Z] ---> 0f9ade42b109 [2020-08-11T02:45:29.865Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-11T02:45:31.189Z] ad7c5574e4b9: Pull complete [2020-08-11T02:45:31.268Z] ---> 808e24cab37a [2020-08-11T02:45:31.268Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-11T02:45:31.846Z] ---> 699286e61ab5 [2020-08-11T02:45:31.846Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-11T02:45:31.846Z] Removing intermediate container f8bf39670eb0 [2020-08-11T02:45:31.846Z] ---> 006f7d37ab9c [2020-08-11T02:45:31.846Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-11T02:45:32.107Z] ---> 53299caa1afa [2020-08-11T02:45:32.107Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-11T02:45:32.677Z] Removing intermediate container 870a210e0320 [2020-08-11T02:45:32.677Z] ---> 9dac9bdf9e99 [2020-08-11T02:45:32.677Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T02:45:34.081Z] ---> 4d9f4dc3355e [2020-08-11T02:45:34.081Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-11T02:45:34.081Z] ---> 53f4bc425241 [2020-08-11T02:45:34.081Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-11T02:45:35.029Z] ---> caf9bf4129d2 [2020-08-11T02:45:35.030Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-11T02:45:35.290Z] ---> a49d5bef8e6e [2020-08-11T02:45:35.290Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T02:45:35.873Z] ---> Running in 91485d0bb261 [2020-08-11T02:45:36.600Z] e772456be8f7: Pull complete [2020-08-11T02:45:36.600Z] c890913d741a: Pull complete [2020-08-11T02:45:36.830Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:45:36.830Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:45:36.830Z] ---> 734852428c3f [2020-08-11T02:45:36.830Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T02:45:36.830Z] ---> Using cache [2020-08-11T02:45:36.830Z] ---> 4c7a3bdfb43a [2020-08-11T02:45:36.830Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:45:36.830Z] ---> Using cache [2020-08-11T02:45:36.830Z] ---> d4f612e7a5bf [2020-08-11T02:45:36.830Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T02:45:38.217Z] ---> 2aa7f54bce90 [2020-08-11T02:45:38.217Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T02:45:38.217Z] ---> Running in f45c04b02330 [2020-08-11T02:45:38.217Z] ---> Running in bdccb71352c0 [2020-08-11T02:45:38.217Z] ---> 375df0c76885 [2020-08-11T02:45:38.217Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-11T02:45:38.580Z] 2480fcc9aa5a: Pull complete [2020-08-11T02:45:38.794Z] ---> a646ed264831 [2020-08-11T02:45:38.794Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T02:45:38.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:45:38.794Z] ---> Running in e87dd7d0b240 [2020-08-11T02:45:38.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:45:38.794Z] ---> 2192bfd2a624 [2020-08-11T02:45:38.794Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:45:38.852Z] 09adf4765672: Pull complete [2020-08-11T02:45:39.058Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-11T02:45:39.059Z] (2/33) Installing expat (2.2.9-r1) [2020-08-11T02:45:39.059Z] (3/33) Installing libffi (3.3-r2) [2020-08-11T02:45:39.059Z] (4/33) Installing gdbm (1.13-r1) [2020-08-11T02:45:39.059Z] ---> Running in 1cf8cdbae2eb [2020-08-11T02:45:39.059Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-11T02:45:39.059Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-11T02:45:39.059Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-11T02:45:39.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:45:39.138Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-11T02:45:39.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-11T02:45:39.138Z] ---> 2248a725d1cf [2020-08-11T02:45:39.138Z] 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-11T02:45:39.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:45:40.259Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:45:40.259Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:45:40.259Z] OK: 12749 distinct packages available [2020-08-11T02:45:40.519Z] OK: 233 MiB in 51 packages [2020-08-11T02:45:42.432Z] Removing intermediate container 1cf8cdbae2eb [2020-08-11T02:45:42.432Z] ---> 28208051b9ba [2020-08-11T02:45:42.432Z] Step 20/22 : LABEL arch=x86_64 [2020-08-11T02:45:42.694Z] ---> Running in 97fd94fe5f0b [2020-08-11T02:45:42.694Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-11T02:45:42.694Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-11T02:45:42.694Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-11T02:45:42.694Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-11T02:45:42.694Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-11T02:45:42.694Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-11T02:45:42.694Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-11T02:45:43.266Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-11T02:45:43.266Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-11T02:45:43.266Z] Removing intermediate container f45c04b02330 [2020-08-11T02:45:43.266Z] ---> 65a266071cb4 [2020-08-11T02:45:43.266Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-11T02:45:43.266Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-11T02:45:43.837Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-11T02:45:43.837Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-11T02:45:43.837Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-11T02:45:43.837Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-11T02:45:44.410Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-11T02:45:44.410Z] ---> Running in 36093a3e7032 [2020-08-11T02:45:44.410Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-11T02:45:44.410Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-11T02:45:44.410Z] Removing intermediate container 97fd94fe5f0b [2020-08-11T02:45:44.410Z] ---> 20ad4d2994eb [2020-08-11T02:45:44.410Z] Step 21/22 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:45:44.410Z] Removing intermediate container bdccb71352c0 [2020-08-11T02:45:44.410Z] ---> f3f980ada786 [2020-08-11T02:45:44.410Z] Step 6/21 : COPY go.mod . [2020-08-11T02:45:44.410Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-11T02:45:44.410Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-11T02:45:44.537Z] ---> Running in 49e038b26fba [2020-08-11T02:45:44.981Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-11T02:45:44.981Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-11T02:45:44.981Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-11T02:45:44.981Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-11T02:45:44.981Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-11T02:45:44.981Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-11T02:45:44.981Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-11T02:45:44.981Z] Removing intermediate container e87dd7d0b240 [2020-08-11T02:45:44.981Z] ---> a710b2f3f903 [2020-08-11T02:45:44.981Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T02:45:45.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:45:45.551Z] ---> Running in b1695ddacead [2020-08-11T02:45:46.122Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:45:46.122Z] ---> bc689e0458c5 [2020-08-11T02:45:46.122Z] Step 7/21 : RUN go mod download [2020-08-11T02:45:46.122Z] OK: 71 MiB in 55 packages [2020-08-11T02:45:46.122Z] ---> Running in b6a4146aa19a [2020-08-11T02:45:46.388Z] ---> Running in 6c626218d916 [2020-08-11T02:45:46.388Z] Removing intermediate container b1695ddacead [2020-08-11T02:45:46.388Z] ---> a6331141795f [2020-08-11T02:45:46.388Z] Step 22/22 : LABEL version=1.2.2-dev.9 [2020-08-11T02:45:46.388Z] Removing intermediate container b6a4146aa19a [2020-08-11T02:45:46.388Z] ---> 55756950d2c7 [2020-08-11T02:45:46.388Z] Step 24/26 : LABEL arch=x86_64 [2020-08-11T02:45:46.388Z] ---> Running in dcc5b87eb1dc [2020-08-11T02:45:46.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:45:46.649Z] ---> Running in 46ce29067508 [2020-08-11T02:45:47.076Z] (1/12) Installing libmagic (5.38-r0) [2020-08-11T02:45:47.076Z] (2/12) Installing file (5.38-r0) [2020-08-11T02:45:47.349Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-11T02:45:47.349Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-11T02:45:47.607Z] Removing intermediate container dcc5b87eb1dc [2020-08-11T02:45:47.607Z] ---> a9f0b37893fb [2020-08-11T02:45:47.607Z] [2020-08-11T02:45:49.960Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-11T02:45:49.960Z] (6/12) Installing patch (2.7.6-r6) [2020-08-11T02:45:49.960Z] (7/12) Installing build-base (0.5-r2) [2020-08-11T02:45:49.960Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-11T02:45:49.960Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-11T02:45:49.960Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-11T02:45:49.960Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-11T02:45:50.149Z] Successfully built a9f0b37893fb [2020-08-11T02:45:50.231Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-11T02:45:50.231Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:45:50.231Z] OK: 217 MiB in 51 packages [2020-08-11T02:45:51.105Z] Successfully tagged docker-core-data-go:latest [2020-08-11T02:45:51.105Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-08-11T02:45:51.369Z] Removing intermediate container 46ce29067508 [2020-08-11T02:45:51.369Z] ---> d44ff23d54e7 [2020-08-11T02:45:51.369Z] Step 25/26 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:45:51.636Z] Removing intermediate container 91485d0bb261 [2020-08-11T02:45:51.636Z] ---> c62baeba5872 [2020-08-11T02:45:51.636Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-11T02:45:51.636Z] ---> Running in 9f420e18c156 [2020-08-11T02:45:51.636Z] Removing intermediate container 36093a3e7032 [2020-08-11T02:45:51.636Z] ---> 251f72207e54 [2020-08-11T02:45:51.636Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T02:45:54.537Z] Removing intermediate container 49e038b26fba [2020-08-11T02:45:54.537Z] ---> 11474916d6c4 [2020-08-11T02:45:54.537Z] Step 4/7 : WORKDIR /edgex-go [2020-08-11T02:45:54.537Z] ---> Running in 07268d12f76c [2020-08-11T02:45:54.953Z] ---> Running in 0e9574f6e1d5 [2020-08-11T02:45:54.953Z] Removing intermediate container 9f420e18c156 [2020-08-11T02:45:54.953Z] ---> 15f97cb5dd54 [2020-08-11T02:45:54.953Z] Step 26/26 : LABEL version=1.2.2-dev.9 [2020-08-11T02:45:54.953Z] ---> Running in abeb97c0a890 [2020-08-11T02:45:55.130Z] Removing intermediate container 07268d12f76c [2020-08-11T02:45:55.130Z] ---> dba1b816eabc [2020-08-11T02:45:55.130Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-11T02:45:55.409Z] latest: Pulling from library/docker [2020-08-11T02:45:55.409Z] b538f80385f9: Already exists [2020-08-11T02:45:55.409Z] 259a493cd78d: Pulling fs layer [2020-08-11T02:45:55.409Z] b8e66b5100f5: Pulling fs layer [2020-08-11T02:45:55.409Z] 39dc9c94d07c: Pulling fs layer [2020-08-11T02:45:55.409Z] 551b823b3b82: Pulling fs layer [2020-08-11T02:45:55.409Z] 3c52a74df98c: Pulling fs layer [2020-08-11T02:45:55.409Z] 6c9b121b6998: Pulling fs layer [2020-08-11T02:45:55.409Z] 3c52a74df98c: Waiting [2020-08-11T02:45:55.409Z] 551b823b3b82: Waiting [2020-08-11T02:45:55.525Z] ---> Running in 59b64366bc9f [2020-08-11T02:45:55.687Z] b8e66b5100f5: Verifying Checksum [2020-08-11T02:45:55.687Z] b8e66b5100f5: Download complete [2020-08-11T02:45:55.687Z] 259a493cd78d: Verifying Checksum [2020-08-11T02:45:55.687Z] 259a493cd78d: Download complete [2020-08-11T02:45:55.687Z] 551b823b3b82: Verifying Checksum [2020-08-11T02:45:55.687Z] 551b823b3b82: Download complete [2020-08-11T02:45:55.960Z] 3c52a74df98c: Download complete [2020-08-11T02:45:56.242Z] 6c9b121b6998: Verifying Checksum [2020-08-11T02:45:56.242Z] 6c9b121b6998: Download complete [2020-08-11T02:45:56.475Z] Removing intermediate container abeb97c0a890 [2020-08-11T02:45:56.475Z] ---> e26371653b90 [2020-08-11T02:45:56.475Z] Step 26/29 : CMD [ "generate" ] [2020-08-11T02:45:56.475Z] Removing intermediate container 6c626218d916 [2020-08-11T02:45:56.475Z] ---> 3cbe76724f1a [2020-08-11T02:45:56.475Z] Step 8/21 : COPY . . [2020-08-11T02:45:56.518Z] 259a493cd78d: Pull complete [2020-08-11T02:45:56.742Z] Removing intermediate container 59b64366bc9f [2020-08-11T02:45:56.742Z] ---> 76bf6130b5b6 [2020-08-11T02:45:56.742Z] [2020-08-11T02:45:56.790Z] b8e66b5100f5: Pull complete [2020-08-11T02:45:57.061Z] 39dc9c94d07c: Verifying Checksum [2020-08-11T02:45:57.062Z] 39dc9c94d07c: Download complete [2020-08-11T02:45:58.146Z] ---> Running in 9aa44aac6b5e [2020-08-11T02:45:58.146Z] Successfully built 76bf6130b5b6 [2020-08-11T02:45:58.146Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-08-11T02:45:58.146Z] Building docker-support-logging-go [2020-08-11T02:46:00.445Z] 39dc9c94d07c: Pull complete [2020-08-11T02:46:00.445Z] 551b823b3b82: Pull complete [2020-08-11T02:46:00.715Z] 3c52a74df98c: Pull complete [2020-08-11T02:46:01.308Z] 6c9b121b6998: Pull complete [2020-08-11T02:46:01.308Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-11T02:46:01.308Z] Status: Downloaded newer image for docker:latest [2020-08-11T02:46:02.383Z]  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:46:02.383Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:46:02.383Z] ---> 734852428c3f [2020-08-11T02:46:02.383Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T02:46:02.383Z] ---> Using cache [2020-08-11T02:46:02.383Z] ---> 4c7a3bdfb43a [2020-08-11T02:46:02.383Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:46:02.383Z] ---> Using cache [2020-08-11T02:46:02.383Z] ---> d4f612e7a5bf [2020-08-11T02:46:02.383Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T02:46:02.383Z] ---> Using cache [2020-08-11T02:46:02.383Z] ---> f3f980ada786 [2020-08-11T02:46:02.383Z] Step 6/21 : COPY go.mod . [2020-08-11T02:46:02.383Z] ---> Using cache [2020-08-11T02:46:02.383Z] ---> bc689e0458c5 [2020-08-11T02:46:02.383Z] Step 7/21 : RUN go mod download [2020-08-11T02:46:02.383Z] ---> Using cache [2020-08-11T02:46:02.383Z] ---> 3cbe76724f1a [2020-08-11T02:46:02.383Z] Step 8/21 : COPY . . [2020-08-11T02:46:03.362Z] Removing intermediate container 9aa44aac6b5e [2020-08-11T02:46:03.362Z] ---> ebe1c79ba00a [2020-08-11T02:46:03.362Z] Step 27/29 : LABEL arch=x86_64 [2020-08-11T02:46:03.362Z] Collecting docker-compose==1.23.2 [2020-08-11T02:46:03.362Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-11T02:46:04.702Z] ---> b91a8da270e9 [2020-08-11T02:46:04.702Z] Step 6/7 : COPY go.mod . [2020-08-11T02:46:05.303Z] ---> 086b17a364e6 [2020-08-11T02:46:05.303Z] Step 7/7 : RUN go mod download [2020-08-11T02:46:05.303Z] ---> Running in 23e8a1875906 [2020-08-11T02:46:05.931Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-11T02:46:05.931Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-11T02:46:06.888Z] ---> Running in f223de294848 [2020-08-11T02:46:08.691Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-11T02:46:08.691Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-11T02:46:08.691Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-11T02:46:08.691Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-11T02:46:08.691Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-11T02:46:08.691Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-11T02:46:08.691Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-11T02:46:08.691Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-11T02:46:08.691Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-08-11T02:46:08.691Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-11T02:46:08.691Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-11T02:46:08.691Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-11T02:46:08.691Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-11T02:46:08.691Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-11T02:46:08.691Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-11T02:46:08.691Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-11T02:46:08.691Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-11T02:46:08.691Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-11T02:46:08.691Z] go: finding github.com/fatih/color v1.7.0 [2020-08-11T02:46:08.691Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-11T02:46:08.691Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-11T02:46:08.691Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-11T02:46:08.691Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-11T02:46:08.962Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-11T02:46:08.962Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-11T02:46:08.962Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-11T02:46:08.962Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-11T02:46:08.962Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-11T02:46:08.962Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-11T02:46:08.962Z] go: finding github.com/google/uuid v1.1.0 [2020-08-11T02:46:08.962Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-11T02:46:08.962Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-11T02:46:08.962Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-11T02:46:08.962Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-11T02:46:08.962Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-11T02:46:09.238Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-11T02:46:09.238Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-11T02:46:09.238Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-11T02:46:09.238Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-11T02:46:09.238Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-11T02:46:09.238Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-11T02:46:09.238Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-11T02:46:09.238Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-11T02:46:09.238Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-11T02:46:09.238Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-11T02:46:09.238Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-11T02:46:09.238Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-11T02:46:09.508Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-11T02:46:09.508Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-11T02:46:09.508Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-11T02:46:09.508Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-11T02:46:09.508Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-11T02:46:09.508Z] go: finding github.com/kr/pty v1.1.1 [2020-08-11T02:46:09.508Z] go: finding github.com/kr/text v0.1.0 [2020-08-11T02:46:09.508Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-11T02:46:09.508Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-11T02:46:09.508Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-11T02:46:09.508Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-11T02:46:09.781Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-11T02:46:09.781Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-11T02:46:09.781Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-11T02:46:09.781Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-11T02:46:09.781Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-11T02:46:09.781Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-11T02:46:09.781Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-11T02:46:09.781Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-11T02:46:09.781Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-11T02:46:09.781Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-11T02:46:09.781Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-11T02:46:10.055Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-11T02:46:10.055Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-11T02:46:10.055Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-11T02:46:10.055Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-11T02:46:10.055Z] go: finding github.com/posener/complete v1.1.1 [2020-08-11T02:46:10.055Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-11T02:46:10.055Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-11T02:46:10.055Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-11T02:46:10.055Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-11T02:46:10.055Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-11T02:46:10.055Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-11T02:46:10.055Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-11T02:46:10.329Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-08-11T02:46:10.329Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-11T02:46:10.329Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-11T02:46:10.329Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-11T02:46:10.329Z] go: finding golang.org/x/text v0.3.2 [2020-08-11T02:46:10.329Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-11T02:46:10.329Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-11T02:46:10.329Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-11T02:46:10.329Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-11T02:46:10.329Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-11T02:46:10.329Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-11T02:46:11.148Z] Removing intermediate container f223de294848 [2020-08-11T02:46:11.148Z] ---> 02ea3dfa12fb [2020-08-11T02:46:11.148Z] Step 28/29 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:46:11.148Z] Collecting cached-property<2,>=1.2.0 [2020-08-11T02:46:11.148Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-11T02:46:13.079Z] Collecting texttable<0.10,>=0.9.0 [2020-08-11T02:46:13.079Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-11T02:46:13.853Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:46:13.853Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:46:13.853Z] ---> 734852428c3f [2020-08-11T02:46:13.853Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T02:46:13.853Z] ---> Using cache [2020-08-11T02:46:13.853Z] ---> 4c7a3bdfb43a [2020-08-11T02:46:13.853Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:46:13.853Z] ---> Using cache [2020-08-11T02:46:13.853Z] ---> d4f612e7a5bf [2020-08-11T02:46:13.853Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-11T02:46:15.330Z] ---> Running in cd3077576e8c [2020-08-11T02:46:15.902Z] ---> Running in 98a3de312254 [2020-08-11T02:46:15.902Z] Collecting docopt<0.7,>=0.6.1 [2020-08-11T02:46:15.902Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-11T02:46:17.306Z] Collecting jsonschema<3,>=2.5.1 [2020-08-11T02:46:17.306Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-11T02:46:17.306Z] Removing intermediate container cd3077576e8c [2020-08-11T02:46:17.306Z] ---> 71b6ad80c3fe [2020-08-11T02:46:17.306Z] Step 29/29 : LABEL version=1.2.2-dev.9 [2020-08-11T02:46:18.251Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-11T02:46:18.251Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-11T02:46:18.511Z] ---> Running in 4b8292459744 [2020-08-11T02:46:18.511Z] 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-11T02:46:19.081Z] ---> 920d7a100661 [2020-08-11T02:46:19.081Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-11T02:46:19.081Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-11T02:46:19.081Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-11T02:46:19.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:46:20.283Z] ---> Running in 09911d20871b [2020-08-11T02:46:20.283Z] Removing intermediate container 4b8292459744 [2020-08-11T02:46:20.283Z] ---> b38ba587ff66 [2020-08-11T02:46:20.283Z] [2020-08-11T02:46:20.283Z] Collecting PyYAML<4,>=3.10 [2020-08-11T02:46:20.283Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-11T02:46:20.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:46:20.548Z] Successfully built b38ba587ff66 [2020-08-11T02:46:20.548Z] ---> 6b24e092dde9 [2020-08-11T02:46:20.548Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-11T02:46:20.548Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-08-11T02:46:20.548Z] Building docker-support-notifications-go [2020-08-11T02:46:21.126Z]  Building docker-security-secrets-setup-go ... done  ---> Running in 42757a18b76d [2020-08-11T02:46:21.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/core-command/core-command ./cmd/core-command [2020-08-11T02:46:22.337Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:46:22.337Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:46:22.337Z] OK: 12749 distinct packages available [2020-08-11T02:46:22.601Z] OK: 233 MiB in 51 packages [2020-08-11T02:46:23.171Z] Collecting docker<4.0,>=3.6.0 [2020-08-11T02:46:23.431Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-11T02:46:24.002Z] OK: 233 MiB in 51 packages [2020-08-11T02:46:24.584Z] 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-11T02:46:24.584Z] Collecting idna<2.8,>=2.5 [2020-08-11T02:46:24.584Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-11T02:46:24.584Z] 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-11T02:46:24.854Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-11T02:46:24.854Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-11T02:46:25.134Z] Collecting docker-pycreds>=0.4.0 [2020-08-11T02:46:25.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-11T02:46:25.134Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-11T02:46:25.134Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-11T02:46:25.134Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-11T02:46:25.134Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-11T02:46:25.134Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-11T02:46:25.407Z] Installing collected packages: dockerpty, cached-property, texttable, docopt, jsonschema, websocket-client, idna, urllib3, requests, PyYAML, docker-pycreds, docker, docker-compose [2020-08-11T02:46:25.408Z] Running setup.py install for dockerpty: started [2020-08-11T02:46:25.408Z] Removing intermediate container 98a3de312254 [2020-08-11T02:46:25.408Z] ---> 8860b3237c25 [2020-08-11T02:46:25.408Z] Step 6/21 : COPY go.mod . [2020-08-11T02:46:26.835Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-11T02:46:27.101Z] ---> 28819bee5577 [2020-08-11T02:46:27.101Z] Step 7/21 : RUN go mod download [2020-08-11T02:46:27.101Z] Running setup.py install for texttable: started [2020-08-11T02:46:27.689Z] ---> Running in bfd91f749800 [2020-08-11T02:46:27.689Z] Running setup.py install for texttable: finished with status 'done' [2020-08-11T02:46:27.689Z] Running setup.py install for docopt: started [2020-08-11T02:46:28.650Z] Running setup.py install for docopt: finished with status 'done' [2020-08-11T02:46:28.755Z] Removing intermediate container 23e8a1875906 [2020-08-11T02:46:28.755Z] ---> d8927eb8390b [2020-08-11T02:46:28.755Z] Successfully built d8927eb8390b [2020-08-11T02:46:28.755Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-08-11T02:46:28.914Z] Attempting uninstall: idna [2020-08-11T02:46:28.914Z] Found existing installation: idna 2.9 [2020-08-11T02:46:28.914Z] Uninstalling idna-2.9: [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-08-11T02:46:29.183Z] Successfully uninstalled idna-2.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:46:29.454Z] Attempting uninstall: urllib3 [2020-08-11T02:46:29.454Z] Found existing installation: urllib3 1.25.9 [2020-08-11T02:46:29.454Z] Uninstalling urllib3-1.25.9: [2020-08-11T02:46:29.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T02:46:29.507Z] [2020-08-11T02:46:29.507Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:46:30.151Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T02:46:30.151Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-08-11T02:46:30.151Z] 29e5d40040c1: Pulling fs layer [2020-08-11T02:46:30.151Z] 1ce36da41761: Pulling fs layer [2020-08-11T02:46:30.151Z] 25b303627fd3: Pulling fs layer [2020-08-11T02:46:30.416Z] Successfully uninstalled urllib3-1.25.9 [2020-08-11T02:46:30.427Z] 29e5d40040c1: Verifying Checksum [2020-08-11T02:46:30.427Z] 29e5d40040c1: Download complete [2020-08-11T02:46:31.015Z] Attempting uninstall: requests [2020-08-11T02:46:31.015Z] Found existing installation: requests 2.23.0 [2020-08-11T02:46:31.015Z] Uninstalling requests-2.23.0: [2020-08-11T02:46:31.029Z] 1ce36da41761: Verifying Checksum [2020-08-11T02:46:31.029Z] 1ce36da41761: Download complete [2020-08-11T02:46:31.029Z] 29e5d40040c1: Pull complete [2020-08-11T02:46:31.279Z] Successfully uninstalled requests-2.23.0 [2020-08-11T02:46:31.859Z] Running setup.py install for PyYAML: started [2020-08-11T02:46:32.441Z] Removing intermediate container bfd91f749800 [2020-08-11T02:46:32.441Z] ---> 80244b8d9e8e [2020-08-11T02:46:32.441Z] Step 8/21 : COPY . . [2020-08-11T02:46:32.479Z] 1ce36da41761: Pull complete [2020-08-11T02:46:32.479Z] 25b303627fd3: Verifying Checksum [2020-08-11T02:46:32.479Z] 25b303627fd3: Download complete [2020-08-11T02:46:33.023Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:46:33.023Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:46:33.023Z] ---> 734852428c3f [2020-08-11T02:46:33.023Z] Step 3/23 : WORKDIR /edgex-go [2020-08-11T02:46:33.023Z] ---> Using cache [2020-08-11T02:46:33.023Z] ---> 4c7a3bdfb43a [2020-08-11T02:46:33.023Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:46:33.023Z] ---> Using cache [2020-08-11T02:46:33.023Z] ---> d4f612e7a5bf [2020-08-11T02:46:33.023Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-11T02:46:34.447Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-11T02:46:34.738Z] ---> Running in 145ae3705d5b [2020-08-11T02:46:39.031Z] 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-11T02:46:39.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:46:40.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:46:41.699Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:46:41.699Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:46:41.699Z] OK: 12749 distinct packages available [2020-08-11T02:46:42.623Z] 25b303627fd3: Pull complete [2020-08-11T02:46:42.623Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-08-11T02:46:42.623Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T02:46:42.623Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-08-11T02:46:42.664Z] OK: 233 MiB in 51 packages [2020-08-11T02:46:42.899Z] prd-ubuntu18.04-docker-arm64-4c-16g-3337 does not seem to be running inside a container [2020-08-11T02:46:42.972Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@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-11T02:46:45.256Z] Removing intermediate container 0e9574f6e1d5 [2020-08-11T02:46:45.257Z] ---> c32a39a96ac4 [2020-08-11T02:46:45.257Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-11T02:46:46.568Z] $ docker top 38756327659e4f8cd87a2f37c0c023cc40faa9cfe2f52c6dd42c1c2bd20806a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T02:46:48.048Z] + grep parallel [2020-08-11T02:46:48.048Z] + docker-compose build --help [2020-08-11T02:46:48.575Z] ---> Running in 42ff5431b9ad [2020-08-11T02:46:48.575Z] Removing intermediate container 145ae3705d5b [2020-08-11T02:46:48.575Z] ---> 6d518fe32f54 [2020-08-11T02:46:48.575Z] Step 6/23 : COPY go.mod . [2020-08-11T02:46:48.575Z] ---> f045cb05d871 [2020-08-11T02:46:48.575Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-11T02:46:48.840Z] ---> Running in 8ebcb5c528ba [2020-08-11T02:46:48.840Z] ---> b8c81d4ab69a [2020-08-11T02:46:48.840Z] Step 7/23 : RUN go mod download [2020-08-11T02:46:49.109Z] ---> Running in 435d8727bcaa [2020-08-11T02:46:49.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:46:49.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:46:49.661Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-11T02:46:49.661Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T02:46:49.661Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-11T02:46:49.661Z] (3/3) Installing curl (7.69.1-r0) [2020-08-11T02:46:49.661Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:46:49.946Z] OK: 72 MiB in 58 packages [2020-08-11T02:46:50.929Z] Removing intermediate container 42ff5431b9ad [2020-08-11T02:46:50.929Z] ---> fe4926896334 [2020-08-11T02:46:50.929Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:46:51.415Z] --parallel Build images in parallel. [Pipeline] } [2020-08-11T02:46:51.701Z] $ docker stop --time=1 38756327659e4f8cd87a2f37c0c023cc40faa9cfe2f52c6dd42c1c2bd20806a0 [2020-08-11T02:46:52.311Z] ---> Running in 3c98e79657f0 [2020-08-11T02:46:52.581Z] Removing intermediate container 435d8727bcaa [2020-08-11T02:46:52.581Z] ---> fb19d3d1bf6d [2020-08-11T02:46:52.581Z] Step 8/23 : COPY . . [2020-08-11T02:46:52.860Z] Removing intermediate container 3c98e79657f0 [2020-08-11T02:46:52.860Z] ---> f926a0c5ce37 [2020-08-11T02:46:52.860Z] Step 24/26 : LABEL arch=x86_64 [2020-08-11T02:46:53.136Z] ---> Running in d6a1832ffa19 [2020-08-11T02:46:53.688Z] $ docker rm -f 38756327659e4f8cd87a2f37c0c023cc40faa9cfe2f52c6dd42c1c2bd20806a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:46:54.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-08-11T02:46:54.499Z] . [Pipeline] withDockerContainer [2020-08-11T02:46:54.583Z] Removing intermediate container d6a1832ffa19 [2020-08-11T02:46:54.583Z] ---> bdd351a14cb8 [2020-08-11T02:46:54.583Z] Step 25/26 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:46:54.768Z] prd-ubuntu18.04-docker-arm64-4c-16g-3337 does not seem to be running inside a container [2020-08-11T02:46:54.840Z] $ 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/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@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-11T02:46:56.224Z] $ docker top 28f1a82e1a95b3c332326e011e815ba3d905d6f945844e661a583bd8e55d04cc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T02:46:57.227Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-08-11T02:46:58.848Z] ---> Running in 7dffac063fa5 [2020-08-11T02:47:01.511Z] Building docker-core-command-go ... [2020-08-11T02:47:01.511Z] Building docker-core-data-go ... [2020-08-11T02:47:01.511Z] Building docker-core-metadata-go ... [2020-08-11T02:47:01.511Z] Building docker-security-proxy-setup-go ... [2020-08-11T02:47:01.511Z] Building docker-security-secrets-setup-go ... [2020-08-11T02:47:01.511Z] Building docker-security-secretstore-setup-go ... [2020-08-11T02:47:01.511Z] Building docker-support-logging-go ... [2020-08-11T02:47:01.511Z] Building docker-support-notifications-go ... [2020-08-11T02:47:01.511Z] Building docker-support-scheduler-go ... [2020-08-11T02:47:01.511Z] Building docker-sys-mgmt-agent-go ... [2020-08-11T02:47:01.511Z] Building docker-support-scheduler-go [2020-08-11T02:47:01.511Z] Building docker-core-metadata-go [2020-08-11T02:47:01.511Z] Building docker-security-proxy-setup-go [2020-08-11T02:47:01.511Z] Building docker-support-logging-go [2020-08-11T02:47:01.511Z] Building docker-sys-mgmt-agent-go [2020-08-11T02:47:02.231Z] Removing intermediate container 7dffac063fa5 [2020-08-11T02:47:02.231Z] ---> 67a7ebf88af8 [2020-08-11T02:47:02.231Z] Step 26/26 : LABEL version=1.2.2-dev.9 [2020-08-11T02:47:07.540Z] ---> Running in e45285fb4c29 [2020-08-11T02:47:08.488Z] Removing intermediate container 42757a18b76d [2020-08-11T02:47:08.488Z] ---> 811809f66470 [2020-08-11T02:47:08.488Z] [2020-08-11T02:47:08.488Z] Step 10/21 : FROM scratch [2020-08-11T02:47:08.488Z] ---> [2020-08-11T02:47:08.488Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T02:47:08.488Z] Removing intermediate container 09911d20871b [2020-08-11T02:47:08.488Z] ---> 1dde3429c95f [2020-08-11T02:47:08.488Z] [2020-08-11T02:47:08.488Z] Step 10/21 : FROM scratch [2020-08-11T02:47:08.488Z] ---> [2020-08-11T02:47:08.488Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T02:47:08.488Z] ---> 22441fa8c90a [2020-08-11T02:47:08.488Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-11T02:47:08.488Z] Removing intermediate container e45285fb4c29 [2020-08-11T02:47:08.488Z] ---> 38b96f91fe4a [2020-08-11T02:47:08.488Z] [2020-08-11T02:47:08.488Z] Successfully built 38b96f91fe4a [2020-08-11T02:47:08.488Z] ---> Running in 027074f0e00c [2020-08-11T02:47:08.488Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-08-11T02:47:08.488Z] Building docker-security-proxy-setup-go [2020-08-11T02:47:08.750Z]  Building docker-sys-mgmt-agent-go ... done  ---> Using cache [2020-08-11T02:47:08.750Z] ---> 335b72dd9186 [2020-08-11T02:47:08.750Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-11T02:47:08.750Z] ---> Using cache [2020-08-11T02:47:08.750Z] ---> 335b72dd9186 [2020-08-11T02:47:08.750Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-11T02:47:09.018Z] ---> Running in c8b4c5f576f6 [2020-08-11T02:47:09.018Z] ---> Running in 26f4dba50029 [2020-08-11T02:47:09.602Z] Removing intermediate container c8b4c5f576f6 [2020-08-11T02:47:09.602Z] ---> 2b0105e0fd85 [2020-08-11T02:47:09.602Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T02:47:09.602Z] ---> Running in 35256964ccdd [2020-08-11T02:47:09.602Z] Removing intermediate container 26f4dba50029 [2020-08-11T02:47:09.602Z] ---> f61e6cb47628 [2020-08-11T02:47:09.602Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T02:47:10.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-11T02:47:12.100Z] ---> Running in 27d8c785caf0 [2020-08-11T02:47:12.682Z] Removing intermediate container 35256964ccdd [2020-08-11T02:47:12.682Z] ---> c1252430fd1b [2020-08-11T02:47:12.682Z] Step 14/21 : WORKDIR / [2020-08-11T02:47:12.952Z] ---> Running in 22d86c5ca195 [2020-08-11T02:47:12.952Z] Removing intermediate container 27d8c785caf0 [2020-08-11T02:47:12.952Z] ---> e8f1e07f7992 [2020-08-11T02:47:12.952Z] Step 14/21 : WORKDIR / [2020-08-11T02:47:13.597Z] ---> Running in 9e1c2bbdd81d [2020-08-11T02:47:14.214Z] Removing intermediate container 22d86c5ca195 [2020-08-11T02:47:14.214Z] ---> a243b5cb3ef5 [2020-08-11T02:47:14.214Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-11T02:47:14.214Z] Removing intermediate container 9e1c2bbdd81d [2020-08-11T02:47:14.214Z] ---> 529f36581d2b [2020-08-11T02:47:14.214Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-11T02:47:14.764Z] ---> e2a59e03cdd1 [2020-08-11T02:47:14.764Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-11T02:47:14.764Z] ---> 7495583e6852 [2020-08-11T02:47:14.764Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-11T02:47:18.144Z] ---> 4a5081e9fcdd [2020-08-11T02:47:18.144Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-11T02:47:20.749Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:47:20.749Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:47:20.749Z] ---> 734852428c3f [2020-08-11T02:47:20.749Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T02:47:20.749Z] ---> Using cache [2020-08-11T02:47:20.749Z] ---> 4c7a3bdfb43a [2020-08-11T02:47:20.749Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:47:20.749Z] ---> Using cache [2020-08-11T02:47:20.749Z] ---> d4f612e7a5bf [2020-08-11T02:47:20.749Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T02:47:20.749Z] ---> Using cache [2020-08-11T02:47:20.749Z] ---> f3f980ada786 [2020-08-11T02:47:20.749Z] Step 6/20 : COPY go.mod . [2020-08-11T02:47:20.749Z] ---> Using cache [2020-08-11T02:47:20.749Z] ---> bc689e0458c5 [2020-08-11T02:47:20.749Z] Step 7/20 : RUN go mod download [2020-08-11T02:47:20.749Z] ---> Using cache [2020-08-11T02:47:20.749Z] ---> 3cbe76724f1a [2020-08-11T02:47:20.749Z] Step 8/20 : COPY . . [2020-08-11T02:47:20.749Z] ---> Using cache [2020-08-11T02:47:20.749Z] ---> 6b24e092dde9 [2020-08-11T02:47:20.749Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-11T02:47:22.142Z] ---> cb0a35c96266 [2020-08-11T02:47:22.142Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-11T02:47:22.422Z] ---> a8f0d6fc5f1f [2020-08-11T02:47:22.422Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:47:22.422Z] ---> Running in 5073f7f1a784 [2020-08-11T02:47:22.706Z] Removing intermediate container 8ebcb5c528ba [2020-08-11T02:47:22.706Z] ---> 50b610214c86 [2020-08-11T02:47:22.706Z] [2020-08-11T02:47:22.706Z] Step 10/21 : FROM scratch [2020-08-11T02:47:22.706Z] ---> [2020-08-11T02:47:22.706Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T02:47:22.706Z] ---> Running in a165d86a0d82 [2020-08-11T02:47:23.300Z] ---> 623ba2860f56 [2020-08-11T02:47:23.300Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:47:23.300Z] ---> Running in e5d517dcf7f7 [2020-08-11T02:47:23.300Z] ---> Running in bbe843e682b2 [2020-08-11T02:47:23.567Z] Removing intermediate container a165d86a0d82 [2020-08-11T02:47:23.567Z] ---> 3ee024ac0b32 [2020-08-11T02:47:23.567Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T02:47:23.567Z] ---> Running in 7abb168b8bf8 [2020-08-11T02:47:23.567Z] Removing intermediate container e5d517dcf7f7 [2020-08-11T02:47:23.567Z] ---> 337b2c179319 [2020-08-11T02:47:23.567Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-11T02:47:23.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-11T02:47:23.838Z] ---> Running in 6d04f1ad5dab [2020-08-11T02:47:23.838Z] Removing intermediate container bbe843e682b2 [2020-08-11T02:47:23.838Z] ---> e1bc79d96218 [2020-08-11T02:47:23.838Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T02:47:24.113Z] ---> Running in 0b9ef81d84c2 [2020-08-11T02:47:24.113Z] Removing intermediate container 7abb168b8bf8 [2020-08-11T02:47:24.113Z] ---> 3e3a0b67b3f7 [2020-08-11T02:47:24.113Z] Step 20/21 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:24.113Z] ---> Running in 4e93fdb72ffd [2020-08-11T02:47:24.113Z] Removing intermediate container 6d04f1ad5dab [2020-08-11T02:47:24.113Z] ---> ef449a16d1b4 [2020-08-11T02:47:24.113Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T02:47:24.385Z] ---> Running in d3941e7d4ffa [2020-08-11T02:47:24.385Z] Removing intermediate container 0b9ef81d84c2 [2020-08-11T02:47:24.385Z] ---> 4cb73587ac4c [2020-08-11T02:47:24.385Z] Step 20/21 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:24.385Z] ---> Running in 043f82c2d124 [2020-08-11T02:47:25.779Z] Removing intermediate container 4e93fdb72ffd [2020-08-11T02:47:25.779Z] ---> 240dee9ba63e [2020-08-11T02:47:25.779Z] Step 21/21 : LABEL version=1.2.2-dev.9 [2020-08-11T02:47:25.779Z] Removing intermediate container d3941e7d4ffa [2020-08-11T02:47:25.779Z] ---> 8bd876b23f9b [2020-08-11T02:47:25.779Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-11T02:47:26.052Z] ---> Running in 13942db6ab9a [2020-08-11T02:47:26.321Z] Removing intermediate container 043f82c2d124 [2020-08-11T02:47:26.321Z] ---> d7bf460f4f8c [2020-08-11T02:47:26.321Z] Step 21/21 : LABEL version=1.2.2-dev.9 [2020-08-11T02:47:26.594Z] ---> c4afc8f7af9f [2020-08-11T02:47:26.594Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-11T02:47:26.594Z] ---> Running in 58cdc96274a2 [2020-08-11T02:47:26.594Z] Removing intermediate container 13942db6ab9a [2020-08-11T02:47:26.594Z] ---> 5f2659f3a510 [2020-08-11T02:47:26.594Z] [2020-08-11T02:47:26.873Z] Successfully built 5f2659f3a510 [2020-08-11T02:47:26.873Z] Successfully tagged docker-core-command-go:latest [2020-08-11T02:47:26.873Z]  Building docker-core-command-go ... done Removing intermediate container 58cdc96274a2 [2020-08-11T02:47:26.873Z] ---> 1ba55c0f76c8 [2020-08-11T02:47:26.873Z] [2020-08-11T02:47:26.873Z] ---> ffa1877218ff [2020-08-11T02:47:26.873Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-11T02:47:27.152Z] Successfully built 1ba55c0f76c8 [2020-08-11T02:47:27.152Z] Successfully tagged docker-core-metadata-go:latest [2020-08-11T02:47:27.777Z]  Building docker-core-metadata-go ... done  ---> ac2fd461be39 [2020-08-11T02:47:27.777Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-11T02:47:28.405Z] ---> a93020e78e67 [2020-08-11T02:47:28.405Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:47:28.405Z] ---> Running in 357c744b542a [2020-08-11T02:47:28.683Z] Removing intermediate container 357c744b542a [2020-08-11T02:47:28.683Z] ---> 1c4b2e496804 [2020-08-11T02:47:28.683Z] Step 19/21 : LABEL arch=x86_64 [2020-08-11T02:47:28.948Z] ---> Running in 684f86877fd7 [2020-08-11T02:47:29.209Z] Removing intermediate container 684f86877fd7 [2020-08-11T02:47:29.209Z] ---> abfb6f11f86c [2020-08-11T02:47:29.209Z] Step 20/21 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:29.209Z] ---> Running in 1ddecfeaf3fd [2020-08-11T02:47:29.470Z] Removing intermediate container 1ddecfeaf3fd [2020-08-11T02:47:29.470Z] ---> 3254b05ee026 [2020-08-11T02:47:29.470Z] Step 21/21 : LABEL version=1.2.2-dev.9 [2020-08-11T02:47:29.742Z] ---> Running in a0738e761bb3 [2020-08-11T02:47:30.019Z] Removing intermediate container a0738e761bb3 [2020-08-11T02:47:30.019Z] ---> 05f98096f582 [2020-08-11T02:47:30.019Z] [2020-08-11T02:47:30.290Z] Successfully built 05f98096f582 [2020-08-11T02:47:30.290Z] Successfully tagged docker-support-logging-go:latest [2020-08-11T02:47:32.235Z]  Building docker-support-logging-go ... done Removing intermediate container 027074f0e00c [2020-08-11T02:47:32.235Z] ---> 7b54a3c56b47 [2020-08-11T02:47:32.235Z] [2020-08-11T02:47:32.235Z] Step 10/23 : FROM scratch [2020-08-11T02:47:32.235Z] ---> [2020-08-11T02:47:32.235Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T02:47:32.235Z] ---> Using cache [2020-08-11T02:47:32.235Z] ---> 337b2c179319 [2020-08-11T02:47:32.235Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-11T02:47:32.235Z] ---> Running in 613baeec2fb1 [2020-08-11T02:47:32.501Z] Removing intermediate container 613baeec2fb1 [2020-08-11T02:47:32.501Z] ---> 7cb1136d9c7b [2020-08-11T02:47:32.501Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-11T02:47:32.501Z] ---> Running in 2c02f26ea972 [2020-08-11T02:47:33.445Z] Removing intermediate container 2c02f26ea972 [2020-08-11T02:47:33.445Z] ---> f61f13d45fe4 [2020-08-11T02:47:33.445Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-11T02:47:33.709Z] ---> bbfd9c6116aa [2020-08-11T02:47:33.709Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-11T02:47:35.087Z] ---> 9481538debbc [2020-08-11T02:47:35.087Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-11T02:47:35.348Z] ---> 51fef79e5a9c [2020-08-11T02:47:35.349Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-11T02:47:35.609Z] ---> a0addf9ca1a3 [2020-08-11T02:47:35.609Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-11T02:47:38.154Z] ---> e5f5d97bb34b [2020-08-11T02:47:38.154Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-11T02:47:38.154Z] Removing intermediate container 5073f7f1a784 [2020-08-11T02:47:38.154Z] ---> affab6abe190 [2020-08-11T02:47:38.154Z] [2020-08-11T02:47:38.154Z] Step 10/20 : FROM alpine [2020-08-11T02:47:38.154Z] ---> a24bb4013296 [2020-08-11T02:47:38.154Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-11T02:47:38.154Z] ---> Running in 30517674ed59 [2020-08-11T02:47:38.154Z] ---> 569daf52ff3b [2020-08-11T02:47:38.154Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:47:38.154Z] ---> Running in 663339ca8612 [2020-08-11T02:47:38.421Z] Removing intermediate container 663339ca8612 [2020-08-11T02:47:38.421Z] ---> 2ab4b96f4669 [2020-08-11T02:47:38.421Z] Step 21/23 : LABEL arch=x86_64 [2020-08-11T02:47:38.421Z] ---> Running in ba44e2285b76 [2020-08-11T02:47:38.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-11T02:47:38.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-11T02:47:38.686Z] Removing intermediate container ba44e2285b76 [2020-08-11T02:47:38.686Z] ---> 5f35dd39e137 [2020-08-11T02:47:38.686Z] Step 22/23 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:38.686Z] ---> Running in eee5e348fc9a [2020-08-11T02:47:38.686Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:47:38.686Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:47:38.686Z] OK: 12749 distinct packages available [2020-08-11T02:47:38.947Z] Removing intermediate container eee5e348fc9a [2020-08-11T02:47:38.947Z] ---> 4715cef7db43 [2020-08-11T02:47:38.947Z] Step 23/23 : LABEL version=1.2.2-dev.9 [2020-08-11T02:47:38.947Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-11T02:47:38.947Z] ---> Running in 95fa2bd67681 [2020-08-11T02:47:38.947Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T02:47:38.947Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-11T02:47:38.947Z] (4/4) Installing curl (7.69.1-r0) [2020-08-11T02:47:38.947Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:47:38.947Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T02:47:39.207Z] OK: 7 MiB in 18 packages [2020-08-11T02:47:39.467Z] Removing intermediate container 95fa2bd67681 [2020-08-11T02:47:39.467Z] ---> 215b989126ac [2020-08-11T02:47:39.467Z] [2020-08-11T02:47:39.467Z] Successfully built 215b989126ac [2020-08-11T02:47:39.727Z] Successfully tagged docker-support-notifications-go:latest [2020-08-11T02:47:40.298Z]  Building docker-support-notifications-go ... done Removing intermediate container 30517674ed59 [2020-08-11T02:47:40.298Z] ---> 47c1adaf6236 [2020-08-11T02:47:40.298Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T02:47:40.298Z] ---> Running in 36b1f5f59d9e [2020-08-11T02:47:40.557Z] Removing intermediate container 36b1f5f59d9e [2020-08-11T02:47:40.557Z] ---> e50221108ebe [2020-08-11T02:47:40.557Z] Step 13/20 : WORKDIR /edgex [2020-08-11T02:47:40.557Z] ---> Running in ab8024bff97c [2020-08-11T02:47:40.817Z] Removing intermediate container ab8024bff97c [2020-08-11T02:47:40.817Z] ---> 5f1e957a8b89 [2020-08-11T02:47:40.817Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-11T02:47:41.077Z] ---> ae83871ce667 [2020-08-11T02:47:41.077Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-11T02:47:41.654Z] ---> f210000ecb88 [2020-08-11T02:47:41.654Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-11T02:47:41.654Z] ---> Running in 657f66897563 [2020-08-11T02:47:41.654Z] Removing intermediate container 657f66897563 [2020-08-11T02:47:41.654Z] ---> 400893d1bbd6 [2020-08-11T02:47:41.654Z] Step 17/20 : CMD ["--init=true"] [2020-08-11T02:47:41.915Z] ---> Running in 8d4ed0cf84f8 [2020-08-11T02:47:41.915Z] Removing intermediate container 8d4ed0cf84f8 [2020-08-11T02:47:41.915Z] ---> a579d7b236b6 [2020-08-11T02:47:41.915Z] Step 18/20 : LABEL arch=x86_64 [2020-08-11T02:47:42.175Z] ---> Running in f3fa2600e0f8 [2020-08-11T02:47:42.175Z] Removing intermediate container f3fa2600e0f8 [2020-08-11T02:47:42.175Z] ---> 923ed21e0417 [2020-08-11T02:47:42.175Z] Step 19/20 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:42.442Z] ---> Running in 1565f9e8b374 [2020-08-11T02:47:42.442Z] Removing intermediate container 1565f9e8b374 [2020-08-11T02:47:42.442Z] ---> c64cf50bc8e2 [2020-08-11T02:47:42.442Z] Step 20/20 : LABEL version=1.2.2-dev.9 [2020-08-11T02:47:42.442Z] ---> Running in 084c7b05b076 [2020-08-11T02:47:42.702Z] Removing intermediate container 084c7b05b076 [2020-08-11T02:47:42.702Z] ---> 2726b50fb501 [2020-08-11T02:47:42.702Z] [2020-08-11T02:47:42.962Z] Successfully built 2726b50fb501 [2020-08-11T02:47:42.962Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-08-11T02:47:43.230Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-08-11T02:47:43.234Z] $ docker stop --time=1 4f18084efb147e7801623f2858709dd492ed4d0b13c497d9eef34baf36a1e2af [2020-08-11T02:47:44.881Z] $ docker rm -f 4f18084efb147e7801623f2858709dd492ed4d0b13c497d9eef34baf36a1e2af [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:47:45.446Z] + docker images [2020-08-11T02:47:45.446Z] + grep docker [2020-08-11T02:47:45.446Z] docker-security-proxy-setup-go latest 2726b50fb501 3 seconds ago 16.4MB [2020-08-11T02:47:45.446Z] docker-support-notifications-go latest 215b989126ac 7 seconds ago 14.4MB [2020-08-11T02:47:45.446Z] docker-support-logging-go latest 05f98096f582 16 seconds ago 11.8MB [2020-08-11T02:47:45.446Z] docker-core-metadata-go latest 1ba55c0f76c8 19 seconds ago 14.4MB [2020-08-11T02:47:45.446Z] docker-core-command-go latest 5f2659f3a510 19 seconds ago 13MB [2020-08-11T02:47:45.446Z] docker-sys-mgmt-agent-go latest 38b96f91fe4a 37 seconds ago 284MB [2020-08-11T02:47:45.446Z] docker-security-secrets-setup-go latest b38ba587ff66 About a minute ago 25.1MB [2020-08-11T02:47:45.446Z] docker-security-secretstore-setup-go latest 76bf6130b5b6 About a minute ago 33.9MB [2020-08-11T02:47:45.446Z] docker-core-data-go latest a9f0b37893fb About a minute ago 23.8MB [2020-08-11T02:47:45.446Z] docker-support-scheduler-go latest 615f898379b4 2 minutes ago 13.1MB [2020-08-11T02:47:45.446Z] docker latest 81f5749c9058 6 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-11T02:47:45.871Z] provisioning config files... [2020-08-11T02:47:45.914Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/121@tmp/config5123746077468429364tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-11T02:47:46.270Z] nexus3.edgexfoundry.org:10001 [2020-08-11T02:47:46.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-11T02:47:46.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-11T02:47:46.530Z] Configure a credential helper to remove this warning. See [2020-08-11T02:47:46.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-11T02:47:46.530Z] [2020-08-11T02:47:46.530Z] Login Succeeded [2020-08-11T02:47:46.530Z] nexus3.edgexfoundry.org:10002 [2020-08-11T02:47:46.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-11T02:47:46.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-11T02:47:46.530Z] Configure a credential helper to remove this warning. See [2020-08-11T02:47:46.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-11T02:47:46.530Z] [2020-08-11T02:47:46.530Z] Login Succeeded [2020-08-11T02:47:46.530Z] nexus3.edgexfoundry.org:10003 [2020-08-11T02:47:46.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-11T02:47:46.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-11T02:47:46.789Z] Configure a credential helper to remove this warning. See [2020-08-11T02:47:46.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-11T02:47:46.789Z] [2020-08-11T02:47:46.789Z] Login Succeeded [2020-08-11T02:47:46.789Z] nexus3.edgexfoundry.org:10004 [2020-08-11T02:47:47.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-11T02:47:47.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-11T02:47:47.048Z] Configure a credential helper to remove this warning. See [2020-08-11T02:47:47.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-11T02:47:47.048Z] [2020-08-11T02:47:47.048Z] Login Succeeded [2020-08-11T02:47:47.048Z] docker.io [2020-08-11T02:47:47.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-11T02:47:47.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-11T02:47:47.309Z] Configure a credential helper to remove this warning. See [2020-08-11T02:47:47.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-11T02:47:47.309Z] [2020-08-11T02:47:47.309Z] Login Succeeded [Pipeline] } [2020-08-11T02:47:47.317Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:47:47.495Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-08-11T02:47:47.495Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:47.495Z] 1.2.2-dev.9 [2020-08-11T02:47:47.495Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:47:47.495Z] master [2020-08-11T02:47:47.495Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:47.961Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:48.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:48.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-11T02:47:48.255Z] dfa3692a1c19: Preparing [2020-08-11T02:47:48.255Z] a686b7bd053c: Preparing [2020-08-11T02:47:48.255Z] d3605b717b9d: Preparing [2020-08-11T02:47:48.255Z] dfa3692a1c19: Pushed [2020-08-11T02:47:48.255Z] d3605b717b9d: Pushed [2020-08-11T02:47:49.639Z] a686b7bd053c: Pushed [2020-08-11T02:47:49.639Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:a9e532dc9f699fc1c3780de87d349a44fe27d6b09fdfe6c4bd50c6242bac4da9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:49.935Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:50.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.9 [2020-08-11T02:47:50.227Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-11T02:47:50.227Z] dfa3692a1c19: Preparing [2020-08-11T02:47:50.227Z] a686b7bd053c: Preparing [2020-08-11T02:47:50.227Z] d3605b717b9d: Preparing [2020-08-11T02:47:50.227Z] d3605b717b9d: Layer already exists [2020-08-11T02:47:50.227Z] dfa3692a1c19: Layer already exists [2020-08-11T02:47:50.227Z] a686b7bd053c: Layer already exists [2020-08-11T02:47:50.227Z] 1.2.2-dev.9: digest: sha256:a9e532dc9f699fc1c3780de87d349a44fe27d6b09fdfe6c4bd50c6242bac4da9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:50.525Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:50.818Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:47:50.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-11T02:47:50.818Z] dfa3692a1c19: Preparing [2020-08-11T02:47:50.818Z] a686b7bd053c: Preparing [2020-08-11T02:47:50.818Z] d3605b717b9d: Preparing [2020-08-11T02:47:50.818Z] a686b7bd053c: Layer already exists [2020-08-11T02:47:50.818Z] dfa3692a1c19: Layer already exists [2020-08-11T02:47:50.818Z] d3605b717b9d: Layer already exists [2020-08-11T02:47:50.818Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:a9e532dc9f699fc1c3780de87d349a44fe27d6b09fdfe6c4bd50c6242bac4da9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:51.113Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:51.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-08-11T02:47:51.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-08-11T02:47:51.436Z] dfa3692a1c19: Preparing [2020-08-11T02:47:51.436Z] a686b7bd053c: Preparing [2020-08-11T02:47:51.436Z] d3605b717b9d: Preparing [2020-08-11T02:47:51.436Z] d3605b717b9d: Layer already exists [2020-08-11T02:47:51.436Z] a686b7bd053c: Layer already exists [2020-08-11T02:47:51.436Z] dfa3692a1c19: Layer already exists [2020-08-11T02:47:51.436Z] master: digest: sha256:a9e532dc9f699fc1c3780de87d349a44fe27d6b09fdfe6c4bd50c6242bac4da9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:47:51.602Z] ===================================================== [Pipeline] echo [2020-08-11T02:47:51.642Z] taggedImages: [2020-08-11T02:47:51.642Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:51.642Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.9 [2020-08-11T02:47:51.642Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:47:51.643Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-08-11T02:47:51.742Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-08-11T02:47:51.742Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:51.742Z] 1.2.2-dev.9 [2020-08-11T02:47:51.742Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:47:51.742Z] master [2020-08-11T02:47:51.742Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:52.260Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:52.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:52.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-11T02:47:52.555Z] b769824f21ca: Preparing [2020-08-11T02:47:52.555Z] 53845d722c9e: Preparing [2020-08-11T02:47:52.555Z] 779ce1fb3498: Preparing [2020-08-11T02:47:52.555Z] 47a8feda4afd: Preparing [2020-08-11T02:47:52.555Z] 9bde770ad9cb: Preparing [2020-08-11T02:47:52.555Z] 50644c29ef5a: Preparing [2020-08-11T02:47:52.555Z] 50644c29ef5a: Waiting [2020-08-11T02:47:52.555Z] 779ce1fb3498: Pushed [2020-08-11T02:47:52.816Z] b769824f21ca: Pushed [2020-08-11T02:47:52.816Z] 9bde770ad9cb: Pushed [2020-08-11T02:47:52.816Z] 50644c29ef5a: Layer already exists [2020-08-11T02:47:52.816Z] 47a8feda4afd: Pushed [2020-08-11T02:47:53.756Z] 53845d722c9e: Pushed [2020-08-11T02:47:54.016Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:1edc23c248cf69ab76bc787755eae9da5209fb293ccf41844c9dfa9935be0a4b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:54.315Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:54.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.9 [2020-08-11T02:47:54.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-11T02:47:54.608Z] b769824f21ca: Preparing [2020-08-11T02:47:54.608Z] 53845d722c9e: Preparing [2020-08-11T02:47:54.608Z] 779ce1fb3498: Preparing [2020-08-11T02:47:54.608Z] 47a8feda4afd: Preparing [2020-08-11T02:47:54.608Z] 9bde770ad9cb: Preparing [2020-08-11T02:47:54.608Z] 50644c29ef5a: Preparing [2020-08-11T02:47:54.608Z] 50644c29ef5a: Waiting [2020-08-11T02:47:54.608Z] 9bde770ad9cb: Layer already exists [2020-08-11T02:47:54.608Z] b769824f21ca: Layer already exists [2020-08-11T02:47:54.608Z] 47a8feda4afd: Layer already exists [2020-08-11T02:47:54.608Z] 53845d722c9e: Layer already exists [2020-08-11T02:47:54.608Z] 779ce1fb3498: Layer already exists [2020-08-11T02:47:54.608Z] 50644c29ef5a: Layer already exists [2020-08-11T02:47:54.608Z] 1.2.2-dev.9: digest: sha256:1edc23c248cf69ab76bc787755eae9da5209fb293ccf41844c9dfa9935be0a4b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:54.905Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:56.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:47:56.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-11T02:47:56.584Z] b769824f21ca: Preparing [2020-08-11T02:47:56.584Z] 53845d722c9e: Preparing [2020-08-11T02:47:56.584Z] 779ce1fb3498: Preparing [2020-08-11T02:47:56.585Z] 47a8feda4afd: Preparing [2020-08-11T02:47:56.585Z] 9bde770ad9cb: Preparing [2020-08-11T02:47:56.585Z] 50644c29ef5a: Preparing [2020-08-11T02:47:56.585Z] 50644c29ef5a: Waiting [2020-08-11T02:47:56.585Z] 47a8feda4afd: Layer already exists [2020-08-11T02:47:56.585Z] 779ce1fb3498: Layer already exists [2020-08-11T02:47:56.585Z] b769824f21ca: Layer already exists [2020-08-11T02:47:56.585Z] 9bde770ad9cb: Layer already exists [2020-08-11T02:47:56.585Z] 53845d722c9e: Layer already exists [2020-08-11T02:47:56.585Z] 50644c29ef5a: Layer already exists [2020-08-11T02:47:56.585Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:1edc23c248cf69ab76bc787755eae9da5209fb293ccf41844c9dfa9935be0a4b size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:56.883Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:57.185Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-08-11T02:47:57.185Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-08-11T02:47:57.185Z] b769824f21ca: Preparing [2020-08-11T02:47:57.185Z] 53845d722c9e: Preparing [2020-08-11T02:47:57.185Z] 779ce1fb3498: Preparing [2020-08-11T02:47:57.185Z] 47a8feda4afd: Preparing [2020-08-11T02:47:57.185Z] 9bde770ad9cb: Preparing [2020-08-11T02:47:57.185Z] 50644c29ef5a: Preparing [2020-08-11T02:47:57.185Z] 50644c29ef5a: Waiting [2020-08-11T02:47:57.185Z] 9bde770ad9cb: Layer already exists [2020-08-11T02:47:57.185Z] 779ce1fb3498: Layer already exists [2020-08-11T02:47:57.185Z] b769824f21ca: Layer already exists [2020-08-11T02:47:57.185Z] 47a8feda4afd: Layer already exists [2020-08-11T02:47:57.185Z] 53845d722c9e: Layer already exists [2020-08-11T02:47:57.185Z] 50644c29ef5a: Layer already exists [2020-08-11T02:47:57.185Z] master: digest: sha256:1edc23c248cf69ab76bc787755eae9da5209fb293ccf41844c9dfa9935be0a4b size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:47:57.364Z] ===================================================== [Pipeline] echo [2020-08-11T02:47:57.404Z] taggedImages: [2020-08-11T02:47:57.404Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:57.404Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.9 [2020-08-11T02:47:57.404Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:47:57.404Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-08-11T02:47:57.458Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-08-11T02:47:57.458Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:57.458Z] 1.2.2-dev.9 [2020-08-11T02:47:57.458Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:47:57.458Z] master [2020-08-11T02:47:57.458Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:57.924Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:58.217Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:47:58.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-11T02:47:58.217Z] 79bc2b441fc4: Preparing [2020-08-11T02:47:58.217Z] 490b03774cd6: Preparing [2020-08-11T02:47:58.217Z] 93753695f055: Preparing [2020-08-11T02:47:58.217Z] 93753695f055: Pushed [2020-08-11T02:47:58.217Z] 79bc2b441fc4: Pushed [2020-08-11T02:47:59.600Z] 490b03774cd6: Pushed [2020-08-11T02:47:59.600Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:8eb235905fdb4f31c8fdd6722b1af4a0c5467fe7cf8d864871c38668400eab15 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:47:59.904Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:00.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.9 [2020-08-11T02:48:00.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-11T02:48:00.196Z] 79bc2b441fc4: Preparing [2020-08-11T02:48:00.196Z] 490b03774cd6: Preparing [2020-08-11T02:48:00.196Z] 93753695f055: Preparing [2020-08-11T02:48:00.196Z] 93753695f055: Layer already exists [2020-08-11T02:48:00.196Z] 79bc2b441fc4: Layer already exists [2020-08-11T02:48:00.196Z] 490b03774cd6: Layer already exists [2020-08-11T02:48:00.196Z] 1.2.2-dev.9: digest: sha256:8eb235905fdb4f31c8fdd6722b1af4a0c5467fe7cf8d864871c38668400eab15 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:00.493Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:00.784Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:00.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-11T02:48:00.785Z] 79bc2b441fc4: Preparing [2020-08-11T02:48:00.785Z] 490b03774cd6: Preparing [2020-08-11T02:48:00.785Z] 93753695f055: Preparing [2020-08-11T02:48:00.785Z] 490b03774cd6: Layer already exists [2020-08-11T02:48:00.785Z] 93753695f055: Layer already exists [2020-08-11T02:48:00.785Z] 79bc2b441fc4: Layer already exists [2020-08-11T02:48:00.785Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:8eb235905fdb4f31c8fdd6722b1af4a0c5467fe7cf8d864871c38668400eab15 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:01.081Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:01.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-08-11T02:48:01.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-08-11T02:48:01.381Z] 79bc2b441fc4: Preparing [2020-08-11T02:48:01.381Z] 490b03774cd6: Preparing [2020-08-11T02:48:01.381Z] 93753695f055: Preparing [2020-08-11T02:48:01.381Z] 490b03774cd6: Layer already exists [2020-08-11T02:48:01.381Z] 79bc2b441fc4: Layer already exists [2020-08-11T02:48:01.381Z] 93753695f055: Layer already exists [2020-08-11T02:48:01.381Z] master: digest: sha256:8eb235905fdb4f31c8fdd6722b1af4a0c5467fe7cf8d864871c38668400eab15 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:48:01.558Z] ===================================================== [Pipeline] echo [2020-08-11T02:48:01.597Z] taggedImages: [2020-08-11T02:48:01.597Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:01.597Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.9 [2020-08-11T02:48:01.597Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:01.597Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-08-11T02:48:01.651Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-08-11T02:48:01.651Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:01.651Z] 1.2.2-dev.9 [2020-08-11T02:48:01.651Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:01.651Z] master [2020-08-11T02:48:01.651Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:02.101Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:02.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:02.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-11T02:48:02.391Z] e1bfce46a76f: Preparing [2020-08-11T02:48:02.391Z] 0fd9684e273d: Preparing [2020-08-11T02:48:02.391Z] 5b80a6462b33: Preparing [2020-08-11T02:48:02.391Z] 9b251608bf6c: Preparing [2020-08-11T02:48:02.391Z] 50644c29ef5a: Preparing [2020-08-11T02:48:02.391Z] 50644c29ef5a: Layer already exists [2020-08-11T02:48:02.391Z] 5b80a6462b33: Pushed [2020-08-11T02:48:02.391Z] 0fd9684e273d: Pushed [2020-08-11T02:48:02.653Z] 9b251608bf6c: Pushed [2020-08-11T02:48:03.222Z] e1bfce46a76f: Pushed [2020-08-11T02:48:03.481Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:c52b0d90a37fb96031d20a82ee85750067ed11224359bf040ab84bcfe1a0830d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:03.784Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:04.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.9 [2020-08-11T02:48:04.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-11T02:48:04.076Z] e1bfce46a76f: Preparing [2020-08-11T02:48:04.076Z] 0fd9684e273d: Preparing [2020-08-11T02:48:04.076Z] 5b80a6462b33: Preparing [2020-08-11T02:48:04.076Z] 9b251608bf6c: Preparing [2020-08-11T02:48:04.076Z] 50644c29ef5a: Preparing [2020-08-11T02:48:04.076Z] 9b251608bf6c: Layer already exists [2020-08-11T02:48:04.076Z] 0fd9684e273d: Layer already exists [2020-08-11T02:48:04.076Z] 5b80a6462b33: Layer already exists [2020-08-11T02:48:04.076Z] 50644c29ef5a: Layer already exists [2020-08-11T02:48:04.076Z] e1bfce46a76f: Layer already exists [2020-08-11T02:48:04.076Z] 1.2.2-dev.9: digest: sha256:c52b0d90a37fb96031d20a82ee85750067ed11224359bf040ab84bcfe1a0830d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:04.375Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:04.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:04.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-11T02:48:04.667Z] e1bfce46a76f: Preparing [2020-08-11T02:48:04.667Z] 0fd9684e273d: Preparing [2020-08-11T02:48:04.667Z] 5b80a6462b33: Preparing [2020-08-11T02:48:04.667Z] 9b251608bf6c: Preparing [2020-08-11T02:48:04.667Z] 50644c29ef5a: Preparing [2020-08-11T02:48:04.667Z] 5b80a6462b33: Layer already exists [2020-08-11T02:48:04.667Z] 9b251608bf6c: Layer already exists [2020-08-11T02:48:04.667Z] 50644c29ef5a: Layer already exists [2020-08-11T02:48:04.667Z] e1bfce46a76f: Layer already exists [2020-08-11T02:48:04.667Z] 0fd9684e273d: Layer already exists [2020-08-11T02:48:04.667Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:c52b0d90a37fb96031d20a82ee85750067ed11224359bf040ab84bcfe1a0830d size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:04.965Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:05.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-08-11T02:48:05.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-08-11T02:48:05.256Z] e1bfce46a76f: Preparing [2020-08-11T02:48:05.256Z] 0fd9684e273d: Preparing [2020-08-11T02:48:05.256Z] 5b80a6462b33: Preparing [2020-08-11T02:48:05.256Z] 9b251608bf6c: Preparing [2020-08-11T02:48:05.256Z] 50644c29ef5a: Preparing [2020-08-11T02:48:05.256Z] e1bfce46a76f: Layer already exists [2020-08-11T02:48:05.256Z] 9b251608bf6c: Layer already exists [2020-08-11T02:48:05.256Z] 50644c29ef5a: Layer already exists [2020-08-11T02:48:05.256Z] 0fd9684e273d: Layer already exists [2020-08-11T02:48:05.256Z] 5b80a6462b33: Layer already exists [2020-08-11T02:48:05.256Z] master: digest: sha256:c52b0d90a37fb96031d20a82ee85750067ed11224359bf040ab84bcfe1a0830d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:48:05.423Z] ===================================================== [Pipeline] echo [2020-08-11T02:48:05.462Z] taggedImages: [2020-08-11T02:48:05.462Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:05.462Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.9 [2020-08-11T02:48:05.462Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:05.462Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-08-11T02:48:05.516Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-08-11T02:48:05.516Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:05.516Z] 1.2.2-dev.9 [2020-08-11T02:48:05.516Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:05.516Z] master [2020-08-11T02:48:05.516Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:05.961Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:06.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:06.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-11T02:48:06.249Z] e3581d23affb: Preparing [2020-08-11T02:48:06.249Z] 14d274ea14e3: Preparing [2020-08-11T02:48:06.249Z] 7269f5955475: Preparing [2020-08-11T02:48:06.249Z] 3cbd2c1d7dc3: Preparing [2020-08-11T02:48:06.249Z] 3cbd2c1d7dc3: Preparing [2020-08-11T02:48:06.249Z] 74661c24e2a8: Preparing [2020-08-11T02:48:06.249Z] 751245d5865d: Preparing [2020-08-11T02:48:06.249Z] 8fce2b4c2643: Preparing [2020-08-11T02:48:06.249Z] e3581d23affb: Preparing [2020-08-11T02:48:06.249Z] 890ccbdc1ef9: Preparing [2020-08-11T02:48:06.249Z] c0e7673f2b4f: Preparing [2020-08-11T02:48:06.249Z] 8d2943ec52dd: Preparing [2020-08-11T02:48:06.249Z] 50644c29ef5a: Preparing [2020-08-11T02:48:06.249Z] 751245d5865d: Waiting [2020-08-11T02:48:06.249Z] 8fce2b4c2643: Waiting [2020-08-11T02:48:06.249Z] c0e7673f2b4f: Waiting [2020-08-11T02:48:06.249Z] 890ccbdc1ef9: Waiting [2020-08-11T02:48:06.249Z] 50644c29ef5a: Waiting [2020-08-11T02:48:06.557Z] 74661c24e2a8: Pushed [2020-08-11T02:48:06.557Z] 14d274ea14e3: Pushed [2020-08-11T02:48:06.557Z] 7269f5955475: Pushed [2020-08-11T02:48:06.557Z] 3cbd2c1d7dc3: Pushed [2020-08-11T02:48:06.557Z] 751245d5865d: Pushed [2020-08-11T02:48:06.557Z] 890ccbdc1ef9: Pushed [2020-08-11T02:48:06.557Z] c0e7673f2b4f: Pushed [2020-08-11T02:48:06.557Z] 8fce2b4c2643: Pushed [2020-08-11T02:48:06.557Z] 50644c29ef5a: Layer already exists [2020-08-11T02:48:06.826Z] 8d2943ec52dd: Pushed [2020-08-11T02:48:07.101Z] e3581d23affb: Pushed [2020-08-11T02:48:07.368Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:fdad350b270571e198c209ccbe31a8f4bbef27c94f197160749c703ddc364463 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:07.664Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:07.954Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.9 [2020-08-11T02:48:07.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-11T02:48:07.954Z] e3581d23affb: Preparing [2020-08-11T02:48:07.954Z] 14d274ea14e3: Preparing [2020-08-11T02:48:07.954Z] 7269f5955475: Preparing [2020-08-11T02:48:07.954Z] 3cbd2c1d7dc3: Preparing [2020-08-11T02:48:07.954Z] 3cbd2c1d7dc3: Preparing [2020-08-11T02:48:07.954Z] 74661c24e2a8: Preparing [2020-08-11T02:48:07.954Z] 751245d5865d: Preparing [2020-08-11T02:48:07.954Z] 8fce2b4c2643: Preparing [2020-08-11T02:48:07.954Z] e3581d23affb: Preparing [2020-08-11T02:48:07.954Z] 890ccbdc1ef9: Preparing [2020-08-11T02:48:07.954Z] c0e7673f2b4f: Preparing [2020-08-11T02:48:07.954Z] 8d2943ec52dd: Preparing [2020-08-11T02:48:07.954Z] 50644c29ef5a: Preparing [2020-08-11T02:48:07.954Z] 751245d5865d: Waiting [2020-08-11T02:48:07.954Z] 8fce2b4c2643: Waiting [2020-08-11T02:48:07.954Z] 890ccbdc1ef9: Waiting [2020-08-11T02:48:07.954Z] c0e7673f2b4f: Waiting [2020-08-11T02:48:07.954Z] 8d2943ec52dd: Waiting [2020-08-11T02:48:07.954Z] 50644c29ef5a: Waiting [2020-08-11T02:48:07.954Z] 14d274ea14e3: Layer already exists [2020-08-11T02:48:07.954Z] e3581d23affb: Layer already exists [2020-08-11T02:48:07.954Z] 7269f5955475: Layer already exists [2020-08-11T02:48:07.954Z] 3cbd2c1d7dc3: Layer already exists [2020-08-11T02:48:07.954Z] 74661c24e2a8: Layer already exists [2020-08-11T02:48:07.954Z] 8fce2b4c2643: Layer already exists [2020-08-11T02:48:07.954Z] 751245d5865d: Layer already exists [2020-08-11T02:48:07.954Z] 890ccbdc1ef9: Layer already exists [2020-08-11T02:48:07.954Z] 8d2943ec52dd: Layer already exists [2020-08-11T02:48:07.954Z] c0e7673f2b4f: Layer already exists [2020-08-11T02:48:07.954Z] 50644c29ef5a: Layer already exists [2020-08-11T02:48:07.954Z] 1.2.2-dev.9: digest: sha256:fdad350b270571e198c209ccbe31a8f4bbef27c94f197160749c703ddc364463 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:08.251Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:08.540Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:08.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-11T02:48:08.540Z] e3581d23affb: Preparing [2020-08-11T02:48:08.540Z] 14d274ea14e3: Preparing [2020-08-11T02:48:08.540Z] 7269f5955475: Preparing [2020-08-11T02:48:08.540Z] 3cbd2c1d7dc3: Preparing [2020-08-11T02:48:08.540Z] 3cbd2c1d7dc3: Preparing [2020-08-11T02:48:08.540Z] 74661c24e2a8: Preparing [2020-08-11T02:48:08.540Z] 751245d5865d: Preparing [2020-08-11T02:48:08.540Z] 8fce2b4c2643: Preparing [2020-08-11T02:48:08.540Z] e3581d23affb: Preparing [2020-08-11T02:48:08.540Z] 890ccbdc1ef9: Preparing [2020-08-11T02:48:08.540Z] c0e7673f2b4f: Preparing [2020-08-11T02:48:08.540Z] 8d2943ec52dd: Preparing [2020-08-11T02:48:08.540Z] 50644c29ef5a: Preparing [2020-08-11T02:48:08.540Z] 8fce2b4c2643: Waiting [2020-08-11T02:48:08.540Z] 890ccbdc1ef9: Waiting [2020-08-11T02:48:08.540Z] c0e7673f2b4f: Waiting [2020-08-11T02:48:08.540Z] 8d2943ec52dd: Waiting [2020-08-11T02:48:08.540Z] 50644c29ef5a: Waiting [2020-08-11T02:48:08.540Z] 751245d5865d: Waiting [2020-08-11T02:48:08.540Z] 3cbd2c1d7dc3: Layer already exists [2020-08-11T02:48:08.540Z] 74661c24e2a8: Layer already exists [2020-08-11T02:48:08.540Z] e3581d23affb: Layer already exists [2020-08-11T02:48:08.540Z] 7269f5955475: Layer already exists [2020-08-11T02:48:08.540Z] 14d274ea14e3: Layer already exists [2020-08-11T02:48:08.540Z] 751245d5865d: Layer already exists [2020-08-11T02:48:08.540Z] 8fce2b4c2643: Layer already exists [2020-08-11T02:48:08.540Z] 890ccbdc1ef9: Layer already exists [2020-08-11T02:48:08.540Z] c0e7673f2b4f: Layer already exists [2020-08-11T02:48:08.540Z] 8d2943ec52dd: Layer already exists [2020-08-11T02:48:08.540Z] 50644c29ef5a: Layer already exists [2020-08-11T02:48:08.540Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:fdad350b270571e198c209ccbe31a8f4bbef27c94f197160749c703ddc364463 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:08.833Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:09.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-08-11T02:48:09.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-08-11T02:48:09.123Z] e3581d23affb: Preparing [2020-08-11T02:48:09.123Z] 14d274ea14e3: Preparing [2020-08-11T02:48:09.123Z] 7269f5955475: Preparing [2020-08-11T02:48:09.123Z] 3cbd2c1d7dc3: Preparing [2020-08-11T02:48:09.123Z] 3cbd2c1d7dc3: Preparing [2020-08-11T02:48:09.123Z] 74661c24e2a8: Preparing [2020-08-11T02:48:09.123Z] 751245d5865d: Preparing [2020-08-11T02:48:09.123Z] 8fce2b4c2643: Preparing [2020-08-11T02:48:09.123Z] e3581d23affb: Preparing [2020-08-11T02:48:09.123Z] 890ccbdc1ef9: Preparing [2020-08-11T02:48:09.123Z] c0e7673f2b4f: Preparing [2020-08-11T02:48:09.123Z] 8d2943ec52dd: Preparing [2020-08-11T02:48:09.123Z] 50644c29ef5a: Preparing [2020-08-11T02:48:09.123Z] 8fce2b4c2643: Waiting [2020-08-11T02:48:09.123Z] 890ccbdc1ef9: Waiting [2020-08-11T02:48:09.123Z] c0e7673f2b4f: Waiting [2020-08-11T02:48:09.123Z] 8d2943ec52dd: Waiting [2020-08-11T02:48:09.123Z] 50644c29ef5a: Waiting [2020-08-11T02:48:09.123Z] 751245d5865d: Waiting [2020-08-11T02:48:09.123Z] 14d274ea14e3: Layer already exists [2020-08-11T02:48:09.123Z] 7269f5955475: Layer already exists [2020-08-11T02:48:09.123Z] e3581d23affb: Layer already exists [2020-08-11T02:48:09.123Z] 3cbd2c1d7dc3: Layer already exists [2020-08-11T02:48:09.123Z] 74661c24e2a8: Layer already exists [2020-08-11T02:48:09.123Z] 8fce2b4c2643: Layer already exists [2020-08-11T02:48:09.123Z] 751245d5865d: Layer already exists [2020-08-11T02:48:09.123Z] 890ccbdc1ef9: Layer already exists [2020-08-11T02:48:09.123Z] 8d2943ec52dd: Layer already exists [2020-08-11T02:48:09.123Z] c0e7673f2b4f: Layer already exists [2020-08-11T02:48:09.123Z] 50644c29ef5a: Layer already exists [2020-08-11T02:48:09.123Z] master: digest: sha256:fdad350b270571e198c209ccbe31a8f4bbef27c94f197160749c703ddc364463 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:48:09.326Z] ===================================================== [Pipeline] echo [2020-08-11T02:48:09.365Z] taggedImages: [2020-08-11T02:48:09.365Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:09.365Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.9 [2020-08-11T02:48:09.365Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:09.365Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-08-11T02:48:09.417Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-08-11T02:48:09.417Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:09.417Z] 1.2.2-dev.9 [2020-08-11T02:48:09.417Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:09.417Z] master [2020-08-11T02:48:09.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:09.868Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:10.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:10.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-11T02:48:10.160Z] 12b4f1c6fb5f: Preparing [2020-08-11T02:48:10.160Z] fb0d73a6a3a5: Preparing [2020-08-11T02:48:10.160Z] 11b20c376dbe: Preparing [2020-08-11T02:48:10.160Z] 6d77f8b4615f: Preparing [2020-08-11T02:48:10.160Z] dd38b84fcf05: Preparing [2020-08-11T02:48:10.160Z] 2f062cc3a6fe: Preparing [2020-08-11T02:48:10.160Z] 35f563fda8e4: Preparing [2020-08-11T02:48:10.160Z] fe0388b14ea2: Preparing [2020-08-11T02:48:10.160Z] fd699f848bf9: Preparing [2020-08-11T02:48:10.160Z] 7fff634cb7a8: Preparing [2020-08-11T02:48:10.160Z] 1b3ee35aacca: Preparing [2020-08-11T02:48:10.160Z] 2f062cc3a6fe: Waiting [2020-08-11T02:48:10.160Z] 35f563fda8e4: Waiting [2020-08-11T02:48:10.160Z] 7fff634cb7a8: Waiting [2020-08-11T02:48:10.160Z] fe0388b14ea2: Waiting [2020-08-11T02:48:10.160Z] fd699f848bf9: Waiting [2020-08-11T02:48:10.160Z] 1b3ee35aacca: Waiting [2020-08-11T02:48:10.423Z] 12b4f1c6fb5f: Pushed [2020-08-11T02:48:10.423Z] fb0d73a6a3a5: Pushed [2020-08-11T02:48:10.423Z] 2f062cc3a6fe: Pushed [2020-08-11T02:48:10.685Z] 35f563fda8e4: Pushed [2020-08-11T02:48:10.685Z] fe0388b14ea2: Pushed [2020-08-11T02:48:10.685Z] fd699f848bf9: Pushed [2020-08-11T02:48:10.946Z] 1b3ee35aacca: Layer already exists [2020-08-11T02:48:10.946Z] 11b20c376dbe: Pushed [2020-08-11T02:48:11.206Z] dd38b84fcf05: Pushed [2020-08-11T02:48:11.206Z] 6d77f8b4615f: Pushed [2020-08-11T02:48:11.206Z] 7fff634cb7a8: Pushed [2020-08-11T02:48:11.465Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:7529b6b27ac5dca3b3a6050fa547afddb8d1ac525c864b23445ebd77dc9e2e5a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:11.761Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:12.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.9 [2020-08-11T02:48:12.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-11T02:48:12.050Z] 12b4f1c6fb5f: Preparing [2020-08-11T02:48:12.050Z] fb0d73a6a3a5: Preparing [2020-08-11T02:48:12.050Z] 11b20c376dbe: Preparing [2020-08-11T02:48:12.050Z] 6d77f8b4615f: Preparing [2020-08-11T02:48:12.050Z] dd38b84fcf05: Preparing [2020-08-11T02:48:12.050Z] 2f062cc3a6fe: Preparing [2020-08-11T02:48:12.050Z] 35f563fda8e4: Preparing [2020-08-11T02:48:12.050Z] fe0388b14ea2: Preparing [2020-08-11T02:48:12.050Z] fd699f848bf9: Preparing [2020-08-11T02:48:12.050Z] 7fff634cb7a8: Preparing [2020-08-11T02:48:12.050Z] 1b3ee35aacca: Preparing [2020-08-11T02:48:12.050Z] 2f062cc3a6fe: Waiting [2020-08-11T02:48:12.050Z] 35f563fda8e4: Waiting [2020-08-11T02:48:12.050Z] fe0388b14ea2: Waiting [2020-08-11T02:48:12.050Z] fd699f848bf9: Waiting [2020-08-11T02:48:12.050Z] 7fff634cb7a8: Waiting [2020-08-11T02:48:12.050Z] 1b3ee35aacca: Waiting [2020-08-11T02:48:12.050Z] 6d77f8b4615f: Layer already exists [2020-08-11T02:48:12.050Z] 11b20c376dbe: Layer already exists [2020-08-11T02:48:12.050Z] 12b4f1c6fb5f: Layer already exists [2020-08-11T02:48:12.050Z] dd38b84fcf05: Layer already exists [2020-08-11T02:48:12.050Z] fb0d73a6a3a5: Layer already exists [2020-08-11T02:48:12.050Z] 35f563fda8e4: Layer already exists [2020-08-11T02:48:12.050Z] 2f062cc3a6fe: Layer already exists [2020-08-11T02:48:12.050Z] 7fff634cb7a8: Layer already exists [2020-08-11T02:48:12.050Z] fe0388b14ea2: Layer already exists [2020-08-11T02:48:12.050Z] fd699f848bf9: Layer already exists [2020-08-11T02:48:12.050Z] 1b3ee35aacca: Layer already exists [2020-08-11T02:48:12.050Z] 1.2.2-dev.9: digest: sha256:7529b6b27ac5dca3b3a6050fa547afddb8d1ac525c864b23445ebd77dc9e2e5a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:12.345Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:12.635Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:12.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-11T02:48:12.635Z] 12b4f1c6fb5f: Preparing [2020-08-11T02:48:12.635Z] fb0d73a6a3a5: Preparing [2020-08-11T02:48:12.635Z] 11b20c376dbe: Preparing [2020-08-11T02:48:12.635Z] 6d77f8b4615f: Preparing [2020-08-11T02:48:12.635Z] dd38b84fcf05: Preparing [2020-08-11T02:48:12.635Z] 2f062cc3a6fe: Preparing [2020-08-11T02:48:12.635Z] 35f563fda8e4: Preparing [2020-08-11T02:48:12.635Z] fe0388b14ea2: Preparing [2020-08-11T02:48:12.635Z] fd699f848bf9: Preparing [2020-08-11T02:48:12.635Z] 7fff634cb7a8: Preparing [2020-08-11T02:48:12.635Z] 1b3ee35aacca: Preparing [2020-08-11T02:48:12.635Z] 2f062cc3a6fe: Waiting [2020-08-11T02:48:12.635Z] 35f563fda8e4: Waiting [2020-08-11T02:48:12.635Z] fd699f848bf9: Waiting [2020-08-11T02:48:12.635Z] fe0388b14ea2: Waiting [2020-08-11T02:48:12.635Z] 7fff634cb7a8: Waiting [2020-08-11T02:48:12.635Z] 1b3ee35aacca: Waiting [2020-08-11T02:48:12.635Z] fb0d73a6a3a5: Layer already exists [2020-08-11T02:48:12.635Z] dd38b84fcf05: Layer already exists [2020-08-11T02:48:12.635Z] 12b4f1c6fb5f: Layer already exists [2020-08-11T02:48:12.635Z] 6d77f8b4615f: Layer already exists [2020-08-11T02:48:12.635Z] 11b20c376dbe: Layer already exists [2020-08-11T02:48:12.635Z] 2f062cc3a6fe: Layer already exists [2020-08-11T02:48:12.636Z] 35f563fda8e4: Layer already exists [2020-08-11T02:48:12.636Z] fd699f848bf9: Layer already exists [2020-08-11T02:48:12.636Z] fe0388b14ea2: Layer already exists [2020-08-11T02:48:12.636Z] 7fff634cb7a8: Layer already exists [2020-08-11T02:48:12.636Z] 1b3ee35aacca: Layer already exists [2020-08-11T02:48:12.636Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:7529b6b27ac5dca3b3a6050fa547afddb8d1ac525c864b23445ebd77dc9e2e5a size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:12.934Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:13.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-08-11T02:48:13.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-08-11T02:48:13.222Z] 12b4f1c6fb5f: Preparing [2020-08-11T02:48:13.222Z] fb0d73a6a3a5: Preparing [2020-08-11T02:48:13.222Z] 11b20c376dbe: Preparing [2020-08-11T02:48:13.222Z] 6d77f8b4615f: Preparing [2020-08-11T02:48:13.222Z] dd38b84fcf05: Preparing [2020-08-11T02:48:13.222Z] 2f062cc3a6fe: Preparing [2020-08-11T02:48:13.222Z] 35f563fda8e4: Preparing [2020-08-11T02:48:13.222Z] fe0388b14ea2: Preparing [2020-08-11T02:48:13.222Z] fd699f848bf9: Preparing [2020-08-11T02:48:13.222Z] 7fff634cb7a8: Preparing [2020-08-11T02:48:13.222Z] 1b3ee35aacca: Preparing [2020-08-11T02:48:13.222Z] fe0388b14ea2: Waiting [2020-08-11T02:48:13.222Z] fd699f848bf9: Waiting [2020-08-11T02:48:13.222Z] 35f563fda8e4: Waiting [2020-08-11T02:48:13.222Z] 2f062cc3a6fe: Waiting [2020-08-11T02:48:13.222Z] 7fff634cb7a8: Waiting [2020-08-11T02:48:13.222Z] dd38b84fcf05: Layer already exists [2020-08-11T02:48:13.222Z] 6d77f8b4615f: Layer already exists [2020-08-11T02:48:13.222Z] 12b4f1c6fb5f: Layer already exists [2020-08-11T02:48:13.222Z] fb0d73a6a3a5: Layer already exists [2020-08-11T02:48:13.222Z] 11b20c376dbe: Layer already exists [2020-08-11T02:48:13.222Z] 35f563fda8e4: Layer already exists [2020-08-11T02:48:13.222Z] 2f062cc3a6fe: Layer already exists [2020-08-11T02:48:13.222Z] fd699f848bf9: Layer already exists [2020-08-11T02:48:13.222Z] 7fff634cb7a8: Layer already exists [2020-08-11T02:48:13.222Z] fe0388b14ea2: Layer already exists [2020-08-11T02:48:13.222Z] 1b3ee35aacca: Layer already exists [2020-08-11T02:48:13.222Z] master: digest: sha256:7529b6b27ac5dca3b3a6050fa547afddb8d1ac525c864b23445ebd77dc9e2e5a size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:48:13.390Z] ===================================================== [Pipeline] echo [2020-08-11T02:48:13.442Z] taggedImages: [2020-08-11T02:48:13.442Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:13.442Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.9 [2020-08-11T02:48:13.442Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:13.442Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-08-11T02:48:13.497Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-08-11T02:48:13.497Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:13.497Z] 1.2.2-dev.9 [2020-08-11T02:48:13.497Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:13.497Z] master [2020-08-11T02:48:13.497Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:13.943Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:14.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:14.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-11T02:48:14.232Z] da613c6fec5d: Preparing [2020-08-11T02:48:14.232Z] d7c3868992dc: Preparing [2020-08-11T02:48:14.232Z] 3128c6499a7b: Preparing [2020-08-11T02:48:14.232Z] c420821a4adb: Preparing [2020-08-11T02:48:14.232Z] da613c6fec5d: Pushed [2020-08-11T02:48:14.232Z] 3128c6499a7b: Pushed [2020-08-11T02:48:14.493Z] c420821a4adb: Pushed [2020-08-11T02:48:15.432Z] d7c3868992dc: Pushed [2020-08-11T02:48:15.432Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:7dd7cb3c33ae631d3b3a0c7bfcfd7f1b237b2b0952dd428f74e538a59ef85f3e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:15.728Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:16.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.9 [2020-08-11T02:48:16.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-11T02:48:16.020Z] da613c6fec5d: Preparing [2020-08-11T02:48:16.020Z] d7c3868992dc: Preparing [2020-08-11T02:48:16.020Z] 3128c6499a7b: Preparing [2020-08-11T02:48:16.020Z] c420821a4adb: Preparing [2020-08-11T02:48:16.020Z] 3128c6499a7b: Layer already exists [2020-08-11T02:48:16.020Z] d7c3868992dc: Layer already exists [2020-08-11T02:48:16.020Z] c420821a4adb: Layer already exists [2020-08-11T02:48:16.020Z] da613c6fec5d: Layer already exists [2020-08-11T02:48:16.020Z] 1.2.2-dev.9: digest: sha256:7dd7cb3c33ae631d3b3a0c7bfcfd7f1b237b2b0952dd428f74e538a59ef85f3e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:16.314Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:16.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:16.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-11T02:48:16.607Z] da613c6fec5d: Preparing [2020-08-11T02:48:16.607Z] d7c3868992dc: Preparing [2020-08-11T02:48:16.607Z] 3128c6499a7b: Preparing [2020-08-11T02:48:16.607Z] c420821a4adb: Preparing [2020-08-11T02:48:16.607Z] 3128c6499a7b: Layer already exists [2020-08-11T02:48:16.607Z] c420821a4adb: Layer already exists [2020-08-11T02:48:16.607Z] d7c3868992dc: Layer already exists [2020-08-11T02:48:16.607Z] da613c6fec5d: Layer already exists [2020-08-11T02:48:16.607Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:7dd7cb3c33ae631d3b3a0c7bfcfd7f1b237b2b0952dd428f74e538a59ef85f3e size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:16.902Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:17.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-08-11T02:48:17.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-08-11T02:48:17.192Z] da613c6fec5d: Preparing [2020-08-11T02:48:17.192Z] d7c3868992dc: Preparing [2020-08-11T02:48:17.192Z] 3128c6499a7b: Preparing [2020-08-11T02:48:17.192Z] c420821a4adb: Preparing [2020-08-11T02:48:17.192Z] c420821a4adb: Layer already exists [2020-08-11T02:48:17.192Z] d7c3868992dc: Layer already exists [2020-08-11T02:48:17.192Z] 3128c6499a7b: Layer already exists [2020-08-11T02:48:17.192Z] da613c6fec5d: Layer already exists [2020-08-11T02:48:17.192Z] master: digest: sha256:7dd7cb3c33ae631d3b3a0c7bfcfd7f1b237b2b0952dd428f74e538a59ef85f3e size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:48:17.356Z] ===================================================== [Pipeline] echo [2020-08-11T02:48:17.427Z] taggedImages: [2020-08-11T02:48:17.427Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:17.427Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.9 [2020-08-11T02:48:17.427Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:17.427Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-08-11T02:48:17.481Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-08-11T02:48:17.481Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:17.481Z] 1.2.2-dev.9 [2020-08-11T02:48:17.481Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:17.481Z] master [2020-08-11T02:48:17.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:17.954Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:18.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:18.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-11T02:48:18.240Z] ab2481094667: Preparing [2020-08-11T02:48:18.240Z] 02126c7c4b2f: Preparing [2020-08-11T02:48:18.240Z] c9436860d230: Preparing [2020-08-11T02:48:18.240Z] 400987b3f1c0: Preparing [2020-08-11T02:48:18.240Z] ec8dba622c86: Preparing [2020-08-11T02:48:18.240Z] a39bd7a621ed: Preparing [2020-08-11T02:48:18.240Z] a39bd7a621ed: Waiting [2020-08-11T02:48:18.240Z] c9436860d230: Pushed [2020-08-11T02:48:18.499Z] 400987b3f1c0: Pushed [2020-08-11T02:48:18.499Z] ab2481094667: Pushed [2020-08-11T02:48:18.499Z] ec8dba622c86: Pushed [2020-08-11T02:48:18.499Z] a39bd7a621ed: Pushed [2020-08-11T02:48:19.437Z] 02126c7c4b2f: Pushed [2020-08-11T02:48:19.437Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:3bf921d650057ae24f5ba74776a514c4c8af3305c1776064a3d3adec7d2063b3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:19.732Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:20.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.9 [2020-08-11T02:48:20.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-11T02:48:20.024Z] ab2481094667: Preparing [2020-08-11T02:48:20.024Z] 02126c7c4b2f: Preparing [2020-08-11T02:48:20.024Z] c9436860d230: Preparing [2020-08-11T02:48:20.024Z] 400987b3f1c0: Preparing [2020-08-11T02:48:20.024Z] ec8dba622c86: Preparing [2020-08-11T02:48:20.024Z] a39bd7a621ed: Preparing [2020-08-11T02:48:20.024Z] a39bd7a621ed: Waiting [2020-08-11T02:48:20.024Z] c9436860d230: Layer already exists [2020-08-11T02:48:20.024Z] 02126c7c4b2f: Layer already exists [2020-08-11T02:48:20.024Z] ec8dba622c86: Layer already exists [2020-08-11T02:48:20.024Z] 400987b3f1c0: Layer already exists [2020-08-11T02:48:20.024Z] ab2481094667: Layer already exists [2020-08-11T02:48:20.024Z] a39bd7a621ed: Layer already exists [2020-08-11T02:48:20.024Z] 1.2.2-dev.9: digest: sha256:3bf921d650057ae24f5ba74776a514c4c8af3305c1776064a3d3adec7d2063b3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:20.320Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:20.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:20.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-11T02:48:20.615Z] ab2481094667: Preparing [2020-08-11T02:48:20.615Z] 02126c7c4b2f: Preparing [2020-08-11T02:48:20.615Z] c9436860d230: Preparing [2020-08-11T02:48:20.615Z] 400987b3f1c0: Preparing [2020-08-11T02:48:20.615Z] ec8dba622c86: Preparing [2020-08-11T02:48:20.615Z] a39bd7a621ed: Preparing [2020-08-11T02:48:20.615Z] a39bd7a621ed: Waiting [2020-08-11T02:48:20.615Z] ec8dba622c86: Layer already exists [2020-08-11T02:48:20.615Z] ab2481094667: Layer already exists [2020-08-11T02:48:20.615Z] c9436860d230: Layer already exists [2020-08-11T02:48:20.615Z] 400987b3f1c0: Layer already exists [2020-08-11T02:48:20.615Z] 02126c7c4b2f: Layer already exists [2020-08-11T02:48:20.615Z] a39bd7a621ed: Layer already exists [2020-08-11T02:48:20.615Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:3bf921d650057ae24f5ba74776a514c4c8af3305c1776064a3d3adec7d2063b3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:20.992Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:21.297Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-08-11T02:48:21.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-08-11T02:48:21.298Z] ab2481094667: Preparing [2020-08-11T02:48:21.298Z] 02126c7c4b2f: Preparing [2020-08-11T02:48:21.298Z] c9436860d230: Preparing [2020-08-11T02:48:21.298Z] 400987b3f1c0: Preparing [2020-08-11T02:48:21.298Z] ec8dba622c86: Preparing [2020-08-11T02:48:21.298Z] a39bd7a621ed: Preparing [2020-08-11T02:48:21.298Z] a39bd7a621ed: Waiting [2020-08-11T02:48:21.298Z] c9436860d230: Layer already exists [2020-08-11T02:48:21.298Z] ec8dba622c86: Layer already exists [2020-08-11T02:48:21.298Z] ab2481094667: Layer already exists [2020-08-11T02:48:21.298Z] 02126c7c4b2f: Layer already exists [2020-08-11T02:48:21.298Z] 400987b3f1c0: Layer already exists [2020-08-11T02:48:21.298Z] a39bd7a621ed: Layer already exists [2020-08-11T02:48:21.298Z] master: digest: sha256:3bf921d650057ae24f5ba74776a514c4c8af3305c1776064a3d3adec7d2063b3 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:48:21.510Z] ===================================================== [Pipeline] echo [2020-08-11T02:48:21.575Z] taggedImages: [2020-08-11T02:48:21.575Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:21.575Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.9 [2020-08-11T02:48:21.575Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:21.575Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-08-11T02:48:21.671Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-08-11T02:48:21.671Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:21.671Z] 1.2.2-dev.9 [2020-08-11T02:48:21.671Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:21.671Z] master [2020-08-11T02:48:21.671Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:22.173Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:22.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:22.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-11T02:48:22.469Z] a38ee1c678e5: Preparing [2020-08-11T02:48:22.469Z] 26e409e342fe: Preparing [2020-08-11T02:48:22.469Z] c0a220cd1619: Preparing [2020-08-11T02:48:22.469Z] a38ee1c678e5: Pushed [2020-08-11T02:48:22.469Z] c0a220cd1619: Pushed [2020-08-11T02:48:23.282Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:48:23.282Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:48:23.282Z] ---> d8927eb8390b [2020-08-11T02:48:23.282Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T02:48:23.282Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:48:23.282Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:48:23.282Z] ---> d8927eb8390b [2020-08-11T02:48:23.282Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T02:48:23.282Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:48:23.282Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:48:23.282Z] ---> d8927eb8390b [2020-08-11T02:48:23.282Z] Step 3/20 : WORKDIR /edgex-go [2020-08-11T02:48:23.282Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:48:23.282Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:48:23.282Z] ---> d8927eb8390b [2020-08-11T02:48:23.282Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T02:48:23.282Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:48:23.282Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:48:23.282Z] ---> d8927eb8390b [2020-08-11T02:48:23.282Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T02:48:23.282Z] ---> Running in d938961a8817 [2020-08-11T02:48:23.282Z] ---> Running in b4f7ea763c9f [2020-08-11T02:48:23.282Z] ---> Running in 551a01939f4b [2020-08-11T02:48:23.282Z] ---> Running in 5fd24d0cc3d6 [2020-08-11T02:48:23.282Z] ---> Running in 2c954930b029 [2020-08-11T02:48:23.282Z] Removing intermediate container b4f7ea763c9f [2020-08-11T02:48:23.282Z] ---> 421395d3a15e [2020-08-11T02:48:23.282Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:48:23.282Z] Removing intermediate container 2c954930b029 [2020-08-11T02:48:23.282Z] ---> e77a1a1624d0 [2020-08-11T02:48:23.282Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:48:23.282Z] Removing intermediate container 551a01939f4b [2020-08-11T02:48:23.282Z] ---> dd9db2f20875 [2020-08-11T02:48:23.282Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:48:23.282Z] Removing intermediate container 5fd24d0cc3d6 [2020-08-11T02:48:23.282Z] ---> f34925fbe70f [2020-08-11T02:48:23.282Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:48:23.282Z] Removing intermediate container d938961a8817 [2020-08-11T02:48:23.282Z] ---> 6a2843efeb9a [2020-08-11T02:48:23.282Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:48:23.282Z] ---> Running in c26293d4c58c [2020-08-11T02:48:23.282Z] ---> Running in 64dbb2f0f45b [2020-08-11T02:48:23.282Z] ---> Running in 6c864e0dcde5 [2020-08-11T02:48:23.282Z] ---> Running in cd44447ec962 [2020-08-11T02:48:23.282Z] ---> Running in fedb9db53b0c [2020-08-11T02:48:23.849Z] 26e409e342fe: Pushed [2020-08-11T02:48:23.849Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:00da32964371334d9cd7f5b5507310528912d4f2554e0aca9e32b744348b4e13 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:24.142Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:24.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.9 [2020-08-11T02:48:24.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-11T02:48:24.430Z] a38ee1c678e5: Preparing [2020-08-11T02:48:24.430Z] 26e409e342fe: Preparing [2020-08-11T02:48:24.430Z] c0a220cd1619: Preparing [2020-08-11T02:48:24.430Z] c0a220cd1619: Layer already exists [2020-08-11T02:48:24.430Z] 26e409e342fe: Layer already exists [2020-08-11T02:48:24.430Z] a38ee1c678e5: Layer already exists [2020-08-11T02:48:24.430Z] 1.2.2-dev.9: digest: sha256:00da32964371334d9cd7f5b5507310528912d4f2554e0aca9e32b744348b4e13 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:24.728Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:25.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:25.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-11T02:48:25.279Z] a38ee1c678e5: Preparing [2020-08-11T02:48:25.279Z] 26e409e342fe: Preparing [2020-08-11T02:48:25.279Z] c0a220cd1619: Preparing [2020-08-11T02:48:25.279Z] 26e409e342fe: Layer already exists [2020-08-11T02:48:25.279Z] c0a220cd1619: Layer already exists [2020-08-11T02:48:25.279Z] a38ee1c678e5: Layer already exists [2020-08-11T02:48:25.279Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:00da32964371334d9cd7f5b5507310528912d4f2554e0aca9e32b744348b4e13 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:25.574Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:25.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-08-11T02:48:25.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-08-11T02:48:25.863Z] a38ee1c678e5: Preparing [2020-08-11T02:48:25.863Z] 26e409e342fe: Preparing [2020-08-11T02:48:25.863Z] c0a220cd1619: Preparing [2020-08-11T02:48:25.863Z] c0a220cd1619: Layer already exists [2020-08-11T02:48:25.863Z] a38ee1c678e5: Layer already exists [2020-08-11T02:48:25.863Z] 26e409e342fe: Layer already exists [2020-08-11T02:48:25.863Z] master: digest: sha256:00da32964371334d9cd7f5b5507310528912d4f2554e0aca9e32b744348b4e13 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:48:26.016Z] ===================================================== [Pipeline] echo [2020-08-11T02:48:26.054Z] taggedImages: [2020-08-11T02:48:26.054Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:26.054Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.9 [2020-08-11T02:48:26.054Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:26.054Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-08-11T02:48:26.104Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-08-11T02:48:26.104Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:26.104Z] 1.2.2-dev.9 [2020-08-11T02:48:26.104Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:26.104Z] master [2020-08-11T02:48:26.104Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:26.549Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:26.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:26.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-11T02:48:26.845Z] e04da41c707a: Preparing [2020-08-11T02:48:26.845Z] 28c32d390ab2: Preparing [2020-08-11T02:48:26.845Z] f6f78ba4e436: Preparing [2020-08-11T02:48:26.845Z] 3ef5fe263d4f: Preparing [2020-08-11T02:48:26.845Z] 656bde339ba7: Preparing [2020-08-11T02:48:26.845Z] d14588c1a6e8: Preparing [2020-08-11T02:48:26.845Z] da0f24a273ea: Preparing [2020-08-11T02:48:26.845Z] 8890c171a12b: Preparing [2020-08-11T02:48:26.845Z] 4ae5bd84d450: Preparing [2020-08-11T02:48:26.845Z] 723a561964c8: Preparing [2020-08-11T02:48:26.845Z] 78764725b56c: Preparing [2020-08-11T02:48:26.845Z] 51d6d3d09136: Preparing [2020-08-11T02:48:26.845Z] 1507bc794612: Preparing [2020-08-11T02:48:26.845Z] 50644c29ef5a: Preparing [2020-08-11T02:48:26.845Z] d14588c1a6e8: Waiting [2020-08-11T02:48:26.845Z] da0f24a273ea: Waiting [2020-08-11T02:48:26.845Z] 8890c171a12b: Waiting [2020-08-11T02:48:26.845Z] 4ae5bd84d450: Waiting [2020-08-11T02:48:26.845Z] 723a561964c8: Waiting [2020-08-11T02:48:26.845Z] 78764725b56c: Waiting [2020-08-11T02:48:26.845Z] 51d6d3d09136: Waiting [2020-08-11T02:48:26.845Z] 1507bc794612: Waiting [2020-08-11T02:48:26.845Z] 50644c29ef5a: Waiting [2020-08-11T02:48:27.114Z] 656bde339ba7: Pushed [2020-08-11T02:48:27.114Z] e04da41c707a: Pushed [2020-08-11T02:48:27.375Z] 3ef5fe263d4f: Pushed [2020-08-11T02:48:27.375Z] 8890c171a12b: Layer already exists [2020-08-11T02:48:27.375Z] 4ae5bd84d450: Layer already exists [2020-08-11T02:48:27.375Z] da0f24a273ea: Pushed [2020-08-11T02:48:27.375Z] 723a561964c8: Layer already exists [2020-08-11T02:48:27.611Z] Removing intermediate container c26293d4c58c [2020-08-11T02:48:27.611Z] ---> 0ce7bc43b5b8 [2020-08-11T02:48:27.611Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T02:48:27.611Z] ---> Running in 855032aabd1a [2020-08-11T02:48:27.611Z] Removing intermediate container 6c864e0dcde5 [2020-08-11T02:48:27.611Z] ---> 82453576a4ad [2020-08-11T02:48:27.611Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T02:48:27.611Z] Removing intermediate container 64dbb2f0f45b [2020-08-11T02:48:27.611Z] ---> 954f2e57df51 [2020-08-11T02:48:27.611Z] Step 5/20 : RUN apk update && apk add make git [2020-08-11T02:48:27.611Z] ---> Running in 9bb85e8c0216 [2020-08-11T02:48:27.611Z] ---> Running in ebb8ba93c715 [2020-08-11T02:48:27.637Z] 78764725b56c: Layer already exists [2020-08-11T02:48:27.637Z] 51d6d3d09136: Layer already exists [2020-08-11T02:48:27.637Z] 1507bc794612: Layer already exists [2020-08-11T02:48:27.637Z] 50644c29ef5a: Layer already exists [2020-08-11T02:48:27.886Z] Removing intermediate container cd44447ec962 [2020-08-11T02:48:27.886Z] ---> ae47e8a4ed31 [2020-08-11T02:48:27.886Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-08-11T02:48:27.886Z] Removing intermediate container fedb9db53b0c [2020-08-11T02:48:27.886Z] ---> 5a1b8f5e863b [2020-08-11T02:48:27.886Z] Step 5/26 : RUN apk update && apk add make bash git [2020-08-11T02:48:28.160Z] ---> Running in b00058210152 [2020-08-11T02:48:28.160Z] ---> Running in c80e6c58d1c8 [2020-08-11T02:48:28.208Z] d14588c1a6e8: Pushed [2020-08-11T02:48:28.208Z] 28c32d390ab2: Pushed [2020-08-11T02:48:29.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:48:30.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:48:30.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:48:30.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:48:30.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:48:30.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:48:31.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:48:31.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:48:31.384Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:48:31.384Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:48:31.384Z] OK: 12620 distinct packages available [2020-08-11T02:48:31.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:48:31.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:48:32.266Z] OK: 217 MiB in 51 packages [2020-08-11T02:48:32.266Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:48:32.267Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:48:32.267Z] OK: 12620 distinct packages available [2020-08-11T02:48:32.549Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:48:32.549Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:48:32.549Z] OK: 12620 distinct packages available [2020-08-11T02:48:32.826Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:48:32.827Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:48:32.827Z] OK: 12620 distinct packages available [2020-08-11T02:48:33.103Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:48:33.103Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:48:33.103Z] OK: 12620 distinct packages available [2020-08-11T02:48:33.378Z] OK: 217 MiB in 51 packages [2020-08-11T02:48:33.378Z] OK: 217 MiB in 51 packages [2020-08-11T02:48:33.651Z] OK: 217 MiB in 51 packages [2020-08-11T02:48:33.931Z] OK: 217 MiB in 51 packages [2020-08-11T02:48:34.205Z] Removing intermediate container 855032aabd1a [2020-08-11T02:48:34.205Z] ---> 3b1264ba8373 [2020-08-11T02:48:34.205Z] Step 6/21 : COPY go.mod . [2020-08-11T02:48:34.483Z] OK: 217 MiB in 51 packages [2020-08-11T02:48:35.474Z] ---> 486ced9f8e4c [2020-08-11T02:48:35.474Z] Step 7/21 : RUN go mod download [2020-08-11T02:48:35.474Z] Removing intermediate container ebb8ba93c715 [2020-08-11T02:48:35.474Z] ---> 678d2bb15776 [2020-08-11T02:48:35.474Z] Step 6/20 : COPY go.mod . [2020-08-11T02:48:35.474Z] Removing intermediate container 9bb85e8c0216 [2020-08-11T02:48:35.474Z] ---> 1e3b21c1d17f [2020-08-11T02:48:35.474Z] Step 6/20 : COPY go.mod . [2020-08-11T02:48:35.474Z] ---> Running in c7d97070a64c [2020-08-11T02:48:36.080Z] Removing intermediate container b00058210152 [2020-08-11T02:48:36.080Z] ---> e75ccdaa1dba [2020-08-11T02:48:36.080Z] Step 6/26 : COPY go.mod . [2020-08-11T02:48:36.354Z] f6f78ba4e436: Pushed [2020-08-11T02:48:36.354Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:a3db0f2cb2584a52d21e3b8736b994d40c058328fddba54a40da12e81e4bb3f9 size: 3253 [2020-08-11T02:48:36.354Z] Removing intermediate container c80e6c58d1c8 [2020-08-11T02:48:36.354Z] ---> 75a86ec9af55 [2020-08-11T02:48:36.354Z] Step 6/21 : COPY go.mod . [2020-08-11T02:48:36.354Z] ---> 4c6dcb59c6e1 [2020-08-11T02:48:36.354Z] Step 7/20 : RUN go mod download [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:36.640Z] ---> 996a59da1359 [2020-08-11T02:48:36.640Z] Step 7/20 : RUN go mod download [2020-08-11T02:48:36.640Z] ---> Running in cfbbd0fb95c2 [2020-08-11T02:48:36.640Z] ---> Running in c599e4b64961 [2020-08-11T02:48:36.656Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:36.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.9 [2020-08-11T02:48:36.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-11T02:48:36.949Z] e04da41c707a: Preparing [2020-08-11T02:48:36.949Z] 28c32d390ab2: Preparing [2020-08-11T02:48:36.949Z] f6f78ba4e436: Preparing [2020-08-11T02:48:36.949Z] 3ef5fe263d4f: Preparing [2020-08-11T02:48:36.949Z] 656bde339ba7: Preparing [2020-08-11T02:48:36.949Z] d14588c1a6e8: Preparing [2020-08-11T02:48:36.949Z] da0f24a273ea: Preparing [2020-08-11T02:48:36.949Z] 8890c171a12b: Preparing [2020-08-11T02:48:36.949Z] 4ae5bd84d450: Preparing [2020-08-11T02:48:36.949Z] 723a561964c8: Preparing [2020-08-11T02:48:36.949Z] 78764725b56c: Preparing [2020-08-11T02:48:36.949Z] 51d6d3d09136: Preparing [2020-08-11T02:48:36.949Z] 1507bc794612: Preparing [2020-08-11T02:48:36.949Z] 50644c29ef5a: Preparing [2020-08-11T02:48:36.949Z] d14588c1a6e8: Waiting [2020-08-11T02:48:36.949Z] 78764725b56c: Waiting [2020-08-11T02:48:36.949Z] 51d6d3d09136: Waiting [2020-08-11T02:48:36.949Z] da0f24a273ea: Waiting [2020-08-11T02:48:36.949Z] 8890c171a12b: Waiting [2020-08-11T02:48:36.949Z] 4ae5bd84d450: Waiting [2020-08-11T02:48:36.949Z] 1507bc794612: Waiting [2020-08-11T02:48:36.949Z] 50644c29ef5a: Waiting [2020-08-11T02:48:36.949Z] 723a561964c8: Waiting [2020-08-11T02:48:36.949Z] 28c32d390ab2: Layer already exists [2020-08-11T02:48:36.949Z] f6f78ba4e436: Layer already exists [2020-08-11T02:48:36.949Z] 3ef5fe263d4f: Layer already exists [2020-08-11T02:48:36.949Z] e04da41c707a: Layer already exists [2020-08-11T02:48:36.949Z] 656bde339ba7: Layer already exists [2020-08-11T02:48:36.949Z] d14588c1a6e8: Layer already exists [2020-08-11T02:48:36.949Z] 4ae5bd84d450: Layer already exists [2020-08-11T02:48:36.949Z] 8890c171a12b: Layer already exists [2020-08-11T02:48:36.949Z] da0f24a273ea: Layer already exists [2020-08-11T02:48:36.949Z] 723a561964c8: Layer already exists [2020-08-11T02:48:36.949Z] 1507bc794612: Layer already exists [2020-08-11T02:48:36.949Z] 51d6d3d09136: Layer already exists [2020-08-11T02:48:36.949Z] 78764725b56c: Layer already exists [2020-08-11T02:48:36.949Z] 50644c29ef5a: Layer already exists [2020-08-11T02:48:36.949Z] 1.2.2-dev.9: digest: sha256:a3db0f2cb2584a52d21e3b8736b994d40c058328fddba54a40da12e81e4bb3f9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:37.246Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:37.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:37.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-11T02:48:37.538Z] e04da41c707a: Preparing [2020-08-11T02:48:37.538Z] 28c32d390ab2: Preparing [2020-08-11T02:48:37.538Z] f6f78ba4e436: Preparing [2020-08-11T02:48:37.538Z] 3ef5fe263d4f: Preparing [2020-08-11T02:48:37.538Z] 656bde339ba7: Preparing [2020-08-11T02:48:37.538Z] d14588c1a6e8: Preparing [2020-08-11T02:48:37.538Z] da0f24a273ea: Preparing [2020-08-11T02:48:37.538Z] 8890c171a12b: Preparing [2020-08-11T02:48:37.538Z] 4ae5bd84d450: Preparing [2020-08-11T02:48:37.538Z] 723a561964c8: Preparing [2020-08-11T02:48:37.538Z] 78764725b56c: Preparing [2020-08-11T02:48:37.538Z] 51d6d3d09136: Preparing [2020-08-11T02:48:37.538Z] 1507bc794612: Preparing [2020-08-11T02:48:37.538Z] 50644c29ef5a: Preparing [2020-08-11T02:48:37.538Z] 51d6d3d09136: Waiting [2020-08-11T02:48:37.538Z] 723a561964c8: Waiting [2020-08-11T02:48:37.538Z] 78764725b56c: Waiting [2020-08-11T02:48:37.538Z] 1507bc794612: Waiting [2020-08-11T02:48:37.538Z] 50644c29ef5a: Waiting [2020-08-11T02:48:37.538Z] d14588c1a6e8: Waiting [2020-08-11T02:48:37.538Z] da0f24a273ea: Waiting [2020-08-11T02:48:37.538Z] 4ae5bd84d450: Waiting [2020-08-11T02:48:37.538Z] 8890c171a12b: Waiting [2020-08-11T02:48:37.538Z] f6f78ba4e436: Layer already exists [2020-08-11T02:48:37.538Z] e04da41c707a: Layer already exists [2020-08-11T02:48:37.538Z] 3ef5fe263d4f: Layer already exists [2020-08-11T02:48:37.538Z] 656bde339ba7: Layer already exists [2020-08-11T02:48:37.538Z] 28c32d390ab2: Layer already exists [2020-08-11T02:48:37.538Z] d14588c1a6e8: Layer already exists [2020-08-11T02:48:37.538Z] 8890c171a12b: Layer already exists [2020-08-11T02:48:37.538Z] 723a561964c8: Layer already exists [2020-08-11T02:48:37.538Z] da0f24a273ea: Layer already exists [2020-08-11T02:48:37.538Z] 4ae5bd84d450: Layer already exists [2020-08-11T02:48:37.538Z] 1507bc794612: Layer already exists [2020-08-11T02:48:37.538Z] 51d6d3d09136: Layer already exists [2020-08-11T02:48:37.538Z] 50644c29ef5a: Layer already exists [2020-08-11T02:48:37.538Z] 78764725b56c: Layer already exists [2020-08-11T02:48:37.538Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:a3db0f2cb2584a52d21e3b8736b994d40c058328fddba54a40da12e81e4bb3f9 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:37.656Z] ---> 05ff52ccb2d6 [2020-08-11T02:48:37.657Z] Step 7/26 : RUN go mod download [2020-08-11T02:48:37.657Z] ---> f209f738737a [2020-08-11T02:48:37.657Z] Step 7/21 : RUN go mod download [2020-08-11T02:48:37.657Z] ---> Running in accaa9454b94 [2020-08-11T02:48:37.836Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:48:37.952Z] ---> Running in 9e9a88ddd096 [2020-08-11T02:48:38.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-08-11T02:48:38.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-08-11T02:48:38.130Z] e04da41c707a: Preparing [2020-08-11T02:48:38.131Z] 28c32d390ab2: Preparing [2020-08-11T02:48:38.131Z] f6f78ba4e436: Preparing [2020-08-11T02:48:38.131Z] 3ef5fe263d4f: Preparing [2020-08-11T02:48:38.131Z] 656bde339ba7: Preparing [2020-08-11T02:48:38.131Z] d14588c1a6e8: Preparing [2020-08-11T02:48:38.131Z] da0f24a273ea: Preparing [2020-08-11T02:48:38.131Z] 8890c171a12b: Preparing [2020-08-11T02:48:38.131Z] 4ae5bd84d450: Preparing [2020-08-11T02:48:38.131Z] 723a561964c8: Preparing [2020-08-11T02:48:38.131Z] 78764725b56c: Preparing [2020-08-11T02:48:38.131Z] 51d6d3d09136: Preparing [2020-08-11T02:48:38.131Z] 1507bc794612: Preparing [2020-08-11T02:48:38.131Z] 50644c29ef5a: Preparing [2020-08-11T02:48:38.131Z] 4ae5bd84d450: Waiting [2020-08-11T02:48:38.131Z] 723a561964c8: Waiting [2020-08-11T02:48:38.131Z] 78764725b56c: Waiting [2020-08-11T02:48:38.131Z] 51d6d3d09136: Waiting [2020-08-11T02:48:38.131Z] 1507bc794612: Waiting [2020-08-11T02:48:38.131Z] 50644c29ef5a: Waiting [2020-08-11T02:48:38.131Z] d14588c1a6e8: Waiting [2020-08-11T02:48:38.131Z] 8890c171a12b: Waiting [2020-08-11T02:48:38.131Z] da0f24a273ea: Waiting [2020-08-11T02:48:38.131Z] 28c32d390ab2: Layer already exists [2020-08-11T02:48:38.131Z] 3ef5fe263d4f: Layer already exists [2020-08-11T02:48:38.131Z] e04da41c707a: Layer already exists [2020-08-11T02:48:38.131Z] 656bde339ba7: Layer already exists [2020-08-11T02:48:38.131Z] f6f78ba4e436: Layer already exists [2020-08-11T02:48:38.131Z] 8890c171a12b: Layer already exists [2020-08-11T02:48:38.131Z] d14588c1a6e8: Layer already exists [2020-08-11T02:48:38.131Z] da0f24a273ea: Layer already exists [2020-08-11T02:48:38.131Z] 4ae5bd84d450: Layer already exists [2020-08-11T02:48:38.131Z] 723a561964c8: Layer already exists [2020-08-11T02:48:38.131Z] 51d6d3d09136: Layer already exists [2020-08-11T02:48:38.131Z] 50644c29ef5a: Layer already exists [2020-08-11T02:48:38.131Z] 78764725b56c: Layer already exists [2020-08-11T02:48:38.131Z] 1507bc794612: Layer already exists [2020-08-11T02:48:38.131Z] master: digest: sha256:a3db0f2cb2584a52d21e3b8736b994d40c058328fddba54a40da12e81e4bb3f9 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:48:38.330Z] ===================================================== [Pipeline] echo [2020-08-11T02:48:38.366Z] taggedImages: [2020-08-11T02:48:38.366Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:48:38.366Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.9 [2020-08-11T02:48:38.366Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:48:38.366Z] - 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-11T02:48:39.955Z] Removing intermediate container c7d97070a64c [2020-08-11T02:48:39.955Z] ---> ab5ce3463eba [2020-08-11T02:48:39.955Z] Step 8/21 : COPY . . [2020-08-11T02:48:42.579Z] Removing intermediate container cfbbd0fb95c2 [2020-08-11T02:48:42.579Z] ---> ae7075af0ebe [2020-08-11T02:48:42.579Z] Step 8/20 : COPY . . [2020-08-11T02:48:43.170Z] Removing intermediate container c599e4b64961 [2020-08-11T02:48:43.170Z] ---> 30d54acf9752 [2020-08-11T02:48:43.170Z] Step 8/20 : COPY . . [2020-08-11T02:48:47.474Z] Removing intermediate container 9e9a88ddd096 [2020-08-11T02:48:47.474Z] ---> 31a018cac4b6 [2020-08-11T02:48:47.474Z] Step 8/21 : COPY . . [2020-08-11T02:48:47.749Z] Removing intermediate container accaa9454b94 [2020-08-11T02:48:47.749Z] ---> 7d1a16422f1d [2020-08-11T02:48:47.749Z] Step 8/26 : COPY . . [2020-08-11T02:49:02.879Z] ---> 32f56d0be1d2 [2020-08-11T02:49:02.879Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-08-11T02:49:02.879Z] ---> Running in f3e7dcd5c447 [2020-08-11T02:49:02.879Z] ---> 9f587ef98d38 [2020-08-11T02:49:02.879Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-08-11T02:49:02.879Z] ---> 25f8b369ec3f [2020-08-11T02:49:02.879Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-08-11T02:49:03.162Z] ---> 869641cb4cc3 [2020-08-11T02:49:03.162Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-08-11T02:49:03.162Z] ---> Running in b7cdd7fcdfcd [2020-08-11T02:49:03.162Z] ---> Running in 4542a79d96ee [2020-08-11T02:49:03.440Z] ---> Running in 8ce5d344c1a7 [2020-08-11T02:49:03.711Z] ---> 1851b2e11933 [2020-08-11T02:49:03.711Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-08-11T02:49:04.316Z] ---> Running in d1053de1cf00 [2020-08-11T02:49:04.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-08-11T02:49:05.921Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-08-11T02:49:06.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-08-11T02:49:06.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-08-11T02:49:06.800Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-08-11T02:50:43.645Z] Removing intermediate container b7cdd7fcdfcd [2020-08-11T02:50:43.645Z] ---> 77fe20df4aee [2020-08-11T02:50:43.645Z] [2020-08-11T02:50:43.645Z] Step 10/20 : FROM alpine [2020-08-11T02:50:43.645Z] latest: Pulling from library/alpine [2020-08-11T02:50:43.645Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-11T02:50:43.645Z] Status: Downloaded newer image for alpine:latest [2020-08-11T02:50:43.645Z] ---> 62ee0e9f8440 [2020-08-11T02:50:43.645Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-08-11T02:50:43.645Z] ---> Running in e966b1f12215 [2020-08-11T02:50:43.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:50:43.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:50:43.645Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:50:43.645Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:50:43.645Z] OK: 12620 distinct packages available [2020-08-11T02:50:43.645Z] (1/4) Installing ca-certificates (20191127-r4) [2020-08-11T02:50:43.645Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T02:50:43.645Z] (3/4) Installing libcurl (7.69.1-r0) [2020-08-11T02:50:43.645Z] (4/4) Installing curl (7.69.1-r0) [2020-08-11T02:50:43.645Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:50:43.645Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T02:50:43.645Z] OK: 7 MiB in 18 packages [2020-08-11T02:50:43.645Z] Removing intermediate container d1053de1cf00 [2020-08-11T02:50:43.645Z] ---> 25f7a2202340 [2020-08-11T02:50:43.645Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-08-11T02:50:43.645Z] Removing intermediate container e966b1f12215 [2020-08-11T02:50:43.645Z] ---> 6249a679a78c [2020-08-11T02:50:43.645Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T02:50:43.645Z] ---> Running in 433843ec2d7f [2020-08-11T02:50:43.645Z] ---> Running in 4ae66af0e904 [2020-08-11T02:50:43.645Z] Removing intermediate container 4ae66af0e904 [2020-08-11T02:50:43.645Z] ---> b05f8eda2412 [2020-08-11T02:50:43.645Z] Step 13/20 : WORKDIR /edgex [2020-08-11T02:50:43.645Z] ---> Running in b38a52df747a [2020-08-11T02:50:43.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-08-11T02:50:43.645Z] Removing intermediate container b38a52df747a [2020-08-11T02:50:43.645Z] ---> e1f3afce862b [2020-08-11T02:50:43.645Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-08-11T02:50:43.645Z] ---> 20ba9a963918 [2020-08-11T02:50:43.645Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-08-11T02:50:45.097Z] Removing intermediate container 8ce5d344c1a7 [2020-08-11T02:50:45.097Z] ---> 970ca6537f2f [2020-08-11T02:50:45.097Z] [2020-08-11T02:50:45.097Z] Step 10/21 : FROM scratch [2020-08-11T02:50:45.097Z] ---> [2020-08-11T02:50:45.097Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T02:50:45.700Z] ---> Running in f2522880bfda [2020-08-11T02:50:45.972Z] ---> 32650a6ffa58 [2020-08-11T02:50:45.972Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-08-11T02:50:45.972Z] ---> Running in 7226af8a41d1 [2020-08-11T02:50:46.245Z] Removing intermediate container f2522880bfda [2020-08-11T02:50:46.245Z] ---> ed25ab600628 [2020-08-11T02:50:46.245Z] Step 12/21 : ENV APP_PORT=48061 [2020-08-11T02:50:46.519Z] ---> Running in ef32752338fb [2020-08-11T02:50:46.816Z] Removing intermediate container 7226af8a41d1 [2020-08-11T02:50:46.816Z] ---> 76fd85e75239 [2020-08-11T02:50:46.816Z] Step 17/20 : CMD ["--init=true"] [2020-08-11T02:50:47.111Z] ---> Running in 210ee47d556d [2020-08-11T02:50:47.111Z] Removing intermediate container ef32752338fb [2020-08-11T02:50:47.111Z] ---> b0d2bb3d3567 [2020-08-11T02:50:47.111Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T02:50:47.385Z] ---> Running in eab4d10aabf9 [2020-08-11T02:50:47.984Z] Removing intermediate container 433843ec2d7f [2020-08-11T02:50:47.984Z] ---> 838d9ab908bc [2020-08-11T02:50:47.984Z] [2020-08-11T02:50:47.984Z] Step 11/26 : FROM docker:latest [2020-08-11T02:50:47.984Z] ---> ce9d55ae87f1 [2020-08-11T02:50:47.984Z] Step 12/26 : RUN apk add --no-cache bash [2020-08-11T02:50:47.984Z] Removing intermediate container 210ee47d556d [2020-08-11T02:50:47.984Z] ---> eb706b1d9fac [2020-08-11T02:50:47.984Z] Step 18/20 : LABEL arch=arm64 [2020-08-11T02:50:47.984Z] ---> Running in d018269fdaef [2020-08-11T02:50:48.269Z] ---> Running in 71d03c76eaca [2020-08-11T02:50:48.269Z] Removing intermediate container eab4d10aabf9 [2020-08-11T02:50:48.269Z] ---> 158571ef6b53 [2020-08-11T02:50:48.269Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-08-11T02:50:49.261Z] Removing intermediate container 71d03c76eaca [2020-08-11T02:50:49.261Z] ---> ab71d8e7cc38 [2020-08-11T02:50:49.261Z] Step 19/20 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:50:49.872Z] ---> Running in fd09362d268e [2020-08-11T02:50:49.872Z] ---> 5dd03b5f1e62 [2020-08-11T02:50:49.872Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-08-11T02:50:50.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:50:50.495Z] Removing intermediate container fd09362d268e [2020-08-11T02:50:50.495Z] ---> 96a4845b9727 [2020-08-11T02:50:50.495Z] Step 20/20 : LABEL version=1.2.2-dev.9 [2020-08-11T02:50:50.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:50:50.782Z] ---> Running in a1ea1c15f2cf [2020-08-11T02:50:51.073Z] ---> 658379315a47 [2020-08-11T02:50:51.073Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-08-11T02:50:51.359Z] (1/2) Installing readline (8.0.4-r0) [2020-08-11T02:50:51.359Z] (2/2) Installing bash (5.0.17-r0) [2020-08-11T02:50:51.359Z] Executing bash-5.0.17-r0.post-install [2020-08-11T02:50:51.638Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:50:51.638Z] OK: 12 MiB in 22 packages [2020-08-11T02:50:51.638Z] Removing intermediate container a1ea1c15f2cf [2020-08-11T02:50:51.638Z] ---> 696938a7a0b0 [2020-08-11T02:50:51.638Z] [2020-08-11T02:50:52.247Z] Successfully built 696938a7a0b0 [2020-08-11T02:50:52.533Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-08-11T02:50:52.533Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2020-08-11T02:50:53.138Z] ---> a53025406b67 [2020-08-11T02:50:53.138Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-08-11T02:50:54.667Z] Removing intermediate container d018269fdaef [2020-08-11T02:50:54.667Z] ---> 7e1577e1a444 [2020-08-11T02:50:54.667Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-08-11T02:50:56.117Z] ---> 01bc21d93cbd [2020-08-11T02:50:56.117Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:50:57.095Z] ---> Running in feca00c2a883 [2020-08-11T02:50:57.367Z] Removing intermediate container 4542a79d96ee [2020-08-11T02:50:57.367Z] ---> 3c34e9a00d71 [2020-08-11T02:50:57.367Z] [2020-08-11T02:50:57.367Z] Step 10/20 : FROM scratch [2020-08-11T02:50:57.367Z] ---> [2020-08-11T02:50:57.367Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T02:50:57.647Z] ---> Running in 6bae29b85724 [2020-08-11T02:50:57.647Z] ---> Running in 439e98f34623 [2020-08-11T02:50:58.633Z] Removing intermediate container 6bae29b85724 [2020-08-11T02:50:58.633Z] ---> 5866f1a89da7 [2020-08-11T02:50:58.633Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T02:50:58.633Z] Removing intermediate container 439e98f34623 [2020-08-11T02:50:58.633Z] ---> 339e262c5a61 [2020-08-11T02:50:58.633Z] Step 12/20 : ENV APP_PORT=48085 [2020-08-11T02:50:58.911Z] ---> Running in aae0826e5c01 [2020-08-11T02:50:58.911Z] ---> Running in b65ef647f69a [2020-08-11T02:51:00.374Z] Removing intermediate container b65ef647f69a [2020-08-11T02:51:00.374Z] ---> f597731658ca [2020-08-11T02:51:00.374Z] Step 13/20 : EXPOSE $APP_PORT [2020-08-11T02:51:00.968Z] ---> Running in d8a7664191b9 [2020-08-11T02:51:00.968Z] Removing intermediate container aae0826e5c01 [2020-08-11T02:51:00.968Z] ---> 9d2590c6888e [2020-08-11T02:51:00.968Z] Step 20/21 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:51:01.953Z] ---> Running in beaefdcaba35 [2020-08-11T02:51:01.954Z] Removing intermediate container d8a7664191b9 [2020-08-11T02:51:01.954Z] ---> b1d60e5fd2ac [2020-08-11T02:51:01.954Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-08-11T02:51:02.234Z] Removing intermediate container f3e7dcd5c447 [2020-08-11T02:51:02.234Z] ---> 7cc0f2024322 [2020-08-11T02:51:02.234Z] [2020-08-11T02:51:02.234Z] Step 10/21 : FROM scratch [2020-08-11T02:51:02.234Z] ---> [2020-08-11T02:51:02.234Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T02:51:02.234Z] Removing intermediate container feca00c2a883 [2020-08-11T02:51:02.234Z] ---> 7eae046633af [2020-08-11T02:51:02.234Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-08-11T02:51:02.234Z] ---> Using cache [2020-08-11T02:51:02.234Z] ---> 339e262c5a61 [2020-08-11T02:51:02.234Z] Step 12/21 : ENV APP_PORT=48081 [2020-08-11T02:51:02.519Z] Removing intermediate container beaefdcaba35 [2020-08-11T02:51:02.519Z] ---> 1184e1f07e47 [2020-08-11T02:51:02.519Z] Step 21/21 : LABEL version=1.2.2-dev.9 [2020-08-11T02:51:03.120Z] ---> Running in 401d36b5bed1 [2020-08-11T02:51:03.120Z] ---> Running in 8350251e5fa9 [2020-08-11T02:51:03.393Z] ---> Running in 7afecb568c59 [2020-08-11T02:51:03.670Z] ---> 5a2b024bed55 [2020-08-11T02:51:03.670Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-08-11T02:51:03.945Z] Removing intermediate container 8350251e5fa9 [2020-08-11T02:51:03.945Z] ---> 291c9d6117fe [2020-08-11T02:51:03.945Z] Step 15/26 : ENV APP_PORT=48090 [2020-08-11T02:51:03.945Z] Removing intermediate container 401d36b5bed1 [2020-08-11T02:51:03.945Z] ---> e2ad663878ee [2020-08-11T02:51:03.945Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T02:51:04.546Z] Removing intermediate container 7afecb568c59 [2020-08-11T02:51:04.546Z] ---> a26aebc98575 [2020-08-11T02:51:04.546Z] [2020-08-11T02:51:04.830Z] ---> Running in e0b630f68a1d [2020-08-11T02:51:04.830Z] ---> Running in 9e7c954cdf3a [2020-08-11T02:51:05.106Z] Successfully built a26aebc98575 [2020-08-11T02:51:05.106Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-08-11T02:51:05.106Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-08-11T02:51:05.696Z] Removing intermediate container 9e7c954cdf3a [2020-08-11T02:51:05.697Z] ---> d36d86daa2dc [2020-08-11T02:51:05.697Z] Step 16/26 : EXPOSE $APP_PORT [2020-08-11T02:51:05.697Z] ---> 9932b9c9b551 [2020-08-11T02:51:05.697Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-08-11T02:51:05.970Z] Removing intermediate container e0b630f68a1d [2020-08-11T02:51:05.970Z] ---> 5e360efc9ffa [2020-08-11T02:51:05.970Z] Step 14/21 : WORKDIR / [2020-08-11T02:51:06.239Z] ---> Running in 89f6298ffac6 [2020-08-11T02:51:06.239Z] ---> Running in 4924b25be254 [2020-08-11T02:51:07.217Z] Removing intermediate container 89f6298ffac6 [2020-08-11T02:51:07.217Z] ---> 85fae33f2d5c [2020-08-11T02:51:07.217Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-08-11T02:51:07.217Z] ---> 130d6709744c [2020-08-11T02:51:07.217Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:51:07.821Z] Removing intermediate container 4924b25be254 [2020-08-11T02:51:07.821Z] ---> 2eca295f1983 [2020-08-11T02:51:07.821Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-08-11T02:51:08.437Z] ---> Running in 6a00cd818ad1 [2020-08-11T02:51:09.038Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:51:09.038Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:51:09.038Z] ---> d8927eb8390b [2020-08-11T02:51:09.038Z] Step 3/22 : WORKDIR /edgex-go [2020-08-11T02:51:09.038Z] ---> Using cache [2020-08-11T02:51:09.038Z] ---> 6a2843efeb9a [2020-08-11T02:51:09.038Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:51:09.038Z] ---> Using cache [2020-08-11T02:51:09.038Z] ---> 5a1b8f5e863b [2020-08-11T02:51:09.038Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-08-11T02:51:10.014Z] ---> 36f31d008a64 [2020-08-11T02:51:10.014Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-08-11T02:51:10.289Z] ---> Running in a78369ac3494 [2020-08-11T02:51:10.905Z] ---> cb4f430bb493 [2020-08-11T02:51:10.905Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-08-11T02:51:11.185Z] Removing intermediate container 6a00cd818ad1 [2020-08-11T02:51:11.185Z] ---> 2c56fcbe4bed [2020-08-11T02:51:11.185Z] Step 18/20 : LABEL arch=arm64 [2020-08-11T02:51:11.459Z] ---> 0a7dff25d0c3 [2020-08-11T02:51:11.459Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-08-11T02:51:11.730Z] ---> Running in 2fdfdaa772a8 [2020-08-11T02:51:12.720Z] Removing intermediate container 2fdfdaa772a8 [2020-08-11T02:51:12.720Z] ---> fbf5b4729a8e [2020-08-11T02:51:12.720Z] Step 19/20 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:51:13.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:51:13.596Z] ---> Running in c3b6abfd862a [2020-08-11T02:51:13.596Z] ---> 2daeee377daf [2020-08-11T02:51:13.596Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-08-11T02:51:13.596Z] ---> ed916b7a9ddd [2020-08-11T02:51:13.596Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-08-11T02:51:13.879Z] ---> Running in 33f0123ae265 [2020-08-11T02:51:14.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:51:14.424Z] Removing intermediate container c3b6abfd862a [2020-08-11T02:51:14.424Z] ---> d11e0d45cda8 [2020-08-11T02:51:14.424Z] Step 20/20 : LABEL version=1.2.2-dev.9 [2020-08-11T02:51:15.021Z] ---> 6ee408cb4b21 [2020-08-11T02:51:15.021Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:51:15.298Z] ---> Running in e4a261850e8a [2020-08-11T02:51:15.298Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:51:15.298Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:51:15.298Z] OK: 12620 distinct packages available [2020-08-11T02:51:15.577Z] ---> Running in fb8a6cdcc66d [2020-08-11T02:51:15.859Z] Removing intermediate container e4a261850e8a [2020-08-11T02:51:15.859Z] ---> 42c0a090ad99 [2020-08-11T02:51:15.859Z] [2020-08-11T02:51:16.139Z] Removing intermediate container fb8a6cdcc66d [2020-08-11T02:51:16.139Z] ---> 3c043b2c41b7 [2020-08-11T02:51:16.139Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T02:51:16.139Z] OK: 217 MiB in 51 packages [2020-08-11T02:51:16.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:51:16.413Z] Successfully built 42c0a090ad99 [2020-08-11T02:51:16.413Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-08-11T02:51:16.413Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-08-11T02:51:16.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:51:16.692Z] ---> Running in 9ad3332d73d5 [2020-08-11T02:51:16.965Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-08-11T02:51:16.965Z] (2/33) Installing expat (2.2.9-r1) [2020-08-11T02:51:16.965Z] (3/33) Installing libffi (3.3-r2) [2020-08-11T02:51:16.965Z] (4/33) Installing gdbm (1.13-r1) [2020-08-11T02:51:16.965Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-08-11T02:51:16.965Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-08-11T02:51:16.965Z] (7/33) Installing python3 (3.8.5-r0) [2020-08-11T02:51:17.563Z] Removing intermediate container 9ad3332d73d5 [2020-08-11T02:51:17.563Z] ---> 25a161a74068 [2020-08-11T02:51:17.563Z] Step 20/21 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:51:19.543Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-08-11T02:51:19.543Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-08-11T02:51:19.543Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-08-11T02:51:19.543Z] (11/33) Installing py3-six (1.15.0-r0) [2020-08-11T02:51:19.543Z] (12/33) Installing py3-packaging (20.4-r0) [2020-08-11T02:51:19.543Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-08-11T02:51:19.543Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-08-11T02:51:19.543Z] (15/33) Installing py3-idna (2.9-r0) [2020-08-11T02:51:19.543Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-08-11T02:51:19.543Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-08-11T02:51:19.543Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-08-11T02:51:19.543Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-08-11T02:51:19.543Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-08-11T02:51:19.543Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-08-11T02:51:19.543Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-08-11T02:51:19.543Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-08-11T02:51:19.543Z] ---> Running in 76a221fa086c [2020-08-11T02:51:19.543Z] Removing intermediate container a78369ac3494 [2020-08-11T02:51:19.543Z] ---> d27b9e143c91 [2020-08-11T02:51:19.543Z] Step 6/22 : COPY go.mod . [2020-08-11T02:51:19.543Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-08-11T02:51:19.543Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-08-11T02:51:19.543Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-08-11T02:51:19.543Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-08-11T02:51:19.543Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-08-11T02:51:19.821Z] (29/33) Installing py3-progress (1.5-r0) [2020-08-11T02:51:19.821Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-08-11T02:51:19.821Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-08-11T02:51:19.821Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-08-11T02:51:19.821Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-08-11T02:51:19.821Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:51:19.821Z] OK: 71 MiB in 55 packages [2020-08-11T02:51:21.261Z] Removing intermediate container 76a221fa086c [2020-08-11T02:51:21.261Z] ---> 2282eabac095 [2020-08-11T02:51:21.261Z] Step 21/21 : LABEL version=1.2.2-dev.9 [2020-08-11T02:51:21.862Z] ---> 718886de452f [2020-08-11T02:51:21.862Z] Step 7/22 : RUN go mod download [2020-08-11T02:51:22.838Z] ---> Running in 941071d0541c [2020-08-11T02:51:22.838Z] ---> Running in f94c7e432421 [2020-08-11T02:51:24.280Z] Removing intermediate container 941071d0541c [2020-08-11T02:51:24.280Z] ---> ea4f4df24476 [2020-08-11T02:51:24.280Z] [2020-08-11T02:51:24.879Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:51:24.879Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:51:24.879Z] ---> d8927eb8390b [2020-08-11T02:51:24.879Z] Step 3/23 : WORKDIR /edgex-go [2020-08-11T02:51:24.879Z] ---> Using cache [2020-08-11T02:51:24.879Z] ---> 6a2843efeb9a [2020-08-11T02:51:24.879Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:51:24.879Z] ---> Using cache [2020-08-11T02:51:24.879Z] ---> 5a1b8f5e863b [2020-08-11T02:51:24.879Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-08-11T02:51:24.879Z] Successfully built ea4f4df24476 [2020-08-11T02:51:25.153Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-08-11T02:51:25.153Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-08-11T02:51:25.153Z] ---> Running in af79840e286d [2020-08-11T02:51:27.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:51:27.948Z] Removing intermediate container f94c7e432421 [2020-08-11T02:51:27.948Z] ---> fe93ff89da64 [2020-08-11T02:51:27.948Z] Step 8/22 : COPY . . [2020-08-11T02:51:28.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:51:29.755Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:51:29.755Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:51:29.755Z] OK: 12620 distinct packages available [2020-08-11T02:51:30.392Z] OK: 217 MiB in 51 packages [2020-08-11T02:51:37.166Z] Removing intermediate container af79840e286d [2020-08-11T02:51:37.166Z] ---> 1b03de2fd9c9 [2020-08-11T02:51:37.166Z] Step 6/23 : COPY go.mod . [2020-08-11T02:51:37.166Z] Removing intermediate container 33f0123ae265 [2020-08-11T02:51:37.166Z] ---> 6d8f61fb08ae [2020-08-11T02:51:37.166Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-08-11T02:51:37.763Z] ---> Running in b0cdd81cc23c [2020-08-11T02:51:38.380Z] ---> bb3467bd546e [2020-08-11T02:51:38.380Z] Step 7/23 : RUN go mod download [2020-08-11T02:51:39.380Z] ---> Running in 329b67a93d0f [2020-08-11T02:51:46.140Z] Collecting docker-compose==1.23.2 [2020-08-11T02:51:46.140Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:51:46.140Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-08-11T02:51:46.140Z] ---> d8927eb8390b [2020-08-11T02:51:46.140Z] Step 3/29 : WORKDIR /edgex-go [2020-08-11T02:51:46.140Z] ---> Using cache [2020-08-11T02:51:46.140Z] ---> 6a2843efeb9a [2020-08-11T02:51:46.140Z] Step 4/29 : RUN apk update && apk add make git [2020-08-11T02:51:46.140Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-08-11T02:51:46.140Z] Removing intermediate container 329b67a93d0f [2020-08-11T02:51:46.140Z] ---> 5b0fb5d29ee0 [2020-08-11T02:51:46.140Z] Step 8/23 : COPY . . [2020-08-11T02:51:46.431Z] ---> Running in 7d3dd5f02ae1 [2020-08-11T02:51:47.415Z] Collecting docker<4.0,>=3.6.0 [2020-08-11T02:51:47.415Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-08-11T02:51:47.692Z] ---> c8f2c15c7d8f [2020-08-11T02:51:47.692Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-08-11T02:51:49.147Z] Collecting PyYAML<4,>=3.10 [2020-08-11T02:51:49.147Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-08-11T02:51:49.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:51:49.708Z] ---> Running in 955196040a20 [2020-08-11T02:51:50.329Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:51:50.329Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:51:50.329Z] ---> d8927eb8390b [2020-08-11T02:51:50.329Z] Step 3/21 : WORKDIR /edgex-go [2020-08-11T02:51:50.329Z] ---> Using cache [2020-08-11T02:51:50.329Z] ---> 6a2843efeb9a [2020-08-11T02:51:50.329Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:51:50.329Z] ---> Using cache [2020-08-11T02:51:50.329Z] ---> 5a1b8f5e863b [2020-08-11T02:51:50.329Z] Step 5/21 : RUN apk update && apk add make git [2020-08-11T02:51:50.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:51:51.337Z] ---> Running in b0ca7e278ad6 [2020-08-11T02:51:51.337Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:51:51.337Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:51:51.337Z] OK: 12620 distinct packages available [2020-08-11T02:51:52.328Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/core-data/core-data ./cmd/core-data [2020-08-11T02:51:52.328Z] OK: 217 MiB in 51 packages [2020-08-11T02:51:53.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:51:54.390Z] Collecting dockerpty<0.5,>=0.4.1 [2020-08-11T02:51:54.390Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-08-11T02:51:54.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:51:55.275Z] Removing intermediate container 7d3dd5f02ae1 [2020-08-11T02:51:55.276Z] ---> fbaac7a8b874 [2020-08-11T02:51:55.276Z] Step 5/29 : COPY go.mod . [2020-08-11T02:51:55.870Z] v3.12.0-224-g29c365fcde [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:51:55.870Z] v3.12.0-221-gbea860da8e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:51:55.870Z] OK: 12620 distinct packages available [2020-08-11T02:51:56.859Z] OK: 217 MiB in 51 packages [2020-08-11T02:51:57.134Z] ---> f7943c15d83a [2020-08-11T02:51:57.422Z] Step 6/29 : RUN go mod download [2020-08-11T02:51:57.422Z] Collecting texttable<0.10,>=0.9.0 [2020-08-11T02:51:57.422Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-08-11T02:51:58.022Z] ---> Running in ae4992867914 [2020-08-11T02:52:00.032Z] Removing intermediate container b0ca7e278ad6 [2020-08-11T02:52:00.032Z] ---> d51318fcf6f0 [2020-08-11T02:52:00.032Z] Step 6/21 : COPY go.mod . [2020-08-11T02:52:01.480Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-08-11T02:52:01.480Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-08-11T02:52:01.480Z] ---> 30c52a978d37 [2020-08-11T02:52:01.480Z] Step 7/21 : RUN go mod download [2020-08-11T02:52:02.086Z] ---> Running in cfd9ba3c22a0 [2020-08-11T02:52:02.086Z] Collecting docopt<0.7,>=0.6.1 [2020-08-11T02:52:02.086Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-08-11T02:52:04.085Z] Removing intermediate container ae4992867914 [2020-08-11T02:52:04.085Z] ---> ef4db6de32b3 [2020-08-11T02:52:04.085Z] Step 7/29 : COPY . . [2020-08-11T02:52:05.075Z] Collecting jsonschema<3,>=2.5.1 [2020-08-11T02:52:05.075Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-08-11T02:52:05.355Z] 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-11T02:52:05.641Z] Collecting cached-property<2,>=1.2.0 [2020-08-11T02:52:05.641Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-08-11T02:52:05.641Z] ---> 9cacbc14aadc [2020-08-11T02:52:05.641Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-08-11T02:52:07.090Z] Collecting websocket-client<1.0,>=0.32.0 [2020-08-11T02:52:07.090Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-08-11T02:52:07.090Z] ---> Running in 1fc4157e8ef4 [2020-08-11T02:52:08.081Z] Collecting docker-pycreds>=0.4.0 [2020-08-11T02:52:08.081Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-08-11T02:52:08.356Z] 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-11T02:52:08.635Z] Collecting idna<2.8,>=2.5 [2020-08-11T02:52:08.635Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-08-11T02:52:09.249Z] Collecting urllib3<1.25,>=1.21.1 [2020-08-11T02:52:09.525Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-08-11T02:52:09.801Z] Removing intermediate container cfd9ba3c22a0 [2020-08-11T02:52:09.801Z] ---> 0bbf064167c0 [2020-08-11T02:52:09.801Z] Step 8/21 : COPY . . [2020-08-11T02:52:10.402Z] 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-11T02:52:10.402Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-08-11T02:52:10.402Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-08-11T02:52:10.402Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-08-11T02:52:10.402Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-08-11T02:52:10.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-08-11T02:52:11.850Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, texttable, docopt, jsonschema, cached-property, docker-compose [2020-08-11T02:52:11.850Z] Attempting uninstall: idna [2020-08-11T02:52:11.850Z] Found existing installation: idna 2.9 [2020-08-11T02:52:11.850Z] Uninstalling idna-2.9: [2020-08-11T02:52:11.850Z] Successfully uninstalled idna-2.9 [2020-08-11T02:52:12.451Z] Attempting uninstall: urllib3 [2020-08-11T02:52:12.451Z] Found existing installation: urllib3 1.25.9 [2020-08-11T02:52:12.451Z] Uninstalling urllib3-1.25.9: [2020-08-11T02:52:12.727Z] Successfully uninstalled urllib3-1.25.9 [2020-08-11T02:52:13.719Z] Attempting uninstall: requests [2020-08-11T02:52:13.719Z] Found existing installation: requests 2.23.0 [2020-08-11T02:52:13.719Z] Uninstalling requests-2.23.0: [2020-08-11T02:52:13.719Z] Successfully uninstalled requests-2.23.0 [2020-08-11T02:52:15.715Z] Running setup.py install for PyYAML: started [2020-08-11T02:52:18.363Z] Running setup.py install for PyYAML: finished with status 'done' [2020-08-11T02:52:18.363Z] Running setup.py install for dockerpty: started [2020-08-11T02:52:21.003Z] Running setup.py install for dockerpty: finished with status 'done' [2020-08-11T02:52:21.003Z] Running setup.py install for texttable: started [2020-08-11T02:52:23.634Z] Running setup.py install for texttable: finished with status 'done' [2020-08-11T02:52:23.634Z] Running setup.py install for docopt: started [2020-08-11T02:52:25.641Z] Running setup.py install for docopt: finished with status 'done' [2020-08-11T02:52:28.298Z] ---> 834c1cce7117 [2020-08-11T02:52:28.298Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-08-11T02:52:29.286Z] ---> Running in ae86b3448913 [2020-08-11T02:52:29.286Z] 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-11T02:52:32.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-08-11T02:52:32.702Z] ---> d49830d3a2c9 [2020-08-11T02:52:32.702Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-08-11T02:52:32.981Z] ---> Running in 5238178098f6 [2020-08-11T02:52:34.967Z] Removing intermediate container b0cdd81cc23c [2020-08-11T02:52:34.967Z] ---> 0491c1644d16 [2020-08-11T02:52:34.967Z] Step 22/26 : RUN apk --no-cache add curl [2020-08-11T02:52:35.241Z] ---> Running in 046a7281d05d [2020-08-11T02:52:35.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/core-command/core-command ./cmd/core-command [2020-08-11T02:52:37.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:52:38.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:52:39.078Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-08-11T02:52:39.078Z] (2/3) Installing libcurl (7.69.1-r0) [2020-08-11T02:52:39.078Z] (3/3) Installing curl (7.69.1-r0) [2020-08-11T02:52:39.078Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:52:39.078Z] OK: 71 MiB in 58 packages [2020-08-11T02:52:41.065Z] Removing intermediate container 046a7281d05d [2020-08-11T02:52:41.065Z] ---> 204567ab9da6 [2020-08-11T02:52:41.065Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:52:41.065Z] ---> Running in 0e9bf6410b3d [2020-08-11T02:52:41.669Z] Removing intermediate container 0e9bf6410b3d [2020-08-11T02:52:41.669Z] ---> 81dbd48c40f4 [2020-08-11T02:52:41.669Z] Step 24/26 : LABEL arch=arm64 [2020-08-11T02:52:41.669Z] ---> Running in 94f094e8d328 [2020-08-11T02:52:42.273Z] Removing intermediate container 94f094e8d328 [2020-08-11T02:52:42.273Z] ---> 95ccad08d12f [2020-08-11T02:52:42.273Z] Step 25/26 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:52:42.546Z] ---> Running in 47388e8a2dda [2020-08-11T02:52:43.145Z] Removing intermediate container 47388e8a2dda [2020-08-11T02:52:43.145Z] ---> 5d254eaff088 [2020-08-11T02:52:43.145Z] Step 26/26 : LABEL version=1.2.2-dev.9 [2020-08-11T02:52:43.422Z] ---> Running in 03144d8112b5 [2020-08-11T02:52:44.021Z] Removing intermediate container 03144d8112b5 [2020-08-11T02:52:44.021Z] ---> 8685df3f5361 [2020-08-11T02:52:44.021Z] [2020-08-11T02:52:44.635Z] Successfully built 8685df3f5361 [2020-08-11T02:52:44.635Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-08-11T02:52:44.635Z] Building docker-security-secretstore-setup-go [2020-08-11T02:53:11.446Z]  Building docker-sys-mgmt-agent-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-08-11T02:53:11.446Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-08-11T02:53:11.446Z] ---> d8927eb8390b [2020-08-11T02:53:11.446Z] Step 3/26 : WORKDIR /edgex-go [2020-08-11T02:53:11.446Z] ---> Using cache [2020-08-11T02:53:11.446Z] ---> 6a2843efeb9a [2020-08-11T02:53:11.446Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:53:11.446Z] ---> Using cache [2020-08-11T02:53:11.446Z] ---> 5a1b8f5e863b [2020-08-11T02:53:11.446Z] Step 5/26 : RUN apk update && apk add make git [2020-08-11T02:53:11.446Z] ---> Using cache [2020-08-11T02:53:11.446Z] ---> d51318fcf6f0 [2020-08-11T02:53:11.446Z] Step 6/26 : COPY go.mod . [2020-08-11T02:53:11.446Z] ---> Using cache [2020-08-11T02:53:11.446Z] ---> 30c52a978d37 [2020-08-11T02:53:11.446Z] Step 7/26 : RUN go mod download [2020-08-11T02:53:11.446Z] ---> Using cache [2020-08-11T02:53:11.446Z] ---> 0bbf064167c0 [2020-08-11T02:53:11.446Z] Step 8/26 : COPY . . [2020-08-11T02:53:11.446Z] ---> Using cache [2020-08-11T02:53:11.446Z] ---> d49830d3a2c9 [2020-08-11T02:53:11.446Z] 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-11T02:53:11.446Z] ---> Running in bb02392fd5c2 [2020-08-11T02:53:12.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-08-11T02:53:59.430Z] Removing intermediate container ae86b3448913 [2020-08-11T02:53:59.430Z] ---> 20bbf17c48af [2020-08-11T02:53:59.430Z] [2020-08-11T02:53:59.430Z] Step 9/29 : FROM alpine:latest [2020-08-11T02:53:59.430Z] ---> 62ee0e9f8440 [2020-08-11T02:53:59.430Z] 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-11T02:53:59.430Z] ---> Running in dd3232a110f2 [2020-08-11T02:53:59.430Z] Removing intermediate container dd3232a110f2 [2020-08-11T02:53:59.430Z] ---> 98ddd277ed0f [2020-08-11T02:53:59.430Z] Step 11/29 : USER root [2020-08-11T02:53:59.430Z] ---> Running in 409bc4caa395 [2020-08-11T02:53:59.430Z] Removing intermediate container 409bc4caa395 [2020-08-11T02:53:59.430Z] ---> d4d7e226f1f5 [2020-08-11T02:53:59.430Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-08-11T02:53:59.430Z] ---> Running in e04d03a30b13 [2020-08-11T02:54:01.426Z] Removing intermediate container 955196040a20 [2020-08-11T02:54:01.426Z] ---> b14d12605051 [2020-08-11T02:54:01.426Z] [2020-08-11T02:54:01.426Z] Step 10/22 : FROM alpine [2020-08-11T02:54:01.426Z] ---> 62ee0e9f8440 [2020-08-11T02:54:01.426Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T02:54:01.705Z] ---> Running in 32805735f526 [2020-08-11T02:54:01.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:54:02.254Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:54:02.861Z] Removing intermediate container 32805735f526 [2020-08-11T02:54:02.861Z] ---> 121f782870be [2020-08-11T02:54:02.861Z] Step 12/22 : ENV APP_PORT=48080 [2020-08-11T02:54:03.138Z] ---> Running in 65965bc72a93 [2020-08-11T02:54:03.138Z] v3.12.0-224-g29c365fcde [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-08-11T02:54:03.138Z] v3.12.0-221-gbea860da8e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-08-11T02:54:03.138Z] OK: 12620 distinct packages available [2020-08-11T02:54:04.142Z] (1/2) Installing ca-certificates (20191127-r4) [2020-08-11T02:54:04.142Z] Removing intermediate container 65965bc72a93 [2020-08-11T02:54:04.142Z] ---> 852e1a45105b [2020-08-11T02:54:04.142Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-11T02:54:04.420Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-08-11T02:54:04.420Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:54:04.420Z] Executing ca-certificates-20191127-r4.trigger [2020-08-11T02:54:04.420Z] ---> Running in 046ca7155337 [2020-08-11T02:54:04.701Z] Removing intermediate container 1fc4157e8ef4 [2020-08-11T02:54:04.701Z] ---> 3d967e9ad950 [2020-08-11T02:54:04.701Z] [2020-08-11T02:54:04.701Z] Step 10/23 : FROM scratch [2020-08-11T02:54:04.701Z] ---> [2020-08-11T02:54:04.701Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-08-11T02:54:04.701Z] OK: 6 MiB in 16 packages [2020-08-11T02:54:04.977Z] ---> Using cache [2020-08-11T02:54:04.977Z] ---> ed25ab600628 [2020-08-11T02:54:04.977Z] Step 12/23 : ENV APP_PORT=48060 [2020-08-11T02:54:05.262Z] ---> Running in 1ccdf815d128 [2020-08-11T02:54:05.262Z] Removing intermediate container 046ca7155337 [2020-08-11T02:54:05.262Z] ---> 2515b34f78e2 [2020-08-11T02:54:05.262Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-11T02:54:05.538Z] ---> Running in 130175fda852 [2020-08-11T02:54:06.187Z] Removing intermediate container 1ccdf815d128 [2020-08-11T02:54:06.187Z] ---> 251f2a4a3080 [2020-08-11T02:54:06.187Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-11T02:54:06.466Z] ---> Running in 71219a22e5ba [2020-08-11T02:54:07.907Z] Removing intermediate container 71219a22e5ba [2020-08-11T02:54:07.907Z] ---> 6bbfac87c0a4 [2020-08-11T02:54:07.907Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-08-11T02:54:07.907Z] Removing intermediate container e04d03a30b13 [2020-08-11T02:54:07.907Z] ---> a9ec6d71c590 [2020-08-11T02:54:07.907Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-08-11T02:54:08.207Z] ---> Running in a6527cf18b48 [2020-08-11T02:54:09.187Z] ---> 4c4291cb0048 [2020-08-11T02:54:09.187Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-08-11T02:54:09.187Z] Removing intermediate container a6527cf18b48 [2020-08-11T02:54:09.187Z] ---> a1d2eb7f2244 [2020-08-11T02:54:09.187Z] Step 14/29 : WORKDIR $BASE_DIR [2020-08-11T02:54:09.187Z] ---> Running in c4d93ae818a9 [2020-08-11T02:54:10.174Z] Removing intermediate container c4d93ae818a9 [2020-08-11T02:54:10.174Z] ---> eeb4905d2c8c [2020-08-11T02:54:10.174Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-08-11T02:54:10.454Z] ---> Running in 62a7d5364074 [2020-08-11T02:54:10.729Z] Removing intermediate container 130175fda852 [2020-08-11T02:54:10.730Z] ---> 32c2bcb4059b [2020-08-11T02:54:10.730Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-08-11T02:54:11.017Z] ---> Running in a6025e5dc240 [2020-08-11T02:54:11.298Z] ---> 58691c00eb42 [2020-08-11T02:54:11.298Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-08-11T02:54:13.922Z] ---> 82f2b1f1261a [2020-08-11T02:54:13.922Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-08-11T02:54:13.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:54:14.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:54:14.912Z] ---> 2f363cac4ad1 [2020-08-11T02:54:14.912Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-08-11T02:54:15.516Z] Removing intermediate container 62a7d5364074 [2020-08-11T02:54:15.516Z] ---> 83de9ff99777 [2020-08-11T02:54:15.516Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-08-11T02:54:15.791Z] (1/5) Installing libgcc (9.3.0-r2) [2020-08-11T02:54:15.791Z] (2/5) Installing libsodium (1.0.18-r0) [2020-08-11T02:54:15.791Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-08-11T02:54:16.064Z] (4/5) Installing libzmq (4.3.2-r0) [2020-08-11T02:54:16.345Z] (5/5) Installing zeromq (4.3.2-r0) [2020-08-11T02:54:16.345Z] Executing busybox-1.31.1-r16.trigger [2020-08-11T02:54:16.345Z] OK: 8 MiB in 19 packages [2020-08-11T02:54:16.941Z] ---> 9a92a03407b1 [2020-08-11T02:54:16.941Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-08-11T02:54:16.941Z] ---> 33fadd742e91 [2020-08-11T02:54:16.941Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-08-11T02:54:18.381Z] ---> 56d601ae5abb [2020-08-11T02:54:18.381Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:54:18.381Z] Removing intermediate container a6025e5dc240 [2020-08-11T02:54:18.381Z] ---> fb8db9004a9b [2020-08-11T02:54:18.381Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-08-11T02:54:18.381Z] ---> 3bcc6bb705fd [2020-08-11T02:54:18.381Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-08-11T02:54:18.381Z] ---> Running in cc7021554315 [2020-08-11T02:54:19.599Z] Removing intermediate container cc7021554315 [2020-08-11T02:54:19.599Z] ---> 7749cf7e5dbb [2020-08-11T02:54:19.600Z] Step 21/23 : LABEL arch=arm64 [2020-08-11T02:54:19.600Z] ---> Running in ea4e8a73ac39 [2020-08-11T02:54:19.600Z] ---> fff3153cdb75 [2020-08-11T02:54:19.600Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-08-11T02:54:19.924Z] ---> 02b0742b3ff1 [2020-08-11T02:54:19.924Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-08-11T02:54:20.229Z] Removing intermediate container ea4e8a73ac39 [2020-08-11T02:54:20.229Z] ---> 98854e3bb886 [2020-08-11T02:54:20.229Z] Step 22/23 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:54:20.918Z] ---> Running in 95028cba50b1 [2020-08-11T02:54:20.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-08-11T02:54:22.089Z] Removing intermediate container 95028cba50b1 [2020-08-11T02:54:22.089Z] ---> 41c6ce76ab53 [2020-08-11T02:54:22.089Z] ---> 8b4183243f88 [2020-08-11T02:54:22.089Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-08-11T02:54:22.089Z] Step 23/23 : LABEL version=1.2.2-dev.9 [2020-08-11T02:54:22.376Z] ---> Running in 4e9db87ed1cc [2020-08-11T02:54:23.392Z] ---> b85079b50968 [2020-08-11T02:54:23.393Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-08-11T02:54:23.988Z] Removing intermediate container 4e9db87ed1cc [2020-08-11T02:54:23.988Z] ---> 96179e8e1c42 [2020-08-11T02:54:23.988Z] [2020-08-11T02:54:24.268Z] ---> 34883b6bb1e1 [2020-08-11T02:54:24.268Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-08-11T02:54:24.543Z] ---> Running in aaa5043e5cfb [2020-08-11T02:54:24.818Z] Successfully built 96179e8e1c42 [2020-08-11T02:54:24.818Z] ---> 091bf5937965 [2020-08-11T02:54:24.818Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:54:24.818Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-08-11T02:54:25.088Z]  Building docker-support-notifications-go ... done  ---> Running in e58b7f85d5e0 [2020-08-11T02:54:26.059Z] Removing intermediate container e58b7f85d5e0 [2020-08-11T02:54:26.059Z] ---> b61bdef9f969 [2020-08-11T02:54:26.059Z] Step 20/22 : LABEL arch=arm64 [2020-08-11T02:54:26.059Z] Removing intermediate container 5238178098f6 [2020-08-11T02:54:26.059Z] ---> 49dec872cec4 [2020-08-11T02:54:26.059Z] [2020-08-11T02:54:26.059Z] Step 10/21 : FROM scratch [2020-08-11T02:54:26.059Z] ---> [2020-08-11T02:54:26.059Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-08-11T02:54:26.060Z] ---> Running in caecc7c53536 [2020-08-11T02:54:26.328Z] ---> Using cache [2020-08-11T02:54:26.328Z] ---> 339e262c5a61 [2020-08-11T02:54:26.328Z] Step 12/21 : ENV APP_PORT=48082 [2020-08-11T02:54:26.597Z] ---> Running in 2b88bb3d155d [2020-08-11T02:54:26.869Z] Removing intermediate container caecc7c53536 [2020-08-11T02:54:26.869Z] ---> 43c4dcab51f9 [2020-08-11T02:54:26.869Z] Step 21/22 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:54:26.869Z] ---> Running in 7f9ba291eb9c [2020-08-11T02:54:27.144Z] Removing intermediate container 2b88bb3d155d [2020-08-11T02:54:27.145Z] ---> d625dd1ce487 [2020-08-11T02:54:27.145Z] Step 13/21 : EXPOSE $APP_PORT [2020-08-11T02:54:27.420Z] ---> Running in 4b53df171b49 [2020-08-11T02:54:27.692Z] Removing intermediate container 7f9ba291eb9c [2020-08-11T02:54:27.692Z] ---> 5ad4c2caf2a5 [2020-08-11T02:54:27.692Z] Step 22/22 : LABEL version=1.2.2-dev.9 [2020-08-11T02:54:27.692Z] ---> Running in 717eeb0897e0 [2020-08-11T02:54:27.968Z] Removing intermediate container aaa5043e5cfb [2020-08-11T02:54:27.968Z] ---> c8bd4c622dc1 [2020-08-11T02:54:27.968Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T02:54:27.968Z] Removing intermediate container 4b53df171b49 [2020-08-11T02:54:27.968Z] ---> 06e2df576e06 [2020-08-11T02:54:27.968Z] Step 14/21 : WORKDIR / [2020-08-11T02:54:28.248Z] ---> Running in 706828fb4fcf [2020-08-11T02:54:28.524Z] Removing intermediate container 717eeb0897e0 [2020-08-11T02:54:28.524Z] ---> 34d04fba2017 [2020-08-11T02:54:28.524Z] [2020-08-11T02:54:28.798Z] Removing intermediate container 706828fb4fcf [2020-08-11T02:54:28.798Z] ---> edceee1d10ea [2020-08-11T02:54:28.798Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-08-11T02:54:29.078Z] Successfully built 34d04fba2017 [2020-08-11T02:54:29.078Z] Successfully tagged docker-core-data-go-arm64:latest [2020-08-11T02:54:29.078Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.9" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-08-11T02:54:29.078Z] ---> d3e7ac1dc008 [2020-08-11T02:54:29.078Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T02:54:29.354Z] ---> Running in 80657a59da69 [2020-08-11T02:54:29.954Z] ---> e2e10e21b8d5 [2020-08-11T02:54:29.954Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-08-11T02:54:31.390Z] ---> bfb284dd206a [2020-08-11T02:54:31.390Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-08-11T02:54:32.005Z] ---> dcf03433b407 [2020-08-11T02:54:32.005Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-11T02:54:32.284Z] ---> Running in e4ff79a863d2 [2020-08-11T02:54:32.566Z] Removing intermediate container 80657a59da69 [2020-08-11T02:54:32.566Z] ---> 287571cb0493 [2020-08-11T02:54:32.566Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-08-11T02:54:32.566Z] ---> Running in 06de11f7596e [2020-08-11T02:54:32.839Z] Removing intermediate container e4ff79a863d2 [2020-08-11T02:54:32.839Z] ---> cfe38ba6ba5b [2020-08-11T02:54:32.839Z] Step 19/21 : LABEL arch=arm64 [2020-08-11T02:54:33.111Z] ---> Running in 922e40286316 [2020-08-11T02:54:33.732Z] Removing intermediate container 922e40286316 [2020-08-11T02:54:33.732Z] ---> b9a56aa2d229 [2020-08-11T02:54:33.732Z] Step 20/21 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:54:33.732Z] ---> Running in 80f9d8f76bec [2020-08-11T02:54:34.340Z] Removing intermediate container 80f9d8f76bec [2020-08-11T02:54:34.340Z] ---> 4e3552f2c633 [2020-08-11T02:54:34.340Z] Step 21/21 : LABEL version=1.2.2-dev.9 [2020-08-11T02:54:34.621Z] ---> Running in affba2d54380 [2020-08-11T02:54:35.630Z] Removing intermediate container affba2d54380 [2020-08-11T02:54:35.630Z] ---> 09e91b85fb06 [2020-08-11T02:54:35.630Z] [2020-08-11T02:54:35.914Z] Successfully built 09e91b85fb06 [2020-08-11T02:54:35.914Z] Successfully tagged docker-core-command-go-arm64:latest [2020-08-11T02:54:36.513Z]  Building docker-core-command-go ... done Removing intermediate container 06de11f7596e [2020-08-11T02:54:36.513Z] ---> 94e60b158ea7 [2020-08-11T02:54:36.513Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T02:54:36.513Z] ---> Running in 6998deb7c6ba [2020-08-11T02:54:36.790Z] Removing intermediate container bb02392fd5c2 [2020-08-11T02:54:36.790Z] ---> ae053ed87140 [2020-08-11T02:54:36.790Z] [2020-08-11T02:54:37.062Z] Step 10/26 : FROM alpine:3.10 [2020-08-11T02:54:37.062Z] Removing intermediate container 6998deb7c6ba [2020-08-11T02:54:37.062Z] ---> 5b5919954c3c [2020-08-11T02:54:37.062Z] Step 26/29 : CMD [ "generate" ] [2020-08-11T02:54:37.336Z] 3.10: Pulling from library/alpine [2020-08-11T02:54:37.336Z] ---> Running in 33adeb59464f [2020-08-11T02:54:37.942Z] Removing intermediate container 33adeb59464f [2020-08-11T02:54:37.942Z] ---> 226744494c6e [2020-08-11T02:54:37.942Z] Step 27/29 : LABEL arch=arm64 [2020-08-11T02:54:37.942Z] ---> Running in d407a9ef5233 [2020-08-11T02:54:38.215Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-08-11T02:54:38.215Z] Status: Downloaded newer image for alpine:3.10 [2020-08-11T02:54:38.215Z] ---> 536a684cf733 [2020-08-11T02:54:38.215Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-08-11T02:54:38.488Z] ---> Running in 8f9ef2161f7d [2020-08-11T02:54:38.763Z] Removing intermediate container d407a9ef5233 [2020-08-11T02:54:38.763Z] ---> f317540f27a0 [2020-08-11T02:54:38.763Z] Step 28/29 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:54:38.763Z] ---> Running in 63ab1c1dd6b5 [2020-08-11T02:54:39.363Z] Removing intermediate container 63ab1c1dd6b5 [2020-08-11T02:54:39.363Z] ---> a65da092405c [2020-08-11T02:54:39.363Z] Step 29/29 : LABEL version=1.2.2-dev.9 [2020-08-11T02:54:39.647Z] ---> Running in 9f95e6e2afd8 [2020-08-11T02:54:40.240Z] Removing intermediate container 9f95e6e2afd8 [2020-08-11T02:54:40.240Z] ---> b8af775abbff [2020-08-11T02:54:40.240Z] [2020-08-11T02:54:40.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-08-11T02:54:40.514Z] Successfully built b8af775abbff [2020-08-11T02:54:40.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-08-11T02:54:40.514Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-08-11T02:54:40.786Z]  Building docker-security-secrets-setup-go ... done v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-08-11T02:54:40.786Z] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-08-11T02:54:40.786Z] OK: 10167 distinct packages available [2020-08-11T02:54:41.380Z] (1/5) Installing ca-certificates (20191127-r2) [2020-08-11T02:54:41.655Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-08-11T02:54:41.655Z] (3/5) Installing libcurl (7.66.0-r0) [2020-08-11T02:54:41.655Z] (4/5) Installing curl (7.66.0-r0) [2020-08-11T02:54:41.655Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-08-11T02:54:41.655Z] Executing busybox-1.30.1-r3.trigger [2020-08-11T02:54:41.655Z] Executing ca-certificates-20191127-r2.trigger [2020-08-11T02:54:41.655Z] OK: 7 MiB in 19 packages [2020-08-11T02:54:43.636Z] Removing intermediate container 8f9ef2161f7d [2020-08-11T02:54:43.636Z] ---> a299934367ca [2020-08-11T02:54:43.636Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-08-11T02:54:43.636Z] ---> Running in 4739d42c27fe [2020-08-11T02:54:43.910Z] Removing intermediate container 4739d42c27fe [2020-08-11T02:54:43.910Z] ---> 095902e53a1a [2020-08-11T02:54:43.910Z] Step 13/26 : WORKDIR / [2020-08-11T02:54:44.183Z] ---> Running in 8d7cd46e1f5b [2020-08-11T02:54:44.777Z] Removing intermediate container 8d7cd46e1f5b [2020-08-11T02:54:44.777Z] ---> ae33c7b8ccaf [2020-08-11T02:54:44.777Z] 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-11T02:54:45.373Z] ---> 68066b09ef20 [2020-08-11T02:54:45.373Z] 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-11T02:54:46.350Z] ---> 53d639166ee7 [2020-08-11T02:54:46.350Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-08-11T02:54:46.946Z] ---> aa0544ae9f88 [2020-08-11T02:54:46.946Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-08-11T02:54:47.925Z] ---> 0b0c8a357b74 [2020-08-11T02:54:47.925Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-08-11T02:54:48.903Z] ---> 8ebf6d10466c [2020-08-11T02:54:48.903Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-08-11T02:54:49.880Z] ---> 711e78e82678 [2020-08-11T02:54:49.880Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-08-11T02:54:51.321Z] ---> 5c2e902db877 [2020-08-11T02:54:51.321Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-08-11T02:54:51.917Z] ---> c125520f4dea [2020-08-11T02:54:51.917Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-08-11T02:54:51.917Z] ---> Running in e81ac05d5f9a [2020-08-11T02:54:54.556Z] Removing intermediate container e81ac05d5f9a [2020-08-11T02:54:54.556Z] ---> 763f69e8d209 [2020-08-11T02:54:54.556Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-08-11T02:54:54.556Z] ---> Running in 18712ff53c52 [2020-08-11T02:54:55.157Z] Removing intermediate container 18712ff53c52 [2020-08-11T02:54:55.157Z] ---> c264a07da8c0 [2020-08-11T02:54:55.157Z] Step 24/26 : LABEL arch=arm64 [2020-08-11T02:54:55.157Z] ---> Running in 242f225527d8 [2020-08-11T02:54:55.757Z] Removing intermediate container 242f225527d8 [2020-08-11T02:54:55.757Z] ---> f9b76741451f [2020-08-11T02:54:55.757Z] Step 25/26 : LABEL git_sha=aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:54:55.757Z] ---> Running in 3e4e7908562c [2020-08-11T02:54:56.357Z] Removing intermediate container 3e4e7908562c [2020-08-11T02:54:56.358Z] ---> 1a9322151cf6 [2020-08-11T02:54:56.358Z] Step 26/26 : LABEL version=1.2.2-dev.9 [2020-08-11T02:54:56.358Z] ---> Running in 374a19a2719a [2020-08-11T02:54:56.956Z] Removing intermediate container 374a19a2719a [2020-08-11T02:54:56.956Z] ---> 79c823aa99d7 [2020-08-11T02:54:56.956Z] [2020-08-11T02:54:57.229Z] Successfully built 79c823aa99d7 [2020-08-11T02:54:57.229Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-08-11T02:54:57.518Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-08-11T02:54:57.506Z] $ docker stop --time=1 28f1a82e1a95b3c332326e011e815ba3d905d6f945844e661a583bd8e55d04cc [2020-08-11T02:54:59.478Z] $ docker rm -f 28f1a82e1a95b3c332326e011e815ba3d905d6f945844e661a583bd8e55d04cc [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:55:00.211Z] + + grepdocker docker images [2020-08-11T02:55:00.211Z] [2020-08-11T02:55:00.482Z] docker-security-secretstore-setup-go-arm64 latest 79c823aa99d7 4 seconds ago 32.6MB [2020-08-11T02:55:00.482Z] docker-security-secrets-setup-go-arm64 latest b8af775abbff 21 seconds ago 24.2MB [2020-08-11T02:55:00.482Z] docker-core-command-go-arm64 latest 09e91b85fb06 25 seconds ago 12.4MB [2020-08-11T02:55:00.482Z] docker-core-data-go-arm64 latest 34d04fba2017 32 seconds ago 22.6MB [2020-08-11T02:55:00.482Z] docker-support-notifications-go-arm64 latest 96179e8e1c42 37 seconds ago 13.9MB [2020-08-11T02:55:00.482Z] docker-sys-mgmt-agent-go-arm64 latest 8685df3f5361 2 minutes ago 266MB [2020-08-11T02:55:00.482Z] docker-core-metadata-go-arm64 latest ea4f4df24476 3 minutes ago 13.8MB [2020-08-11T02:55:00.482Z] docker-support-scheduler-go-arm64 latest 42c0a090ad99 3 minutes ago 12.6MB [2020-08-11T02:55:00.482Z] docker-support-logging-go-arm64 latest a26aebc98575 3 minutes ago 11.4MB [2020-08-11T02:55:00.482Z] docker-security-proxy-setup-go-arm64 latest 696938a7a0b0 4 minutes ago 15.8MB [2020-08-11T02:55:00.482Z] docker latest ce9d55ae87f1 6 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-11T02:55:00.912Z] provisioning config files... [2020-08-11T02:55:00.955Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/121@tmp/config7395126682085287634tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-11T02:55:01.338Z] nexus3.edgexfoundry.org:10001 [2020-08-11T02:55:01.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-11T02:55:01.881Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-11T02:55:01.881Z] Configure a credential helper to remove this warning. See [2020-08-11T02:55:01.881Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-11T02:55:01.881Z] [2020-08-11T02:55:01.881Z] Login Succeeded [2020-08-11T02:55:01.881Z] nexus3.edgexfoundry.org:10002 [2020-08-11T02:55:02.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-11T02:55:02.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-11T02:55:02.473Z] Configure a credential helper to remove this warning. See [2020-08-11T02:55:02.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-11T02:55:02.473Z] [2020-08-11T02:55:02.473Z] Login Succeeded [2020-08-11T02:55:02.473Z] nexus3.edgexfoundry.org:10003 [2020-08-11T02:55:03.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-11T02:55:03.064Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-11T02:55:03.064Z] Configure a credential helper to remove this warning. See [2020-08-11T02:55:03.064Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-11T02:55:03.064Z] [2020-08-11T02:55:03.064Z] Login Succeeded [2020-08-11T02:55:03.065Z] nexus3.edgexfoundry.org:10004 [2020-08-11T02:55:03.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-11T02:55:03.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-11T02:55:03.654Z] Configure a credential helper to remove this warning. See [2020-08-11T02:55:03.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-11T02:55:03.654Z] [2020-08-11T02:55:03.654Z] Login Succeeded [2020-08-11T02:55:03.654Z] docker.io [2020-08-11T02:55:04.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-11T02:55:04.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-11T02:55:04.511Z] Configure a credential helper to remove this warning. See [2020-08-11T02:55:04.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-11T02:55:04.511Z] [2020-08-11T02:55:04.511Z] Login Succeeded [Pipeline] } [2020-08-11T02:55:04.527Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:55:04.762Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-08-11T02:55:04.762Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:04.762Z] 1.2.2-dev.9 [2020-08-11T02:55:04.762Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:04.762Z] master [2020-08-11T02:55:04.762Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:05.233Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:05.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:05.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-11T02:55:05.574Z] aba729d1c222: Preparing [2020-08-11T02:55:05.574Z] f5b1a75b043b: Preparing [2020-08-11T02:55:05.574Z] d6309c4b0fdd: Preparing [2020-08-11T02:55:05.851Z] d6309c4b0fdd: Pushed [2020-08-11T02:55:05.851Z] aba729d1c222: Pushed [2020-08-11T02:55:08.443Z] f5b1a75b043b: Pushed [2020-08-11T02:55:08.712Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:e6d3b42512da43a399312fee6ee6ecfd3c1c959196bb6a809e763e8ff1e01748 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:09.053Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:09.383Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:09.383Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-11T02:55:09.383Z] aba729d1c222: Preparing [2020-08-11T02:55:09.383Z] f5b1a75b043b: Preparing [2020-08-11T02:55:09.383Z] d6309c4b0fdd: Preparing [2020-08-11T02:55:09.383Z] f5b1a75b043b: Layer already exists [2020-08-11T02:55:09.383Z] d6309c4b0fdd: Layer already exists [2020-08-11T02:55:09.383Z] aba729d1c222: Layer already exists [2020-08-11T02:55:09.651Z] 1.2.2-dev.9: digest: sha256:e6d3b42512da43a399312fee6ee6ecfd3c1c959196bb6a809e763e8ff1e01748 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:09.985Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:10.321Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:10.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-11T02:55:10.322Z] aba729d1c222: Preparing [2020-08-11T02:55:10.322Z] f5b1a75b043b: Preparing [2020-08-11T02:55:10.322Z] d6309c4b0fdd: Preparing [2020-08-11T02:55:10.322Z] d6309c4b0fdd: Layer already exists [2020-08-11T02:55:10.322Z] aba729d1c222: Layer already exists [2020-08-11T02:55:10.322Z] f5b1a75b043b: Layer already exists [2020-08-11T02:55:10.589Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:e6d3b42512da43a399312fee6ee6ecfd3c1c959196bb6a809e763e8ff1e01748 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:10.928Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:11.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-08-11T02:55:11.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-08-11T02:55:11.255Z] aba729d1c222: Preparing [2020-08-11T02:55:11.255Z] f5b1a75b043b: Preparing [2020-08-11T02:55:11.255Z] d6309c4b0fdd: Preparing [2020-08-11T02:55:11.255Z] f5b1a75b043b: Layer already exists [2020-08-11T02:55:11.255Z] d6309c4b0fdd: Layer already exists [2020-08-11T02:55:11.255Z] aba729d1c222: Layer already exists [2020-08-11T02:55:11.524Z] master: digest: sha256:e6d3b42512da43a399312fee6ee6ecfd3c1c959196bb6a809e763e8ff1e01748 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:55:11.732Z] ===================================================== [Pipeline] echo [2020-08-11T02:55:11.777Z] taggedImages: [2020-08-11T02:55:11.777Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:11.777Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:11.777Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:11.777Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-08-11T02:55:11.828Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-08-11T02:55:11.828Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:11.828Z] 1.2.2-dev.9 [2020-08-11T02:55:11.828Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:11.828Z] master [2020-08-11T02:55:11.828Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:12.309Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:12.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:12.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-11T02:55:12.638Z] d0213ae265c2: Preparing [2020-08-11T02:55:12.638Z] bf67bfa5339b: Preparing [2020-08-11T02:55:12.638Z] 263b97a5ed14: Preparing [2020-08-11T02:55:12.638Z] 55b55f737315: Preparing [2020-08-11T02:55:12.638Z] 325f3bd28a34: Preparing [2020-08-11T02:55:12.638Z] e2f13739ad41: Preparing [2020-08-11T02:55:12.638Z] e2f13739ad41: Waiting [2020-08-11T02:55:12.918Z] 263b97a5ed14: Pushed [2020-08-11T02:55:12.918Z] d0213ae265c2: Pushed [2020-08-11T02:55:12.918Z] 325f3bd28a34: Pushed [2020-08-11T02:55:12.918Z] e2f13739ad41: Layer already exists [2020-08-11T02:55:13.510Z] 55b55f737315: Pushed [2020-08-11T02:55:16.102Z] bf67bfa5339b: Pushed [2020-08-11T02:55:16.102Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:2e4bcd3d07b27b5aff30c075cbbe76d9792d12e8fe28013a7b39daedc261d9e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:16.436Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:16.765Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:16.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-11T02:55:16.765Z] d0213ae265c2: Preparing [2020-08-11T02:55:16.765Z] bf67bfa5339b: Preparing [2020-08-11T02:55:16.765Z] 263b97a5ed14: Preparing [2020-08-11T02:55:16.765Z] 55b55f737315: Preparing [2020-08-11T02:55:16.765Z] 325f3bd28a34: Preparing [2020-08-11T02:55:16.765Z] e2f13739ad41: Preparing [2020-08-11T02:55:16.765Z] e2f13739ad41: Waiting [2020-08-11T02:55:16.765Z] d0213ae265c2: Layer already exists [2020-08-11T02:55:16.765Z] 55b55f737315: Layer already exists [2020-08-11T02:55:16.765Z] bf67bfa5339b: Layer already exists [2020-08-11T02:55:17.035Z] 325f3bd28a34: Layer already exists [2020-08-11T02:55:17.035Z] 263b97a5ed14: Layer already exists [2020-08-11T02:55:17.035Z] e2f13739ad41: Layer already exists [2020-08-11T02:55:17.035Z] 1.2.2-dev.9: digest: sha256:2e4bcd3d07b27b5aff30c075cbbe76d9792d12e8fe28013a7b39daedc261d9e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:17.372Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:17.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:17.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-11T02:55:17.706Z] d0213ae265c2: Preparing [2020-08-11T02:55:17.706Z] bf67bfa5339b: Preparing [2020-08-11T02:55:17.706Z] 263b97a5ed14: Preparing [2020-08-11T02:55:17.706Z] 55b55f737315: Preparing [2020-08-11T02:55:17.706Z] 325f3bd28a34: Preparing [2020-08-11T02:55:17.706Z] e2f13739ad41: Preparing [2020-08-11T02:55:17.706Z] e2f13739ad41: Waiting [2020-08-11T02:55:17.706Z] d0213ae265c2: Layer already exists [2020-08-11T02:55:17.706Z] 325f3bd28a34: Layer already exists [2020-08-11T02:55:17.706Z] bf67bfa5339b: Layer already exists [2020-08-11T02:55:17.706Z] 263b97a5ed14: Layer already exists [2020-08-11T02:55:17.976Z] 55b55f737315: Layer already exists [2020-08-11T02:55:17.976Z] e2f13739ad41: Layer already exists [2020-08-11T02:55:17.976Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:2e4bcd3d07b27b5aff30c075cbbe76d9792d12e8fe28013a7b39daedc261d9e9 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:18.311Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:18.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-08-11T02:55:18.651Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-08-11T02:55:18.651Z] d0213ae265c2: Preparing [2020-08-11T02:55:18.651Z] bf67bfa5339b: Preparing [2020-08-11T02:55:18.651Z] 263b97a5ed14: Preparing [2020-08-11T02:55:18.651Z] 55b55f737315: Preparing [2020-08-11T02:55:18.651Z] 325f3bd28a34: Preparing [2020-08-11T02:55:18.651Z] e2f13739ad41: Preparing [2020-08-11T02:55:18.651Z] e2f13739ad41: Waiting [2020-08-11T02:55:18.651Z] d0213ae265c2: Layer already exists [2020-08-11T02:55:18.651Z] bf67bfa5339b: Layer already exists [2020-08-11T02:55:18.651Z] 55b55f737315: Layer already exists [2020-08-11T02:55:18.651Z] 263b97a5ed14: Layer already exists [2020-08-11T02:55:18.651Z] 325f3bd28a34: Layer already exists [2020-08-11T02:55:18.651Z] e2f13739ad41: Layer already exists [2020-08-11T02:55:18.921Z] master: digest: sha256:2e4bcd3d07b27b5aff30c075cbbe76d9792d12e8fe28013a7b39daedc261d9e9 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:55:19.077Z] ===================================================== [Pipeline] echo [2020-08-11T02:55:19.115Z] taggedImages: [2020-08-11T02:55:19.115Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:19.115Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:19.115Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:19.115Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-08-11T02:55:19.165Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-08-11T02:55:19.165Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:19.165Z] 1.2.2-dev.9 [2020-08-11T02:55:19.165Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:19.165Z] master [2020-08-11T02:55:19.165Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:19.631Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:19.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:19.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-11T02:55:19.970Z] b1623596d7ac: Preparing [2020-08-11T02:55:19.970Z] 668e565c2914: Preparing [2020-08-11T02:55:19.970Z] fb94199a599c: Preparing [2020-08-11T02:55:20.246Z] b1623596d7ac: Pushed [2020-08-11T02:55:20.247Z] fb94199a599c: Pushed [2020-08-11T02:55:23.611Z] 668e565c2914: Pushed [2020-08-11T02:55:23.611Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:3505cb30feff3f42407bf2db6ffc4e12dc5d45e9533fa2e706017f1838a7569e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:23.946Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:24.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:24.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-11T02:55:24.276Z] b1623596d7ac: Preparing [2020-08-11T02:55:24.276Z] 668e565c2914: Preparing [2020-08-11T02:55:24.276Z] fb94199a599c: Preparing [2020-08-11T02:55:24.276Z] 668e565c2914: Layer already exists [2020-08-11T02:55:24.276Z] b1623596d7ac: Layer already exists [2020-08-11T02:55:24.276Z] fb94199a599c: Layer already exists [2020-08-11T02:55:24.547Z] 1.2.2-dev.9: digest: sha256:3505cb30feff3f42407bf2db6ffc4e12dc5d45e9533fa2e706017f1838a7569e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:24.882Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:25.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:25.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-11T02:55:25.214Z] b1623596d7ac: Preparing [2020-08-11T02:55:25.214Z] 668e565c2914: Preparing [2020-08-11T02:55:25.214Z] fb94199a599c: Preparing [2020-08-11T02:55:25.214Z] 668e565c2914: Layer already exists [2020-08-11T02:55:25.214Z] b1623596d7ac: Layer already exists [2020-08-11T02:55:25.214Z] fb94199a599c: Layer already exists [2020-08-11T02:55:25.484Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:3505cb30feff3f42407bf2db6ffc4e12dc5d45e9533fa2e706017f1838a7569e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:25.842Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:26.231Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-08-11T02:55:26.231Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-08-11T02:55:26.231Z] b1623596d7ac: Preparing [2020-08-11T02:55:26.231Z] 668e565c2914: Preparing [2020-08-11T02:55:26.231Z] fb94199a599c: Preparing [2020-08-11T02:55:26.516Z] fb94199a599c: Layer already exists [2020-08-11T02:55:26.516Z] b1623596d7ac: Layer already exists [2020-08-11T02:55:26.516Z] 668e565c2914: Layer already exists [2020-08-11T02:55:26.516Z] master: digest: sha256:3505cb30feff3f42407bf2db6ffc4e12dc5d45e9533fa2e706017f1838a7569e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:55:26.678Z] ===================================================== [Pipeline] echo [2020-08-11T02:55:26.716Z] taggedImages: [2020-08-11T02:55:26.716Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:26.716Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:26.716Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:26.716Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-08-11T02:55:26.767Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-08-11T02:55:26.767Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:26.767Z] 1.2.2-dev.9 [2020-08-11T02:55:26.767Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:26.767Z] master [2020-08-11T02:55:26.767Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:27.287Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:27.686Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:27.686Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-11T02:55:27.686Z] 00edba754250: Preparing [2020-08-11T02:55:27.686Z] d0b50d24fefb: Preparing [2020-08-11T02:55:27.686Z] 801806003a22: Preparing [2020-08-11T02:55:27.686Z] b8e46bc5a307: Preparing [2020-08-11T02:55:27.686Z] e2f13739ad41: Preparing [2020-08-11T02:55:27.968Z] e2f13739ad41: Layer already exists [2020-08-11T02:55:27.968Z] d0b50d24fefb: Pushed [2020-08-11T02:55:27.968Z] 801806003a22: Pushed [2020-08-11T02:55:28.254Z] b8e46bc5a307: Pushed [2020-08-11T02:55:30.250Z] 00edba754250: Pushed [2020-08-11T02:55:30.518Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:c2aa6a8bd3b133462498b45540be2a9e1def7824363efddeac675e515124057f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:30.847Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:31.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:31.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-11T02:55:31.172Z] 00edba754250: Preparing [2020-08-11T02:55:31.172Z] d0b50d24fefb: Preparing [2020-08-11T02:55:31.172Z] 801806003a22: Preparing [2020-08-11T02:55:31.172Z] b8e46bc5a307: Preparing [2020-08-11T02:55:31.172Z] e2f13739ad41: Preparing [2020-08-11T02:55:31.172Z] 00edba754250: Layer already exists [2020-08-11T02:55:31.172Z] b8e46bc5a307: Layer already exists [2020-08-11T02:55:31.172Z] e2f13739ad41: Layer already exists [2020-08-11T02:55:31.172Z] 801806003a22: Layer already exists [2020-08-11T02:55:31.172Z] d0b50d24fefb: Layer already exists [2020-08-11T02:55:31.440Z] 1.2.2-dev.9: digest: sha256:c2aa6a8bd3b133462498b45540be2a9e1def7824363efddeac675e515124057f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:31.774Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:32.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:32.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-11T02:55:32.100Z] 00edba754250: Preparing [2020-08-11T02:55:32.100Z] d0b50d24fefb: Preparing [2020-08-11T02:55:32.100Z] 801806003a22: Preparing [2020-08-11T02:55:32.100Z] b8e46bc5a307: Preparing [2020-08-11T02:55:32.100Z] e2f13739ad41: Preparing [2020-08-11T02:55:32.100Z] 801806003a22: Layer already exists [2020-08-11T02:55:32.100Z] 00edba754250: Layer already exists [2020-08-11T02:55:32.100Z] d0b50d24fefb: Layer already exists [2020-08-11T02:55:32.100Z] e2f13739ad41: Layer already exists [2020-08-11T02:55:32.100Z] b8e46bc5a307: Layer already exists [2020-08-11T02:55:32.370Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:c2aa6a8bd3b133462498b45540be2a9e1def7824363efddeac675e515124057f size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:32.703Z] + 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-11T02:55:33.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-08-11T02:55:33.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-08-11T02:55:33.033Z] 00edba754250: Preparing [2020-08-11T02:55:33.033Z] d0b50d24fefb: Preparing [2020-08-11T02:55:33.033Z] 801806003a22: Preparing [2020-08-11T02:55:33.033Z] b8e46bc5a307: Preparing [2020-08-11T02:55:33.033Z] e2f13739ad41: Preparing [2020-08-11T02:55:33.302Z] e2f13739ad41: Layer already exists [2020-08-11T02:55:33.302Z] 801806003a22: Layer already exists [2020-08-11T02:55:33.302Z] d0b50d24fefb: Layer already exists [2020-08-11T02:55:33.302Z] b8e46bc5a307: Layer already exists [2020-08-11T02:55:33.302Z] 00edba754250: Layer already exists [2020-08-11T02:55:33.302Z] master: digest: sha256:c2aa6a8bd3b133462498b45540be2a9e1def7824363efddeac675e515124057f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:55:33.496Z] ===================================================== [Pipeline] echo [2020-08-11T02:55:33.537Z] taggedImages: [2020-08-11T02:55:33.537Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:33.537Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:33.537Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:33.537Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-08-11T02:55:33.591Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-08-11T02:55:33.591Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:33.591Z] 1.2.2-dev.9 [2020-08-11T02:55:33.591Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:33.591Z] master [2020-08-11T02:55:33.591Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:34.082Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:34.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:34.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-11T02:55:34.408Z] 1f779816a240: Preparing [2020-08-11T02:55:34.408Z] 9815934d6ba1: Preparing [2020-08-11T02:55:34.408Z] 751d5cf66bdb: Preparing [2020-08-11T02:55:34.408Z] eb2d03433855: Preparing [2020-08-11T02:55:34.408Z] eb2d03433855: Preparing [2020-08-11T02:55:34.408Z] 11ea1076e041: Preparing [2020-08-11T02:55:34.408Z] e9b65ecd58a4: Preparing [2020-08-11T02:55:34.408Z] b1f2df974538: Preparing [2020-08-11T02:55:34.408Z] 1f779816a240: Preparing [2020-08-11T02:55:34.408Z] b3e2a547f3d2: Preparing [2020-08-11T02:55:34.408Z] b64feda14bf8: Preparing [2020-08-11T02:55:34.408Z] 6a832e6d00e5: Preparing [2020-08-11T02:55:34.408Z] e2f13739ad41: Preparing [2020-08-11T02:55:34.408Z] e9b65ecd58a4: Waiting [2020-08-11T02:55:34.408Z] b64feda14bf8: Waiting [2020-08-11T02:55:34.408Z] 6a832e6d00e5: Waiting [2020-08-11T02:55:34.408Z] e2f13739ad41: Waiting [2020-08-11T02:55:34.408Z] b1f2df974538: Waiting [2020-08-11T02:55:34.408Z] b3e2a547f3d2: Waiting [2020-08-11T02:55:34.685Z] eb2d03433855: Pushed [2020-08-11T02:55:34.685Z] 9815934d6ba1: Pushed [2020-08-11T02:55:34.685Z] 11ea1076e041: Pushed [2020-08-11T02:55:34.685Z] 751d5cf66bdb: Pushed [2020-08-11T02:55:34.955Z] e9b65ecd58a4: Pushed [2020-08-11T02:55:34.955Z] b64feda14bf8: Pushed [2020-08-11T02:55:34.955Z] b1f2df974538: Pushed [2020-08-11T02:55:34.955Z] b3e2a547f3d2: Pushed [2020-08-11T02:55:34.955Z] e2f13739ad41: Layer already exists [2020-08-11T02:55:35.227Z] 6a832e6d00e5: Pushed [2020-08-11T02:55:36.646Z] 1f779816a240: Pushed [2020-08-11T02:55:36.915Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:aad9cbd13ef45c92658131b552c0cd327b29d1a71a5f0dc047d16f60defb74ae size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:37.247Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:37.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:37.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-11T02:55:37.576Z] 1f779816a240: Preparing [2020-08-11T02:55:37.576Z] 9815934d6ba1: Preparing [2020-08-11T02:55:37.576Z] 751d5cf66bdb: Preparing [2020-08-11T02:55:37.576Z] eb2d03433855: Preparing [2020-08-11T02:55:37.576Z] eb2d03433855: Preparing [2020-08-11T02:55:37.576Z] 11ea1076e041: Preparing [2020-08-11T02:55:37.576Z] e9b65ecd58a4: Preparing [2020-08-11T02:55:37.576Z] b1f2df974538: Preparing [2020-08-11T02:55:37.576Z] 1f779816a240: Preparing [2020-08-11T02:55:37.576Z] b3e2a547f3d2: Preparing [2020-08-11T02:55:37.576Z] b64feda14bf8: Preparing [2020-08-11T02:55:37.576Z] 6a832e6d00e5: Preparing [2020-08-11T02:55:37.576Z] e2f13739ad41: Preparing [2020-08-11T02:55:37.576Z] b3e2a547f3d2: Waiting [2020-08-11T02:55:37.576Z] 6a832e6d00e5: Waiting [2020-08-11T02:55:37.576Z] e2f13739ad41: Waiting [2020-08-11T02:55:37.576Z] b64feda14bf8: Waiting [2020-08-11T02:55:37.576Z] b1f2df974538: Waiting [2020-08-11T02:55:37.576Z] e9b65ecd58a4: Waiting [2020-08-11T02:55:37.576Z] 9815934d6ba1: Layer already exists [2020-08-11T02:55:37.576Z] 751d5cf66bdb: Layer already exists [2020-08-11T02:55:37.576Z] eb2d03433855: Layer already exists [2020-08-11T02:55:37.576Z] 11ea1076e041: Layer already exists [2020-08-11T02:55:37.576Z] 1f779816a240: Layer already exists [2020-08-11T02:55:37.847Z] e9b65ecd58a4: Layer already exists [2020-08-11T02:55:37.847Z] b3e2a547f3d2: Layer already exists [2020-08-11T02:55:37.847Z] b1f2df974538: Layer already exists [2020-08-11T02:55:37.847Z] 6a832e6d00e5: Layer already exists [2020-08-11T02:55:37.847Z] b64feda14bf8: Layer already exists [2020-08-11T02:55:37.847Z] e2f13739ad41: Layer already exists [2020-08-11T02:55:37.847Z] 1.2.2-dev.9: digest: sha256:aad9cbd13ef45c92658131b552c0cd327b29d1a71a5f0dc047d16f60defb74ae size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:38.182Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:38.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:38.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-11T02:55:38.513Z] 1f779816a240: Preparing [2020-08-11T02:55:38.513Z] 9815934d6ba1: Preparing [2020-08-11T02:55:38.513Z] 751d5cf66bdb: Preparing [2020-08-11T02:55:38.513Z] eb2d03433855: Preparing [2020-08-11T02:55:38.513Z] eb2d03433855: Preparing [2020-08-11T02:55:38.513Z] 11ea1076e041: Preparing [2020-08-11T02:55:38.513Z] e9b65ecd58a4: Preparing [2020-08-11T02:55:38.513Z] b1f2df974538: Preparing [2020-08-11T02:55:38.513Z] 1f779816a240: Preparing [2020-08-11T02:55:38.513Z] b3e2a547f3d2: Preparing [2020-08-11T02:55:38.513Z] b64feda14bf8: Preparing [2020-08-11T02:55:38.513Z] 6a832e6d00e5: Preparing [2020-08-11T02:55:38.513Z] e2f13739ad41: Preparing [2020-08-11T02:55:38.513Z] e9b65ecd58a4: Waiting [2020-08-11T02:55:38.513Z] b1f2df974538: Waiting [2020-08-11T02:55:38.513Z] e2f13739ad41: Waiting [2020-08-11T02:55:38.513Z] b3e2a547f3d2: Waiting [2020-08-11T02:55:38.513Z] b64feda14bf8: Waiting [2020-08-11T02:55:38.513Z] 6a832e6d00e5: Waiting [2020-08-11T02:55:38.513Z] 9815934d6ba1: Layer already exists [2020-08-11T02:55:38.513Z] 11ea1076e041: Layer already exists [2020-08-11T02:55:38.513Z] 751d5cf66bdb: Layer already exists [2020-08-11T02:55:38.513Z] eb2d03433855: Layer already exists [2020-08-11T02:55:38.513Z] 1f779816a240: Layer already exists [2020-08-11T02:55:38.781Z] e9b65ecd58a4: Layer already exists [2020-08-11T02:55:38.781Z] b1f2df974538: Layer already exists [2020-08-11T02:55:38.781Z] b64feda14bf8: Layer already exists [2020-08-11T02:55:38.781Z] b3e2a547f3d2: Layer already exists [2020-08-11T02:55:38.781Z] 6a832e6d00e5: Layer already exists [2020-08-11T02:55:38.781Z] e2f13739ad41: Layer already exists [2020-08-11T02:55:38.781Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:aad9cbd13ef45c92658131b552c0cd327b29d1a71a5f0dc047d16f60defb74ae size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:39.113Z] + 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-11T02:55:39.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-08-11T02:55:39.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-08-11T02:55:39.447Z] 1f779816a240: Preparing [2020-08-11T02:55:39.447Z] 9815934d6ba1: Preparing [2020-08-11T02:55:39.447Z] 751d5cf66bdb: Preparing [2020-08-11T02:55:39.447Z] eb2d03433855: Preparing [2020-08-11T02:55:39.447Z] eb2d03433855: Preparing [2020-08-11T02:55:39.447Z] 11ea1076e041: Preparing [2020-08-11T02:55:39.447Z] e9b65ecd58a4: Preparing [2020-08-11T02:55:39.447Z] b1f2df974538: Preparing [2020-08-11T02:55:39.447Z] 1f779816a240: Preparing [2020-08-11T02:55:39.447Z] b3e2a547f3d2: Preparing [2020-08-11T02:55:39.447Z] b64feda14bf8: Preparing [2020-08-11T02:55:39.447Z] 6a832e6d00e5: Preparing [2020-08-11T02:55:39.447Z] e2f13739ad41: Preparing [2020-08-11T02:55:39.447Z] e9b65ecd58a4: Waiting [2020-08-11T02:55:39.447Z] b1f2df974538: Waiting [2020-08-11T02:55:39.447Z] b3e2a547f3d2: Waiting [2020-08-11T02:55:39.447Z] b64feda14bf8: Waiting [2020-08-11T02:55:39.447Z] e2f13739ad41: Waiting [2020-08-11T02:55:39.447Z] 6a832e6d00e5: Waiting [2020-08-11T02:55:39.447Z] 751d5cf66bdb: Layer already exists [2020-08-11T02:55:39.447Z] eb2d03433855: Layer already exists [2020-08-11T02:55:39.447Z] 9815934d6ba1: Layer already exists [2020-08-11T02:55:39.447Z] 11ea1076e041: Layer already exists [2020-08-11T02:55:39.447Z] 1f779816a240: Layer already exists [2020-08-11T02:55:39.717Z] b1f2df974538: Layer already exists [2020-08-11T02:55:39.718Z] e9b65ecd58a4: Layer already exists [2020-08-11T02:55:39.718Z] b3e2a547f3d2: Layer already exists [2020-08-11T02:55:39.718Z] 6a832e6d00e5: Layer already exists [2020-08-11T02:55:39.718Z] b64feda14bf8: Layer already exists [2020-08-11T02:55:39.718Z] e2f13739ad41: Layer already exists [2020-08-11T02:55:39.718Z] master: digest: sha256:aad9cbd13ef45c92658131b552c0cd327b29d1a71a5f0dc047d16f60defb74ae size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:55:39.915Z] ===================================================== [Pipeline] echo [2020-08-11T02:55:39.959Z] taggedImages: [2020-08-11T02:55:39.959Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:39.959Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:39.959Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:39.959Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-08-11T02:55:40.013Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-08-11T02:55:40.013Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:40.013Z] 1.2.2-dev.9 [2020-08-11T02:55:40.013Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:40.013Z] master [2020-08-11T02:55:40.013Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:40.500Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:40.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:40.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-11T02:55:40.834Z] 4afc75e84028: Preparing [2020-08-11T02:55:40.834Z] 4829888f2a59: Preparing [2020-08-11T02:55:40.834Z] 38088e3cc5ea: Preparing [2020-08-11T02:55:40.834Z] 8db7ffd74755: Preparing [2020-08-11T02:55:40.834Z] 76ca890a3b92: Preparing [2020-08-11T02:55:40.834Z] 4ff74711b96f: Preparing [2020-08-11T02:55:40.834Z] 977520663a5f: Preparing [2020-08-11T02:55:40.834Z] f27b4d154580: Preparing [2020-08-11T02:55:40.834Z] 1a1e4ba3282d: Preparing [2020-08-11T02:55:40.834Z] 4912c90bc658: Preparing [2020-08-11T02:55:40.834Z] 66b385cf80cf: Preparing [2020-08-11T02:55:40.834Z] 4ff74711b96f: Waiting [2020-08-11T02:55:40.834Z] 977520663a5f: Waiting [2020-08-11T02:55:40.834Z] f27b4d154580: Waiting [2020-08-11T02:55:40.834Z] 1a1e4ba3282d: Waiting [2020-08-11T02:55:40.834Z] 4912c90bc658: Waiting [2020-08-11T02:55:40.834Z] 66b385cf80cf: Waiting [2020-08-11T02:55:41.131Z] 4829888f2a59: Pushed [2020-08-11T02:55:41.131Z] 4afc75e84028: Pushed [2020-08-11T02:55:41.406Z] 4ff74711b96f: Pushed [2020-08-11T02:55:41.406Z] 977520663a5f: Pushed [2020-08-11T02:55:41.678Z] 1a1e4ba3282d: Pushed [2020-08-11T02:55:41.678Z] f27b4d154580: Pushed [2020-08-11T02:55:41.678Z] 66b385cf80cf: Layer already exists [2020-08-11T02:55:42.276Z] 4912c90bc658: Pushed [2020-08-11T02:55:43.261Z] 38088e3cc5ea: Pushed [2020-08-11T02:55:43.261Z] 76ca890a3b92: Pushed [2020-08-11T02:55:43.532Z] 8db7ffd74755: Pushed [2020-08-11T02:55:43.804Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:7b00861f44a7515277d4cc074bf9b7f23e2b4e7820b85caabaa49a792e8debe8 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:44.193Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:44.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:44.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-11T02:55:44.570Z] 4afc75e84028: Preparing [2020-08-11T02:55:44.570Z] 4829888f2a59: Preparing [2020-08-11T02:55:44.570Z] 38088e3cc5ea: Preparing [2020-08-11T02:55:44.570Z] 8db7ffd74755: Preparing [2020-08-11T02:55:44.570Z] 76ca890a3b92: Preparing [2020-08-11T02:55:44.570Z] 4ff74711b96f: Preparing [2020-08-11T02:55:44.570Z] 977520663a5f: Preparing [2020-08-11T02:55:44.570Z] f27b4d154580: Preparing [2020-08-11T02:55:44.570Z] 1a1e4ba3282d: Preparing [2020-08-11T02:55:44.570Z] 4912c90bc658: Preparing [2020-08-11T02:55:44.570Z] 66b385cf80cf: Preparing [2020-08-11T02:55:44.570Z] f27b4d154580: Waiting [2020-08-11T02:55:44.570Z] 1a1e4ba3282d: Waiting [2020-08-11T02:55:44.570Z] 4912c90bc658: Waiting [2020-08-11T02:55:44.570Z] 66b385cf80cf: Waiting [2020-08-11T02:55:44.570Z] 4ff74711b96f: Waiting [2020-08-11T02:55:44.570Z] 977520663a5f: Waiting [2020-08-11T02:55:44.570Z] 4afc75e84028: Layer already exists [2020-08-11T02:55:44.570Z] 4829888f2a59: Layer already exists [2020-08-11T02:55:44.570Z] 38088e3cc5ea: Layer already exists [2020-08-11T02:55:44.843Z] 8db7ffd74755: Layer already exists [2020-08-11T02:55:44.843Z] 76ca890a3b92: Layer already exists [2020-08-11T02:55:44.843Z] f27b4d154580: Layer already exists [2020-08-11T02:55:44.843Z] 4ff74711b96f: Layer already exists [2020-08-11T02:55:44.843Z] 977520663a5f: Layer already exists [2020-08-11T02:55:44.843Z] 1a1e4ba3282d: Layer already exists [2020-08-11T02:55:44.843Z] 4912c90bc658: Layer already exists [2020-08-11T02:55:44.843Z] 66b385cf80cf: Layer already exists [2020-08-11T02:55:44.843Z] 1.2.2-dev.9: digest: sha256:7b00861f44a7515277d4cc074bf9b7f23e2b4e7820b85caabaa49a792e8debe8 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:45.214Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:45.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:45.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-11T02:55:45.572Z] 4afc75e84028: Preparing [2020-08-11T02:55:45.572Z] 4829888f2a59: Preparing [2020-08-11T02:55:45.572Z] 38088e3cc5ea: Preparing [2020-08-11T02:55:45.572Z] 8db7ffd74755: Preparing [2020-08-11T02:55:45.572Z] 76ca890a3b92: Preparing [2020-08-11T02:55:45.572Z] 4ff74711b96f: Preparing [2020-08-11T02:55:45.572Z] 977520663a5f: Preparing [2020-08-11T02:55:45.572Z] f27b4d154580: Preparing [2020-08-11T02:55:45.572Z] 1a1e4ba3282d: Preparing [2020-08-11T02:55:45.572Z] 4912c90bc658: Preparing [2020-08-11T02:55:45.572Z] 66b385cf80cf: Preparing [2020-08-11T02:55:45.572Z] 4ff74711b96f: Waiting [2020-08-11T02:55:45.572Z] 1a1e4ba3282d: Waiting [2020-08-11T02:55:45.572Z] 977520663a5f: Waiting [2020-08-11T02:55:45.572Z] f27b4d154580: Waiting [2020-08-11T02:55:45.572Z] 4912c90bc658: Waiting [2020-08-11T02:55:45.572Z] 66b385cf80cf: Waiting [2020-08-11T02:55:45.572Z] 38088e3cc5ea: Layer already exists [2020-08-11T02:55:45.853Z] 4afc75e84028: Layer already exists [2020-08-11T02:55:45.853Z] 8db7ffd74755: Layer already exists [2020-08-11T02:55:45.853Z] 76ca890a3b92: Layer already exists [2020-08-11T02:55:45.853Z] 4829888f2a59: Layer already exists [2020-08-11T02:55:45.853Z] f27b4d154580: Layer already exists [2020-08-11T02:55:45.853Z] 4ff74711b96f: Layer already exists [2020-08-11T02:55:45.853Z] 977520663a5f: Layer already exists [2020-08-11T02:55:45.853Z] 4912c90bc658: Layer already exists [2020-08-11T02:55:45.853Z] 1a1e4ba3282d: Layer already exists [2020-08-11T02:55:45.853Z] 66b385cf80cf: Layer already exists [2020-08-11T02:55:45.853Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:7b00861f44a7515277d4cc074bf9b7f23e2b4e7820b85caabaa49a792e8debe8 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:46.208Z] + 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-11T02:55:46.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-08-11T02:55:46.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-08-11T02:55:46.558Z] 4afc75e84028: Preparing [2020-08-11T02:55:46.558Z] 4829888f2a59: Preparing [2020-08-11T02:55:46.558Z] 38088e3cc5ea: Preparing [2020-08-11T02:55:46.559Z] 8db7ffd74755: Preparing [2020-08-11T02:55:46.559Z] 76ca890a3b92: Preparing [2020-08-11T02:55:46.559Z] 4ff74711b96f: Preparing [2020-08-11T02:55:46.559Z] 977520663a5f: Preparing [2020-08-11T02:55:46.559Z] f27b4d154580: Preparing [2020-08-11T02:55:46.559Z] 1a1e4ba3282d: Preparing [2020-08-11T02:55:46.559Z] 4912c90bc658: Preparing [2020-08-11T02:55:46.559Z] 66b385cf80cf: Preparing [2020-08-11T02:55:46.559Z] 977520663a5f: Waiting [2020-08-11T02:55:46.559Z] f27b4d154580: Waiting [2020-08-11T02:55:46.559Z] 1a1e4ba3282d: Waiting [2020-08-11T02:55:46.559Z] 4912c90bc658: Waiting [2020-08-11T02:55:46.559Z] 66b385cf80cf: Waiting [2020-08-11T02:55:46.559Z] 38088e3cc5ea: Layer already exists [2020-08-11T02:55:46.559Z] 4829888f2a59: Layer already exists [2020-08-11T02:55:46.559Z] 76ca890a3b92: Layer already exists [2020-08-11T02:55:46.559Z] 8db7ffd74755: Layer already exists [2020-08-11T02:55:46.559Z] 4afc75e84028: Layer already exists [2020-08-11T02:55:46.559Z] 4ff74711b96f: Layer already exists [2020-08-11T02:55:46.559Z] 977520663a5f: Layer already exists [2020-08-11T02:55:46.559Z] f27b4d154580: Layer already exists [2020-08-11T02:55:46.559Z] 4912c90bc658: Layer already exists [2020-08-11T02:55:46.559Z] 1a1e4ba3282d: Layer already exists [2020-08-11T02:55:46.559Z] 66b385cf80cf: Layer already exists [2020-08-11T02:55:46.840Z] master: digest: sha256:7b00861f44a7515277d4cc074bf9b7f23e2b4e7820b85caabaa49a792e8debe8 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:55:47.020Z] ===================================================== [Pipeline] echo [2020-08-11T02:55:47.066Z] taggedImages: [2020-08-11T02:55:47.066Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:47.066Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:47.066Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:47.066Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-08-11T02:55:47.128Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-08-11T02:55:47.128Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:47.128Z] 1.2.2-dev.9 [2020-08-11T02:55:47.128Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:47.128Z] master [2020-08-11T02:55:47.128Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:47.640Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:47.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:47.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-11T02:55:47.996Z] cae2423d45fe: Preparing [2020-08-11T02:55:47.996Z] 859662754be4: Preparing [2020-08-11T02:55:47.996Z] 28ee18969aaf: Preparing [2020-08-11T02:55:47.996Z] aa3849cb7d6e: Preparing [2020-08-11T02:55:48.268Z] cae2423d45fe: Pushed [2020-08-11T02:55:48.268Z] 28ee18969aaf: Pushed [2020-08-11T02:55:48.540Z] aa3849cb7d6e: Pushed [2020-08-11T02:55:51.162Z] 859662754be4: Pushed [2020-08-11T02:55:51.162Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:b4f24b8cf641fa7ac1517e9a82f7b3a1190a043ff1c0f0a1f2b49088f419a196 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:51.507Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:51.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:51.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-11T02:55:51.875Z] cae2423d45fe: Preparing [2020-08-11T02:55:51.875Z] 859662754be4: Preparing [2020-08-11T02:55:51.875Z] 28ee18969aaf: Preparing [2020-08-11T02:55:51.875Z] aa3849cb7d6e: Preparing [2020-08-11T02:55:51.875Z] 859662754be4: Layer already exists [2020-08-11T02:55:51.875Z] 28ee18969aaf: Layer already exists [2020-08-11T02:55:51.875Z] aa3849cb7d6e: Layer already exists [2020-08-11T02:55:51.875Z] cae2423d45fe: Layer already exists [2020-08-11T02:55:52.147Z] 1.2.2-dev.9: digest: sha256:b4f24b8cf641fa7ac1517e9a82f7b3a1190a043ff1c0f0a1f2b49088f419a196 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:52.488Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:52.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:52.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-11T02:55:52.826Z] cae2423d45fe: Preparing [2020-08-11T02:55:52.826Z] 859662754be4: Preparing [2020-08-11T02:55:52.826Z] 28ee18969aaf: Preparing [2020-08-11T02:55:52.826Z] aa3849cb7d6e: Preparing [2020-08-11T02:55:52.826Z] 859662754be4: Layer already exists [2020-08-11T02:55:52.826Z] cae2423d45fe: Layer already exists [2020-08-11T02:55:52.826Z] aa3849cb7d6e: Layer already exists [2020-08-11T02:55:52.826Z] 28ee18969aaf: Layer already exists [2020-08-11T02:55:53.103Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:b4f24b8cf641fa7ac1517e9a82f7b3a1190a043ff1c0f0a1f2b49088f419a196 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:53.460Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:53.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-08-11T02:55:53.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-08-11T02:55:53.827Z] cae2423d45fe: Preparing [2020-08-11T02:55:53.827Z] 859662754be4: Preparing [2020-08-11T02:55:53.827Z] 28ee18969aaf: Preparing [2020-08-11T02:55:53.827Z] aa3849cb7d6e: Preparing [2020-08-11T02:55:53.827Z] 859662754be4: Layer already exists [2020-08-11T02:55:53.827Z] aa3849cb7d6e: Layer already exists [2020-08-11T02:55:53.827Z] 28ee18969aaf: Layer already exists [2020-08-11T02:55:53.827Z] cae2423d45fe: Layer already exists [2020-08-11T02:55:54.099Z] master: digest: sha256:b4f24b8cf641fa7ac1517e9a82f7b3a1190a043ff1c0f0a1f2b49088f419a196 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:55:54.279Z] ===================================================== [Pipeline] echo [2020-08-11T02:55:54.321Z] taggedImages: [2020-08-11T02:55:54.321Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:54.321Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:54.321Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:54.321Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-08-11T02:55:54.390Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-08-11T02:55:54.390Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:54.390Z] 1.2.2-dev.9 [2020-08-11T02:55:54.390Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:55:54.390Z] master [2020-08-11T02:55:54.390Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:54.878Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:55.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:55:55.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-11T02:55:55.251Z] 49411b73f0fd: Preparing [2020-08-11T02:55:55.251Z] 767e75ed6504: Preparing [2020-08-11T02:55:55.251Z] 575f324929f4: Preparing [2020-08-11T02:55:55.251Z] 24d59465c872: Preparing [2020-08-11T02:55:55.251Z] 5f6db50f78ea: Preparing [2020-08-11T02:55:55.251Z] e48ac02a62a0: Preparing [2020-08-11T02:55:55.251Z] e48ac02a62a0: Waiting [2020-08-11T02:55:55.535Z] 575f324929f4: Pushed [2020-08-11T02:55:55.535Z] 49411b73f0fd: Pushed [2020-08-11T02:55:55.535Z] 5f6db50f78ea: Pushed [2020-08-11T02:55:55.535Z] 24d59465c872: Pushed [2020-08-11T02:55:55.808Z] e48ac02a62a0: Pushed [2020-08-11T02:55:58.429Z] 767e75ed6504: Pushed [2020-08-11T02:55:58.429Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:4d4bc5a3f7f604684c3904acf21794c9fe7ef85683f32ec9b4d19e9b31de9882 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:58.773Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:59.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.9 [2020-08-11T02:55:59.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-11T02:55:59.114Z] 49411b73f0fd: Preparing [2020-08-11T02:55:59.114Z] 767e75ed6504: Preparing [2020-08-11T02:55:59.114Z] 575f324929f4: Preparing [2020-08-11T02:55:59.114Z] 24d59465c872: Preparing [2020-08-11T02:55:59.114Z] 5f6db50f78ea: Preparing [2020-08-11T02:55:59.114Z] e48ac02a62a0: Preparing [2020-08-11T02:55:59.114Z] e48ac02a62a0: Waiting [2020-08-11T02:55:59.114Z] 5f6db50f78ea: Layer already exists [2020-08-11T02:55:59.114Z] 767e75ed6504: Layer already exists [2020-08-11T02:55:59.385Z] 575f324929f4: Layer already exists [2020-08-11T02:55:59.385Z] 24d59465c872: Layer already exists [2020-08-11T02:55:59.385Z] 49411b73f0fd: Layer already exists [2020-08-11T02:55:59.385Z] e48ac02a62a0: Layer already exists [2020-08-11T02:55:59.385Z] 1.2.2-dev.9: digest: sha256:4d4bc5a3f7f604684c3904acf21794c9fe7ef85683f32ec9b4d19e9b31de9882 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:55:59.736Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:00.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:56:00.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-11T02:56:00.074Z] 49411b73f0fd: Preparing [2020-08-11T02:56:00.074Z] 767e75ed6504: Preparing [2020-08-11T02:56:00.074Z] 575f324929f4: Preparing [2020-08-11T02:56:00.074Z] 24d59465c872: Preparing [2020-08-11T02:56:00.074Z] 5f6db50f78ea: Preparing [2020-08-11T02:56:00.074Z] e48ac02a62a0: Preparing [2020-08-11T02:56:00.074Z] e48ac02a62a0: Waiting [2020-08-11T02:56:00.074Z] 575f324929f4: Layer already exists [2020-08-11T02:56:00.074Z] 49411b73f0fd: Layer already exists [2020-08-11T02:56:00.074Z] 24d59465c872: Layer already exists [2020-08-11T02:56:00.346Z] 5f6db50f78ea: Layer already exists [2020-08-11T02:56:00.346Z] 767e75ed6504: Layer already exists [2020-08-11T02:56:00.346Z] e48ac02a62a0: Layer already exists [2020-08-11T02:56:00.346Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:4d4bc5a3f7f604684c3904acf21794c9fe7ef85683f32ec9b4d19e9b31de9882 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:00.698Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:01.044Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-08-11T02:56:01.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-08-11T02:56:01.044Z] 49411b73f0fd: Preparing [2020-08-11T02:56:01.044Z] 767e75ed6504: Preparing [2020-08-11T02:56:01.044Z] 575f324929f4: Preparing [2020-08-11T02:56:01.044Z] 24d59465c872: Preparing [2020-08-11T02:56:01.044Z] 5f6db50f78ea: Preparing [2020-08-11T02:56:01.044Z] e48ac02a62a0: Preparing [2020-08-11T02:56:01.044Z] e48ac02a62a0: Waiting [2020-08-11T02:56:01.326Z] 24d59465c872: Layer already exists [2020-08-11T02:56:01.326Z] 767e75ed6504: Layer already exists [2020-08-11T02:56:01.326Z] 575f324929f4: Layer already exists [2020-08-11T02:56:01.326Z] 49411b73f0fd: Layer already exists [2020-08-11T02:56:01.326Z] 5f6db50f78ea: Layer already exists [2020-08-11T02:56:01.326Z] e48ac02a62a0: Layer already exists [2020-08-11T02:56:01.326Z] master: digest: sha256:4d4bc5a3f7f604684c3904acf21794c9fe7ef85683f32ec9b4d19e9b31de9882 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:56:01.568Z] ===================================================== [Pipeline] echo [2020-08-11T02:56:01.608Z] taggedImages: [2020-08-11T02:56:01.608Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:56:01.608Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.9 [2020-08-11T02:56:01.608Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:56:01.608Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-08-11T02:56:01.660Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-08-11T02:56:01.660Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:56:01.660Z] 1.2.2-dev.9 [2020-08-11T02:56:01.660Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:56:01.660Z] master [2020-08-11T02:56:01.660Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:02.501Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:02.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:56:02.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-11T02:56:02.852Z] 45173214f5cc: Preparing [2020-08-11T02:56:02.852Z] e0d318238df7: Preparing [2020-08-11T02:56:02.852Z] 4624f96aa9d9: Preparing [2020-08-11T02:56:03.145Z] 4624f96aa9d9: Pushed [2020-08-11T02:56:03.145Z] 45173214f5cc: Pushed [2020-08-11T02:56:05.991Z] e0d318238df7: Pushed [2020-08-11T02:56:06.361Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:1e4ba3c6cd23482a940d8dab2c43dbab747498eb14b81272a9e1f263ff54026b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:06.955Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:07.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.9 [2020-08-11T02:56:07.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-11T02:56:07.802Z] 45173214f5cc: Preparing [2020-08-11T02:56:07.802Z] e0d318238df7: Preparing [2020-08-11T02:56:07.802Z] 4624f96aa9d9: Preparing [2020-08-11T02:56:07.802Z] 4624f96aa9d9: Layer already exists [2020-08-11T02:56:07.802Z] e0d318238df7: Layer already exists [2020-08-11T02:56:07.802Z] 45173214f5cc: Layer already exists [2020-08-11T02:56:07.802Z] 1.2.2-dev.9: digest: sha256:1e4ba3c6cd23482a940d8dab2c43dbab747498eb14b81272a9e1f263ff54026b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:08.359Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:08.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:56:08.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-11T02:56:08.925Z] 45173214f5cc: Preparing [2020-08-11T02:56:08.925Z] e0d318238df7: Preparing [2020-08-11T02:56:08.925Z] 4624f96aa9d9: Preparing [2020-08-11T02:56:08.925Z] e0d318238df7: Layer already exists [2020-08-11T02:56:08.925Z] 4624f96aa9d9: Layer already exists [2020-08-11T02:56:08.925Z] 45173214f5cc: Layer already exists [2020-08-11T02:56:09.217Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:1e4ba3c6cd23482a940d8dab2c43dbab747498eb14b81272a9e1f263ff54026b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:09.663Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:10.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-08-11T02:56:10.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-08-11T02:56:10.397Z] 45173214f5cc: Preparing [2020-08-11T02:56:10.397Z] e0d318238df7: Preparing [2020-08-11T02:56:10.397Z] 4624f96aa9d9: Preparing [2020-08-11T02:56:10.397Z] 45173214f5cc: Layer already exists [2020-08-11T02:56:10.397Z] 4624f96aa9d9: Layer already exists [2020-08-11T02:56:10.397Z] e0d318238df7: Layer already exists [2020-08-11T02:56:10.397Z] master: digest: sha256:1e4ba3c6cd23482a940d8dab2c43dbab747498eb14b81272a9e1f263ff54026b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:56:10.810Z] ===================================================== [Pipeline] echo [2020-08-11T02:56:10.886Z] taggedImages: [2020-08-11T02:56:10.886Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:56:10.886Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.9 [2020-08-11T02:56:10.886Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:56:10.886Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-08-11T02:56:10.972Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-08-11T02:56:10.972Z] aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:56:10.972Z] 1.2.2-dev.9 [2020-08-11T02:56:10.972Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:56:10.972Z] master [2020-08-11T02:56:10.972Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:11.651Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:12.339Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:56:12.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-11T02:56:12.339Z] a4597657dd28: Preparing [2020-08-11T02:56:12.339Z] 27a3bb2c673b: Preparing [2020-08-11T02:56:12.339Z] bb1f693afb61: Preparing [2020-08-11T02:56:12.339Z] d6c38670db7c: Preparing [2020-08-11T02:56:12.339Z] c4211ef2256f: Preparing [2020-08-11T02:56:12.339Z] 6f410c2de66c: Preparing [2020-08-11T02:56:12.339Z] 317343bf3af1: Preparing [2020-08-11T02:56:12.339Z] dcafda8adff7: Preparing [2020-08-11T02:56:12.339Z] 48d9eb58abf3: Preparing [2020-08-11T02:56:12.339Z] e5de615b7841: Preparing [2020-08-11T02:56:12.339Z] b0d752909cf9: Preparing [2020-08-11T02:56:12.339Z] 94fdc660876c: Preparing [2020-08-11T02:56:12.339Z] 4e7279dfc0c0: Preparing [2020-08-11T02:56:12.339Z] e2f13739ad41: Preparing [2020-08-11T02:56:12.339Z] 6f410c2de66c: Waiting [2020-08-11T02:56:12.339Z] 317343bf3af1: Waiting [2020-08-11T02:56:12.339Z] dcafda8adff7: Waiting [2020-08-11T02:56:12.339Z] 48d9eb58abf3: Waiting [2020-08-11T02:56:12.339Z] e5de615b7841: Waiting [2020-08-11T02:56:12.339Z] b0d752909cf9: Waiting [2020-08-11T02:56:12.339Z] e2f13739ad41: Waiting [2020-08-11T02:56:12.339Z] 4e7279dfc0c0: Waiting [2020-08-11T02:56:12.665Z] c4211ef2256f: Pushed [2020-08-11T02:56:12.984Z] a4597657dd28: Pushed [2020-08-11T02:56:13.588Z] d6c38670db7c: Pushed [2020-08-11T02:56:13.588Z] dcafda8adff7: Layer already exists [2020-08-11T02:56:13.588Z] 48d9eb58abf3: Layer already exists [2020-08-11T02:56:13.588Z] e5de615b7841: Layer already exists [2020-08-11T02:56:13.588Z] 317343bf3af1: Pushed [2020-08-11T02:56:13.588Z] b0d752909cf9: Layer already exists [2020-08-11T02:56:13.588Z] 94fdc660876c: Layer already exists [2020-08-11T02:56:13.867Z] 4e7279dfc0c0: Layer already exists [2020-08-11T02:56:13.867Z] e2f13739ad41: Layer already exists [2020-08-11T02:56:14.470Z] 27a3bb2c673b: Pushed [2020-08-11T02:56:15.494Z] 6f410c2de66c: Pushed [2020-08-11T02:56:27.975Z] bb1f693afb61: Pushed [2020-08-11T02:56:27.975Z] aed4594c0c67a41538adeca107413fb688e317f4: digest: sha256:fd431a456f369fc154b3545455dab2e343cac6017039e49840a30595d4f7d439 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:28.315Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:28.643Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.9 [2020-08-11T02:56:28.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-11T02:56:28.643Z] a4597657dd28: Preparing [2020-08-11T02:56:28.643Z] 27a3bb2c673b: Preparing [2020-08-11T02:56:28.643Z] bb1f693afb61: Preparing [2020-08-11T02:56:28.643Z] d6c38670db7c: Preparing [2020-08-11T02:56:28.643Z] c4211ef2256f: Preparing [2020-08-11T02:56:28.643Z] 6f410c2de66c: Preparing [2020-08-11T02:56:28.643Z] 317343bf3af1: Preparing [2020-08-11T02:56:28.643Z] dcafda8adff7: Preparing [2020-08-11T02:56:28.643Z] 48d9eb58abf3: Preparing [2020-08-11T02:56:28.643Z] e5de615b7841: Preparing [2020-08-11T02:56:28.643Z] b0d752909cf9: Preparing [2020-08-11T02:56:28.643Z] 94fdc660876c: Preparing [2020-08-11T02:56:28.643Z] 4e7279dfc0c0: Preparing [2020-08-11T02:56:28.643Z] e2f13739ad41: Preparing [2020-08-11T02:56:28.643Z] 6f410c2de66c: Waiting [2020-08-11T02:56:28.643Z] 317343bf3af1: Waiting [2020-08-11T02:56:28.643Z] dcafda8adff7: Waiting [2020-08-11T02:56:28.643Z] 48d9eb58abf3: Waiting [2020-08-11T02:56:28.643Z] e5de615b7841: Waiting [2020-08-11T02:56:28.643Z] b0d752909cf9: Waiting [2020-08-11T02:56:28.643Z] 94fdc660876c: Waiting [2020-08-11T02:56:28.643Z] 4e7279dfc0c0: Waiting [2020-08-11T02:56:28.643Z] e2f13739ad41: Waiting [2020-08-11T02:56:28.912Z] bb1f693afb61: Layer already exists [2020-08-11T02:56:28.912Z] 27a3bb2c673b: Layer already exists [2020-08-11T02:56:28.912Z] a4597657dd28: Layer already exists [2020-08-11T02:56:28.912Z] c4211ef2256f: Layer already exists [2020-08-11T02:56:28.912Z] d6c38670db7c: Layer already exists [2020-08-11T02:56:28.912Z] 317343bf3af1: Layer already exists [2020-08-11T02:56:28.912Z] 6f410c2de66c: Layer already exists [2020-08-11T02:56:28.912Z] 48d9eb58abf3: Layer already exists [2020-08-11T02:56:28.912Z] dcafda8adff7: Layer already exists [2020-08-11T02:56:28.912Z] e5de615b7841: Layer already exists [2020-08-11T02:56:28.912Z] 94fdc660876c: Layer already exists [2020-08-11T02:56:28.912Z] b0d752909cf9: Layer already exists [2020-08-11T02:56:28.912Z] 4e7279dfc0c0: Layer already exists [2020-08-11T02:56:28.912Z] e2f13739ad41: Layer already exists [2020-08-11T02:56:28.912Z] 1.2.2-dev.9: digest: sha256:fd431a456f369fc154b3545455dab2e343cac6017039e49840a30595d4f7d439 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:29.244Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:29.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:56:29.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-11T02:56:29.574Z] a4597657dd28: Preparing [2020-08-11T02:56:29.574Z] 27a3bb2c673b: Preparing [2020-08-11T02:56:29.574Z] bb1f693afb61: Preparing [2020-08-11T02:56:29.574Z] d6c38670db7c: Preparing [2020-08-11T02:56:29.574Z] c4211ef2256f: Preparing [2020-08-11T02:56:29.574Z] 6f410c2de66c: Preparing [2020-08-11T02:56:29.574Z] 317343bf3af1: Preparing [2020-08-11T02:56:29.574Z] dcafda8adff7: Preparing [2020-08-11T02:56:29.574Z] 48d9eb58abf3: Preparing [2020-08-11T02:56:29.574Z] e5de615b7841: Preparing [2020-08-11T02:56:29.574Z] b0d752909cf9: Preparing [2020-08-11T02:56:29.574Z] 94fdc660876c: Preparing [2020-08-11T02:56:29.574Z] 4e7279dfc0c0: Preparing [2020-08-11T02:56:29.574Z] e2f13739ad41: Preparing [2020-08-11T02:56:29.574Z] 6f410c2de66c: Waiting [2020-08-11T02:56:29.574Z] 317343bf3af1: Waiting [2020-08-11T02:56:29.574Z] dcafda8adff7: Waiting [2020-08-11T02:56:29.574Z] 48d9eb58abf3: Waiting [2020-08-11T02:56:29.574Z] e5de615b7841: Waiting [2020-08-11T02:56:29.574Z] 4e7279dfc0c0: Waiting [2020-08-11T02:56:29.574Z] b0d752909cf9: Waiting [2020-08-11T02:56:29.574Z] e2f13739ad41: Waiting [2020-08-11T02:56:29.574Z] 94fdc660876c: Waiting [2020-08-11T02:56:29.574Z] a4597657dd28: Layer already exists [2020-08-11T02:56:29.574Z] bb1f693afb61: Layer already exists [2020-08-11T02:56:29.574Z] 27a3bb2c673b: Layer already exists [2020-08-11T02:56:29.574Z] c4211ef2256f: Layer already exists [2020-08-11T02:56:29.574Z] d6c38670db7c: Layer already exists [2020-08-11T02:56:29.842Z] 6f410c2de66c: Layer already exists [2020-08-11T02:56:29.842Z] 317343bf3af1: Layer already exists [2020-08-11T02:56:29.842Z] 48d9eb58abf3: Layer already exists [2020-08-11T02:56:29.842Z] dcafda8adff7: Layer already exists [2020-08-11T02:56:29.842Z] e5de615b7841: Layer already exists [2020-08-11T02:56:29.842Z] b0d752909cf9: Layer already exists [2020-08-11T02:56:29.842Z] 94fdc660876c: Layer already exists [2020-08-11T02:56:29.842Z] 4e7279dfc0c0: Layer already exists [2020-08-11T02:56:29.842Z] e2f13739ad41: Layer already exists [2020-08-11T02:56:29.842Z] aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9: digest: sha256:fd431a456f369fc154b3545455dab2e343cac6017039e49840a30595d4f7d439 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:30.175Z] + 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-11T02:56:30.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-08-11T02:56:30.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-08-11T02:56:30.505Z] a4597657dd28: Preparing [2020-08-11T02:56:30.505Z] 27a3bb2c673b: Preparing [2020-08-11T02:56:30.505Z] bb1f693afb61: Preparing [2020-08-11T02:56:30.505Z] d6c38670db7c: Preparing [2020-08-11T02:56:30.505Z] c4211ef2256f: Preparing [2020-08-11T02:56:30.505Z] 6f410c2de66c: Preparing [2020-08-11T02:56:30.505Z] 317343bf3af1: Preparing [2020-08-11T02:56:30.505Z] dcafda8adff7: Preparing [2020-08-11T02:56:30.505Z] 48d9eb58abf3: Preparing [2020-08-11T02:56:30.505Z] e5de615b7841: Preparing [2020-08-11T02:56:30.505Z] b0d752909cf9: Preparing [2020-08-11T02:56:30.505Z] 94fdc660876c: Preparing [2020-08-11T02:56:30.505Z] 4e7279dfc0c0: Preparing [2020-08-11T02:56:30.505Z] e2f13739ad41: Preparing [2020-08-11T02:56:30.505Z] 6f410c2de66c: Waiting [2020-08-11T02:56:30.505Z] 317343bf3af1: Waiting [2020-08-11T02:56:30.505Z] dcafda8adff7: Waiting [2020-08-11T02:56:30.505Z] 48d9eb58abf3: Waiting [2020-08-11T02:56:30.505Z] e5de615b7841: Waiting [2020-08-11T02:56:30.505Z] b0d752909cf9: Waiting [2020-08-11T02:56:30.505Z] 94fdc660876c: Waiting [2020-08-11T02:56:30.505Z] 4e7279dfc0c0: Waiting [2020-08-11T02:56:30.505Z] e2f13739ad41: Waiting [2020-08-11T02:56:30.776Z] a4597657dd28: Layer already exists [2020-08-11T02:56:30.776Z] 27a3bb2c673b: Layer already exists [2020-08-11T02:56:30.776Z] bb1f693afb61: Layer already exists [2020-08-11T02:56:30.776Z] c4211ef2256f: Layer already exists [2020-08-11T02:56:30.776Z] d6c38670db7c: Layer already exists [2020-08-11T02:56:30.776Z] dcafda8adff7: Layer already exists [2020-08-11T02:56:30.776Z] 6f410c2de66c: Layer already exists [2020-08-11T02:56:30.776Z] 317343bf3af1: Layer already exists [2020-08-11T02:56:30.776Z] 48d9eb58abf3: Layer already exists [2020-08-11T02:56:30.776Z] e5de615b7841: Layer already exists [2020-08-11T02:56:30.776Z] 4e7279dfc0c0: Layer already exists [2020-08-11T02:56:30.776Z] b0d752909cf9: Layer already exists [2020-08-11T02:56:30.776Z] 94fdc660876c: Layer already exists [2020-08-11T02:56:30.776Z] e2f13739ad41: Layer already exists [2020-08-11T02:56:30.776Z] master: digest: sha256:fd431a456f369fc154b3545455dab2e343cac6017039e49840a30595d4f7d439 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-11T02:56:30.958Z] ===================================================== [Pipeline] echo [2020-08-11T02:56:30.998Z] taggedImages: [2020-08-11T02:56:30.998Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:56:30.998Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.9 [2020-08-11T02:56:30.998Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4-1.2.2-dev.9 [2020-08-11T02:56:30.998Z] - 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-11T02:56:32.241Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-11T02:56:32.243Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-11T02:56:32.292Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:32.662Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-11T02:56:32.662Z] [2020-08-11T02:56:32.662Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:56:33.441Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-11T02:56:33.441Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-11T02:56:33.441Z] cbdbe7a5bc2a: Already exists [2020-08-11T02:56:33.441Z] 408f87550127: Pulling fs layer [2020-08-11T02:56:33.441Z] fe522b08c979: Pulling fs layer [2020-08-11T02:56:33.441Z] 221eaa008020: Pulling fs layer [2020-08-11T02:56:33.441Z] 2a4607e5d6b9: Pulling fs layer [2020-08-11T02:56:33.441Z] 8f79b27c4fd2: Pulling fs layer [2020-08-11T02:56:33.441Z] e5c8dbe1645b: Pulling fs layer [2020-08-11T02:56:33.441Z] 23e8b3b47431: Pulling fs layer [2020-08-11T02:56:33.441Z] 5c568d65a230: Pulling fs layer [2020-08-11T02:56:33.441Z] 23e8b3b47431: Waiting [2020-08-11T02:56:33.441Z] 2a4607e5d6b9: Waiting [2020-08-11T02:56:33.441Z] 5c568d65a230: Waiting [2020-08-11T02:56:33.441Z] 8f79b27c4fd2: Waiting [2020-08-11T02:56:33.441Z] e5c8dbe1645b: Waiting [2020-08-11T02:56:33.441Z] fe522b08c979: Verifying Checksum [2020-08-11T02:56:33.441Z] fe522b08c979: Download complete [2020-08-11T02:56:33.441Z] 2a4607e5d6b9: Verifying Checksum [2020-08-11T02:56:33.441Z] 2a4607e5d6b9: Download complete [2020-08-11T02:56:33.441Z] 8f79b27c4fd2: Verifying Checksum [2020-08-11T02:56:33.441Z] 8f79b27c4fd2: Download complete [2020-08-11T02:56:33.723Z] 408f87550127: Pull complete [2020-08-11T02:56:33.723Z] e5c8dbe1645b: Verifying Checksum [2020-08-11T02:56:33.723Z] e5c8dbe1645b: Download complete [2020-08-11T02:56:34.001Z] fe522b08c979: Pull complete [2020-08-11T02:56:34.274Z] 23e8b3b47431: Verifying Checksum [2020-08-11T02:56:34.274Z] 23e8b3b47431: Download complete [2020-08-11T02:56:34.858Z] 5c568d65a230: Verifying Checksum [2020-08-11T02:56:34.858Z] 5c568d65a230: Download complete [2020-08-11T02:56:34.858Z] 221eaa008020: Verifying Checksum [2020-08-11T02:56:34.858Z] 221eaa008020: Download complete [2020-08-11T02:56:41.471Z] 221eaa008020: Pull complete [2020-08-11T02:56:41.471Z] 2a4607e5d6b9: Pull complete [2020-08-11T02:56:41.471Z] 8f79b27c4fd2: Pull complete [2020-08-11T02:56:44.860Z] e5c8dbe1645b: Pull complete [2020-08-11T02:56:48.175Z] 23e8b3b47431: Pull complete [2020-08-11T02:56:51.484Z] 5c568d65a230: Pull complete [2020-08-11T02:56:51.484Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-11T02:56:51.484Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-11T02:56:51.484Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-11T02:56:51.680Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:56:51.720Z] $ 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/121:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-11T02:56:52.758Z] $ docker top 9ae203d076aa07b1048002c1483fde32cfd369b08a236969ab933c3bbb6d4401 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-11T02:56:53.316Z] + snyk monitor '--org=edgex-jenkins' [2020-08-11T02:57:01.474Z] [2020-08-11T02:57:01.474Z] Monitoring /w/workspace/edgex-go/121 (github.com/edgexfoundry/edgex-go)... [2020-08-11T02:57:01.474Z] [2020-08-11T02:57:01.474Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/b03669df-fabe-4b6b-a391-47b13ee06a18 [2020-08-11T02:57:01.474Z] [2020-08-11T02:57:01.474Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-11T02:57:01.474Z] [2020-08-11T02:57:01.474Z] [2020-08-11T02:57:01.474Z] Snyk CLI supports Node.js 8 and higher. [2020-08-11T02:57:01.474Z] 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-11T02:57:01.474Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-11T02:57:01.474Z] [2020-08-11T02:57:01.474Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-11T02:57:01.474Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-11T02:57:01.486Z] $ docker stop --time=1 9ae203d076aa07b1048002c1483fde32cfd369b08a236969ab933c3bbb6d4401 [2020-08-11T02:57:04.328Z] $ docker rm -f 9ae203d076aa07b1048002c1483fde32cfd369b08a236969ab933c3bbb6d4401 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:57:05.781Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:57:05.781Z] [2020-08-11T02:57:05.781Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:57:06.119Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:57:06.119Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-11T02:57:06.119Z] e7c96db7181b: Pulling fs layer [2020-08-11T02:57:06.119Z] 1868ca2cb446: Pulling fs layer [2020-08-11T02:57:06.119Z] 136be5d0fe8e: Pulling fs layer [2020-08-11T02:57:06.119Z] 894bfe63afcb: Pulling fs layer [2020-08-11T02:57:06.119Z] 1868ca2cb446: Verifying Checksum [2020-08-11T02:57:06.119Z] 1868ca2cb446: Download complete [2020-08-11T02:57:06.119Z] 136be5d0fe8e: Verifying Checksum [2020-08-11T02:57:06.119Z] e7c96db7181b: Verifying Checksum [2020-08-11T02:57:06.119Z] e7c96db7181b: Download complete [2020-08-11T02:57:06.383Z] 894bfe63afcb: Verifying Checksum [2020-08-11T02:57:06.383Z] 894bfe63afcb: Download complete [2020-08-11T02:57:06.644Z] e7c96db7181b: Pull complete [2020-08-11T02:57:06.644Z] 1868ca2cb446: Pull complete [2020-08-11T02:57:06.908Z] 136be5d0fe8e: Pull complete [2020-08-11T02:57:07.170Z] 894bfe63afcb: Pull complete [2020-08-11T02:57:07.170Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-11T02:57:07.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:57:07.170Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-11T02:57:07.267Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:57:07.318Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:57:08.249Z] $ docker top 0059d4b59115969fb649c5431abb826e34183332d2815b0bb1e6413f9892aa21 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:57:08.747Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:57:08.747Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:57:11.412Z] $ docker stop --time=1 0059d4b59115969fb649c5431abb826e34183332d2815b0bb1e6413f9892aa21 [2020-08-11T02:57:12.786Z] $ docker rm -f 0059d4b59115969fb649c5431abb826e34183332d2815b0bb1e6413f9892aa21 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:57:13.268Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:57:13.268Z] . [Pipeline] withDockerContainer [2020-08-11T02:57:13.363Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:57:13.408Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:57:14.150Z] $ docker top 621b7029e99f244127bda45887aa1ab2bc6d437372041269bf3906b5375e59b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:57:14.716Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:57:14.716Z] + tee [2020-08-11T02:57:14.716Z] clair timeout 1m0s [2020-08-11T02:57:14.716Z] docker timeout: 1m0s [2020-08-11T02:57:14.716Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:57:15.378Z] $ docker stop --time=1 621b7029e99f244127bda45887aa1ab2bc6d437372041269bf3906b5375e59b4 [2020-08-11T02:57:16.738Z] $ docker rm -f 621b7029e99f244127bda45887aa1ab2bc6d437372041269bf3906b5375e59b4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:57:17.210Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:57:17.222Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-core-command-go_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:57:17.287Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:57:17.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:57:17.680Z] . [Pipeline] withDockerContainer [2020-08-11T02:57:17.778Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:57:17.814Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:57:18.621Z] $ docker top 2ab5228ac7dc99571c7dc575b4369fae812e15f70aa106971c17e9a3115eb410 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:57:19.157Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:57:19.157Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:57:24.641Z] $ docker stop --time=1 2ab5228ac7dc99571c7dc575b4369fae812e15f70aa106971c17e9a3115eb410 [2020-08-11T02:57:26.492Z] $ docker rm -f 2ab5228ac7dc99571c7dc575b4369fae812e15f70aa106971c17e9a3115eb410 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:57:26.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:57:26.953Z] . [Pipeline] withDockerContainer [2020-08-11T02:57:27.055Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:57:27.090Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:57:27.713Z] $ docker top f7b099a5f71d9f1da0b452f3d033b46b047c0d9b4dcda6e3cd7131d843d776a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:57:28.211Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:57:28.211Z] + tee [2020-08-11T02:57:28.211Z] clair timeout 1m0s [2020-08-11T02:57:28.211Z] docker timeout: 1m0s [2020-08-11T02:57:28.211Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:57:29.276Z] $ docker stop --time=1 f7b099a5f71d9f1da0b452f3d033b46b047c0d9b4dcda6e3cd7131d843d776a1 [2020-08-11T02:57:30.644Z] $ docker rm -f f7b099a5f71d9f1da0b452f3d033b46b047c0d9b4dcda6e3cd7131d843d776a1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:57:31.143Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:57:31.154Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-core-data-go_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:57:31.205Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:57:31.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:57:31.535Z] . [Pipeline] withDockerContainer [2020-08-11T02:57:31.629Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:57:31.665Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:57:32.377Z] $ docker top 1bffbe6a7d494cd2e1305561b662a1748e8d92a95cc3103fd08cff2a1f432e01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:57:33.037Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:57:33.037Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:57:35.731Z] $ docker stop --time=1 1bffbe6a7d494cd2e1305561b662a1748e8d92a95cc3103fd08cff2a1f432e01 [2020-08-11T02:57:37.130Z] $ docker rm -f 1bffbe6a7d494cd2e1305561b662a1748e8d92a95cc3103fd08cff2a1f432e01 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:57:37.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:57:37.614Z] . [Pipeline] withDockerContainer [2020-08-11T02:57:37.708Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:57:37.743Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:57:38.463Z] $ docker top 81f8d166acef1549a6b6995765d38bca5d11c97035099fa3984574dacb65d2e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:57:39.020Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:57:39.020Z] + tee [2020-08-11T02:57:39.020Z] clair timeout 1m0s [2020-08-11T02:57:39.020Z] docker timeout: 1m0s [2020-08-11T02:57:39.020Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:57:39.674Z] $ docker stop --time=1 81f8d166acef1549a6b6995765d38bca5d11c97035099fa3984574dacb65d2e6 [2020-08-11T02:57:41.017Z] $ docker rm -f 81f8d166acef1549a6b6995765d38bca5d11c97035099fa3984574dacb65d2e6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:57:41.469Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:57:41.481Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-core-metadata-go_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:57:41.536Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:57:41.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:57:41.857Z] . [Pipeline] withDockerContainer [2020-08-11T02:57:41.949Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:57:41.981Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:57:42.593Z] $ docker top 7ed797a00603c8446bbec3a26fc6fe25294f5afd7ab3a36c88a42c62a3da4ed2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:57:43.126Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:57:43.126Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:57:47.457Z] $ docker stop --time=1 7ed797a00603c8446bbec3a26fc6fe25294f5afd7ab3a36c88a42c62a3da4ed2 [2020-08-11T02:57:48.804Z] $ docker rm -f 7ed797a00603c8446bbec3a26fc6fe25294f5afd7ab3a36c88a42c62a3da4ed2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:57:49.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:57:49.304Z] . [Pipeline] withDockerContainer [2020-08-11T02:57:49.396Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:57:49.434Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:57:50.179Z] $ docker top da242df6388a3f246119015504d45b8ce07c10f8381214b11714203e3628a020 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:57:50.717Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:57:50.717Z] + tee [2020-08-11T02:57:50.717Z] clair timeout 1m0s [2020-08-11T02:57:50.717Z] docker timeout: 1m0s [2020-08-11T02:57:50.717Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:57:51.748Z] $ docker stop --time=1 da242df6388a3f246119015504d45b8ce07c10f8381214b11714203e3628a020 [2020-08-11T02:57:53.141Z] $ docker rm -f da242df6388a3f246119015504d45b8ce07c10f8381214b11714203e3628a020 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:57:53.617Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:57:53.630Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-security-proxy-setup-go_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:57:53.676Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:57:54.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:57:54.056Z] . [Pipeline] withDockerContainer [2020-08-11T02:57:54.171Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:57:54.202Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:57:54.877Z] $ docker top 2b93f1cd244b5bf1339b2385ebf6ea763f0823896bd36aa1055b74407ad25810 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:57:55.377Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:57:55.377Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:58:03.720Z] $ docker stop --time=1 2b93f1cd244b5bf1339b2385ebf6ea763f0823896bd36aa1055b74407ad25810 [2020-08-11T02:58:05.089Z] $ docker rm -f 2b93f1cd244b5bf1339b2385ebf6ea763f0823896bd36aa1055b74407ad25810 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:58:05.545Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:58:05.545Z] . [Pipeline] withDockerContainer [2020-08-11T02:58:05.636Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:58:05.667Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:58:06.325Z] $ docker top adfa750ce86b442a149f4a7d963ab89449b47738b87c55f4d610d4990666aeed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:58:06.836Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:58:06.836Z] + tee [2020-08-11T02:58:06.836Z] clair timeout 1m0s [2020-08-11T02:58:06.836Z] docker timeout: 1m0s [2020-08-11T02:58:06.836Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:58:08.310Z] $ docker stop --time=1 adfa750ce86b442a149f4a7d963ab89449b47738b87c55f4d610d4990666aeed [2020-08-11T02:58:09.648Z] $ docker rm -f adfa750ce86b442a149f4a7d963ab89449b47738b87c55f4d610d4990666aeed [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:58:10.115Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:58:10.127Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-security-secrets-setup-go_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:58:10.173Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:58:10.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:58:10.508Z] . [Pipeline] withDockerContainer [2020-08-11T02:58:10.605Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:58:10.636Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:58:11.280Z] $ docker top 14bd825f353194c062249423d2b4c162d5eb55ba1bc3ca2d986f9744ab44126a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:58:11.802Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:58:11.802Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:58:20.116Z] $ docker stop --time=1 14bd825f353194c062249423d2b4c162d5eb55ba1bc3ca2d986f9744ab44126a [2020-08-11T02:58:21.498Z] $ docker rm -f 14bd825f353194c062249423d2b4c162d5eb55ba1bc3ca2d986f9744ab44126a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:58:22.121Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:58:22.121Z] . [Pipeline] withDockerContainer [2020-08-11T02:58:22.252Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:58:22.285Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:58:22.978Z] $ docker top 6eade04942e611a4ab0e025992f3679a2ce26bb77e37674ecf75c895df1e0790 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:58:23.491Z] + tee [2020-08-11T02:58:23.491Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:58:23.491Z] clair timeout 1m0s [2020-08-11T02:58:23.491Z] docker timeout: 1m0s [2020-08-11T02:58:23.491Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:58:24.959Z] $ docker stop --time=1 6eade04942e611a4ab0e025992f3679a2ce26bb77e37674ecf75c895df1e0790 [2020-08-11T02:58:26.579Z] $ docker rm -f 6eade04942e611a4ab0e025992f3679a2ce26bb77e37674ecf75c895df1e0790 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:58:27.023Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:58:27.035Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-security-secretstore-setup-go_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:58:27.115Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:58:27.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:58:27.490Z] . [Pipeline] withDockerContainer [2020-08-11T02:58:27.579Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:58:27.610Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:58:28.293Z] $ docker top 8d6dab0e35582093b9c9971781bb95591c3b24b8e69d448a218eb4230e2c9264 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:58:28.822Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:58:28.823Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:58:32.248Z] $ docker stop --time=1 8d6dab0e35582093b9c9971781bb95591c3b24b8e69d448a218eb4230e2c9264 [2020-08-11T02:58:33.627Z] $ docker rm -f 8d6dab0e35582093b9c9971781bb95591c3b24b8e69d448a218eb4230e2c9264 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:58:34.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:58:34.135Z] . [Pipeline] withDockerContainer [2020-08-11T02:58:34.229Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:58:34.268Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:58:34.996Z] $ docker top 3133933eab4d9af9372a2c40be9d267ba024c4a501547cb333c9bc3916df1d74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:58:35.510Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:58:35.510Z] + tee [2020-08-11T02:58:35.510Z] clair timeout 1m0s [2020-08-11T02:58:35.510Z] docker timeout: 1m0s [2020-08-11T02:58:35.510Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:58:36.242Z] $ docker stop --time=1 3133933eab4d9af9372a2c40be9d267ba024c4a501547cb333c9bc3916df1d74 [2020-08-11T02:58:37.632Z] $ docker rm -f 3133933eab4d9af9372a2c40be9d267ba024c4a501547cb333c9bc3916df1d74 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:58:38.131Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:58:38.142Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-support-logging-go_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:58:38.190Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:58:38.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:58:38.571Z] . [Pipeline] withDockerContainer [2020-08-11T02:58:38.668Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:58:38.701Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:58:39.325Z] $ docker top 39b5abcfa817d9e4edc6c5983180b239db86cb0cf48443816694ae5cb5bacee1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:58:39.820Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:58:39.820Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:58:45.273Z] $ docker stop --time=1 39b5abcfa817d9e4edc6c5983180b239db86cb0cf48443816694ae5cb5bacee1 [2020-08-11T02:58:46.645Z] $ docker rm -f 39b5abcfa817d9e4edc6c5983180b239db86cb0cf48443816694ae5cb5bacee1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:58:47.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:58:47.111Z] . [Pipeline] withDockerContainer [2020-08-11T02:58:47.216Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:58:47.249Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:58:47.909Z] $ docker top 263eaaf450a854043c1462eecf35d7d0faa135059931ee1116eae14e4bbf01f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:58:48.485Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:58:48.485Z] + tee [2020-08-11T02:58:48.485Z] clair timeout 1m0s [2020-08-11T02:58:48.485Z] docker timeout: 1m0s [2020-08-11T02:58:48.485Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:58:49.510Z] $ docker stop --time=1 263eaaf450a854043c1462eecf35d7d0faa135059931ee1116eae14e4bbf01f0 [2020-08-11T02:58:50.863Z] $ docker rm -f 263eaaf450a854043c1462eecf35d7d0faa135059931ee1116eae14e4bbf01f0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:58:51.336Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:58:51.354Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-support-notifications-go_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:58:51.406Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:58:51.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:58:51.735Z] . [Pipeline] withDockerContainer [2020-08-11T02:58:51.825Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:58:51.861Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:58:52.534Z] $ docker top ce1c1d5550a4182c533741da5178f418daf6845afd6f2efb800cc73b41ee1897 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:58:53.112Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:58:53.112Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:58:55.783Z] $ docker stop --time=1 ce1c1d5550a4182c533741da5178f418daf6845afd6f2efb800cc73b41ee1897 [2020-08-11T02:58:57.147Z] $ docker rm -f ce1c1d5550a4182c533741da5178f418daf6845afd6f2efb800cc73b41ee1897 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:58:57.648Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:58:57.648Z] . [Pipeline] withDockerContainer [2020-08-11T02:58:57.764Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:58:57.797Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:58:58.537Z] $ docker top 38b93b3c6bc19e5b7f0f2fab5f4e8af8a2de43503c8c5805a10ad6bf066901d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:58:59.071Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:58:59.071Z] + tee [2020-08-11T02:58:59.071Z] clair timeout 1m0s [2020-08-11T02:58:59.071Z] docker timeout: 1m0s [2020-08-11T02:58:59.071Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:58:59.736Z] $ docker stop --time=1 38b93b3c6bc19e5b7f0f2fab5f4e8af8a2de43503c8c5805a10ad6bf066901d1 [2020-08-11T02:59:01.105Z] $ docker rm -f 38b93b3c6bc19e5b7f0f2fab5f4e8af8a2de43503c8c5805a10ad6bf066901d1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:59:01.565Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:59:01.582Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-support-scheduler-go_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:59:01.712Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:59:02.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:59:02.041Z] . [Pipeline] withDockerContainer [2020-08-11T02:59:02.142Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:59:02.195Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:59:02.830Z] $ docker top 7557d1b7d56d1e8f0f42c8ed0948c82c47d3847a85076791d4fb4a3e01d0d27a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:59:03.335Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:59:03.335Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:59:18.447Z] $ docker stop --time=1 7557d1b7d56d1e8f0f42c8ed0948c82c47d3847a85076791d4fb4a3e01d0d27a [2020-08-11T02:59:19.807Z] $ docker rm -f 7557d1b7d56d1e8f0f42c8ed0948c82c47d3847a85076791d4fb4a3e01d0d27a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:59:20.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:59:20.284Z] . [Pipeline] withDockerContainer [2020-08-11T02:59:20.380Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:59:20.412Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:59:21.083Z] $ docker top 557bebf21b82666be80ce445ad91f730a9e73c7039551d0d5701ea48fd0a16c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:59:21.594Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:59:21.594Z] + tee [2020-08-11T02:59:21.594Z] clair timeout 1m0s [2020-08-11T02:59:21.594Z] docker timeout: 1m0s [2020-08-11T02:59:21.594Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:59:23.067Z] $ docker stop --time=1 557bebf21b82666be80ce445ad91f730a9e73c7039551d0d5701ea48fd0a16c9 [2020-08-11T02:59:24.431Z] $ docker rm -f 557bebf21b82666be80ce445ad91f730a9e73c7039551d0d5701ea48fd0a16c9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:59:24.895Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:59:24.914Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-sys-mgmt-agent-go_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:59:24.970Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:59:25.297Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:59:25.297Z] . [Pipeline] withDockerContainer [2020-08-11T02:59:25.393Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:59:25.424Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:59:26.100Z] $ docker top 35d719f017ac4cdf8a95b2ad382f073d7bc0460819eec528ae385bd9d6b6e56d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:59:26.627Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:59:26.627Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:59:29.347Z] $ docker stop --time=1 35d719f017ac4cdf8a95b2ad382f073d7bc0460819eec528ae385bd9d6b6e56d [2020-08-11T02:59:30.698Z] $ docker rm -f 35d719f017ac4cdf8a95b2ad382f073d7bc0460819eec528ae385bd9d6b6e56d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:59:31.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:59:31.164Z] . [Pipeline] withDockerContainer [2020-08-11T02:59:31.258Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:59:31.364Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:59:32.055Z] $ docker top 70aef1b9a6d864e2f6c192219ce55306853c8db9e61782c9f44fc06fa4855fbe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:59:32.582Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:59:32.582Z] + tee [2020-08-11T02:59:32.582Z] clair timeout 1m0s [2020-08-11T02:59:32.582Z] docker timeout: 1m0s [2020-08-11T02:59:32.582Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:59:33.238Z] $ docker stop --time=1 70aef1b9a6d864e2f6c192219ce55306853c8db9e61782c9f44fc06fa4855fbe [2020-08-11T02:59:34.602Z] $ docker rm -f 70aef1b9a6d864e2f6c192219ce55306853c8db9e61782c9f44fc06fa4855fbe [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:59:35.061Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:59:35.074Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-core-command-go-arm64_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:59:35.121Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:59:35.461Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:59:35.461Z] . [Pipeline] withDockerContainer [2020-08-11T02:59:35.554Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:59:35.583Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:59:36.178Z] $ docker top 5d9ee392ab4d3331eb01f77af5050c9bd41e02b7c9ec65b8e827ccf91b284977 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:59:36.709Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:59:36.709Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:59:42.143Z] $ docker stop --time=1 5d9ee392ab4d3331eb01f77af5050c9bd41e02b7c9ec65b8e827ccf91b284977 [2020-08-11T02:59:43.507Z] $ docker rm -f 5d9ee392ab4d3331eb01f77af5050c9bd41e02b7c9ec65b8e827ccf91b284977 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:59:43.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:59:43.963Z] . [Pipeline] withDockerContainer [2020-08-11T02:59:44.057Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:59:44.089Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:59:44.741Z] $ docker top 95589582e4ea1b643c8c16a82a856438b59c3e9e92e6f84abc31dbac74d5293b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:59:45.262Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:59:45.262Z] + tee [2020-08-11T02:59:45.262Z] clair timeout 1m0s [2020-08-11T02:59:45.262Z] docker timeout: 1m0s [2020-08-11T02:59:45.262Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:59:46.298Z] $ docker stop --time=1 95589582e4ea1b643c8c16a82a856438b59c3e9e92e6f84abc31dbac74d5293b [2020-08-11T02:59:47.668Z] $ docker rm -f 95589582e4ea1b643c8c16a82a856438b59c3e9e92e6f84abc31dbac74d5293b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:59:48.135Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:59:48.151Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-core-data-go-arm64_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:59:48.195Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:59:48.527Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:59:48.527Z] . [Pipeline] withDockerContainer [2020-08-11T02:59:48.614Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:59:48.647Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:59:49.335Z] $ docker top cbfe5b1e919d219d156f3abfc102ecc9f7f6e484133cd04f6585863f382e4656 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:59:49.872Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:59:49.872Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:59:52.530Z] $ docker stop --time=1 cbfe5b1e919d219d156f3abfc102ecc9f7f6e484133cd04f6585863f382e4656 [2020-08-11T02:59:53.933Z] $ docker rm -f cbfe5b1e919d219d156f3abfc102ecc9f7f6e484133cd04f6585863f382e4656 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:59:54.420Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:59:54.420Z] . [Pipeline] withDockerContainer [2020-08-11T02:59:54.512Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:59:54.542Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:59:55.221Z] $ docker top 34074d1a834a74ee4f8d24b8edbc1f90e28e5b89c05439732832a7519cc3caa3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T02:59:55.737Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T02:59:55.737Z] + tee [2020-08-11T02:59:55.737Z] clair timeout 1m0s [2020-08-11T02:59:55.737Z] docker timeout: 1m0s [2020-08-11T02:59:55.737Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T02:59:56.406Z] $ docker stop --time=1 34074d1a834a74ee4f8d24b8edbc1f90e28e5b89c05439732832a7519cc3caa3 [2020-08-11T02:59:57.994Z] $ docker rm -f 34074d1a834a74ee4f8d24b8edbc1f90e28e5b89c05439732832a7519cc3caa3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T02:59:58.453Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T02:59:58.465Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-core-metadata-go-arm64_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T02:59:58.512Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T02:59:58.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T02:59:58.839Z] . [Pipeline] withDockerContainer [2020-08-11T02:59:58.954Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T02:59:59.031Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T02:59:59.643Z] $ docker top 2e5f6b8bb72c0f9150a57a7f67adcf8f29c298c9dbd3c6bc0ae1774ff45a0346 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:00:00.150Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:00:00.150Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:00:05.593Z] $ docker stop --time=1 2e5f6b8bb72c0f9150a57a7f67adcf8f29c298c9dbd3c6bc0ae1774ff45a0346 [2020-08-11T03:00:06.975Z] $ docker rm -f 2e5f6b8bb72c0f9150a57a7f67adcf8f29c298c9dbd3c6bc0ae1774ff45a0346 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:00:07.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:00:07.439Z] . [Pipeline] withDockerContainer [2020-08-11T03:00:07.533Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:00:07.565Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:00:08.188Z] $ docker top 316b7ea3d59c42019546af13e49e98b2be31331d0e0190ddf945dc7227e3cee2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:00:08.707Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:00:08.707Z] + tee [2020-08-11T03:00:08.707Z] clair timeout 1m0s [2020-08-11T03:00:08.707Z] docker timeout: 1m0s [2020-08-11T03:00:08.707Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:00:09.733Z] $ docker stop --time=1 316b7ea3d59c42019546af13e49e98b2be31331d0e0190ddf945dc7227e3cee2 [2020-08-11T03:00:11.069Z] $ docker rm -f 316b7ea3d59c42019546af13e49e98b2be31331d0e0190ddf945dc7227e3cee2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T03:00:11.529Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T03:00:11.540Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T03:00:11.592Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:00:11.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:00:11.917Z] . [Pipeline] withDockerContainer [2020-08-11T03:00:12.005Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:00:12.035Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:00:12.724Z] $ docker top 9c430e6541b5d1a008b8745ac32b801f191357bc9496bf7c4f742f0e63eb9591 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:00:13.240Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:00:13.240Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:00:20.135Z] $ docker stop --time=1 9c430e6541b5d1a008b8745ac32b801f191357bc9496bf7c4f742f0e63eb9591 [2020-08-11T03:00:21.501Z] $ docker rm -f 9c430e6541b5d1a008b8745ac32b801f191357bc9496bf7c4f742f0e63eb9591 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:00:21.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:00:21.972Z] . [Pipeline] withDockerContainer [2020-08-11T03:00:22.070Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:00:22.100Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:00:22.794Z] $ docker top 25fd5200904b88c1ab59cccedff4c0edad1e310c9f36d70ecb9c2a9790bb6e63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:00:23.290Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:00:23.290Z] + tee [2020-08-11T03:00:23.290Z] clair timeout 1m0s [2020-08-11T03:00:23.290Z] docker timeout: 1m0s [2020-08-11T03:00:23.290Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:00:24.798Z] $ docker stop --time=1 25fd5200904b88c1ab59cccedff4c0edad1e310c9f36d70ecb9c2a9790bb6e63 [2020-08-11T03:00:26.156Z] $ docker rm -f 25fd5200904b88c1ab59cccedff4c0edad1e310c9f36d70ecb9c2a9790bb6e63 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T03:00:26.604Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T03:00:26.615Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T03:00:26.661Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:00:26.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:00:26.997Z] . [Pipeline] withDockerContainer [2020-08-11T03:00:27.093Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:00:27.127Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:00:27.703Z] $ docker top cd5138d338d1b4f08f2df302b2c81bbb723e9cebfee9a6323bfe1de466c1f855 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:00:28.192Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:00:28.192Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:00:36.457Z] $ docker stop --time=1 cd5138d338d1b4f08f2df302b2c81bbb723e9cebfee9a6323bfe1de466c1f855 [2020-08-11T03:00:37.798Z] $ docker rm -f cd5138d338d1b4f08f2df302b2c81bbb723e9cebfee9a6323bfe1de466c1f855 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:00:38.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:00:38.255Z] . [Pipeline] withDockerContainer [2020-08-11T03:00:38.355Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:00:38.385Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:00:39.043Z] $ docker top b08f9db0005eadfd99c252ff3a738f978b8e791957cbc04f0c237317974e2ad9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:00:39.566Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:00:39.566Z] + tee [2020-08-11T03:00:39.566Z] clair timeout 1m0s [2020-08-11T03:00:39.566Z] docker timeout: 1m0s [2020-08-11T03:00:39.566Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:00:41.072Z] $ docker stop --time=1 b08f9db0005eadfd99c252ff3a738f978b8e791957cbc04f0c237317974e2ad9 [2020-08-11T03:00:42.409Z] $ docker rm -f b08f9db0005eadfd99c252ff3a738f978b8e791957cbc04f0c237317974e2ad9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T03:00:42.862Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T03:00:42.873Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T03:00:42.917Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:00:43.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:00:43.288Z] . [Pipeline] withDockerContainer [2020-08-11T03:00:43.379Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:00:43.411Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:00:44.036Z] $ docker top 58c81b00d9be6d0507e3f6b8196bff02c0ce6812a3ee5f68b0641994f5cbb1e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:00:44.540Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:00:44.540Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:00:47.972Z] $ docker stop --time=1 58c81b00d9be6d0507e3f6b8196bff02c0ce6812a3ee5f68b0641994f5cbb1e0 [2020-08-11T03:00:49.325Z] $ docker rm -f 58c81b00d9be6d0507e3f6b8196bff02c0ce6812a3ee5f68b0641994f5cbb1e0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:00:49.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:00:49.795Z] . [Pipeline] withDockerContainer [2020-08-11T03:00:49.886Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:00:49.919Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:00:50.575Z] $ docker top c67d64afe20df9da4462c1db701bf24b723f86ca12fc1d5e6d2ebbaac4309373 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:00:51.124Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:00:51.124Z] + tee [2020-08-11T03:00:51.124Z] clair timeout 1m0s [2020-08-11T03:00:51.124Z] docker timeout: 1m0s [2020-08-11T03:00:51.124Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:00:51.782Z] $ docker stop --time=1 c67d64afe20df9da4462c1db701bf24b723f86ca12fc1d5e6d2ebbaac4309373 [2020-08-11T03:00:53.162Z] $ docker rm -f c67d64afe20df9da4462c1db701bf24b723f86ca12fc1d5e6d2ebbaac4309373 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T03:00:53.627Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T03:00:53.639Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-support-logging-go-arm64_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T03:00:53.737Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:00:54.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:00:54.068Z] . [Pipeline] withDockerContainer [2020-08-11T03:00:54.181Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:00:54.213Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:00:54.788Z] $ docker top d77b4e53aab0a2016bf6877d774a2958ee436a4eeed3067ee42a52c85066d310 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:00:55.291Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:00:55.291Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:01:00.784Z] $ docker stop --time=1 d77b4e53aab0a2016bf6877d774a2958ee436a4eeed3067ee42a52c85066d310 [2020-08-11T03:01:02.138Z] $ docker rm -f d77b4e53aab0a2016bf6877d774a2958ee436a4eeed3067ee42a52c85066d310 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:01:02.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:01:02.590Z] . [Pipeline] withDockerContainer [2020-08-11T03:01:02.681Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:01:02.726Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:01:03.338Z] $ docker top a3237a1031bb4357b65fb9883a8a20c26011c22f1e22de7097b2cf221adabbbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:01:03.843Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:01:03.843Z] + tee [2020-08-11T03:01:03.843Z] clair timeout 1m0s [2020-08-11T03:01:03.843Z] docker timeout: 1m0s [2020-08-11T03:01:03.843Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:01:04.869Z] $ docker stop --time=1 a3237a1031bb4357b65fb9883a8a20c26011c22f1e22de7097b2cf221adabbbf [2020-08-11T03:01:06.223Z] $ docker rm -f a3237a1031bb4357b65fb9883a8a20c26011c22f1e22de7097b2cf221adabbbf [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T03:01:06.700Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T03:01:06.712Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-support-notifications-go-arm64_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T03:01:06.759Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:01:07.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:01:07.083Z] . [Pipeline] withDockerContainer [2020-08-11T03:01:07.180Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:01:07.239Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:01:07.862Z] $ docker top c9eb0129bd3a785738d853b2c989d361c9cc29f69110d3c36ae8860262a09dc7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:01:08.373Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:01:08.374Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:01:11.071Z] $ docker stop --time=1 c9eb0129bd3a785738d853b2c989d361c9cc29f69110d3c36ae8860262a09dc7 [2020-08-11T03:01:12.425Z] $ docker rm -f c9eb0129bd3a785738d853b2c989d361c9cc29f69110d3c36ae8860262a09dc7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:01:12.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:01:12.879Z] . [Pipeline] withDockerContainer [2020-08-11T03:01:12.966Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:01:12.999Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:01:13.674Z] $ docker top 2d4e2a67f56aa42ccc7c5ea7286d057ce04496fcbfd85c74d302c40ff7bbefe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:01:14.185Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:01:14.185Z] + tee [2020-08-11T03:01:14.185Z] clair timeout 1m0s [2020-08-11T03:01:14.185Z] docker timeout: 1m0s [2020-08-11T03:01:14.185Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:01:14.853Z] $ docker stop --time=1 2d4e2a67f56aa42ccc7c5ea7286d057ce04496fcbfd85c74d302c40ff7bbefe0 [2020-08-11T03:01:16.231Z] $ docker rm -f 2d4e2a67f56aa42ccc7c5ea7286d057ce04496fcbfd85c74d302c40ff7bbefe0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T03:01:16.695Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T03:01:16.706Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-support-scheduler-go-arm64_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T03:01:16.753Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:01:17.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:01:17.075Z] . [Pipeline] withDockerContainer [2020-08-11T03:01:17.163Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:01:17.237Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:01:17.917Z] $ docker top 8a141718221d628b6dec72b8a30316cfedd2368b12c6110b23c7b2d95bd5f2c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:01:18.417Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:01:18.417Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:01:33.432Z] $ docker stop --time=1 8a141718221d628b6dec72b8a30316cfedd2368b12c6110b23c7b2d95bd5f2c1 [2020-08-11T03:01:34.790Z] $ docker rm -f 8a141718221d628b6dec72b8a30316cfedd2368b12c6110b23c7b2d95bd5f2c1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:01:35.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-11T03:01:35.239Z] . [Pipeline] withDockerContainer [2020-08-11T03:01:35.328Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:01:35.360Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-11T03:01:35.995Z] $ docker top 2ab8a1bd48f991bf87b5e8473399bf0d273540e74ebcfa75566acc832248bda7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-11T03:01:36.518Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:aed4594c0c67a41538adeca107413fb688e317f4 [2020-08-11T03:01:36.518Z] [2020-08-11T03:01:36.518Z] clair timeout 1m0s [2020-08-11T03:01:36.518Z] docker timeout: 1m0s [2020-08-11T03:01:36.518Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-11T03:01:37.977Z] $ docker stop --time=1 2ab8a1bd48f991bf87b5e8473399bf0d273540e74ebcfa75566acc832248bda7 [2020-08-11T03:01:39.354Z] $ docker rm -f 2ab8a1bd48f991bf87b5e8473399bf0d273540e74ebcfa75566acc832248bda7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-11T03:01:39.848Z] + mkdir -p /w/workspace/edgex-go/121/clair-reports [Pipeline] echo [2020-08-11T03:01:39.860Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/121/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_aed4594c0c67a41538adeca107413fb688e317f4.html [Pipeline] writeFile [Pipeline] step [2020-08-11T03:01:39.906Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-08-11T03:01:40.203Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-11T03:01:40.248Z] provisioning config files... [2020-08-11T03:01:40.259Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/121@tmp/config8789052026362646881tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-11T03:01:40.657Z] --> edgex-publish-swagger.sh [2020-08-11T03:01:40.657Z] === Publish openapi/v1 API === [2020-08-11T03:01:40.657Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-08-11T03:01:40.657Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-11T03:01:40.657Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.657Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.657Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-11T03:01:40.657Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.657Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.657Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-11T03:01:40.657Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.657Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.657Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-11T03:01:40.657Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.657Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.657Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-11T03:01:40.657Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.657Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.657Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-11T03:01:40.657Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.657Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.657Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-11T03:01:40.657Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.657Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.657Z] === Publish openapi/v2 API === [2020-08-11T03:01:40.657Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-08-11T03:01:40.657Z] [publishToSwagger] Publishing API Name [core-command] [2020-08-11T03:01:40.657Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.657Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.657Z] [publishToSwagger] Publishing API Name [core-data] [2020-08-11T03:01:40.657Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.658Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.658Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-08-11T03:01:40.658Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.658Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.658Z] [publishToSwagger] Publishing API Name [support-logging] [2020-08-11T03:01:40.658Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.658Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.658Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-08-11T03:01:40.658Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.658Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.658Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-08-11T03:01:40.658Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.658Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-08-11T03:01:40.658Z] [publishToSwagger] Publishing API Name [system-agent] [2020-08-11T03:01:40.658Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-08-11T03:01:40.658Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-08-11T03:01:40.666Z] 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-11T03:01:47.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T03:01:47.947Z] . [Pipeline] withDockerContainer [2020-08-11T03:01:48.053Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:01:48.083Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@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-11T03:01:49.332Z] $ docker top 253e663e03788e05e9dbb2e22ca868f20405b874aee752071e5a9544dbc42a2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-11T03:01:49.647Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T03:01:49.647Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T03:01:49.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T03:01:49.879Z] $ docker exec 253e663e03788e05e9dbb2e22ca868f20405b874aee752071e5a9544dbc42a2a ssh-agent [2020-08-11T03:01:50.062Z] SSH_AUTH_SOCK=/tmp/ssh-srFIIVpL3AeE/agent.11 [2020-08-11T03:01:50.062Z] SSH_AGENT_PID=17 [2020-08-11T03:01:50.071Z] Running ssh-add (command line suppressed) [2020-08-11T03:01:50.193Z] Identity added: /w/workspace/edgex-go/121@tmp/private_key_7279745213486750080.key (/w/workspace/edgex-go/121@tmp/private_key_7279745213486750080.key) [2020-08-11T03:01:50.248Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T03:01:50.592Z] + git semver tag [2020-08-11T03:01:50.592Z] # -> Open(): unable to determine branch for HEAD [2020-08-11T03:01:50.592Z] # $GIT_DIR = /w/workspace/edgex-go/121/.git [2020-08-11T03:01:50.592Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/121 [2020-08-11T03:01:50.592Z] # $SEMVER_REMOTE_NAME = origin [2020-08-11T03:01:50.592Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-11T03:01:50.592Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-11T03:01:50.593Z] # $SEMVER_BRANCH = master [2020-08-11T03:01:50.593Z] # $SEMVER_DIR = /w/workspace/edgex-go/121/.semver [2020-08-11T03:01:50.593Z] # aed4594c0c67a41538adeca107413fb688e317f4 HEAD [2020-08-11T03:01:51.164Z] # -> Force: false [2020-08-11T03:01:51.164Z] # cc650ead9ae5956177b5b604f01d3c01ad6e6368 refs/tags/v1.2.2-dev.9 [Pipeline] } [2020-08-11T03:01:51.170Z] $ docker exec --env ******** --env ******** 253e663e03788e05e9dbb2e22ca868f20405b874aee752071e5a9544dbc42a2a ssh-agent -k [2020-08-11T03:01:51.303Z] unset SSH_AUTH_SOCK; [2020-08-11T03:01:51.303Z] unset SSH_AGENT_PID; [2020-08-11T03:01:51.303Z] echo Agent pid 17 killed; [2020-08-11T03:01:51.358Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-11T03:01:51.793Z] + git semver [Pipeline] } [2020-08-11T03:01:51.803Z] $ docker stop --time=1 253e663e03788e05e9dbb2e22ca868f20405b874aee752071e5a9544dbc42a2a [2020-08-11T03:01:53.163Z] $ docker rm -f 253e663e03788e05e9dbb2e22ca868f20405b874aee752071e5a9544dbc42a2a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:01:53.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-11T03:01:53.719Z] [2020-08-11T03:01:53.719Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:01:54.044Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-11T03:01:54.045Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-11T03:01:54.045Z] ab5ef0e58194: Pulling fs layer [2020-08-11T03:01:54.045Z] 9712f1f96733: Pulling fs layer [2020-08-11T03:01:54.045Z] 63f879dbbcfc: Pulling fs layer [2020-08-11T03:01:54.045Z] 0d9ebad4ef96: Pulling fs layer [2020-08-11T03:01:54.045Z] e9a5061849ea: Pulling fs layer [2020-08-11T03:01:54.045Z] d747dcd14b5f: Pulling fs layer [2020-08-11T03:01:54.045Z] 2de7ff778b66: Pulling fs layer [2020-08-11T03:01:54.045Z] e9a5061849ea: Waiting [2020-08-11T03:01:54.045Z] 0d9ebad4ef96: Waiting [2020-08-11T03:01:54.045Z] d747dcd14b5f: Waiting [2020-08-11T03:01:54.045Z] 2de7ff778b66: Waiting [2020-08-11T03:01:54.045Z] 9712f1f96733: Verifying Checksum [2020-08-11T03:01:54.045Z] 9712f1f96733: Download complete [2020-08-11T03:01:54.621Z] 63f879dbbcfc: Verifying Checksum [2020-08-11T03:01:54.621Z] 63f879dbbcfc: Download complete [2020-08-11T03:01:54.885Z] e9a5061849ea: Verifying Checksum [2020-08-11T03:01:54.885Z] e9a5061849ea: Download complete [2020-08-11T03:01:54.885Z] d747dcd14b5f: Verifying Checksum [2020-08-11T03:01:54.885Z] d747dcd14b5f: Download complete [2020-08-11T03:01:55.147Z] ab5ef0e58194: Verifying Checksum [2020-08-11T03:01:55.147Z] ab5ef0e58194: Download complete [2020-08-11T03:01:55.147Z] 0d9ebad4ef96: Verifying Checksum [2020-08-11T03:01:55.147Z] 0d9ebad4ef96: Download complete [2020-08-11T03:01:55.411Z] 2de7ff778b66: Verifying Checksum [2020-08-11T03:01:55.411Z] 2de7ff778b66: Download complete [2020-08-11T03:01:59.636Z] ab5ef0e58194: Pull complete [2020-08-11T03:01:59.636Z] 9712f1f96733: Pull complete [2020-08-11T03:02:01.547Z] 63f879dbbcfc: Pull complete [2020-08-11T03:02:08.154Z] 0d9ebad4ef96: Pull complete [2020-08-11T03:02:09.095Z] e9a5061849ea: Pull complete [2020-08-11T03:02:09.361Z] d747dcd14b5f: Pull complete [2020-08-11T03:02:13.599Z] 2de7ff778b66: Pull complete [2020-08-11T03:02:13.599Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-11T03:02:13.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-11T03:02:13.599Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-11T03:02:13.798Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:02:13.832Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-11T03:02:16.629Z] $ docker top c4a399bd7dd35e752ab4939089e76559f9215e1036b9a4adabe1fdebfa75afc1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-11T03:02:16.911Z] provisioning config files... [2020-08-11T03:02:16.923Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/121@tmp/config6992661189255479411tmp [2020-08-11T03:02:16.938Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/121@tmp/config6818979208409329892tmp [2020-08-11T03:02:16.951Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/121@tmp/config3407679963886971210tmp [Pipeline] { [Pipeline] echo [2020-08-11T03:02:16.995Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T03:02:17.285Z] ---> sigul-configuration.sh [2020-08-11T03:02:17.285Z] gpg: directory `/root/.gnupg' created [2020-08-11T03:02:17.285Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-11T03:02:17.285Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-11T03:02:17.285Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-11T03:02:17.285Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-11T03:02:17.285Z] gpg: CAST5 encrypted data [2020-08-11T03:02:17.544Z] gpg: encrypted with 1 passphrase [2020-08-11T03:02:17.544Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-11T03:02:17.834Z] + mkdir /home/jenkins [2020-08-11T03:02:17.834Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-11T03:02:18.124Z] + 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-11T03:02:18.132Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T03:02:18.418Z] ---> sigul-install.sh [2020-08-11T03:02:23.732Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-11T03:02:24.022Z] + git tag --list [2020-08-11T03:02:24.022Z] v1.2.2-dev.9 [Pipeline] sh [2020-08-11T03:02:24.310Z] + lftools sign git-tag v1.2.2-dev.9 [2020-08-11T03:02:25.690Z] Signing Git tag with Sigul... [2020-08-11T03:02:25.690Z] Signing v1.2.2-dev.9 [Pipeline] echo [2020-08-11T03:02:27.607Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T03:02:27.896Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-11T03:02:27.904Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-11T03:02:27.975Z] $ docker stop --time=1 c4a399bd7dd35e752ab4939089e76559f9215e1036b9a4adabe1fdebfa75afc1 [2020-08-11T03:02:29.971Z] $ docker rm -f c4a399bd7dd35e752ab4939089e76559f9215e1036b9a4adabe1fdebfa75afc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:02:30.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T03:02:30.787Z] . [Pipeline] withDockerContainer [2020-08-11T03:02:30.880Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:02:30.915Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@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-11T03:02:31.617Z] $ docker top a9bef8b1834f41698adaa8354aff7239be0525d10f01a4b7c6b37891fae97d91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-11T03:02:31.898Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T03:02:31.898Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T03:02:32.099Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T03:02:32.098Z] $ docker exec a9bef8b1834f41698adaa8354aff7239be0525d10f01a4b7c6b37891fae97d91 ssh-agent [2020-08-11T03:02:32.271Z] SSH_AUTH_SOCK=/tmp/ssh-gyjWA4hgZ0Es/agent.12 [2020-08-11T03:02:32.271Z] SSH_AGENT_PID=18 [2020-08-11T03:02:32.277Z] Running ssh-add (command line suppressed) [2020-08-11T03:02:32.397Z] Identity added: /w/workspace/edgex-go/121@tmp/private_key_9069372535041057032.key (/w/workspace/edgex-go/121@tmp/private_key_9069372535041057032.key) [2020-08-11T03:02:32.454Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T03:02:32.776Z] + git semver bump pre [2020-08-11T03:02:32.776Z] # -> Open(): unable to determine branch for HEAD [2020-08-11T03:02:32.776Z] # $GIT_DIR = /w/workspace/edgex-go/121/.git [2020-08-11T03:02:32.776Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/121 [2020-08-11T03:02:32.776Z] # $SEMVER_REMOTE_NAME = origin [2020-08-11T03:02:32.776Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-11T03:02:32.776Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-11T03:02:32.776Z] # $SEMVER_BRANCH = master [2020-08-11T03:02:32.776Z] # $SEMVER_DIR = /w/workspace/edgex-go/121/.semver [2020-08-11T03:02:32.776Z] 1.2.2-dev.10 [Pipeline] } [2020-08-11T03:02:32.783Z] $ docker exec --env ******** --env ******** a9bef8b1834f41698adaa8354aff7239be0525d10f01a4b7c6b37891fae97d91 ssh-agent -k [2020-08-11T03:02:32.915Z] unset SSH_AUTH_SOCK; [2020-08-11T03:02:32.915Z] unset SSH_AGENT_PID; [2020-08-11T03:02:32.915Z] echo Agent pid 18 killed; [2020-08-11T03:02:32.970Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-11T03:02:33.416Z] + git semver [Pipeline] } [2020-08-11T03:02:33.490Z] $ docker stop --time=1 a9bef8b1834f41698adaa8354aff7239be0525d10f01a4b7c6b37891fae97d91 [2020-08-11T03:02:34.859Z] $ docker rm -f a9bef8b1834f41698adaa8354aff7239be0525d10f01a4b7c6b37891fae97d91 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:02:35.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-11T03:02:35.372Z] . [Pipeline] withDockerContainer [2020-08-11T03:02:35.468Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:02:35.504Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@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-11T03:02:36.260Z] $ docker top ff32135fb24519fbfa7d89d7cc9f7038dd59d3bc5633b7046a29a1b2b1845824 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-11T03:02:36.621Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-11T03:02:36.621Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-11T03:02:36.831Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-11T03:02:36.830Z] $ docker exec ff32135fb24519fbfa7d89d7cc9f7038dd59d3bc5633b7046a29a1b2b1845824 ssh-agent [2020-08-11T03:02:37.009Z] SSH_AUTH_SOCK=/tmp/ssh-IgsVB3nS8qCG/agent.12 [2020-08-11T03:02:37.009Z] SSH_AGENT_PID=18 [2020-08-11T03:02:37.015Z] Running ssh-add (command line suppressed) [2020-08-11T03:02:37.137Z] Identity added: /w/workspace/edgex-go/121@tmp/private_key_3682029335584550931.key (/w/workspace/edgex-go/121@tmp/private_key_3682029335584550931.key) [2020-08-11T03:02:37.196Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-11T03:02:37.517Z] + git semver push [2020-08-11T03:02:37.517Z] # -> Open(): unable to determine branch for HEAD [2020-08-11T03:02:37.517Z] # $GIT_DIR = /w/workspace/edgex-go/121/.git [2020-08-11T03:02:37.517Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/121 [2020-08-11T03:02:37.517Z] # $SEMVER_REMOTE_NAME = origin [2020-08-11T03:02:37.517Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-11T03:02:37.517Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-11T03:02:37.517Z] # $SEMVER_BRANCH = master [2020-08-11T03:02:37.517Z] # $SEMVER_DIR = /w/workspace/edgex-go/121/.semver [Pipeline] } [2020-08-11T03:02:47.522Z] $ docker exec --env ******** --env ******** ff32135fb24519fbfa7d89d7cc9f7038dd59d3bc5633b7046a29a1b2b1845824 ssh-agent -k [2020-08-11T03:02:47.640Z] unset SSH_AUTH_SOCK; [2020-08-11T03:02:47.640Z] unset SSH_AGENT_PID; [2020-08-11T03:02:47.640Z] echo Agent pid 18 killed; [2020-08-11T03:02:47.696Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-11T03:02:48.127Z] + git semver [Pipeline] } [2020-08-11T03:02:48.138Z] $ docker stop --time=1 ff32135fb24519fbfa7d89d7cc9f7038dd59d3bc5633b7046a29a1b2b1845824 [2020-08-11T03:02:49.498Z] $ docker rm -f ff32135fb24519fbfa7d89d7cc9f7038dd59d3bc5633b7046a29a1b2b1845824 [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-11T03:02:50.232Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T03:02:51.100Z] ---> package-listing.sh [2020-08-11T03:02:51.100Z] ++ facter osfamily [2020-08-11T03:02:51.100Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-11T03:02:51.100Z] + OS_FAMILY=redhat [2020-08-11T03:02:51.100Z] + workspace=/w/workspace/edgex-go/121 [2020-08-11T03:02:51.100Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-11T03:02:51.100Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-11T03:02:51.100Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-11T03:02:51.100Z] + PACKAGES=/tmp/packages_start.txt [2020-08-11T03:02:51.100Z] + '[' /w/workspace/edgex-go/121 ']' [2020-08-11T03:02:51.100Z] + PACKAGES=/tmp/packages_end.txt [2020-08-11T03:02:51.100Z] + case "${OS_FAMILY}" in [2020-08-11T03:02:51.100Z] + rpm -qa [2020-08-11T03:02:51.100Z] + sort [2020-08-11T03:02:55.302Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-11T03:02:55.302Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-11T03:02:55.302Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-11T03:02:55.302Z] + '[' /w/workspace/edgex-go/121 ']' [2020-08-11T03:02:55.302Z] + mkdir -p /w/workspace/edgex-go/121/archives/ [2020-08-11T03:02:55.302Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/121/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:02:55.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T03:02:55.681Z] [2020-08-11T03:02:55.681Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-11T03:02:56.013Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T03:02:56.013Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-11T03:02:56.013Z] c9b1b535fdd9: Pulling fs layer [2020-08-11T03:02:56.013Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-11T03:02:56.013Z] 756a868c4378: Pulling fs layer [2020-08-11T03:02:56.013Z] 444b2fc9a129: Pulling fs layer [2020-08-11T03:02:56.013Z] ea15f1150254: Pulling fs layer [2020-08-11T03:02:56.013Z] 41b27a9f41bf: Pulling fs layer [2020-08-11T03:02:56.013Z] 28c525ee5125: Pulling fs layer [2020-08-11T03:02:56.013Z] 094b1ea09ed8: Pulling fs layer [2020-08-11T03:02:56.013Z] 138eaada9080: Pulling fs layer [2020-08-11T03:02:56.013Z] 0622d0fa9048: Pulling fs layer [2020-08-11T03:02:56.013Z] 41b27a9f41bf: Waiting [2020-08-11T03:02:56.013Z] 28c525ee5125: Waiting [2020-08-11T03:02:56.013Z] 138eaada9080: Waiting [2020-08-11T03:02:56.013Z] 0622d0fa9048: Waiting [2020-08-11T03:02:56.013Z] 094b1ea09ed8: Waiting [2020-08-11T03:02:56.013Z] 444b2fc9a129: Waiting [2020-08-11T03:02:56.013Z] ea15f1150254: Waiting [2020-08-11T03:02:56.013Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-11T03:02:56.013Z] 2cc5ad85d9ab: Download complete [2020-08-11T03:02:56.013Z] 444b2fc9a129: Verifying Checksum [2020-08-11T03:02:56.013Z] 444b2fc9a129: Download complete [2020-08-11T03:02:56.013Z] c9b1b535fdd9: Verifying Checksum [2020-08-11T03:02:56.013Z] c9b1b535fdd9: Download complete [2020-08-11T03:02:56.013Z] ea15f1150254: Verifying Checksum [2020-08-11T03:02:56.013Z] ea15f1150254: Download complete [2020-08-11T03:02:56.278Z] 28c525ee5125: Download complete [2020-08-11T03:02:56.541Z] 756a868c4378: Verifying Checksum [2020-08-11T03:02:56.541Z] 756a868c4378: Download complete [2020-08-11T03:02:56.541Z] c9b1b535fdd9: Pull complete [2020-08-11T03:02:56.541Z] 138eaada9080: Verifying Checksum [2020-08-11T03:02:56.541Z] 138eaada9080: Download complete [2020-08-11T03:02:56.805Z] 0622d0fa9048: Verifying Checksum [2020-08-11T03:02:56.805Z] 0622d0fa9048: Download complete [2020-08-11T03:02:56.805Z] 094b1ea09ed8: Verifying Checksum [2020-08-11T03:02:56.805Z] 094b1ea09ed8: Download complete [2020-08-11T03:02:57.065Z] 41b27a9f41bf: Verifying Checksum [2020-08-11T03:02:57.065Z] 41b27a9f41bf: Download complete [2020-08-11T03:02:58.008Z] 2cc5ad85d9ab: Pull complete [2020-08-11T03:02:59.925Z] 756a868c4378: Pull complete [2020-08-11T03:02:59.925Z] 444b2fc9a129: Pull complete [2020-08-11T03:02:59.925Z] ea15f1150254: Pull complete [2020-08-11T03:03:03.245Z] 41b27a9f41bf: Pull complete [2020-08-11T03:03:03.506Z] 28c525ee5125: Pull complete [2020-08-11T03:03:06.071Z] 094b1ea09ed8: Pull complete [2020-08-11T03:03:06.071Z] 138eaada9080: Pull complete [2020-08-11T03:03:06.331Z] 0622d0fa9048: Pull complete [2020-08-11T03:03:06.331Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-11T03:03:06.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-11T03:03:06.331Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-11T03:03:06.454Z] prd-centos7-docker-4c-2g-3335 does not seem to be running inside a container [2020-08-11T03:03:06.500Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/121 -v /w/workspace/edgex-go/121:/w/workspace/edgex-go/121:rw,z -v /w/workspace/edgex-go/121@tmp:/w/workspace/edgex-go/121@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-11T03:03:10.228Z] $ docker top a6585f8a2e6ffbc41ac8368f7df9b68eb75d05c5052f416b83ed7ebef11c2a93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-11T03:03:10.645Z] provisioning config files... [2020-08-11T03:03:10.661Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/121@tmp/config8634697863369069520tmp [Pipeline] { [Pipeline] echo [2020-08-11T03:03:10.765Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T03:03:11.056Z] ---> create-netrc.sh [Pipeline] echo [2020-08-11T03:03:11.066Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-11T03:03:11.357Z] ---> logs-deploy.sh [2020-08-11T03:03:11.357Z] + ARCHIVE_ARTIFACTS= [2020-08-11T03:03:11.357Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-11T03:03:11.357Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-11T03:03:11.357Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-11T03:03:11.357Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/121 [2020-08-11T03:03:11.357Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/121/ [2020-08-11T03:03:11.357Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/121 /w/workspace/edgex-go/121 [2020-08-11T03:03:12.741Z] Archives upload complete. [2020-08-11T03:03:12.741Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/121 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/121/