Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b6e84d11f041a086b232d8992a39ab0cabcfc086 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-1712 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/119 [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/119 # 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 b6e84d11f041a086b232d8992a39ab0cabcfc086 (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 b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 Commit message: "fix: Allow startup duration/interval to be overridden via env vars (#2649)" > git rev-list --no-walk 9098740bb9c39ad5ae1b6b14d814f8ae0a19a439 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-31T20:04:21.906Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-31T20:04:22.170Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-31T20:04:22.252Z] ========================================================= [2020-07-31T20:04:22.252Z] EdgeX Global Pipelines Version Info [2020-07-31T20:04:22.252Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-31T20:04:24.107Z] ------------------- [2020-07-31T20:04:24.107Z] stable info: [2020-07-31T20:04:24.107Z] ------------------- [2020-07-31T20:04:24.107Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-31T20:04:24.107Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-07-31T20:04:24.107Z] Message: update stable to v1.0.106 [2020-07-31T20:04:24.682Z] ------------------- [2020-07-31T20:04:24.682Z] experimental info: [2020-07-31T20:04:24.682Z] ------------------- [2020-07-31T20:04:24.682Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-31T20:04:24.682Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-07-31T20:04:24.682Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-07-31T20:04:26.384Z] ++ 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-07-31T20:04:26.384Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T20:04:26.384Z] ++ dirname cmd/core-command/Dockerfile [2020-07-31T20:04:26.384Z] ++ cut -d/ -f2 [2020-07-31T20:04:26.384Z] + echo core-command,cmd/core-command/Dockerfile [2020-07-31T20:04:26.384Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T20:04:26.384Z] ++ dirname cmd/core-data/Dockerfile [2020-07-31T20:04:26.384Z] ++ cut -d/ -f2 [2020-07-31T20:04:26.384Z] + echo core-data,cmd/core-data/Dockerfile [2020-07-31T20:04:26.384Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T20:04:26.384Z] ++ dirname cmd/core-metadata/Dockerfile [2020-07-31T20:04:26.384Z] ++ cut -d/ -f2 [2020-07-31T20:04:26.384Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-07-31T20:04:26.384Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T20:04:26.384Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-07-31T20:04:26.384Z] ++ cut -d/ -f2 [2020-07-31T20:04:26.384Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-07-31T20:04:26.384Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T20:04:26.384Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-07-31T20:04:26.384Z] ++ cut -d/ -f2 [2020-07-31T20:04:26.384Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-07-31T20:04:26.384Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T20:04:26.384Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-07-31T20:04:26.384Z] ++ cut -d/ -f2 [2020-07-31T20:04:26.384Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-07-31T20:04:26.384Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T20:04:26.384Z] ++ dirname cmd/support-logging/Dockerfile [2020-07-31T20:04:26.384Z] ++ cut -d/ -f2 [2020-07-31T20:04:26.384Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-07-31T20:04:26.384Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T20:04:26.384Z] ++ dirname cmd/support-notifications/Dockerfile [2020-07-31T20:04:26.384Z] ++ cut -d/ -f2 [2020-07-31T20:04:26.384Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-07-31T20:04:26.384Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T20:04:26.384Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-07-31T20:04:26.384Z] ++ cut -d/ -f2 [2020-07-31T20:04:26.384Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-07-31T20:04:26.384Z] + for file in '`ls cmd/**/Dockerfile`' [2020-07-31T20:04:26.384Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-07-31T20:04:26.384Z] ++ cut -d/ -f2 [2020-07-31T20:04:26.384Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-07-31T20:04:26.449Z] 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-07-31T20:04:27.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T20:04:27.727Z] [2020-07-31T20:04:27.727Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:04:28.091Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T20:04:28.091Z] latest: Pulling from edgex-devops/git-semver [2020-07-31T20:04:28.091Z] 31603596830f: Pulling fs layer [2020-07-31T20:04:28.091Z] 2a8b12db71e7: Pulling fs layer [2020-07-31T20:04:28.091Z] 6ca5941a6612: Pulling fs layer [2020-07-31T20:04:28.091Z] ecc8261a40a4: Pulling fs layer [2020-07-31T20:04:28.091Z] ecc8261a40a4: Waiting [2020-07-31T20:04:28.091Z] 2a8b12db71e7: Verifying Checksum [2020-07-31T20:04:28.091Z] 2a8b12db71e7: Download complete [2020-07-31T20:04:28.091Z] 31603596830f: Verifying Checksum [2020-07-31T20:04:28.091Z] 31603596830f: Download complete [2020-07-31T20:04:28.356Z] ecc8261a40a4: Verifying Checksum [2020-07-31T20:04:28.356Z] ecc8261a40a4: Download complete [2020-07-31T20:04:28.356Z] 6ca5941a6612: Verifying Checksum [2020-07-31T20:04:28.356Z] 6ca5941a6612: Download complete [2020-07-31T20:04:28.619Z] 31603596830f: Pull complete [2020-07-31T20:04:28.619Z] 2a8b12db71e7: Pull complete [2020-07-31T20:04:29.561Z] 6ca5941a6612: Pull complete [2020-07-31T20:04:29.824Z] ecc8261a40a4: Pull complete [2020-07-31T20:04:29.824Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-31T20:04:29.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T20:04:29.824Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-31T20:04:29.937Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:04:29.986Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@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-07-31T20:04:32.615Z] $ docker top 652847e31e9e0d92c643d9300d182082c393147beabb562bce165ed8e269c050 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-31T20:04:32.912Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T20:04:32.912Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T20:04:33.116Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T20:04:33.116Z] $ docker exec 652847e31e9e0d92c643d9300d182082c393147beabb562bce165ed8e269c050 ssh-agent [2020-07-31T20:04:33.273Z] SSH_AUTH_SOCK=/tmp/ssh-0b3FUlSFpKwY/agent.12 [2020-07-31T20:04:33.273Z] SSH_AGENT_PID=17 [2020-07-31T20:04:33.284Z] Running ssh-add (command line suppressed) [2020-07-31T20:04:33.401Z] Identity added: /w/workspace/edgex-go/119@tmp/private_key_9040962142953214655.key (/w/workspace/edgex-go/119@tmp/private_key_9040962142953214655.key) [2020-07-31T20:04:33.452Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T20:04:33.775Z] + git describe --exact-match --tags HEAD [2020-07-31T20:04:33.775Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-31T20:04:33.793Z] $ docker exec --env ******** --env ******** 652847e31e9e0d92c643d9300d182082c393147beabb562bce165ed8e269c050 ssh-agent -k [2020-07-31T20:04:33.932Z] unset SSH_AUTH_SOCK; [2020-07-31T20:04:33.933Z] unset SSH_AGENT_PID; [2020-07-31T20:04:33.933Z] echo Agent pid 17 killed; [2020-07-31T20:04:33.980Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-31T20:04:34.055Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-31T20:04:34.055Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-31T20:04:34.140Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T20:04:34.141Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T20:04:34.311Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T20:04:34.311Z] $ docker exec 652847e31e9e0d92c643d9300d182082c393147beabb562bce165ed8e269c050 ssh-agent [2020-07-31T20:04:34.465Z] SSH_AUTH_SOCK=/tmp/ssh-JTpvgKp1qrxQ/agent.46 [2020-07-31T20:04:34.465Z] SSH_AGENT_PID=51 [2020-07-31T20:04:34.471Z] Running ssh-add (command line suppressed) [2020-07-31T20:04:34.578Z] Identity added: /w/workspace/edgex-go/119@tmp/private_key_1183571848737878421.key (/w/workspace/edgex-go/119@tmp/private_key_1183571848737878421.key) [2020-07-31T20:04:34.629Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T20:04:34.958Z] + git semver init [2020-07-31T20:04:34.958Z] # -> Open(): unable to determine branch for HEAD [2020-07-31T20:04:34.958Z] # $GIT_DIR = /w/workspace/edgex-go/119/.git [2020-07-31T20:04:34.958Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/119 [2020-07-31T20:04:34.958Z] # $SEMVER_REMOTE_NAME = origin [2020-07-31T20:04:34.958Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-31T20:04:34.958Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-31T20:04:34.958Z] # $SEMVER_BRANCH = master [2020-07-31T20:04:34.958Z] # $SEMVER_TEMP = /tmp/semver-264147154 [2020-07-31T20:04:34.958Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-07-31T20:04:56.935Z] # '/tmp/semver-264147154' -> '/w/workspace/edgex-go/119/.semver' [2020-07-31T20:04:56.935Z] # -> Force: false [2020-07-31T20:04:56.935Z] # $SEMVER_DIR = /w/workspace/edgex-go/119/.semver [Pipeline] } [2020-07-31T20:04:56.944Z] $ docker exec --env ******** --env ******** 652847e31e9e0d92c643d9300d182082c393147beabb562bce165ed8e269c050 ssh-agent -k [2020-07-31T20:04:57.104Z] unset SSH_AUTH_SOCK; [2020-07-31T20:04:57.105Z] unset SSH_AGENT_PID; [2020-07-31T20:04:57.105Z] echo Agent pid 51 killed; [2020-07-31T20:04:57.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-31T20:04:57.669Z] + git semver [Pipeline] } [2020-07-31T20:04:57.683Z] $ docker stop --time=1 652847e31e9e0d92c643d9300d182082c393147beabb562bce165ed8e269c050 [2020-07-31T20:04:59.276Z] $ docker rm -f 652847e31e9e0d92c643d9300d182082c393147beabb562bce165ed8e269c050 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-31T20:05:11.438Z] Stashed 24 file(s) [Pipeline] echo [2020-07-31T20:05:11.440Z] [edgeXSemver] initialized semver on version 1.2.2-dev.7 [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-07-31T20:05:11.943Z] ========================================================= [2020-07-31T20:05:11.943Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-31T20:05:11.943Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:05:12.276Z] + 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-07-31T20:05:16.496Z] Sending build context to Docker daemon 323MB [2020-07-31T20:05:16.496Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-31T20:05:16.496Z] Step 2/7 : FROM ${BASE} [2020-07-31T20:05:16.496Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-31T20:05:16.496Z] df20fa9351a1: Pulling fs layer [2020-07-31T20:05:16.496Z] ed8968b2872e: Pulling fs layer [2020-07-31T20:05:16.496Z] a92cc7c5fd73: Pulling fs layer [2020-07-31T20:05:16.496Z] 2dd03ba5bac4: Pulling fs layer [2020-07-31T20:05:16.496Z] 1e091d79d1de: Pulling fs layer [2020-07-31T20:05:16.496Z] 481702a1767f: Pulling fs layer [2020-07-31T20:05:16.496Z] f64a6f60c768: Pulling fs layer [2020-07-31T20:05:16.496Z] e78d2573fc39: Pulling fs layer [2020-07-31T20:05:16.496Z] e876d2f968b6: Pulling fs layer [2020-07-31T20:05:16.496Z] ce8a83651883: Pulling fs layer [2020-07-31T20:05:16.496Z] 07967f4d0e4b: Pulling fs layer [2020-07-31T20:05:16.496Z] 1e091d79d1de: Waiting [2020-07-31T20:05:16.496Z] 481702a1767f: Waiting [2020-07-31T20:05:16.496Z] f64a6f60c768: Waiting [2020-07-31T20:05:16.496Z] e78d2573fc39: Waiting [2020-07-31T20:05:16.496Z] e876d2f968b6: Waiting [2020-07-31T20:05:16.496Z] ce8a83651883: Waiting [2020-07-31T20:05:16.496Z] 07967f4d0e4b: Waiting [2020-07-31T20:05:16.496Z] 2dd03ba5bac4: Waiting [2020-07-31T20:05:16.496Z] a92cc7c5fd73: Verifying Checksum [2020-07-31T20:05:16.496Z] a92cc7c5fd73: Download complete [2020-07-31T20:05:16.496Z] ed8968b2872e: Verifying Checksum [2020-07-31T20:05:16.496Z] ed8968b2872e: Download complete [2020-07-31T20:05:16.496Z] 1e091d79d1de: Verifying Checksum [2020-07-31T20:05:16.496Z] 1e091d79d1de: Download complete [2020-07-31T20:05:16.496Z] 481702a1767f: Verifying Checksum [2020-07-31T20:05:16.496Z] 481702a1767f: Download complete [2020-07-31T20:05:16.496Z] df20fa9351a1: Verifying Checksum [2020-07-31T20:05:16.496Z] df20fa9351a1: Download complete [2020-07-31T20:05:16.496Z] df20fa9351a1: Pull complete [2020-07-31T20:05:16.762Z] f64a6f60c768: Download complete [2020-07-31T20:05:16.762Z] e876d2f968b6: Download complete [2020-07-31T20:05:17.347Z] e78d2573fc39: Verifying Checksum [2020-07-31T20:05:17.347Z] e78d2573fc39: Download complete [2020-07-31T20:05:17.347Z] ce8a83651883: Verifying Checksum [2020-07-31T20:05:17.347Z] ce8a83651883: Download complete [2020-07-31T20:05:17.347Z] 2dd03ba5bac4: Verifying Checksum [2020-07-31T20:05:17.347Z] 2dd03ba5bac4: Download complete [2020-07-31T20:05:17.347Z] 07967f4d0e4b: Verifying Checksum [2020-07-31T20:05:17.347Z] 07967f4d0e4b: Download complete [2020-07-31T20:05:19.891Z] ed8968b2872e: Pull complete [2020-07-31T20:05:19.891Z] a92cc7c5fd73: Pull complete [2020-07-31T20:05:25.197Z] 2dd03ba5bac4: Pull complete [2020-07-31T20:05:25.197Z] 1e091d79d1de: Pull complete [2020-07-31T20:05:25.197Z] 481702a1767f: Pull complete [2020-07-31T20:05:26.750Z] Still waiting to schedule task [2020-07-31T20:05:26.751Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-31T20:05:30.493Z] f64a6f60c768: Pull complete [2020-07-31T20:05:33.050Z] e78d2573fc39: Pull complete [2020-07-31T20:05:33.050Z] e876d2f968b6: Pull complete [2020-07-31T20:05:34.443Z] ce8a83651883: Pull complete [2020-07-31T20:05:34.443Z] 07967f4d0e4b: Pull complete [2020-07-31T20:05:34.443Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-31T20:05:34.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-31T20:05:34.443Z] ---> 5d7c900382c6 [2020-07-31T20:05:34.443Z] 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-07-31T20:05:35.389Z] ---> Running in 39d057e47331 [2020-07-31T20:05:36.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:05:36.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:05:37.475Z] (1/12) Installing libmagic (5.38-r0) [2020-07-31T20:05:37.475Z] (2/12) Installing file (5.38-r0) [2020-07-31T20:05:37.475Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-31T20:05:37.735Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-31T20:05:40.280Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-31T20:05:40.280Z] (6/12) Installing patch (2.7.6-r6) [2020-07-31T20:05:40.280Z] (7/12) Installing build-base (0.5-r2) [2020-07-31T20:05:40.280Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-31T20:05:40.540Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-31T20:05:40.540Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-31T20:05:40.540Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-31T20:05:40.801Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-31T20:05:40.801Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:05:40.801Z] OK: 233 MiB in 51 packages [2020-07-31T20:05:45.010Z] Removing intermediate container 39d057e47331 [2020-07-31T20:05:45.010Z] ---> debdf95f23d0 [2020-07-31T20:05:45.010Z] Step 4/7 : WORKDIR /edgex-go [2020-07-31T20:05:45.010Z] ---> Running in 1f232526916a [2020-07-31T20:05:45.010Z] Removing intermediate container 1f232526916a [2020-07-31T20:05:45.010Z] ---> d3c5d36ee67f [2020-07-31T20:05:45.010Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-31T20:05:45.010Z] latest: Pulling from library/docker [2020-07-31T20:05:45.010Z] df20fa9351a1: Already exists [2020-07-31T20:05:45.010Z] 25ad7478873d: Pulling fs layer [2020-07-31T20:05:45.010Z] 4684f6177b5d: Pulling fs layer [2020-07-31T20:05:45.010Z] 46e300cec669: Pulling fs layer [2020-07-31T20:05:45.010Z] 63038576ad94: Pulling fs layer [2020-07-31T20:05:45.010Z] 0fdb76c4706c: Pulling fs layer [2020-07-31T20:05:45.010Z] cb7edeffdfd5: Pulling fs layer [2020-07-31T20:05:45.010Z] 63038576ad94: Waiting [2020-07-31T20:05:45.010Z] 0fdb76c4706c: Waiting [2020-07-31T20:05:45.010Z] cb7edeffdfd5: Waiting [2020-07-31T20:05:45.271Z] 4684f6177b5d: Verifying Checksum [2020-07-31T20:05:45.271Z] 4684f6177b5d: Download complete [2020-07-31T20:05:45.271Z] 25ad7478873d: Verifying Checksum [2020-07-31T20:05:45.271Z] 25ad7478873d: Download complete [2020-07-31T20:05:45.271Z] 63038576ad94: Verifying Checksum [2020-07-31T20:05:45.271Z] 63038576ad94: Download complete [2020-07-31T20:05:45.271Z] 0fdb76c4706c: Verifying Checksum [2020-07-31T20:05:45.271Z] 0fdb76c4706c: Download complete [2020-07-31T20:05:45.532Z] 25ad7478873d: Pull complete [2020-07-31T20:05:45.532Z] cb7edeffdfd5: Verifying Checksum [2020-07-31T20:05:45.532Z] cb7edeffdfd5: Download complete [2020-07-31T20:05:45.532Z] 4684f6177b5d: Pull complete [2020-07-31T20:05:46.105Z] 46e300cec669: Verifying Checksum [2020-07-31T20:05:46.105Z] 46e300cec669: Download complete [2020-07-31T20:05:48.652Z] 46e300cec669: Pull complete [2020-07-31T20:05:48.652Z] 63038576ad94: Pull complete [2020-07-31T20:05:48.652Z] 0fdb76c4706c: Pull complete [2020-07-31T20:05:48.652Z] cb7edeffdfd5: Pull complete [2020-07-31T20:05:48.652Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-31T20:05:48.652Z] Status: Downloaded newer image for docker:latest [2020-07-31T20:05:50.564Z] ---> 8f52e88e062f [2020-07-31T20:05:50.564Z] Step 6/7 : COPY go.mod . [2020-07-31T20:05:50.564Z] ---> 5705fae18e4f [2020-07-31T20:05:50.564Z] Step 7/7 : RUN go mod download [2020-07-31T20:05:50.564Z] ---> Running in 4cdb469e86c5 [2020-07-31T20:05:53.117Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-31T20:05:53.117Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-31T20:05:53.117Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-31T20:05:53.117Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-31T20:05:53.117Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-31T20:05:53.117Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-31T20:05:53.117Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-31T20:05:53.117Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-31T20:05:53.117Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-31T20:05:53.117Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-31T20:05:53.117Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-31T20:05:53.117Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-31T20:05:53.117Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-07-31T20:05:53.117Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-31T20:05:53.117Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-31T20:05:53.117Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-31T20:05:53.117Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-31T20:05:53.117Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-31T20:05:53.117Z] go: finding github.com/fatih/color v1.7.0 [2020-07-31T20:05:53.117Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-31T20:05:53.378Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-31T20:05:53.378Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-31T20:05:53.378Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-31T20:05:53.378Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-31T20:05:53.378Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-31T20:05:53.378Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-31T20:05:53.378Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-31T20:05:53.378Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-31T20:05:53.378Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-31T20:05:53.378Z] go: finding github.com/google/uuid v1.1.0 [2020-07-31T20:05:53.378Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-31T20:05:53.378Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-31T20:05:53.378Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-31T20:05:53.638Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-31T20:05:53.638Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-31T20:05:53.638Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-31T20:05:53.638Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-31T20:05:53.638Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-31T20:05:53.638Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-31T20:05:53.638Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-31T20:05:53.638Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-31T20:05:53.638Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-31T20:05:53.638Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-31T20:05:53.638Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-31T20:05:53.898Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-31T20:05:53.898Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-31T20:05:53.898Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-31T20:05:53.898Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-31T20:05:53.898Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-31T20:05:53.898Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-31T20:05:53.898Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-31T20:05:53.898Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-31T20:05:53.898Z] go: finding github.com/kr/pty v1.1.1 [2020-07-31T20:05:53.898Z] go: finding github.com/kr/text v0.1.0 [2020-07-31T20:05:53.898Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-31T20:05:53.898Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-31T20:05:54.159Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-31T20:05:54.159Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-31T20:05:54.159Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-31T20:05:54.159Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-31T20:05:54.159Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-31T20:05:54.159Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-31T20:05:54.159Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-31T20:05:54.159Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-31T20:05:54.159Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-31T20:05:54.159Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-31T20:05:54.420Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-31T20:05:54.420Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-31T20:05:54.420Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-31T20:05:54.420Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-31T20:05:54.420Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-31T20:05:54.420Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-31T20:05:54.420Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-31T20:05:54.420Z] go: finding github.com/posener/complete v1.1.1 [2020-07-31T20:05:54.420Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-31T20:05:54.420Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-31T20:05:54.420Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-31T20:05:54.420Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-31T20:05:54.682Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-31T20:05:54.682Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-31T20:05:54.682Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-31T20:05:54.682Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-31T20:05:54.682Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-31T20:05:54.682Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-31T20:05:54.682Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-31T20:05:54.682Z] go: finding golang.org/x/text v0.3.2 [2020-07-31T20:05:54.682Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-31T20:05:54.682Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-31T20:05:54.682Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-31T20:05:54.942Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-31T20:05:54.942Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-31T20:05:54.942Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-31T20:06:09.872Z] Removing intermediate container 4cdb469e86c5 [2020-07-31T20:06:09.872Z] ---> 740f9ef2e3c4 [2020-07-31T20:06:09.872Z] Successfully built 740f9ef2e3c4 [2020-07-31T20:06:09.872Z] 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-07-31T20:06:12.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T20:06:12.660Z] [2020-07-31T20:06:12.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:06:12.997Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T20:06:12.997Z] latest: Pulling from edgex-devops/edgex-compose [2020-07-31T20:06:12.997Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-31T20:06:12.997Z] ca9280d653b3: Pulling fs layer [2020-07-31T20:06:12.997Z] 7e9c9ca2126c: Pulling fs layer [2020-07-31T20:06:12.997Z] cbdbe7a5bc2a: Download complete [2020-07-31T20:06:13.261Z] ca9280d653b3: Verifying Checksum [2020-07-31T20:06:13.261Z] ca9280d653b3: Download complete [2020-07-31T20:06:13.261Z] cbdbe7a5bc2a: Pull complete [2020-07-31T20:06:13.840Z] 7e9c9ca2126c: Verifying Checksum [2020-07-31T20:06:13.840Z] 7e9c9ca2126c: Download complete [2020-07-31T20:06:14.787Z] ca9280d653b3: Pull complete [2020-07-31T20:06:21.403Z] 7e9c9ca2126c: Pull complete [2020-07-31T20:06:21.403Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-07-31T20:06:21.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T20:06:21.403Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-07-31T20:06:21.531Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:06:21.571Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@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-07-31T20:06:24.192Z] $ docker top b4924e3416112ae51f2104c696269bded7b5d08c589ea583066c68a8ef85b8c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T20:06:24.731Z] + docker-compose build --help [2020-07-31T20:06:24.731Z] + grep parallel [2020-07-31T20:06:25.673Z] --parallel Build images in parallel. [Pipeline] } [2020-07-31T20:06:25.683Z] $ docker stop --time=1 b4924e3416112ae51f2104c696269bded7b5d08c589ea583066c68a8ef85b8c0 [2020-07-31T20:06:27.054Z] $ docker rm -f b4924e3416112ae51f2104c696269bded7b5d08c589ea583066c68a8ef85b8c0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:06:27.648Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-07-31T20:06:27.648Z] . [Pipeline] withDockerContainer [2020-07-31T20:06:27.736Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:06:27.775Z] $ 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/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-07-31T20:06:28.460Z] $ docker top 2541569565c267ea7edb321a8bf21e16209a7a44ebcbfd6762e9fcdc8cfb2f46 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T20:06:28.907Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-31T20:06:29.861Z] Building docker-core-command-go ... [2020-07-31T20:06:29.861Z] Building docker-core-data-go ... [2020-07-31T20:06:29.861Z] Building docker-core-metadata-go ... [2020-07-31T20:06:29.861Z] Building docker-security-proxy-setup-go ... [2020-07-31T20:06:29.861Z] Building docker-security-secrets-setup-go ... [2020-07-31T20:06:29.861Z] Building docker-security-secretstore-setup-go ... [2020-07-31T20:06:29.861Z] Building docker-support-logging-go ... [2020-07-31T20:06:29.861Z] Building docker-support-notifications-go ... [2020-07-31T20:06:29.861Z] Building docker-support-scheduler-go ... [2020-07-31T20:06:29.861Z] Building docker-sys-mgmt-agent-go ... [2020-07-31T20:06:29.861Z] Building docker-support-scheduler-go [2020-07-31T20:06:29.861Z] Building docker-sys-mgmt-agent-go [2020-07-31T20:06:29.861Z] Building docker-support-logging-go [2020-07-31T20:06:29.861Z] Building docker-security-proxy-setup-go [2020-07-31T20:06:29.861Z] Building docker-core-metadata-go [2020-07-31T20:06:52.001Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:06:52.001Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:06:52.001Z] ---> 740f9ef2e3c4 [2020-07-31T20:06:52.001Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T20:06:52.001Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:06:52.001Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:06:52.001Z] ---> 740f9ef2e3c4 [2020-07-31T20:06:52.001Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T20:06:52.294Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:06:52.294Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:06:52.294Z] ---> 740f9ef2e3c4 [2020-07-31T20:06:52.294Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T20:06:52.555Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:06:52.555Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:06:52.555Z] ---> 740f9ef2e3c4 [2020-07-31T20:06:52.555Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T20:06:52.555Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:06:52.555Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:06:52.555Z] ---> 740f9ef2e3c4 [2020-07-31T20:06:52.555Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T20:06:53.499Z] ---> Running in 188f23be93e8 [2020-07-31T20:06:53.499Z] ---> Running in 18e2e10918b4 [2020-07-31T20:06:53.499Z] ---> Running in d16a5eb9ef64 [2020-07-31T20:06:53.499Z] ---> Running in 72c3659e3f40 [2020-07-31T20:06:53.499Z] ---> Running in 42aee6564b63 [2020-07-31T20:06:54.074Z] Removing intermediate container 18e2e10918b4 [2020-07-31T20:06:54.074Z] ---> 73a88c937cb8 [2020-07-31T20:06:54.074Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:06:54.074Z] Removing intermediate container 72c3659e3f40 [2020-07-31T20:06:54.074Z] ---> a4f56ac643d2 [2020-07-31T20:06:54.074Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:06:54.074Z] Removing intermediate container d16a5eb9ef64 [2020-07-31T20:06:54.074Z] ---> ac6e6835b3be [2020-07-31T20:06:54.074Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:06:54.074Z] Removing intermediate container 188f23be93e8 [2020-07-31T20:06:54.074Z] ---> 422562cf9af4 [2020-07-31T20:06:54.074Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:06:54.074Z] Removing intermediate container 42aee6564b63 [2020-07-31T20:06:54.074Z] ---> 3c9250f9447b [2020-07-31T20:06:54.074Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:06:54.074Z] ---> Running in 3476ec916d35 [2020-07-31T20:06:54.074Z] ---> Running in 2407141bf382 [2020-07-31T20:06:54.074Z] ---> Running in ac7da2dd1ebc [2020-07-31T20:06:54.074Z] ---> Running in 5cbb4a86b5f6 [2020-07-31T20:06:54.335Z] ---> Running in 779af3a54151 [2020-07-31T20:06:56.270Z] Removing intermediate container 2407141bf382 [2020-07-31T20:06:56.270Z] ---> d4d47c1d83ff [2020-07-31T20:06:56.270Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T20:06:56.573Z] ---> Running in 5e871c5006cc [2020-07-31T20:06:56.573Z] Removing intermediate container 779af3a54151 [2020-07-31T20:06:56.573Z] ---> 24268816d218 [2020-07-31T20:06:56.573Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-31T20:06:56.573Z] Removing intermediate container 3476ec916d35 [2020-07-31T20:06:56.573Z] ---> 8a8e8ce01043 [2020-07-31T20:06:56.573Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T20:06:56.897Z] ---> Running in 3646315703e9 [2020-07-31T20:06:56.897Z] ---> Running in 3a4e98a042c6 [2020-07-31T20:06:56.897Z] Removing intermediate container 5cbb4a86b5f6 [2020-07-31T20:06:56.897Z] ---> 23f3eec31558 [2020-07-31T20:06:56.897Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-31T20:06:57.166Z] Removing intermediate container ac7da2dd1ebc [2020-07-31T20:06:57.166Z] ---> 8f4a8460a9c0 [2020-07-31T20:06:57.166Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T20:06:57.166Z] ---> Running in 08dfebedc260 [2020-07-31T20:06:57.166Z] ---> Running in dc0bfafa7c73 [2020-07-31T20:06:57.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:06:57.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:06:57.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:06:58.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:06:58.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:06:58.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:06:58.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:06:58.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:06:58.695Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:06:58.695Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:06:58.695Z] OK: 12749 distinct packages available [2020-07-31T20:06:58.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:06:58.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:06:58.959Z] OK: 233 MiB in 51 packages [2020-07-31T20:06:58.959Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:06:58.959Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:06:58.959Z] OK: 12749 distinct packages available [2020-07-31T20:06:58.959Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:06:58.959Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:06:58.959Z] OK: 12749 distinct packages available [2020-07-31T20:06:59.236Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:06:59.236Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:06:59.236Z] OK: 12749 distinct packages available [2020-07-31T20:06:59.236Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:06:59.236Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:06:59.236Z] OK: 12749 distinct packages available [2020-07-31T20:06:59.236Z] OK: 233 MiB in 51 packages [2020-07-31T20:06:59.236Z] OK: 233 MiB in 51 packages [2020-07-31T20:06:59.507Z] OK: 233 MiB in 51 packages [2020-07-31T20:06:59.507Z] OK: 233 MiB in 51 packages [2020-07-31T20:06:59.507Z] Removing intermediate container 5e871c5006cc [2020-07-31T20:06:59.507Z] ---> 14a1d8937c61 [2020-07-31T20:06:59.507Z] Step 6/20 : COPY go.mod . [2020-07-31T20:06:59.777Z] OK: 233 MiB in 51 packages [2020-07-31T20:07:00.039Z] ---> c039dc1426b4 [2020-07-31T20:07:00.039Z] Step 7/20 : RUN go mod download [2020-07-31T20:07:00.306Z] Removing intermediate container 3646315703e9 [2020-07-31T20:07:00.306Z] ---> 96e11436026f [2020-07-31T20:07:00.306Z] Step 6/26 : COPY go.mod . [2020-07-31T20:07:00.306Z] Removing intermediate container 3a4e98a042c6 [2020-07-31T20:07:00.306Z] ---> b09d9e0c5307 [2020-07-31T20:07:00.306Z] Step 6/21 : COPY go.mod . [2020-07-31T20:07:00.306Z] ---> Running in 77b0f0d1b53e [2020-07-31T20:07:00.567Z] Removing intermediate container dc0bfafa7c73 [2020-07-31T20:07:00.567Z] ---> b1420f9b0a63 [2020-07-31T20:07:00.567Z] Step 6/20 : COPY go.mod . [2020-07-31T20:07:00.835Z] Removing intermediate container 08dfebedc260 [2020-07-31T20:07:00.835Z] ---> d9a7b69e9e17 [2020-07-31T20:07:00.835Z] Step 6/21 : COPY go.mod . [2020-07-31T20:07:00.835Z] ---> 0b671105f79e [2020-07-31T20:07:00.835Z] Step 7/26 : RUN go mod download [2020-07-31T20:07:00.835Z] ---> 1f399895673f [2020-07-31T20:07:00.835Z] Step 7/21 : RUN go mod download [2020-07-31T20:07:00.835Z] ---> fda41208637c [2020-07-31T20:07:00.835Z] Step 7/20 : RUN go mod download [2020-07-31T20:07:01.101Z] ---> Running in a3ab6440d3cc [2020-07-31T20:07:01.101Z] ---> Running in c86bb52c4d40 [2020-07-31T20:07:01.101Z] ---> Running in b66fd6d43e4b [2020-07-31T20:07:01.371Z] ---> 2d7f0b606eab [2020-07-31T20:07:01.371Z] Step 7/21 : RUN go mod download [2020-07-31T20:07:01.371Z] ---> Running in b93908ff1261 [2020-07-31T20:07:03.316Z] Removing intermediate container 77b0f0d1b53e [2020-07-31T20:07:03.316Z] ---> 5fc855dc23f0 [2020-07-31T20:07:03.316Z] Step 8/20 : COPY . . [2020-07-31T20:07:04.270Z] Removing intermediate container a3ab6440d3cc [2020-07-31T20:07:04.270Z] ---> e783dfb7dc35 [2020-07-31T20:07:04.270Z] Step 8/26 : COPY . . [2020-07-31T20:07:06.833Z] Removing intermediate container c86bb52c4d40 [2020-07-31T20:07:06.833Z] ---> 8b30a6b12ebb [2020-07-31T20:07:06.833Z] Step 8/21 : COPY . . [2020-07-31T20:07:09.414Z] Removing intermediate container b66fd6d43e4b [2020-07-31T20:07:09.414Z] ---> 6bc88a34c4a7 [2020-07-31T20:07:09.414Z] Step 8/20 : COPY . . [2020-07-31T20:07:11.342Z] Removing intermediate container b93908ff1261 [2020-07-31T20:07:11.342Z] ---> 797456767def [2020-07-31T20:07:11.342Z] Step 8/21 : COPY . . [2020-07-31T20:07:13.234Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1713 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-07-31T20:07:13.333Z] Running in /w/workspace/edgex-go/119 [Pipeline] { [Pipeline] checkout [2020-07-31T20:07:18.175Z] using credential edgex-jenkins-ssh [2020-07-31T20:07:18.226Z] Cloning the remote Git repository [2020-07-31T20:07:18.226Z] Cloning with configured refspecs honoured and without tags [2020-07-31T20:07:18.310Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-07-31T20:07:18.465Z] > git init /w/workspace/edgex-go/119 # timeout=10 [2020-07-31T20:07:18.525Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-31T20:07:18.526Z] > git --version # timeout=10 [2020-07-31T20:07:18.552Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T20:07:18.640Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T20:07:32.661Z] Fetching without tags [2020-07-31T20:07:33.154Z] Checking out Revision b6e84d11f041a086b232d8992a39ab0cabcfc086 (master) [2020-07-31T20:07:33.490Z] ---> f492e2388148 [2020-07-31T20:07:33.490Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-31T20:07:33.490Z] ---> 7872d018dd1b [2020-07-31T20:07:33.490Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-31T20:07:33.490Z] ---> bbbd4086b3df [2020-07-31T20:07:33.490Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-31T20:07:33.490Z] ---> Running in af3b575680d3 [2020-07-31T20:07:33.490Z] ---> Running in f68c08e158ac [2020-07-31T20:07:33.490Z] ---> 1f343f2e3ae3 [2020-07-31T20:07:33.490Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-31T20:07:33.490Z] ---> Running in 3e2f28be3429 [2020-07-31T20:07:33.490Z] ---> a1148be8a5d5 [2020-07-31T20:07:33.490Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-31T20:07:33.490Z] ---> Running in 594123c0e09d [2020-07-31T20:07:33.490Z] ---> Running in 19fb8cc39225 [2020-07-31T20:07:32.591Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-31T20:07:32.609Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T20:07:32.645Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-07-31T20:07:32.675Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-07-31T20:07:32.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-31T20:07:32.693Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-31T20:07:33.172Z] > git config core.sparsecheckout # timeout=10 [2020-07-31T20:07:33.186Z] > git checkout -f b6e84d11f041a086b232d8992a39ab0cabcfc086 # timeout=10 [2020-07-31T20:07:33.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-31T20:07:33.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-31T20:07:33.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-31T20:07:33.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-31T20:07:33.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-31T20:07:37.937Z] Commit message: "fix: Allow startup duration/interval to be overridden via env vars (#2649)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-31T20:07:49.929Z] ========================================================= [2020-07-31T20:07:49.929Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-31T20:07:49.929Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:07:50.830Z] + 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-07-31T20:07:55.164Z] Sending build context to Docker daemon 323MB [2020-07-31T20:07:55.164Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-07-31T20:07:55.164Z] Step 2/7 : FROM ${BASE} [2020-07-31T20:07:55.164Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-31T20:07:55.164Z] b538f80385f9: Pulling fs layer [2020-07-31T20:07:55.164Z] 74f711af9a0d: Pulling fs layer [2020-07-31T20:07:55.164Z] 99f96fe45779: Pulling fs layer [2020-07-31T20:07:55.164Z] fd7a069fd194: Pulling fs layer [2020-07-31T20:07:55.164Z] 66aa3694b03b: Pulling fs layer [2020-07-31T20:07:55.164Z] 170f70906a0f: Pulling fs layer [2020-07-31T20:07:55.164Z] ad7c5574e4b9: Pulling fs layer [2020-07-31T20:07:55.164Z] e772456be8f7: Pulling fs layer [2020-07-31T20:07:55.164Z] c890913d741a: Pulling fs layer [2020-07-31T20:07:55.164Z] 2480fcc9aa5a: Pulling fs layer [2020-07-31T20:07:55.164Z] 09adf4765672: Pulling fs layer [2020-07-31T20:07:55.164Z] ad7c5574e4b9: Waiting [2020-07-31T20:07:55.164Z] e772456be8f7: Waiting [2020-07-31T20:07:55.164Z] fd7a069fd194: Waiting [2020-07-31T20:07:55.164Z] c890913d741a: Waiting [2020-07-31T20:07:55.164Z] 2480fcc9aa5a: Waiting [2020-07-31T20:07:55.164Z] 66aa3694b03b: Waiting [2020-07-31T20:07:55.164Z] 170f70906a0f: Waiting [2020-07-31T20:07:55.164Z] 09adf4765672: Waiting [2020-07-31T20:07:55.439Z] 99f96fe45779: Verifying Checksum [2020-07-31T20:07:55.439Z] 99f96fe45779: Download complete [2020-07-31T20:07:55.439Z] 74f711af9a0d: Verifying Checksum [2020-07-31T20:07:55.439Z] 74f711af9a0d: Download complete [2020-07-31T20:07:55.439Z] 66aa3694b03b: Download complete [2020-07-31T20:07:55.439Z] 170f70906a0f: Verifying Checksum [2020-07-31T20:07:55.439Z] 170f70906a0f: Download complete [2020-07-31T20:07:55.439Z] b538f80385f9: Download complete [2020-07-31T20:07:56.043Z] b538f80385f9: Pull complete [2020-07-31T20:07:56.645Z] 74f711af9a0d: Pull complete [2020-07-31T20:07:57.253Z] 99f96fe45779: Pull complete [2020-07-31T20:07:57.854Z] ad7c5574e4b9: Verifying Checksum [2020-07-31T20:07:57.854Z] ad7c5574e4b9: Download complete [2020-07-31T20:07:57.854Z] c890913d741a: Verifying Checksum [2020-07-31T20:07:57.854Z] c890913d741a: Download complete [2020-07-31T20:07:59.840Z] 2480fcc9aa5a: Verifying Checksum [2020-07-31T20:07:59.840Z] 2480fcc9aa5a: Download complete [2020-07-31T20:07:59.840Z] e772456be8f7: Verifying Checksum [2020-07-31T20:07:59.840Z] e772456be8f7: Download complete [2020-07-31T20:08:00.113Z] 09adf4765672: Verifying Checksum [2020-07-31T20:08:00.113Z] 09adf4765672: Download complete [2020-07-31T20:08:00.707Z] fd7a069fd194: Verifying Checksum [2020-07-31T20:08:00.707Z] fd7a069fd194: Download complete [2020-07-31T20:08:05.994Z] Removing intermediate container 594123c0e09d [2020-07-31T20:08:05.994Z] ---> c7b096b683ad [2020-07-31T20:08:05.994Z] [2020-07-31T20:08:05.994Z] Step 10/20 : FROM alpine [2020-07-31T20:08:05.994Z] latest: Pulling from library/alpine [2020-07-31T20:08:05.994Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-31T20:08:05.994Z] Status: Downloaded newer image for alpine:latest [2020-07-31T20:08:05.994Z] ---> a24bb4013296 [2020-07-31T20:08:05.995Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-31T20:08:05.995Z] ---> Running in 4c3966294795 [2020-07-31T20:08:07.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:07.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:07.288Z] v3.12.0-198-gae25a7e80e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:08:07.288Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:08:07.288Z] OK: 12749 distinct packages available [2020-07-31T20:08:07.548Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-31T20:08:07.548Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T20:08:07.548Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-31T20:08:07.548Z] (4/4) Installing curl (7.69.1-r0) [2020-07-31T20:08:07.808Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:08:08.069Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T20:08:09.014Z] OK: 7 MiB in 18 packages [2020-07-31T20:08:09.014Z] Removing intermediate container af3b575680d3 [2020-07-31T20:08:09.014Z] ---> e329d55bb820 [2020-07-31T20:08:09.014Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-31T20:08:09.014Z] Removing intermediate container 19fb8cc39225 [2020-07-31T20:08:09.014Z] ---> 837eace700e5 [2020-07-31T20:08:09.014Z] [2020-07-31T20:08:09.014Z] Step 10/21 : FROM scratch [2020-07-31T20:08:09.014Z] ---> [2020-07-31T20:08:09.014Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T20:08:09.014Z] ---> Running in ed5dc0adaab7 [2020-07-31T20:08:09.276Z] ---> Running in d3a8a9688b81 [2020-07-31T20:08:10.218Z] Removing intermediate container d3a8a9688b81 [2020-07-31T20:08:10.218Z] ---> dabb29adbb13 [2020-07-31T20:08:10.218Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-31T20:08:11.164Z] ---> Running in 996708e34ea6 [2020-07-31T20:08:12.549Z] Removing intermediate container 4c3966294795 [2020-07-31T20:08:12.549Z] ---> a4f15dc0876e [2020-07-31T20:08:12.549Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T20:08:12.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-31T20:08:13.119Z] fd7a069fd194: Pull complete [2020-07-31T20:08:13.119Z] 66aa3694b03b: Pull complete [2020-07-31T20:08:13.119Z] 170f70906a0f: Pull complete [2020-07-31T20:08:14.194Z] Removing intermediate container 996708e34ea6 [2020-07-31T20:08:14.194Z] ---> 9224d24cd8a2 [2020-07-31T20:08:14.194Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T20:08:14.194Z] Removing intermediate container f68c08e158ac [2020-07-31T20:08:14.194Z] ---> 5cf63990d395 [2020-07-31T20:08:14.194Z] [2020-07-31T20:08:14.194Z] Step 10/20 : FROM scratch [2020-07-31T20:08:14.194Z] ---> [2020-07-31T20:08:14.194Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T20:08:14.194Z] ---> Running in 640b57eff962 [2020-07-31T20:08:14.194Z] ---> Running in 18abe9e2ff78 [2020-07-31T20:08:14.194Z] ---> Running in dc637532eaaf [2020-07-31T20:08:14.454Z] Removing intermediate container 3e2f28be3429 [2020-07-31T20:08:14.454Z] ---> ee23b96b32d3 [2020-07-31T20:08:14.454Z] [2020-07-31T20:08:14.454Z] Step 10/21 : FROM scratch [2020-07-31T20:08:14.454Z] ---> [2020-07-31T20:08:14.454Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T20:08:14.718Z] ---> Running in 928c9242ae25 [2020-07-31T20:08:14.718Z] Removing intermediate container 640b57eff962 [2020-07-31T20:08:14.718Z] ---> 23f563599431 [2020-07-31T20:08:14.718Z] Step 13/20 : WORKDIR /edgex [2020-07-31T20:08:14.979Z] Removing intermediate container dc637532eaaf [2020-07-31T20:08:14.979Z] ---> eb8c0b8434be [2020-07-31T20:08:14.979Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-31T20:08:14.979Z] Removing intermediate container 18abe9e2ff78 [2020-07-31T20:08:14.979Z] ---> b9cc12f19964 [2020-07-31T20:08:14.979Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-31T20:08:14.979Z] ---> Running in 37551102695f [2020-07-31T20:08:15.239Z] ---> Running in 14d0412b454f [2020-07-31T20:08:15.239Z] Removing intermediate container 928c9242ae25 [2020-07-31T20:08:15.239Z] ---> 2da3e140506b [2020-07-31T20:08:15.239Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-31T20:08:15.239Z] ---> d71cb006db6d [2020-07-31T20:08:15.239Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-31T20:08:15.240Z] ---> Running in 691095e9cb21 [2020-07-31T20:08:15.502Z] Removing intermediate container 14d0412b454f [2020-07-31T20:08:15.502Z] ---> 8eb51f9fb1fb [2020-07-31T20:08:15.502Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-31T20:08:15.502Z] Removing intermediate container 37551102695f [2020-07-31T20:08:15.502Z] ---> 9806157a527e [2020-07-31T20:08:15.502Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-31T20:08:15.763Z] ---> Running in b8229d370ba3 [2020-07-31T20:08:15.763Z] Removing intermediate container 691095e9cb21 [2020-07-31T20:08:15.763Z] ---> a2b5e8a3b823 [2020-07-31T20:08:15.763Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T20:08:15.763Z] ---> 814d8d6db1be [2020-07-31T20:08:15.763Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-31T20:08:16.045Z] Removing intermediate container ed5dc0adaab7 [2020-07-31T20:08:16.045Z] ---> e4dd730e0a01 [2020-07-31T20:08:16.045Z] [2020-07-31T20:08:16.045Z] Step 11/26 : FROM docker:latest [2020-07-31T20:08:16.045Z] ---> 81f5749c9058 [2020-07-31T20:08:16.045Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-31T20:08:16.045Z] ---> Running in b66c469f53c7 [2020-07-31T20:08:16.045Z] Removing intermediate container b8229d370ba3 [2020-07-31T20:08:16.045Z] ---> 7ed16da57472 [2020-07-31T20:08:16.045Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-31T20:08:16.045Z] ---> Running in 861586b64df7 [2020-07-31T20:08:16.045Z] ---> 87a9f3476358 [2020-07-31T20:08:16.045Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-31T20:08:16.311Z] Removing intermediate container b66c469f53c7 [2020-07-31T20:08:16.311Z] ---> caedf7684c92 [2020-07-31T20:08:16.311Z] Step 14/21 : WORKDIR / [2020-07-31T20:08:16.528Z] ad7c5574e4b9: Pull complete [2020-07-31T20:08:17.706Z] ---> Running in c07928832879 [2020-07-31T20:08:17.706Z] ---> 864a3fae0563 [2020-07-31T20:08:17.706Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-31T20:08:17.706Z] ---> dea474ec1951 [2020-07-31T20:08:17.706Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-31T20:08:17.706Z] ---> 70aa9f237127 [2020-07-31T20:08:17.706Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-31T20:08:17.975Z] ---> Running in e38bf47ea081 [2020-07-31T20:08:17.976Z] Removing intermediate container c07928832879 [2020-07-31T20:08:17.976Z] ---> b31d978c9bcc [2020-07-31T20:08:17.976Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-31T20:08:17.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:18.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:18.236Z] ---> 7b07e1038a7d [2020-07-31T20:08:18.236Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:08:18.236Z] Removing intermediate container e38bf47ea081 [2020-07-31T20:08:18.236Z] ---> 3e9c1b53216a [2020-07-31T20:08:18.236Z] Step 17/20 : CMD ["--init=true"] [2020-07-31T20:08:18.236Z] (1/2) Installing readline (8.0.4-r0) [2020-07-31T20:08:18.236Z] (2/2) Installing bash (5.0.17-r0) [2020-07-31T20:08:18.236Z] Executing bash-5.0.17-r0.post-install [2020-07-31T20:08:18.236Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:08:18.496Z] OK: 12 MiB in 22 packages [2020-07-31T20:08:18.496Z] ---> 2c21ffa85724 [2020-07-31T20:08:18.496Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-31T20:08:18.496Z] ---> Running in ae1a8b97923c [2020-07-31T20:08:18.496Z] ---> 20626008b40c [2020-07-31T20:08:18.496Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-31T20:08:18.496Z] ---> Running in f1c85e88875d [2020-07-31T20:08:18.757Z] Removing intermediate container ae1a8b97923c [2020-07-31T20:08:18.757Z] ---> 992831c9a8c5 [2020-07-31T20:08:18.757Z] Step 19/21 : LABEL arch=x86_64 [2020-07-31T20:08:19.018Z] ---> Running in 10ae4a170404 [2020-07-31T20:08:19.018Z] Removing intermediate container f1c85e88875d [2020-07-31T20:08:19.018Z] ---> e4aa7798c6b0 [2020-07-31T20:08:19.018Z] Step 18/20 : LABEL arch=x86_64 [2020-07-31T20:08:19.018Z] ---> 04b07a6c186c [2020-07-31T20:08:19.018Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:08:19.279Z] ---> Running in 08a16043ec7c [2020-07-31T20:08:19.279Z] ---> b790486be3f2 [2020-07-31T20:08:19.279Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-31T20:08:19.540Z] ---> Running in 91c319f7831a [2020-07-31T20:08:19.540Z] Removing intermediate container 10ae4a170404 [2020-07-31T20:08:19.540Z] ---> 39367e9bd2d3 [2020-07-31T20:08:19.540Z] Step 20/21 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:08:19.540Z] Removing intermediate container 861586b64df7 [2020-07-31T20:08:19.540Z] ---> fbf88076f44a [2020-07-31T20:08:19.540Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-31T20:08:19.801Z] Removing intermediate container 08a16043ec7c [2020-07-31T20:08:19.801Z] ---> 14f39a8c73fa [2020-07-31T20:08:19.801Z] Step 19/20 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:08:20.062Z] ---> Running in 16656629c396 [2020-07-31T20:08:20.062Z] ---> Running in 09d47cd40edd [2020-07-31T20:08:20.062Z] ---> Running in 3a32bbace0c8 [2020-07-31T20:08:20.062Z] ---> 253679659df0 [2020-07-31T20:08:20.062Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:08:20.062Z] Removing intermediate container 91c319f7831a [2020-07-31T20:08:20.062Z] ---> fd4c0c68ac3a [2020-07-31T20:08:20.062Z] Step 18/20 : LABEL arch=x86_64 [2020-07-31T20:08:20.325Z] ---> Running in 5fa71a90879d [2020-07-31T20:08:20.586Z] ---> Running in 3dc20437b4a4 [2020-07-31T20:08:20.586Z] Removing intermediate container 16656629c396 [2020-07-31T20:08:20.586Z] ---> d581c5078572 [2020-07-31T20:08:20.586Z] Step 21/21 : LABEL version=1.2.2-dev.7 [2020-07-31T20:08:20.586Z] Removing intermediate container 3a32bbace0c8 [2020-07-31T20:08:20.586Z] ---> fd8888942ff8 [2020-07-31T20:08:20.586Z] Step 20/20 : LABEL version=1.2.2-dev.7 [2020-07-31T20:08:20.847Z] ---> Running in 5f7f387d490d [2020-07-31T20:08:20.847Z] ---> Running in b02fc5118fa2 [2020-07-31T20:08:20.847Z] Removing intermediate container 5fa71a90879d [2020-07-31T20:08:20.847Z] ---> 931a7e934ee2 [2020-07-31T20:08:20.847Z] Step 19/21 : LABEL arch=x86_64 [2020-07-31T20:08:20.847Z] Removing intermediate container 3dc20437b4a4 [2020-07-31T20:08:20.847Z] ---> 5662162a3901 [2020-07-31T20:08:20.847Z] Step 19/20 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:08:21.107Z] ---> Running in e9774ad2b65d [2020-07-31T20:08:21.107Z] ---> Running in 22ca67b84b5d [2020-07-31T20:08:21.107Z] Removing intermediate container 5f7f387d490d [2020-07-31T20:08:21.107Z] ---> 7bf8f2a0d18d [2020-07-31T20:08:21.107Z] [2020-07-31T20:08:21.368Z] Removing intermediate container b02fc5118fa2 [2020-07-31T20:08:21.368Z] ---> 5ee30099a5e2 [2020-07-31T20:08:21.368Z] [2020-07-31T20:08:21.368Z] Successfully built 7bf8f2a0d18d [2020-07-31T20:08:21.368Z] Successfully built 5ee30099a5e2 [2020-07-31T20:08:21.368Z] Successfully tagged docker-support-logging-go:latest [2020-07-31T20:08:21.368Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-07-31T20:08:21.627Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-07-31T20:08:21.627Z] Building docker-support-notifications-go [2020-07-31T20:08:21.627Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e9774ad2b65d [2020-07-31T20:08:21.627Z] ---> 0c91c30f57e0 [2020-07-31T20:08:21.627Z] Step 20/21 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:08:21.627Z] Removing intermediate container 22ca67b84b5d [2020-07-31T20:08:21.627Z] ---> 131618bae65d [2020-07-31T20:08:21.627Z] Step 20/20 : LABEL version=1.2.2-dev.7 [2020-07-31T20:08:21.627Z] Removing intermediate container 09d47cd40edd [2020-07-31T20:08:21.627Z] ---> c988fb09484c [2020-07-31T20:08:21.627Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-31T20:08:21.891Z] ---> Running in bc9e7f35f5dd [2020-07-31T20:08:21.891Z] ---> Running in f4b26b47c9f2 [2020-07-31T20:08:21.891Z] ---> Running in 044363c94dd6 [2020-07-31T20:08:21.950Z] e772456be8f7: Pull complete [2020-07-31T20:08:21.951Z] c890913d741a: Pull complete [2020-07-31T20:08:22.155Z] Removing intermediate container bc9e7f35f5dd [2020-07-31T20:08:22.155Z] ---> 4c6a4baf352c [2020-07-31T20:08:22.155Z] Step 21/21 : LABEL version=1.2.2-dev.7 [2020-07-31T20:08:22.417Z] Removing intermediate container f4b26b47c9f2 [2020-07-31T20:08:22.417Z] ---> a55a3e3fa221 [2020-07-31T20:08:22.417Z] [2020-07-31T20:08:22.417Z] Successfully built a55a3e3fa221 [2020-07-31T20:08:22.417Z] Successfully tagged docker-support-scheduler-go:latest [2020-07-31T20:08:22.417Z] Building docker-core-command-go [2020-07-31T20:08:22.417Z]  Building docker-support-scheduler-go ... done Removing intermediate container 044363c94dd6 [2020-07-31T20:08:22.417Z] ---> 90a9fed47b02 [2020-07-31T20:08:22.417Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-31T20:08:22.680Z] ---> Running in 7a7cc59cf2bf [2020-07-31T20:08:22.680Z] ---> Running in f516964abf48 [2020-07-31T20:08:23.932Z] 2480fcc9aa5a: Pull complete [2020-07-31T20:08:25.437Z] Removing intermediate container 7a7cc59cf2bf [2020-07-31T20:08:25.437Z] ---> 198f39f7e8d5 [2020-07-31T20:08:25.437Z] [2020-07-31T20:08:25.896Z] 09adf4765672: Pull complete [2020-07-31T20:08:25.896Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-31T20:08:25.896Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-31T20:08:25.896Z] ---> 2248a725d1cf [2020-07-31T20:08:25.896Z] 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-07-31T20:08:26.383Z] Successfully built 198f39f7e8d5 [2020-07-31T20:08:27.773Z] Successfully tagged docker-core-metadata-go:latest [2020-07-31T20:08:27.773Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-07-31T20:08:28.349Z] Removing intermediate container f516964abf48 [2020-07-31T20:08:28.349Z] ---> 25c0626a4784 [2020-07-31T20:08:28.349Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-31T20:08:28.613Z] ---> Running in 5fb01b3651f8 [2020-07-31T20:08:28.876Z] Removing intermediate container 5fb01b3651f8 [2020-07-31T20:08:28.876Z] ---> e2168fc53f98 [2020-07-31T20:08:28.876Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-31T20:08:30.176Z] ---> Running in 7f2c1add658f [2020-07-31T20:08:32.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:08:32.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:08:33.344Z] (1/12) Installing libmagic (5.38-r0) [2020-07-31T20:08:33.344Z] (2/12) Installing file (5.38-r0) [2020-07-31T20:08:33.615Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-07-31T20:08:33.615Z] (4/12) Installing g++ (9.3.0-r2) [2020-07-31T20:08:37.049Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:08:37.050Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:08:37.050Z] ---> 740f9ef2e3c4 [2020-07-31T20:08:37.050Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T20:08:37.050Z] ---> Using cache [2020-07-31T20:08:37.050Z] ---> 3c9250f9447b [2020-07-31T20:08:37.050Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:08:37.050Z] ---> Using cache [2020-07-31T20:08:37.050Z] ---> 24268816d218 [2020-07-31T20:08:37.050Z] Step 5/26 : RUN apk update && apk add make git [2020-07-31T20:08:38.440Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpineStep 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:08:38.440Z] [2020-07-31T20:08:38.440Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:08:38.440Z] [2020-07-31T20:08:38.440Z] ---> 740f9ef2e3c4 [2020-07-31T20:08:38.440Z] ---> 740f9ef2e3c4 [2020-07-31T20:08:38.440Z] Step 3/23 : WORKDIR /edgex-go [2020-07-31T20:08:38.440Z] Step 3/21 : WORKDIR /edgex-go ---> Using cache [2020-07-31T20:08:38.440Z] [2020-07-31T20:08:38.440Z] ---> 3c9250f9447b [2020-07-31T20:08:38.440Z] ---> Using cache [2020-07-31T20:08:38.440Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 3c9250f9447b [2020-07-31T20:08:38.440Z] [2020-07-31T20:08:38.440Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache [2020-07-31T20:08:38.440Z] [2020-07-31T20:08:38.440Z] ---> Using cache [2020-07-31T20:08:38.440Z] ---> 24268816d218 [2020-07-31T20:08:38.440Z] ---> 24268816d218 [2020-07-31T20:08:38.440Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificatesStep 5/21 : RUN apk update && apk add make git [2020-07-31T20:08:38.440Z] [2020-07-31T20:08:39.837Z] ---> Running in 1503b5f8ec0d [2020-07-31T20:08:39.837Z] ---> 01202954d21f [2020-07-31T20:08:39.837Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-31T20:08:40.782Z] ---> Running in d5c9656f6478 [2020-07-31T20:08:40.782Z] ---> Running in 38fe852917fd [2020-07-31T20:08:42.713Z] ---> 94cb2a65f775 [2020-07-31T20:08:42.713Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-31T20:08:43.665Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:08:43.665Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-31T20:08:43.665Z] ---> 740f9ef2e3c4 [2020-07-31T20:08:43.665Z] Step 3/29 : WORKDIR /edgex-go [2020-07-31T20:08:43.665Z] ---> Using cache [2020-07-31T20:08:43.665Z] ---> 3c9250f9447b [2020-07-31T20:08:43.665Z] Step 4/29 : RUN apk update && apk add make git [2020-07-31T20:08:43.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:44.185Z] ---> ccfc22b02d6a [2020-07-31T20:08:44.185Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-31T20:08:44.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:44.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:44.458Z] ---> Running in 28479d6f276f [2020-07-31T20:08:44.458Z] ---> Running in df1227531f88 [2020-07-31T20:08:45.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:45.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:45.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:45.660Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-31T20:08:45.660Z] (2/33) Installing expat (2.2.9-r1) [2020-07-31T20:08:45.660Z] (3/33) Installing libffi (3.3-r2) [2020-07-31T20:08:45.660Z] (4/33) Installing gdbm (1.13-r1) [2020-07-31T20:08:45.660Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-31T20:08:45.660Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-31T20:08:45.660Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-31T20:08:45.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:45.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:46.491Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-31T20:08:46.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:46.491Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-31T20:08:46.491Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-31T20:08:46.491Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-31T20:08:46.491Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-31T20:08:46.491Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-31T20:08:46.491Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-31T20:08:46.752Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-31T20:08:46.752Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-31T20:08:46.752Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-31T20:08:46.752Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-31T20:08:47.012Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-31T20:08:47.012Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-31T20:08:47.012Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-31T20:08:47.012Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-31T20:08:47.012Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-31T20:08:47.012Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-31T20:08:47.012Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-31T20:08:47.273Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-31T20:08:47.273Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-31T20:08:47.273Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-31T20:08:47.273Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-31T20:08:47.273Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-31T20:08:47.273Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-31T20:08:47.273Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-31T20:08:47.273Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-31T20:08:47.273Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:08:47.273Z] OK: 71 MiB in 55 packages [2020-07-31T20:08:48.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:08:49.170Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:08:49.170Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:08:49.170Z] OK: 12749 distinct packages available [2020-07-31T20:08:49.433Z] OK: 233 MiB in 51 packages [2020-07-31T20:08:49.694Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:08:49.694Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:08:49.694Z] OK: 12749 distinct packages available [2020-07-31T20:08:49.954Z] OK: 233 MiB in 51 packages [2020-07-31T20:08:50.215Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:08:50.215Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:08:50.215Z] OK: 12749 distinct packages available [2020-07-31T20:08:50.474Z] OK: 233 MiB in 51 packages [2020-07-31T20:08:51.060Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:08:51.060Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:08:51.060Z] OK: 12749 distinct packages available [2020-07-31T20:08:51.322Z] OK: 233 MiB in 51 packages [2020-07-31T20:08:53.872Z] Removing intermediate container d5c9656f6478 [2020-07-31T20:08:53.872Z] ---> abead95a1980 [2020-07-31T20:08:53.872Z] Step 6/21 : COPY go.mod . [2020-07-31T20:08:54.817Z] Removing intermediate container 38fe852917fd [2020-07-31T20:08:54.817Z] ---> d4132c552741 [2020-07-31T20:08:54.817Z] Step 6/23 : COPY go.mod . [2020-07-31T20:08:54.817Z] ---> fb8bff853d9c [2020-07-31T20:08:54.817Z] Step 7/21 : RUN go mod download [2020-07-31T20:08:54.817Z] Removing intermediate container 1503b5f8ec0d [2020-07-31T20:08:54.817Z] ---> 15ee22c1a0e3 [2020-07-31T20:08:54.817Z] Step 6/26 : COPY go.mod . [2020-07-31T20:08:55.080Z] Removing intermediate container 28479d6f276f [2020-07-31T20:08:55.080Z] ---> 574600518028 [2020-07-31T20:08:55.080Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-31T20:08:55.080Z] ---> Running in af3a9f7ea046 [2020-07-31T20:08:55.080Z] Removing intermediate container df1227531f88 [2020-07-31T20:08:55.080Z] ---> ea5570ef6efe [2020-07-31T20:08:55.080Z] Step 5/29 : COPY go.mod . [2020-07-31T20:08:55.080Z] ---> 3f28d57610a6 [2020-07-31T20:08:55.080Z] Step 7/23 : RUN go mod download [2020-07-31T20:08:55.341Z] ---> Running in fbba585d3d8c [2020-07-31T20:08:55.341Z] ---> ce6ab44bf66e [2020-07-31T20:08:55.341Z] Step 7/26 : RUN go mod download [2020-07-31T20:08:55.602Z] ---> Running in 9974c7f02482 [2020-07-31T20:08:55.602Z] ---> 365a2ae7e234 [2020-07-31T20:08:55.602Z] Step 6/29 : RUN go mod download [2020-07-31T20:08:55.602Z] ---> Running in 244272f8396b [2020-07-31T20:08:55.712Z] (5/12) Installing fortify-headers (1.1-r0) [2020-07-31T20:08:55.712Z] (6/12) Installing patch (2.7.6-r6) [2020-07-31T20:08:55.712Z] (7/12) Installing build-base (0.5-r2) [2020-07-31T20:08:55.864Z] ---> Running in 5491d137f1f6 [2020-07-31T20:08:55.980Z] (8/12) Installing libsodium (1.0.18-r0) [2020-07-31T20:08:55.980Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-07-31T20:08:56.247Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-07-31T20:08:56.247Z] (11/12) Installing libzmq (4.3.2-r0) [2020-07-31T20:08:56.517Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-07-31T20:08:56.786Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:08:56.786Z] OK: 217 MiB in 51 packages [2020-07-31T20:08:57.265Z] Collecting docker-compose==1.23.2 [2020-07-31T20:08:57.265Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-31T20:08:57.526Z] Collecting cached-property<2,>=1.2.0 [2020-07-31T20:08:57.526Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-31T20:08:57.526Z] Removing intermediate container 9974c7f02482 [2020-07-31T20:08:57.526Z] ---> cbeac994d808 [2020-07-31T20:08:57.526Z] Step 8/23 : COPY . . [2020-07-31T20:08:57.787Z] 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-07-31T20:08:58.362Z] Collecting docker<4.0,>=3.6.0 [2020-07-31T20:08:59.306Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-31T20:09:00.691Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-31T20:09:00.691Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-31T20:09:01.078Z] Removing intermediate container 7f2c1add658f [2020-07-31T20:09:01.078Z] ---> 3126101b1e73 [2020-07-31T20:09:01.078Z] Step 4/7 : WORKDIR /edgex-go [2020-07-31T20:09:01.262Z] Removing intermediate container af3a9f7ea046 [2020-07-31T20:09:01.263Z] ---> 8cc44fd9e091 [2020-07-31T20:09:01.263Z] Step 8/21 : COPY . . [2020-07-31T20:09:01.352Z] ---> Running in b2c7c67f2304 [2020-07-31T20:09:01.624Z] Removing intermediate container b2c7c67f2304 [2020-07-31T20:09:01.624Z] ---> d2c14cba9008 [2020-07-31T20:09:01.624Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-31T20:09:01.834Z] Removing intermediate container 5491d137f1f6 [2020-07-31T20:09:01.834Z] ---> 8131da2687e8 [2020-07-31T20:09:01.834Z] Step 7/29 : COPY . . [2020-07-31T20:09:02.228Z] latest: Pulling from library/docker [2020-07-31T20:09:02.228Z] b538f80385f9: Already exists [2020-07-31T20:09:02.228Z] 259a493cd78d: Pulling fs layer [2020-07-31T20:09:02.228Z] b8e66b5100f5: Pulling fs layer [2020-07-31T20:09:02.228Z] 39dc9c94d07c: Pulling fs layer [2020-07-31T20:09:02.228Z] 551b823b3b82: Pulling fs layer [2020-07-31T20:09:02.228Z] 3c52a74df98c: Pulling fs layer [2020-07-31T20:09:02.228Z] 6c9b121b6998: Pulling fs layer [2020-07-31T20:09:02.228Z] 551b823b3b82: Waiting [2020-07-31T20:09:02.228Z] 6c9b121b6998: Waiting [2020-07-31T20:09:02.228Z] 3c52a74df98c: Waiting [2020-07-31T20:09:02.228Z] b8e66b5100f5: Verifying Checksum [2020-07-31T20:09:02.228Z] b8e66b5100f5: Download complete [2020-07-31T20:09:02.506Z] 259a493cd78d: Verifying Checksum [2020-07-31T20:09:02.506Z] 259a493cd78d: Download complete [2020-07-31T20:09:02.506Z] 3c52a74df98c: Verifying Checksum [2020-07-31T20:09:02.506Z] 3c52a74df98c: Download complete [2020-07-31T20:09:02.506Z] 551b823b3b82: Verifying Checksum [2020-07-31T20:09:02.506Z] 551b823b3b82: Download complete [2020-07-31T20:09:02.780Z] 6c9b121b6998: Download complete [2020-07-31T20:09:03.058Z] 259a493cd78d: Pull complete [2020-07-31T20:09:03.229Z] Collecting texttable<0.10,>=0.9.0 [2020-07-31T20:09:03.229Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-31T20:09:03.489Z] Removing intermediate container 244272f8396b [2020-07-31T20:09:03.489Z] ---> 03eff859bdf8 [2020-07-31T20:09:03.489Z] Step 8/26 : COPY . . [2020-07-31T20:09:03.652Z] b8e66b5100f5: Pull complete [2020-07-31T20:09:03.652Z] 39dc9c94d07c: Download complete [2020-07-31T20:09:05.407Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-31T20:09:05.407Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-31T20:09:07.049Z] 39dc9c94d07c: Pull complete [2020-07-31T20:09:07.050Z] 551b823b3b82: Pull complete [2020-07-31T20:09:07.329Z] Collecting PyYAML<4,>=3.10 [2020-07-31T20:09:07.329Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-31T20:09:07.638Z] 3c52a74df98c: Pull complete [2020-07-31T20:09:07.909Z] 6c9b121b6998: Pull complete [2020-07-31T20:09:07.909Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-31T20:09:07.909Z] Status: Downloaded newer image for docker:latest [2020-07-31T20:09:10.632Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-31T20:09:10.632Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-31T20:09:11.308Z] ---> 876c2e1fa61a [2020-07-31T20:09:11.308Z] Step 6/7 : COPY go.mod . [2020-07-31T20:09:12.284Z] ---> 4632bad05a62 [2020-07-31T20:09:12.284Z] Step 7/7 : RUN go mod download [2020-07-31T20:09:12.284Z] ---> Running in 01cec4b6c598 [2020-07-31T20:09:12.557Z] Collecting docopt<0.7,>=0.6.1 [2020-07-31T20:09:12.557Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-31T20:09:15.652Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-31T20:09:15.652Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-31T20:09:15.652Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-07-31T20:09:15.652Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-31T20:09:15.652Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-31T20:09:15.652Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-31T20:09:15.652Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-31T20:09:15.652Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-31T20:09:15.652Z] go: finding github.com/cloudflare/gokey v0.1.0 [2020-07-31T20:09:15.652Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-31T20:09:15.652Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-07-31T20:09:15.652Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-31T20:09:15.652Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-07-31T20:09:15.652Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-31T20:09:15.652Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-31T20:09:15.652Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-31T20:09:15.652Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-07-31T20:09:15.652Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-31T20:09:15.652Z] go: finding github.com/fatih/color v1.7.0 [2020-07-31T20:09:15.652Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-31T20:09:15.652Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-31T20:09:15.652Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-07-31T20:09:15.864Z] Collecting jsonschema<3,>=2.5.1 [2020-07-31T20:09:15.864Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-31T20:09:15.923Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-31T20:09:15.923Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-31T20:09:15.923Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-31T20:09:15.923Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-31T20:09:15.923Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-31T20:09:15.923Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-31T20:09:15.923Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-31T20:09:15.923Z] go: finding github.com/google/uuid v1.1.0 [2020-07-31T20:09:15.923Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-31T20:09:15.923Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-31T20:09:16.194Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-31T20:09:16.194Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-31T20:09:16.194Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-31T20:09:16.194Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-31T20:09:16.194Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-31T20:09:16.194Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-31T20:09:16.194Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-31T20:09:16.194Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-31T20:09:16.194Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-31T20:09:16.194Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-31T20:09:16.194Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-31T20:09:16.466Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-31T20:09:16.466Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-31T20:09:16.466Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-31T20:09:16.466Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-31T20:09:16.466Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-31T20:09:16.466Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-31T20:09:16.466Z] go: finding github.com/imdario/mergo v0.3.6 [2020-07-31T20:09:16.466Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-31T20:09:16.466Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-31T20:09:16.466Z] go: finding github.com/kr/pty v1.1.1 [2020-07-31T20:09:16.466Z] go: finding github.com/kr/text v0.1.0 [2020-07-31T20:09:16.466Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-31T20:09:16.734Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-31T20:09:16.734Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-31T20:09:16.734Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-31T20:09:16.734Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-31T20:09:16.734Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-31T20:09:16.734Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-31T20:09:16.734Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-31T20:09:16.734Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-31T20:09:16.734Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-31T20:09:16.734Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-31T20:09:16.734Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-31T20:09:17.003Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-31T20:09:17.003Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-31T20:09:17.003Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-31T20:09:17.003Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-31T20:09:17.003Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-31T20:09:17.003Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-31T20:09:17.003Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-31T20:09:17.003Z] go: finding github.com/posener/complete v1.1.1 [2020-07-31T20:09:17.003Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-07-31T20:09:17.003Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-31T20:09:17.003Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-31T20:09:17.265Z] Collecting docker-pycreds>=0.4.0 [2020-07-31T20:09:17.265Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-31T20:09:17.273Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-31T20:09:17.273Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-31T20:09:17.273Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-31T20:09:17.273Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-31T20:09:17.273Z] go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 [2020-07-31T20:09:17.273Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-31T20:09:17.273Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-31T20:09:17.273Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-31T20:09:17.273Z] go: finding golang.org/x/text v0.3.2 [2020-07-31T20:09:17.273Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-31T20:09:17.273Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-31T20:09:17.565Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-07-31T20:09:17.565Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-31T20:09:17.565Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-31T20:09:17.565Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-31T20:09:18.664Z] 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-07-31T20:09:19.863Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-31T20:09:19.863Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-31T20:09:21.797Z] Collecting idna<2.8,>=2.5 [2020-07-31T20:09:21.797Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-31T20:09:22.744Z] 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-07-31T20:09:22.744Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-31T20:09:22.744Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-31T20:09:22.744Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-31T20:09:22.744Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-31T20:09:23.011Z] Installing collected packages: cached-property, docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, texttable, PyYAML, docopt, jsonschema, docker-compose [2020-07-31T20:09:26.482Z] Attempting uninstall: urllib3 [2020-07-31T20:09:26.482Z] Found existing installation: urllib3 1.25.9 [2020-07-31T20:09:26.482Z] Uninstalling urllib3-1.25.9: [2020-07-31T20:09:26.482Z] Successfully uninstalled urllib3-1.25.9 [2020-07-31T20:09:27.428Z] ---> 0084ebd01f9d [2020-07-31T20:09:27.428Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-31T20:09:27.428Z] ---> dd09db7400e2 [2020-07-31T20:09:27.428Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-31T20:09:27.428Z] ---> 4872ea517372 [2020-07-31T20:09:27.428Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-31T20:09:27.690Z] Attempting uninstall: idna [2020-07-31T20:09:27.690Z] Found existing installation: idna 2.9 [2020-07-31T20:09:27.690Z] Uninstalling idna-2.9: [2020-07-31T20:09:27.690Z] Successfully uninstalled idna-2.9 [2020-07-31T20:09:27.949Z] ---> Running in 865cc96ac081 [2020-07-31T20:09:27.949Z] ---> Running in adb65cf07641 [2020-07-31T20:09:27.949Z] ---> Running in aef0e1f540fb [2020-07-31T20:09:27.949Z] ---> 850764a1fa1f [2020-07-31T20:09:27.949Z] 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-07-31T20:09:27.949Z] Attempting uninstall: requests [2020-07-31T20:09:27.949Z] Found existing installation: requests 2.23.0 [2020-07-31T20:09:27.949Z] Uninstalling requests-2.23.0: [2020-07-31T20:09:28.210Z] Successfully uninstalled requests-2.23.0 [2020-07-31T20:09:28.471Z] ---> Running in 23bdd63698ac [2020-07-31T20:09:28.734Z] Running setup.py install for dockerpty: started [2020-07-31T20:09:29.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-31T20:09:29.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-31T20:09:29.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-31T20:09:29.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/core-command/core-command ./cmd/core-command [2020-07-31T20:09:29.595Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-31T20:09:29.595Z] Running setup.py install for texttable: started [2020-07-31T20:09:30.181Z] Running setup.py install for texttable: finished with status 'done' [2020-07-31T20:09:30.181Z] Running setup.py install for PyYAML: started [2020-07-31T20:09:30.774Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-31T20:09:30.774Z] Running setup.py install for docopt: started [2020-07-31T20:09:31.361Z] Running setup.py install for docopt: finished with status 'done' [2020-07-31T20:09:32.328Z] 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-07-31T20:09:35.841Z] Removing intermediate container 01cec4b6c598 [2020-07-31T20:09:35.841Z] ---> 552952af4c4d [2020-07-31T20:09:35.841Z] Successfully built 552952af4c4d [2020-07-31T20:09:35.841Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:09:36.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T20:09:36.998Z] [2020-07-31T20:09:36.998Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:09:37.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T20:09:37.682Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-07-31T20:09:37.682Z] 29e5d40040c1: Pulling fs layer [2020-07-31T20:09:37.682Z] 1ce36da41761: Pulling fs layer [2020-07-31T20:09:37.682Z] 25b303627fd3: Pulling fs layer [2020-07-31T20:09:37.682Z] 29e5d40040c1: Verifying Checksum [2020-07-31T20:09:37.682Z] 29e5d40040c1: Download complete [2020-07-31T20:09:38.323Z] 1ce36da41761: Verifying Checksum [2020-07-31T20:09:38.323Z] 1ce36da41761: Download complete [2020-07-31T20:09:38.609Z] 29e5d40040c1: Pull complete [2020-07-31T20:09:38.981Z] Removing intermediate container fbba585d3d8c [2020-07-31T20:09:38.981Z] ---> e08b8168c820 [2020-07-31T20:09:38.981Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-31T20:09:38.981Z] ---> Running in 362ed2fe2714 [2020-07-31T20:09:39.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:09:39.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:09:39.856Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T20:09:39.857Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-31T20:09:39.857Z] (3/3) Installing curl (7.69.1-r0) [2020-07-31T20:09:39.857Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:09:40.079Z] 1ce36da41761: Pull complete [2020-07-31T20:09:40.079Z] 25b303627fd3: Verifying Checksum [2020-07-31T20:09:40.079Z] 25b303627fd3: Download complete [2020-07-31T20:09:40.126Z] OK: 72 MiB in 58 packages [2020-07-31T20:09:41.100Z] Removing intermediate container 362ed2fe2714 [2020-07-31T20:09:41.100Z] ---> 265034a318e2 [2020-07-31T20:09:41.100Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:09:41.100Z] ---> Running in d8804bc5c9ff [2020-07-31T20:09:41.374Z] Removing intermediate container d8804bc5c9ff [2020-07-31T20:09:41.374Z] ---> 35c6dc2ec206 [2020-07-31T20:09:41.374Z] Step 24/26 : LABEL arch=x86_64 [2020-07-31T20:09:41.640Z] ---> Running in 093e10d24aae [2020-07-31T20:09:41.913Z] Removing intermediate container 093e10d24aae [2020-07-31T20:09:41.913Z] ---> a4d761640d94 [2020-07-31T20:09:41.913Z] Step 25/26 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:09:41.913Z] ---> Running in cc28e9b015d6 [2020-07-31T20:09:42.199Z] Removing intermediate container cc28e9b015d6 [2020-07-31T20:09:42.200Z] ---> fca5d07cec08 [2020-07-31T20:09:42.200Z] Step 26/26 : LABEL version=1.2.2-dev.7 [2020-07-31T20:09:42.200Z] ---> Running in eeb6ed881a15 [2020-07-31T20:09:42.482Z] Removing intermediate container eeb6ed881a15 [2020-07-31T20:09:42.482Z] ---> 0b0a6c828580 [2020-07-31T20:09:42.482Z] [2020-07-31T20:09:42.751Z] Successfully built 0b0a6c828580 [2020-07-31T20:09:43.343Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-07-31T20:09:43.343Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-data-go [2020-07-31T20:09:50.206Z] 25b303627fd3: Pull complete [2020-07-31T20:09:50.206Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-07-31T20:09:50.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T20:09:50.206Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-07-31T20:09:50.454Z] prd-ubuntu18.04-docker-arm64-4c-16g-1713 does not seem to be running inside a container [2020-07-31T20:09:50.532Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@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-07-31T20:09:54.035Z] $ docker top 321ceebb7bd11a95ec69acb8e46906755d713e0e98e4887d3efd706d1dd4455b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T20:09:55.433Z] + docker-compose build --help [2020-07-31T20:09:55.433Z] + grep parallel [2020-07-31T20:09:55.695Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:09:55.695Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:09:55.695Z] ---> 740f9ef2e3c4 [2020-07-31T20:09:55.695Z] Step 3/22 : WORKDIR /edgex-go [2020-07-31T20:09:55.695Z] ---> Using cache [2020-07-31T20:09:55.695Z] ---> 3c9250f9447b [2020-07-31T20:09:55.695Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:09:55.695Z] ---> Using cache [2020-07-31T20:09:55.695Z] ---> 24268816d218 [2020-07-31T20:09:55.695Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-31T20:09:55.957Z] ---> Running in 9bc1b5c04352 [2020-07-31T20:09:56.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-31T20:09:57.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:09:58.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:09:58.788Z] --parallel Build images in parallel. [Pipeline] } [2020-07-31T20:09:58.808Z] $ docker stop --time=1 321ceebb7bd11a95ec69acb8e46906755d713e0e98e4887d3efd706d1dd4455b [2020-07-31T20:09:59.523Z] Removing intermediate container aef0e1f540fb [2020-07-31T20:09:59.523Z] ---> 82941bc4c285 [2020-07-31T20:09:59.523Z] [2020-07-31T20:09:59.523Z] Step 9/29 : FROM alpine:latest [2020-07-31T20:09:59.523Z] ---> a24bb4013296 [2020-07-31T20:09:59.523Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-31T20:09:59.523Z] ---> Running in 7d2960e8f9ce [2020-07-31T20:09:59.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-31T20:09:59.786Z] Removing intermediate container 7d2960e8f9ce [2020-07-31T20:09:59.786Z] ---> 001444eca520 [2020-07-31T20:09:59.786Z] Step 11/29 : USER root [2020-07-31T20:10:00.064Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:10:00.064Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:10:00.064Z] OK: 12749 distinct packages available [2020-07-31T20:10:00.064Z] ---> Running in a1c2f9731dda [2020-07-31T20:10:00.064Z] OK: 233 MiB in 51 packages [2020-07-31T20:10:00.645Z] Removing intermediate container a1c2f9731dda [2020-07-31T20:10:00.645Z] ---> 3fe55fcec458 [2020-07-31T20:10:00.645Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-31T20:10:00.747Z] $ docker rm -f 321ceebb7bd11a95ec69acb8e46906755d713e0e98e4887d3efd706d1dd4455b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:10:01.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-07-31T20:10:01.581Z] . [Pipeline] withDockerContainer [2020-07-31T20:10:01.844Z] prd-ubuntu18.04-docker-arm64-4c-16g-1713 does not seem to be running inside a container [2020-07-31T20:10:01.923Z] $ 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/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@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-07-31T20:10:03.367Z] $ docker top b8673b8163cb2b9ad68452d0cecffdd09209cf16fa4c707e7ddcac78a930ebc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T20:10:04.376Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-07-31T20:10:04.857Z] ---> Running in c0db69f5fda5 [2020-07-31T20:10:04.857Z] Removing intermediate container 865cc96ac081 [2020-07-31T20:10:04.857Z] ---> fae19832ad0b [2020-07-31T20:10:04.857Z] [2020-07-31T20:10:04.857Z] Step 10/23 : FROM scratch [2020-07-31T20:10:04.857Z] ---> [2020-07-31T20:10:04.857Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T20:10:04.857Z] Removing intermediate container adb65cf07641 [2020-07-31T20:10:04.857Z] ---> a2b4d40b0aa4 [2020-07-31T20:10:04.857Z] [2020-07-31T20:10:04.857Z] Step 10/21 : FROM scratch [2020-07-31T20:10:04.857Z] ---> [2020-07-31T20:10:04.857Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T20:10:04.857Z] ---> Using cache [2020-07-31T20:10:04.857Z] ---> dabb29adbb13 [2020-07-31T20:10:04.857Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-31T20:10:04.857Z] ---> Using cache [2020-07-31T20:10:04.857Z] ---> 2da3e140506b [2020-07-31T20:10:04.857Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-31T20:10:04.857Z] ---> Running in d22f2b9cae16 [2020-07-31T20:10:04.857Z] Removing intermediate container 9bc1b5c04352 [2020-07-31T20:10:04.857Z] ---> 7f594cab4162 [2020-07-31T20:10:04.857Z] Step 6/22 : COPY go.mod . [2020-07-31T20:10:04.857Z] ---> Running in 9220b43696ad [2020-07-31T20:10:05.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:10:05.118Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:10:05.378Z] v3.12.0-198-gae25a7e80e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:10:05.378Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:10:05.378Z] OK: 12749 distinct packages available [2020-07-31T20:10:05.378Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-31T20:10:05.642Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-31T20:10:05.642Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:10:05.642Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T20:10:05.642Z] OK: 6 MiB in 16 packages [2020-07-31T20:10:07.741Z] Building docker-core-command-go ... [2020-07-31T20:10:07.741Z] Building docker-core-data-go ... [2020-07-31T20:10:07.741Z] Building docker-core-metadata-go ... [2020-07-31T20:10:07.741Z] Building docker-security-proxy-setup-go ... [2020-07-31T20:10:07.741Z] Building docker-security-secrets-setup-go ... [2020-07-31T20:10:07.741Z] Building docker-security-secretstore-setup-go ... [2020-07-31T20:10:07.741Z] Building docker-support-logging-go ... [2020-07-31T20:10:07.741Z] Building docker-support-notifications-go ... [2020-07-31T20:10:07.741Z] Building docker-support-scheduler-go ... [2020-07-31T20:10:07.741Z] Building docker-sys-mgmt-agent-go ... [2020-07-31T20:10:07.741Z] Building docker-core-metadata-go [2020-07-31T20:10:07.741Z] Building docker-support-logging-go [2020-07-31T20:10:07.741Z] Building docker-sys-mgmt-agent-go [2020-07-31T20:10:07.741Z] Building docker-core-data-go [2020-07-31T20:10:07.741Z] Building docker-security-secrets-setup-go [2020-07-31T20:10:08.198Z] Removing intermediate container d22f2b9cae16 [2020-07-31T20:10:08.199Z] ---> f5653d5dbb12 [2020-07-31T20:10:08.199Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-31T20:10:08.199Z] ---> 7d17d72a8e2e [2020-07-31T20:10:08.199Z] Step 7/22 : RUN go mod download [2020-07-31T20:10:08.199Z] Removing intermediate container 9220b43696ad [2020-07-31T20:10:08.199Z] ---> d2f4e295da3f [2020-07-31T20:10:08.199Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T20:10:08.466Z] ---> Running in 9556627251dd [2020-07-31T20:10:08.466Z] ---> Running in 8c00189e1c52 [2020-07-31T20:10:08.466Z] ---> Running in 266da054234c [2020-07-31T20:10:08.736Z] Removing intermediate container 23bdd63698ac [2020-07-31T20:10:08.736Z] ---> 622cff878d5b [2020-07-31T20:10:08.736Z] [2020-07-31T20:10:08.736Z] Step 10/26 : FROM alpine:3.10 [2020-07-31T20:10:08.995Z] 3.10: Pulling from library/alpine [2020-07-31T20:10:09.257Z] Removing intermediate container 8c00189e1c52 [2020-07-31T20:10:09.257Z] ---> fbd34cdc32e8 [2020-07-31T20:10:09.257Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-31T20:10:09.257Z] Removing intermediate container 9556627251dd [2020-07-31T20:10:09.257Z] ---> 7b0ba5a3bfee [2020-07-31T20:10:09.257Z] Step 14/21 : WORKDIR / [2020-07-31T20:10:09.257Z] Removing intermediate container c0db69f5fda5 [2020-07-31T20:10:09.257Z] ---> a6433d033cb8 [2020-07-31T20:10:09.257Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-31T20:10:09.519Z] ---> Running in 887b03627b8d [2020-07-31T20:10:09.780Z] ---> Running in 62138fa3fee0 [2020-07-31T20:10:09.780Z] ---> 3abdbb0f8d19 [2020-07-31T20:10:09.780Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-31T20:10:09.780Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-31T20:10:09.780Z] Status: Downloaded newer image for alpine:3.10 [2020-07-31T20:10:09.780Z] ---> be4e4bea2c2e [2020-07-31T20:10:09.780Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-31T20:10:10.042Z] ---> Running in 2a94b88eb9f4 [2020-07-31T20:10:10.615Z] Removing intermediate container 887b03627b8d [2020-07-31T20:10:10.615Z] ---> 770b985976d2 [2020-07-31T20:10:10.615Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-31T20:10:10.615Z] Removing intermediate container 62138fa3fee0 [2020-07-31T20:10:10.615Z] ---> 36beb4f7aaf5 [2020-07-31T20:10:10.615Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-31T20:10:11.199Z] ---> 4fbf847024cd [2020-07-31T20:10:11.199Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-31T20:10:11.199Z] ---> Running in f09df08dca6b [2020-07-31T20:10:11.199Z] ---> 916a63f04e23 [2020-07-31T20:10:11.199Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-31T20:10:11.469Z] Removing intermediate container 266da054234c [2020-07-31T20:10:11.469Z] ---> 43538f1d867a [2020-07-31T20:10:11.469Z] Step 8/22 : COPY . . [2020-07-31T20:10:11.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:10:11.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:10:11.995Z] v3.10.5-62-gc8997fd43f [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-31T20:10:11.995Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-31T20:10:11.995Z] OK: 10346 distinct packages available [2020-07-31T20:10:12.257Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-31T20:10:12.257Z] Removing intermediate container f09df08dca6b [2020-07-31T20:10:12.257Z] ---> 17faf3cb3886 [2020-07-31T20:10:12.257Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-31T20:10:12.257Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-31T20:10:12.257Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-31T20:10:12.257Z] (4/5) Installing curl (7.66.0-r0) [2020-07-31T20:10:12.257Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-31T20:10:12.257Z] Executing busybox-1.30.1-r3.trigger [2020-07-31T20:10:12.257Z] Executing ca-certificates-20191127-r2.trigger [2020-07-31T20:10:12.257Z] OK: 7 MiB in 19 packages [2020-07-31T20:10:12.839Z] ---> Running in 495c7b20d5c9 [2020-07-31T20:10:12.839Z] ---> 600a2bc4ffc8 [2020-07-31T20:10:12.839Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-31T20:10:12.839Z] ---> ec5104fd02b9 [2020-07-31T20:10:12.839Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-31T20:10:17.050Z] ---> 57afae53ac75 [2020-07-31T20:10:17.050Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:10:17.050Z] ---> cb57eb656013 [2020-07-31T20:10:17.050Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-31T20:10:18.433Z] Removing intermediate container 2a94b88eb9f4 [2020-07-31T20:10:18.433Z] ---> f56f9c9ee584 [2020-07-31T20:10:18.433Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T20:10:21.744Z] ---> Running in 25ff64be8cd9 [2020-07-31T20:10:22.316Z] ---> Running in 470e0eec7cc5 [2020-07-31T20:10:22.579Z] ---> 54e09d1ca6e9 [2020-07-31T20:10:22.579Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-31T20:10:22.840Z] Removing intermediate container 25ff64be8cd9 [2020-07-31T20:10:22.840Z] ---> dbe21b532fa6 [2020-07-31T20:10:22.840Z] Step 19/21 : LABEL arch=x86_64 [2020-07-31T20:10:22.840Z] Removing intermediate container 495c7b20d5c9 [2020-07-31T20:10:22.840Z] ---> 3b6807f13b4a [2020-07-31T20:10:22.840Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-31T20:10:22.840Z] Removing intermediate container 470e0eec7cc5 [2020-07-31T20:10:22.840Z] ---> 4c02b96a5309 [2020-07-31T20:10:22.840Z] Step 13/26 : WORKDIR / [2020-07-31T20:10:23.102Z] ---> Running in e946a0ce7631 [2020-07-31T20:10:23.102Z] ---> 65b90c139795 [2020-07-31T20:10:23.102Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:10:23.102Z] ---> f1165dd2be6f [2020-07-31T20:10:23.102Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-31T20:10:23.102Z] ---> Running in 8c370e66e7da [2020-07-31T20:10:23.102Z] ---> Running in f578d4516555 [2020-07-31T20:10:23.102Z] ---> Running in db0b37d9cf95 [2020-07-31T20:10:23.365Z] Removing intermediate container e946a0ce7631 [2020-07-31T20:10:23.365Z] ---> 085ed087910e [2020-07-31T20:10:23.365Z] Step 20/21 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:10:23.654Z] Removing intermediate container 8c370e66e7da [2020-07-31T20:10:23.654Z] ---> 2c992c5ab167 [2020-07-31T20:10:23.654Z] 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-07-31T20:10:23.654Z] ---> Running in 56f9e671c7a9 [2020-07-31T20:10:23.654Z] Removing intermediate container f578d4516555 [2020-07-31T20:10:23.654Z] ---> 04d3abd0641c [2020-07-31T20:10:23.654Z] Step 21/23 : LABEL arch=x86_64 [2020-07-31T20:10:23.654Z] ---> 3c4411b77b78 [2020-07-31T20:10:23.654Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-31T20:10:24.101Z] ---> Running in 7ca7e08378e2 [2020-07-31T20:10:24.101Z] Removing intermediate container 56f9e671c7a9 [2020-07-31T20:10:24.101Z] ---> 1749bad6c946 [2020-07-31T20:10:24.101Z] Step 21/21 : LABEL version=1.2.2-dev.7 [2020-07-31T20:10:24.101Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/core-data/core-data ./cmd/core-data [2020-07-31T20:10:24.101Z] ---> 7bff21d739c3 [2020-07-31T20:10:24.101Z] 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-07-31T20:10:24.101Z] ---> Running in 8fcdfff495a2 [2020-07-31T20:10:24.101Z] ---> 56e8ede81964 [2020-07-31T20:10:24.101Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-31T20:10:24.101Z] Removing intermediate container 7ca7e08378e2 [2020-07-31T20:10:24.101Z] ---> fcc74eec6fe4 [2020-07-31T20:10:24.101Z] Step 22/23 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:10:24.460Z] ---> Running in f7d42cdddfc3 [2020-07-31T20:10:24.460Z] Removing intermediate container 8fcdfff495a2 [2020-07-31T20:10:24.460Z] ---> 3f7fe167c440 [2020-07-31T20:10:24.460Z] [2020-07-31T20:10:24.460Z] ---> 910e942e73bd [2020-07-31T20:10:24.460Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-31T20:10:24.460Z] Successfully built 3f7fe167c440 [2020-07-31T20:10:24.725Z] ---> b0be749ea880 [2020-07-31T20:10:24.725Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-31T20:10:24.725Z] Removing intermediate container f7d42cdddfc3 [2020-07-31T20:10:24.725Z] ---> 847b18fbc57e [2020-07-31T20:10:24.725Z] Step 23/23 : LABEL version=1.2.2-dev.7 [2020-07-31T20:10:24.725Z] Successfully tagged docker-core-command-go:latest [2020-07-31T20:10:24.725Z]  Building docker-core-command-go ... done  ---> Running in 21548bb3ddfc [2020-07-31T20:10:24.993Z] ---> a373e78cf11b [2020-07-31T20:10:24.993Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-31T20:10:25.272Z] ---> 5ed6537758b4 [2020-07-31T20:10:25.272Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-31T20:10:25.272Z] Removing intermediate container 21548bb3ddfc [2020-07-31T20:10:25.272Z] ---> 7c41732217cb [2020-07-31T20:10:25.272Z] [2020-07-31T20:10:25.554Z] Successfully built 7c41732217cb [2020-07-31T20:10:25.554Z] ---> 11585b883cdf [2020-07-31T20:10:25.554Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-31T20:10:25.554Z] Successfully tagged docker-support-notifications-go:latest [2020-07-31T20:10:25.831Z]  Building docker-support-notifications-go ... done  ---> 02c4102034ca [2020-07-31T20:10:25.831Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-31T20:10:26.112Z] ---> Running in a8f07a8d2da4 [2020-07-31T20:10:27.069Z] ---> 132895a2beb4 [2020-07-31T20:10:27.069Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-31T20:10:28.051Z] ---> 9ca6e67b6708 [2020-07-31T20:10:28.051Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-31T20:10:28.051Z] Removing intermediate container a8f07a8d2da4 [2020-07-31T20:10:28.051Z] ---> 11329b59a730 [2020-07-31T20:10:28.051Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T20:10:29.041Z] ---> eae5f19984f2 [2020-07-31T20:10:29.041Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T20:10:29.631Z] ---> c703fd1045ef [2020-07-31T20:10:29.631Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T20:10:29.906Z] ---> Running in fd57246badd8 [2020-07-31T20:10:30.177Z] ---> 910b3a9671ab [2020-07-31T20:10:30.177Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T20:10:30.177Z] ---> Running in ce9e808ec6e6 [2020-07-31T20:10:32.159Z] Removing intermediate container fd57246badd8 [2020-07-31T20:10:32.159Z] ---> c743c80ccb35 [2020-07-31T20:10:32.159Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-31T20:10:32.159Z] Removing intermediate container ce9e808ec6e6 [2020-07-31T20:10:32.159Z] ---> 07b68b522149 [2020-07-31T20:10:32.159Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T20:10:32.431Z] ---> Running in bff91e76bfc0 [2020-07-31T20:10:32.700Z] ---> Running in 521a41890fe5 [2020-07-31T20:10:32.969Z] Removing intermediate container 521a41890fe5 [2020-07-31T20:10:32.969Z] ---> f406bac217e0 [2020-07-31T20:10:32.969Z] Step 24/26 : LABEL arch=x86_64 [2020-07-31T20:10:32.969Z] ---> Running in b2c48d528b7d [2020-07-31T20:10:33.244Z] Removing intermediate container b2c48d528b7d [2020-07-31T20:10:33.244Z] ---> b300c378b6b2 [2020-07-31T20:10:33.244Z] Step 25/26 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:10:33.514Z] ---> Running in 56df62d2ceb3 [2020-07-31T20:10:33.780Z] Removing intermediate container 56df62d2ceb3 [2020-07-31T20:10:33.780Z] ---> 642f99147310 [2020-07-31T20:10:33.780Z] Step 26/26 : LABEL version=1.2.2-dev.7 [2020-07-31T20:10:33.780Z] ---> Running in 30ee08d03a58 [2020-07-31T20:10:34.355Z] Removing intermediate container 30ee08d03a58 [2020-07-31T20:10:34.355Z] ---> 6935a47b1b87 [2020-07-31T20:10:34.355Z] [2020-07-31T20:10:34.355Z] Removing intermediate container bff91e76bfc0 [2020-07-31T20:10:34.355Z] ---> 5af1f676da7c [2020-07-31T20:10:34.355Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T20:10:34.355Z] Successfully built 6935a47b1b87 [2020-07-31T20:10:34.355Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-07-31T20:10:34.355Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in e210114d330b [2020-07-31T20:10:34.625Z] Removing intermediate container e210114d330b [2020-07-31T20:10:34.625Z] ---> 6d725a52015f [2020-07-31T20:10:34.625Z] Step 26/29 : CMD [ "generate" ] [2020-07-31T20:10:34.625Z] ---> Running in 3c73b2000632 [2020-07-31T20:10:34.887Z] Removing intermediate container 3c73b2000632 [2020-07-31T20:10:34.887Z] ---> c0a81ba69d84 [2020-07-31T20:10:34.887Z] Step 27/29 : LABEL arch=x86_64 [2020-07-31T20:10:34.887Z] ---> Running in dc504007d65d [2020-07-31T20:10:35.147Z] Removing intermediate container dc504007d65d [2020-07-31T20:10:35.147Z] ---> fb8ea3081e33 [2020-07-31T20:10:35.147Z] Step 28/29 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:10:35.147Z] ---> Running in eee65720cd73 [2020-07-31T20:10:36.088Z] Removing intermediate container eee65720cd73 [2020-07-31T20:10:36.088Z] ---> 31b698ad2b20 [2020-07-31T20:10:36.088Z] Step 29/29 : LABEL version=1.2.2-dev.7 [2020-07-31T20:10:36.659Z] ---> Running in 95ad9b575bef [2020-07-31T20:10:37.230Z] Removing intermediate container 95ad9b575bef [2020-07-31T20:10:37.230Z] ---> 1556f0a96996 [2020-07-31T20:10:37.230Z] [2020-07-31T20:10:37.230Z] Successfully built 1556f0a96996 [2020-07-31T20:10:37.499Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-07-31T20:10:41.711Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container db0b37d9cf95 [2020-07-31T20:10:41.711Z] ---> 00e3ff175261 [2020-07-31T20:10:41.711Z] [2020-07-31T20:10:41.711Z] Step 10/22 : FROM alpine [2020-07-31T20:10:41.711Z] ---> a24bb4013296 [2020-07-31T20:10:41.711Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T20:10:41.711Z] ---> Running in 6d22c318b60e [2020-07-31T20:10:41.711Z] Removing intermediate container 6d22c318b60e [2020-07-31T20:10:41.711Z] ---> 93f740d581f2 [2020-07-31T20:10:41.711Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-31T20:10:41.711Z] ---> Running in 5c73af5d138e [2020-07-31T20:10:41.711Z] Removing intermediate container 5c73af5d138e [2020-07-31T20:10:41.711Z] ---> a78b8360fcda [2020-07-31T20:10:41.711Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-31T20:10:41.711Z] ---> Running in ce0e723a2701 [2020-07-31T20:10:41.972Z] Removing intermediate container ce0e723a2701 [2020-07-31T20:10:41.972Z] ---> fede0e23f64a [2020-07-31T20:10:41.972Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:10:41.972Z] ---> Running in 5d94962aa524 [2020-07-31T20:10:42.916Z] Removing intermediate container 5d94962aa524 [2020-07-31T20:10:42.916Z] ---> e2b1cb613aef [2020-07-31T20:10:42.916Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-31T20:10:42.916Z] ---> Running in 265bbd03f8ba [2020-07-31T20:10:43.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-31T20:10:44.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-31T20:10:45.375Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-31T20:10:45.375Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-31T20:10:45.636Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-31T20:10:45.897Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-31T20:10:46.159Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-31T20:10:46.159Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:10:46.159Z] OK: 8 MiB in 19 packages [2020-07-31T20:10:46.730Z] Removing intermediate container 265bbd03f8ba [2020-07-31T20:10:46.730Z] ---> 4f5a207ea04d [2020-07-31T20:10:46.730Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-31T20:10:46.990Z] ---> f0d97cc8a775 [2020-07-31T20:10:46.990Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-31T20:10:47.561Z] ---> 45ca64c5df10 [2020-07-31T20:10:47.561Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-31T20:10:47.822Z] ---> c4707ea7b370 [2020-07-31T20:10:47.822Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:10:47.822Z] ---> Running in 0e107d0c3b6b [2020-07-31T20:10:48.082Z] Removing intermediate container 0e107d0c3b6b [2020-07-31T20:10:48.082Z] ---> c0c50529e97e [2020-07-31T20:10:48.082Z] Step 20/22 : LABEL arch=x86_64 [2020-07-31T20:10:48.082Z] ---> Running in 3d513c9c2d74 [2020-07-31T20:10:48.345Z] Removing intermediate container 3d513c9c2d74 [2020-07-31T20:10:48.345Z] ---> e53392d60822 [2020-07-31T20:10:48.345Z] Step 21/22 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:10:48.345Z] ---> Running in ebad8657f8c5 [2020-07-31T20:10:48.605Z] Removing intermediate container ebad8657f8c5 [2020-07-31T20:10:48.605Z] ---> 5e785eb168f0 [2020-07-31T20:10:48.605Z] Step 22/22 : LABEL version=1.2.2-dev.7 [2020-07-31T20:10:48.605Z] ---> Running in 568d65ba0160 [2020-07-31T20:10:48.865Z] Removing intermediate container 568d65ba0160 [2020-07-31T20:10:48.865Z] ---> e3a48c0424bb [2020-07-31T20:10:48.865Z] [2020-07-31T20:10:48.865Z] Successfully built e3a48c0424bb [2020-07-31T20:10:48.865Z] Successfully tagged docker-core-data-go:latest [2020-07-31T20:10:49.139Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-07-31T20:10:49.164Z] $ docker stop --time=1 2541569565c267ea7edb321a8bf21e16209a7a44ebcbfd6762e9fcdc8cfb2f46 [2020-07-31T20:10:50.920Z] $ docker rm -f 2541569565c267ea7edb321a8bf21e16209a7a44ebcbfd6762e9fcdc8cfb2f46 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:10:51.564Z] + docker images [2020-07-31T20:10:51.564Z] + grep docker [2020-07-31T20:10:51.564Z] docker-core-data-go latest e3a48c0424bb 3 seconds ago 23.8MB [2020-07-31T20:10:51.564Z] docker-security-secrets-setup-go latest 1556f0a96996 15 seconds ago 25.1MB [2020-07-31T20:10:51.564Z] docker-security-secretstore-setup-go latest 6935a47b1b87 18 seconds ago 33.9MB [2020-07-31T20:10:51.564Z] docker-core-command-go latest 3f7fe167c440 27 seconds ago 13MB [2020-07-31T20:10:51.564Z] docker-support-notifications-go latest 7c41732217cb 27 seconds ago 14.4MB [2020-07-31T20:10:51.564Z] docker-sys-mgmt-agent-go latest 0b0a6c828580 About a minute ago 284MB [2020-07-31T20:10:51.564Z] docker-core-metadata-go latest 198f39f7e8d5 2 minutes ago 14.4MB [2020-07-31T20:10:51.564Z] docker-support-scheduler-go latest a55a3e3fa221 2 minutes ago 13.1MB [2020-07-31T20:10:51.564Z] docker-support-logging-go latest 7bf8f2a0d18d 2 minutes ago 11.8MB [2020-07-31T20:10:51.564Z] docker-security-proxy-setup-go latest 5ee30099a5e2 2 minutes ago 16.4MB [2020-07-31T20:10:51.564Z] docker latest 81f5749c9058 5 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-07-31T20:10:51.967Z] provisioning config files... [2020-07-31T20:10:52.036Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/119@tmp/config101619134610370030tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-31T20:10:52.426Z] nexus3.edgexfoundry.org:10001 [2020-07-31T20:10:52.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-31T20:10:52.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-31T20:10:52.686Z] Configure a credential helper to remove this warning. See [2020-07-31T20:10:52.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-31T20:10:52.686Z] [2020-07-31T20:10:52.686Z] Login Succeeded [2020-07-31T20:10:52.686Z] nexus3.edgexfoundry.org:10002 [2020-07-31T20:10:52.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-31T20:10:52.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-31T20:10:52.686Z] Configure a credential helper to remove this warning. See [2020-07-31T20:10:52.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-31T20:10:52.686Z] [2020-07-31T20:10:52.686Z] Login Succeeded [2020-07-31T20:10:52.686Z] nexus3.edgexfoundry.org:10003 [2020-07-31T20:10:52.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-31T20:10:52.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-31T20:10:52.947Z] Configure a credential helper to remove this warning. See [2020-07-31T20:10:52.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-31T20:10:52.947Z] [2020-07-31T20:10:52.947Z] Login Succeeded [2020-07-31T20:10:52.947Z] nexus3.edgexfoundry.org:10004 [2020-07-31T20:10:53.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-31T20:10:53.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-31T20:10:53.207Z] Configure a credential helper to remove this warning. See [2020-07-31T20:10:53.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-31T20:10:53.207Z] [2020-07-31T20:10:53.207Z] Login Succeeded [2020-07-31T20:10:53.207Z] docker.io [2020-07-31T20:10:53.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-31T20:10:53.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-31T20:10:53.468Z] Configure a credential helper to remove this warning. See [2020-07-31T20:10:53.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-31T20:10:53.468Z] [2020-07-31T20:10:53.468Z] Login Succeeded [Pipeline] } [2020-07-31T20:10:53.476Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:10:53.643Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-07-31T20:10:53.643Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:10:53.643Z] 1.2.2-dev.7 [2020-07-31T20:10:53.643Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:10:53.643Z] master [2020-07-31T20:10:53.643Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:10:54.085Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:10:54.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:10:54.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-07-31T20:10:54.380Z] 018bd18e39b5: Preparing [2020-07-31T20:10:54.380Z] ea706c078882: Preparing [2020-07-31T20:10:54.380Z] 5ac053888ef4: Preparing [2020-07-31T20:10:54.645Z] 5ac053888ef4: Pushed [2020-07-31T20:10:54.645Z] 018bd18e39b5: Pushed [2020-07-31T20:10:55.589Z] ea706c078882: Pushed [2020-07-31T20:10:55.850Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:ac23edb99824f94681160651f66d043a92d81758b6ff714d306f801d34b36491 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:10:56.415Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:10:56.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.7 [2020-07-31T20:10:56.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-07-31T20:10:56.716Z] 018bd18e39b5: Preparing [2020-07-31T20:10:56.716Z] ea706c078882: Preparing [2020-07-31T20:10:56.716Z] 5ac053888ef4: Preparing [2020-07-31T20:10:56.716Z] ea706c078882: Layer already exists [2020-07-31T20:10:56.716Z] 5ac053888ef4: Layer already exists [2020-07-31T20:10:56.716Z] 018bd18e39b5: Layer already exists [2020-07-31T20:10:56.716Z] 1.2.2-dev.7: digest: sha256:ac23edb99824f94681160651f66d043a92d81758b6ff714d306f801d34b36491 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:10:57.052Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:10:57.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:10:57.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-07-31T20:10:57.427Z] 018bd18e39b5: Preparing [2020-07-31T20:10:57.427Z] ea706c078882: Preparing [2020-07-31T20:10:57.427Z] 5ac053888ef4: Preparing [2020-07-31T20:10:57.427Z] 018bd18e39b5: Layer already exists [2020-07-31T20:10:57.427Z] 5ac053888ef4: Layer already exists [2020-07-31T20:10:57.427Z] ea706c078882: Layer already exists [2020-07-31T20:10:57.427Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:ac23edb99824f94681160651f66d043a92d81758b6ff714d306f801d34b36491 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:10:57.732Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:10:58.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-07-31T20:10:58.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-07-31T20:10:58.030Z] 018bd18e39b5: Preparing [2020-07-31T20:10:58.030Z] ea706c078882: Preparing [2020-07-31T20:10:58.030Z] 5ac053888ef4: Preparing [2020-07-31T20:10:58.030Z] 018bd18e39b5: Layer already exists [2020-07-31T20:10:58.030Z] ea706c078882: Layer already exists [2020-07-31T20:10:58.030Z] 5ac053888ef4: Layer already exists [2020-07-31T20:10:58.030Z] master: digest: sha256:ac23edb99824f94681160651f66d043a92d81758b6ff714d306f801d34b36491 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:10:58.186Z] ===================================================== [Pipeline] echo [2020-07-31T20:10:58.235Z] taggedImages: [2020-07-31T20:10:58.235Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:10:58.235Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.7 [2020-07-31T20:10:58.235Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:10:58.235Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-07-31T20:10:58.297Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-07-31T20:10:58.298Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:10:58.298Z] 1.2.2-dev.7 [2020-07-31T20:10:58.298Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:10:58.298Z] master [2020-07-31T20:10:58.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:10:58.740Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:10:59.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:10:59.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-07-31T20:10:59.036Z] 3985516ef63d: Preparing [2020-07-31T20:10:59.036Z] 48c28ec818de: Preparing [2020-07-31T20:10:59.036Z] 11a51e53196b: Preparing [2020-07-31T20:10:59.036Z] e3aee16dbc7e: Preparing [2020-07-31T20:10:59.036Z] 9e74cc8e7752: Preparing [2020-07-31T20:10:59.036Z] 50644c29ef5a: Preparing [2020-07-31T20:10:59.036Z] 50644c29ef5a: Waiting [2020-07-31T20:10:59.297Z] 3985516ef63d: Pushed [2020-07-31T20:10:59.297Z] 50644c29ef5a: Layer already exists [2020-07-31T20:10:59.297Z] 9e74cc8e7752: Pushed [2020-07-31T20:10:59.297Z] 11a51e53196b: Pushed [2020-07-31T20:10:59.558Z] e3aee16dbc7e: Pushed [2020-07-31T20:11:00.503Z] 48c28ec818de: Pushed [2020-07-31T20:11:00.764Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:309e5fadd52d4813e2ee850deae4056b673cde93cb14d70a09cf0068f65cc256 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:01.064Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:01.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.7 [2020-07-31T20:11:01.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-07-31T20:11:01.366Z] 3985516ef63d: Preparing [2020-07-31T20:11:01.366Z] 48c28ec818de: Preparing [2020-07-31T20:11:01.366Z] 11a51e53196b: Preparing [2020-07-31T20:11:01.366Z] e3aee16dbc7e: Preparing [2020-07-31T20:11:01.366Z] 9e74cc8e7752: Preparing [2020-07-31T20:11:01.366Z] 50644c29ef5a: Preparing [2020-07-31T20:11:01.366Z] 50644c29ef5a: Waiting [2020-07-31T20:11:01.366Z] e3aee16dbc7e: Layer already exists [2020-07-31T20:11:01.366Z] 11a51e53196b: Layer already exists [2020-07-31T20:11:01.366Z] 3985516ef63d: Layer already exists [2020-07-31T20:11:01.366Z] 9e74cc8e7752: Layer already exists [2020-07-31T20:11:01.366Z] 48c28ec818de: Layer already exists [2020-07-31T20:11:01.366Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:01.366Z] 1.2.2-dev.7: digest: sha256:309e5fadd52d4813e2ee850deae4056b673cde93cb14d70a09cf0068f65cc256 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:01.666Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:01.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:01.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-07-31T20:11:01.962Z] 3985516ef63d: Preparing [2020-07-31T20:11:01.962Z] 48c28ec818de: Preparing [2020-07-31T20:11:01.962Z] 11a51e53196b: Preparing [2020-07-31T20:11:01.962Z] e3aee16dbc7e: Preparing [2020-07-31T20:11:01.962Z] 9e74cc8e7752: Preparing [2020-07-31T20:11:01.962Z] 50644c29ef5a: Preparing [2020-07-31T20:11:01.962Z] 50644c29ef5a: Waiting [2020-07-31T20:11:01.962Z] 48c28ec818de: Layer already exists [2020-07-31T20:11:01.962Z] 11a51e53196b: Layer already exists [2020-07-31T20:11:01.962Z] 3985516ef63d: Layer already exists [2020-07-31T20:11:01.962Z] 9e74cc8e7752: Layer already exists [2020-07-31T20:11:01.962Z] e3aee16dbc7e: Layer already exists [2020-07-31T20:11:01.962Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:01.962Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:309e5fadd52d4813e2ee850deae4056b673cde93cb14d70a09cf0068f65cc256 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:02.264Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:02.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-07-31T20:11:02.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-07-31T20:11:02.559Z] 3985516ef63d: Preparing [2020-07-31T20:11:02.559Z] 48c28ec818de: Preparing [2020-07-31T20:11:02.559Z] 11a51e53196b: Preparing [2020-07-31T20:11:02.559Z] e3aee16dbc7e: Preparing [2020-07-31T20:11:02.559Z] 9e74cc8e7752: Preparing [2020-07-31T20:11:02.559Z] 50644c29ef5a: Preparing [2020-07-31T20:11:02.559Z] 50644c29ef5a: Waiting [2020-07-31T20:11:02.559Z] 9e74cc8e7752: Layer already exists [2020-07-31T20:11:02.559Z] 3985516ef63d: Layer already exists [2020-07-31T20:11:02.559Z] 48c28ec818de: Layer already exists [2020-07-31T20:11:02.559Z] e3aee16dbc7e: Layer already exists [2020-07-31T20:11:02.559Z] 11a51e53196b: Layer already exists [2020-07-31T20:11:02.559Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:02.559Z] master: digest: sha256:309e5fadd52d4813e2ee850deae4056b673cde93cb14d70a09cf0068f65cc256 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:11:02.714Z] ===================================================== [Pipeline] echo [2020-07-31T20:11:02.788Z] taggedImages: [2020-07-31T20:11:02.788Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:02.788Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.7 [2020-07-31T20:11:02.788Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:02.788Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-07-31T20:11:02.857Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-07-31T20:11:02.857Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:02.857Z] 1.2.2-dev.7 [2020-07-31T20:11:02.857Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:02.857Z] master [2020-07-31T20:11:02.857Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:03.456Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:03.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:03.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-07-31T20:11:03.754Z] 8ba3ff49d9fb: Preparing [2020-07-31T20:11:03.754Z] 396f47c46fb6: Preparing [2020-07-31T20:11:03.754Z] 59df834ba7da: Preparing [2020-07-31T20:11:03.754Z] 59df834ba7da: Pushed [2020-07-31T20:11:03.754Z] 8ba3ff49d9fb: Pushed [2020-07-31T20:11:05.136Z] 396f47c46fb6: Pushed [2020-07-31T20:11:05.136Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:170d36eb8d2c2f780f1e2a59733cf8b42800bb62515073c2e50bb8174c03df11 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:05.437Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:06.674Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.7 [2020-07-31T20:11:06.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-07-31T20:11:06.674Z] 8ba3ff49d9fb: Preparing [2020-07-31T20:11:06.674Z] 396f47c46fb6: Preparing [2020-07-31T20:11:06.674Z] 59df834ba7da: Preparing [2020-07-31T20:11:06.674Z] 59df834ba7da: Layer already exists [2020-07-31T20:11:06.674Z] 396f47c46fb6: Layer already exists [2020-07-31T20:11:06.674Z] 8ba3ff49d9fb: Layer already exists [2020-07-31T20:11:06.674Z] 1.2.2-dev.7: digest: sha256:170d36eb8d2c2f780f1e2a59733cf8b42800bb62515073c2e50bb8174c03df11 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:06.975Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:07.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:07.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-07-31T20:11:07.270Z] 8ba3ff49d9fb: Preparing [2020-07-31T20:11:07.270Z] 396f47c46fb6: Preparing [2020-07-31T20:11:07.270Z] 59df834ba7da: Preparing [2020-07-31T20:11:07.270Z] 59df834ba7da: Layer already exists [2020-07-31T20:11:07.270Z] 8ba3ff49d9fb: Layer already exists [2020-07-31T20:11:07.270Z] 396f47c46fb6: Layer already exists [2020-07-31T20:11:07.270Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:170d36eb8d2c2f780f1e2a59733cf8b42800bb62515073c2e50bb8174c03df11 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:07.566Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:07.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-07-31T20:11:07.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-07-31T20:11:07.858Z] 8ba3ff49d9fb: Preparing [2020-07-31T20:11:07.858Z] 396f47c46fb6: Preparing [2020-07-31T20:11:07.858Z] 59df834ba7da: Preparing [2020-07-31T20:11:07.858Z] 8ba3ff49d9fb: Layer already exists [2020-07-31T20:11:07.858Z] 396f47c46fb6: Layer already exists [2020-07-31T20:11:07.858Z] 59df834ba7da: Layer already exists [2020-07-31T20:11:07.858Z] master: digest: sha256:170d36eb8d2c2f780f1e2a59733cf8b42800bb62515073c2e50bb8174c03df11 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:11:08.017Z] ===================================================== [Pipeline] echo [2020-07-31T20:11:08.056Z] taggedImages: [2020-07-31T20:11:08.056Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:08.056Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.7 [2020-07-31T20:11:08.056Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:08.056Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-07-31T20:11:08.129Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-07-31T20:11:08.130Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:08.130Z] 1.2.2-dev.7 [2020-07-31T20:11:08.130Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:08.130Z] master [2020-07-31T20:11:08.130Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:08.579Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:08.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:08.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-07-31T20:11:08.869Z] 4d64dae10e50: Preparing [2020-07-31T20:11:08.869Z] 6962f1f5333c: Preparing [2020-07-31T20:11:08.869Z] 1da038d40775: Preparing [2020-07-31T20:11:08.869Z] f4210dab2c2f: Preparing [2020-07-31T20:11:08.869Z] 50644c29ef5a: Preparing [2020-07-31T20:11:08.869Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:08.869Z] 6962f1f5333c: Pushed [2020-07-31T20:11:08.869Z] 1da038d40775: Pushed [2020-07-31T20:11:09.438Z] f4210dab2c2f: Pushed [2020-07-31T20:11:09.698Z] 4d64dae10e50: Pushed [2020-07-31T20:11:09.958Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:40b542a99d88be734b77469bf10bea87a8cb25bfdf1d6ad20f07c393233b8b6e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:10.274Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:10.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.7 [2020-07-31T20:11:10.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-07-31T20:11:10.644Z] 4d64dae10e50: Preparing [2020-07-31T20:11:10.644Z] 6962f1f5333c: Preparing [2020-07-31T20:11:10.644Z] 1da038d40775: Preparing [2020-07-31T20:11:10.644Z] f4210dab2c2f: Preparing [2020-07-31T20:11:10.644Z] 50644c29ef5a: Preparing [2020-07-31T20:11:10.644Z] 1da038d40775: Layer already exists [2020-07-31T20:11:10.644Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:10.644Z] 6962f1f5333c: Layer already exists [2020-07-31T20:11:10.644Z] f4210dab2c2f: Layer already exists [2020-07-31T20:11:10.644Z] 4d64dae10e50: Layer already exists [2020-07-31T20:11:10.644Z] 1.2.2-dev.7: digest: sha256:40b542a99d88be734b77469bf10bea87a8cb25bfdf1d6ad20f07c393233b8b6e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:10.942Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:11.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:11.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-07-31T20:11:11.232Z] 4d64dae10e50: Preparing [2020-07-31T20:11:11.232Z] 6962f1f5333c: Preparing [2020-07-31T20:11:11.232Z] 1da038d40775: Preparing [2020-07-31T20:11:11.232Z] f4210dab2c2f: Preparing [2020-07-31T20:11:11.232Z] 50644c29ef5a: Preparing [2020-07-31T20:11:11.232Z] 1da038d40775: Layer already exists [2020-07-31T20:11:11.232Z] f4210dab2c2f: Layer already exists [2020-07-31T20:11:11.232Z] 4d64dae10e50: Layer already exists [2020-07-31T20:11:11.232Z] 6962f1f5333c: Layer already exists [2020-07-31T20:11:11.232Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:11.232Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:40b542a99d88be734b77469bf10bea87a8cb25bfdf1d6ad20f07c393233b8b6e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:11.531Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:11.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-07-31T20:11:11.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-07-31T20:11:11.824Z] 4d64dae10e50: Preparing [2020-07-31T20:11:11.824Z] 6962f1f5333c: Preparing [2020-07-31T20:11:11.824Z] 1da038d40775: Preparing [2020-07-31T20:11:11.824Z] f4210dab2c2f: Preparing [2020-07-31T20:11:11.824Z] 50644c29ef5a: Preparing [2020-07-31T20:11:11.824Z] 1da038d40775: Layer already exists [2020-07-31T20:11:11.824Z] f4210dab2c2f: Layer already exists [2020-07-31T20:11:11.824Z] 4d64dae10e50: Layer already exists [2020-07-31T20:11:11.824Z] 6962f1f5333c: Layer already exists [2020-07-31T20:11:11.824Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:11.824Z] master: digest: sha256:40b542a99d88be734b77469bf10bea87a8cb25bfdf1d6ad20f07c393233b8b6e size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:11:12.049Z] ===================================================== [Pipeline] echo [2020-07-31T20:11:12.089Z] taggedImages: [2020-07-31T20:11:12.089Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:12.089Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.7 [2020-07-31T20:11:12.089Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:12.089Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-07-31T20:11:12.141Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-07-31T20:11:12.141Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:12.141Z] 1.2.2-dev.7 [2020-07-31T20:11:12.141Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:12.141Z] master [2020-07-31T20:11:12.141Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:12.585Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:12.877Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:12.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-07-31T20:11:12.877Z] 36fca0c3e8c4: Preparing [2020-07-31T20:11:12.877Z] 528306c5d484: Preparing [2020-07-31T20:11:12.877Z] d018ae385c8b: Preparing [2020-07-31T20:11:12.877Z] 16d0811c9608: Preparing [2020-07-31T20:11:12.877Z] 16d0811c9608: Preparing [2020-07-31T20:11:12.877Z] f39b1fd4863c: Preparing [2020-07-31T20:11:12.877Z] 52b2d76b45c7: Preparing [2020-07-31T20:11:12.877Z] 979a0395c0ac: Preparing [2020-07-31T20:11:12.877Z] 36fca0c3e8c4: Preparing [2020-07-31T20:11:12.877Z] 132f10a48ea3: Preparing [2020-07-31T20:11:12.877Z] ae6d543da50f: Preparing [2020-07-31T20:11:12.877Z] b4cf7bd9fded: Preparing [2020-07-31T20:11:12.877Z] 50644c29ef5a: Preparing [2020-07-31T20:11:12.877Z] 52b2d76b45c7: Waiting [2020-07-31T20:11:12.877Z] 979a0395c0ac: Waiting [2020-07-31T20:11:12.877Z] 132f10a48ea3: Waiting [2020-07-31T20:11:12.877Z] ae6d543da50f: Waiting [2020-07-31T20:11:12.877Z] b4cf7bd9fded: Waiting [2020-07-31T20:11:12.877Z] 50644c29ef5a: Waiting [2020-07-31T20:11:12.877Z] d018ae385c8b: Pushed [2020-07-31T20:11:13.136Z] 528306c5d484: Pushed [2020-07-31T20:11:13.136Z] f39b1fd4863c: Pushed [2020-07-31T20:11:13.136Z] 16d0811c9608: Pushed [2020-07-31T20:11:13.136Z] 52b2d76b45c7: Pushed [2020-07-31T20:11:13.136Z] 979a0395c0ac: Pushed [2020-07-31T20:11:13.136Z] 132f10a48ea3: Pushed [2020-07-31T20:11:13.136Z] ae6d543da50f: Pushed [2020-07-31T20:11:13.136Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:13.396Z] b4cf7bd9fded: Pushed [2020-07-31T20:11:13.966Z] 36fca0c3e8c4: Pushed [2020-07-31T20:11:13.966Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:0a2a7f0e35924341ae6c39e0e9320833d46f1de191ad275643791d47f490c57d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:14.263Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:14.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.7 [2020-07-31T20:11:14.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-07-31T20:11:14.556Z] 36fca0c3e8c4: Preparing [2020-07-31T20:11:14.556Z] 528306c5d484: Preparing [2020-07-31T20:11:14.556Z] d018ae385c8b: Preparing [2020-07-31T20:11:14.556Z] 16d0811c9608: Preparing [2020-07-31T20:11:14.556Z] 16d0811c9608: Preparing [2020-07-31T20:11:14.556Z] f39b1fd4863c: Preparing [2020-07-31T20:11:14.556Z] 52b2d76b45c7: Preparing [2020-07-31T20:11:14.556Z] 979a0395c0ac: Preparing [2020-07-31T20:11:14.556Z] 36fca0c3e8c4: Preparing [2020-07-31T20:11:14.556Z] 132f10a48ea3: Preparing [2020-07-31T20:11:14.556Z] ae6d543da50f: Preparing [2020-07-31T20:11:14.556Z] b4cf7bd9fded: Preparing [2020-07-31T20:11:14.556Z] 50644c29ef5a: Preparing [2020-07-31T20:11:14.556Z] 52b2d76b45c7: Waiting [2020-07-31T20:11:14.556Z] 979a0395c0ac: Waiting [2020-07-31T20:11:14.556Z] 132f10a48ea3: Waiting [2020-07-31T20:11:14.556Z] ae6d543da50f: Waiting [2020-07-31T20:11:14.556Z] b4cf7bd9fded: Waiting [2020-07-31T20:11:14.556Z] 50644c29ef5a: Waiting [2020-07-31T20:11:14.556Z] 528306c5d484: Layer already exists [2020-07-31T20:11:14.556Z] d018ae385c8b: Layer already exists [2020-07-31T20:11:14.556Z] 16d0811c9608: Layer already exists [2020-07-31T20:11:14.556Z] 36fca0c3e8c4: Layer already exists [2020-07-31T20:11:14.556Z] f39b1fd4863c: Layer already exists [2020-07-31T20:11:14.556Z] 52b2d76b45c7: Layer already exists [2020-07-31T20:11:14.556Z] 132f10a48ea3: Layer already exists [2020-07-31T20:11:14.556Z] ae6d543da50f: Layer already exists [2020-07-31T20:11:14.556Z] b4cf7bd9fded: Layer already exists [2020-07-31T20:11:14.556Z] 979a0395c0ac: Layer already exists [2020-07-31T20:11:14.556Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:14.556Z] 1.2.2-dev.7: digest: sha256:0a2a7f0e35924341ae6c39e0e9320833d46f1de191ad275643791d47f490c57d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:14.863Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:15.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:15.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-07-31T20:11:15.157Z] 36fca0c3e8c4: Preparing [2020-07-31T20:11:15.157Z] 528306c5d484: Preparing [2020-07-31T20:11:15.157Z] d018ae385c8b: Preparing [2020-07-31T20:11:15.157Z] 16d0811c9608: Preparing [2020-07-31T20:11:15.157Z] 16d0811c9608: Preparing [2020-07-31T20:11:15.157Z] f39b1fd4863c: Preparing [2020-07-31T20:11:15.157Z] 52b2d76b45c7: Preparing [2020-07-31T20:11:15.157Z] 979a0395c0ac: Preparing [2020-07-31T20:11:15.157Z] 36fca0c3e8c4: Preparing [2020-07-31T20:11:15.157Z] 132f10a48ea3: Preparing [2020-07-31T20:11:15.157Z] ae6d543da50f: Preparing [2020-07-31T20:11:15.157Z] b4cf7bd9fded: Preparing [2020-07-31T20:11:15.157Z] 50644c29ef5a: Preparing [2020-07-31T20:11:15.157Z] 132f10a48ea3: Waiting [2020-07-31T20:11:15.157Z] ae6d543da50f: Waiting [2020-07-31T20:11:15.157Z] b4cf7bd9fded: Waiting [2020-07-31T20:11:15.157Z] 50644c29ef5a: Waiting [2020-07-31T20:11:15.157Z] 52b2d76b45c7: Waiting [2020-07-31T20:11:15.157Z] 979a0395c0ac: Waiting [2020-07-31T20:11:15.157Z] f39b1fd4863c: Layer already exists [2020-07-31T20:11:15.157Z] d018ae385c8b: Layer already exists [2020-07-31T20:11:15.157Z] 36fca0c3e8c4: Layer already exists [2020-07-31T20:11:15.157Z] 16d0811c9608: Layer already exists [2020-07-31T20:11:15.157Z] 528306c5d484: Layer already exists [2020-07-31T20:11:15.157Z] 52b2d76b45c7: Layer already exists [2020-07-31T20:11:15.157Z] 979a0395c0ac: Layer already exists [2020-07-31T20:11:15.157Z] b4cf7bd9fded: Layer already exists [2020-07-31T20:11:15.157Z] ae6d543da50f: Layer already exists [2020-07-31T20:11:15.157Z] 132f10a48ea3: Layer already exists [2020-07-31T20:11:15.157Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:15.157Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:0a2a7f0e35924341ae6c39e0e9320833d46f1de191ad275643791d47f490c57d size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:15.452Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:15.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-07-31T20:11:15.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-07-31T20:11:15.743Z] 36fca0c3e8c4: Preparing [2020-07-31T20:11:15.743Z] 528306c5d484: Preparing [2020-07-31T20:11:15.743Z] d018ae385c8b: Preparing [2020-07-31T20:11:15.743Z] 16d0811c9608: Preparing [2020-07-31T20:11:15.743Z] 16d0811c9608: Preparing [2020-07-31T20:11:15.743Z] f39b1fd4863c: Preparing [2020-07-31T20:11:15.743Z] 52b2d76b45c7: Preparing [2020-07-31T20:11:15.743Z] 979a0395c0ac: Preparing [2020-07-31T20:11:15.743Z] 36fca0c3e8c4: Preparing [2020-07-31T20:11:15.743Z] 132f10a48ea3: Preparing [2020-07-31T20:11:15.743Z] ae6d543da50f: Preparing [2020-07-31T20:11:15.743Z] b4cf7bd9fded: Preparing [2020-07-31T20:11:15.743Z] 50644c29ef5a: Preparing [2020-07-31T20:11:15.743Z] 979a0395c0ac: Waiting [2020-07-31T20:11:15.743Z] b4cf7bd9fded: Waiting [2020-07-31T20:11:15.743Z] 132f10a48ea3: Waiting [2020-07-31T20:11:15.743Z] ae6d543da50f: Waiting [2020-07-31T20:11:15.743Z] 52b2d76b45c7: Waiting [2020-07-31T20:11:15.743Z] 50644c29ef5a: Waiting [2020-07-31T20:11:15.743Z] 528306c5d484: Layer already exists [2020-07-31T20:11:15.743Z] f39b1fd4863c: Layer already exists [2020-07-31T20:11:15.743Z] 16d0811c9608: Layer already exists [2020-07-31T20:11:15.743Z] 36fca0c3e8c4: Layer already exists [2020-07-31T20:11:15.743Z] d018ae385c8b: Layer already exists [2020-07-31T20:11:15.743Z] 52b2d76b45c7: Layer already exists [2020-07-31T20:11:15.743Z] 132f10a48ea3: Layer already exists [2020-07-31T20:11:15.743Z] 979a0395c0ac: Layer already exists [2020-07-31T20:11:15.743Z] b4cf7bd9fded: Layer already exists [2020-07-31T20:11:15.743Z] ae6d543da50f: Layer already exists [2020-07-31T20:11:15.743Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:15.743Z] master: digest: sha256:0a2a7f0e35924341ae6c39e0e9320833d46f1de191ad275643791d47f490c57d size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:11:15.915Z] ===================================================== [Pipeline] echo [2020-07-31T20:11:15.982Z] taggedImages: [2020-07-31T20:11:15.982Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:15.982Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.7 [2020-07-31T20:11:15.982Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:15.982Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-07-31T20:11:16.080Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-07-31T20:11:16.080Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:16.080Z] 1.2.2-dev.7 [2020-07-31T20:11:16.080Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:16.080Z] master [2020-07-31T20:11:16.080Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:16.518Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:16.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:16.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-07-31T20:11:16.811Z] 69192711be5f: Preparing [2020-07-31T20:11:16.811Z] 0856fa2cd717: Preparing [2020-07-31T20:11:16.811Z] ab0c2ef47108: Preparing [2020-07-31T20:11:16.811Z] 79cb67f557ab: Preparing [2020-07-31T20:11:16.811Z] aab9366fae42: Preparing [2020-07-31T20:11:16.811Z] 135783257578: Preparing [2020-07-31T20:11:16.811Z] af657746b808: Preparing [2020-07-31T20:11:16.811Z] 7d8b7f9cbda2: Preparing [2020-07-31T20:11:16.811Z] 178b245ee04c: Preparing [2020-07-31T20:11:16.811Z] dc1720806395: Preparing [2020-07-31T20:11:16.811Z] 1b3ee35aacca: Preparing [2020-07-31T20:11:16.811Z] 135783257578: Waiting [2020-07-31T20:11:16.811Z] af657746b808: Waiting [2020-07-31T20:11:16.811Z] 7d8b7f9cbda2: Waiting [2020-07-31T20:11:16.811Z] 178b245ee04c: Waiting [2020-07-31T20:11:16.811Z] 1b3ee35aacca: Waiting [2020-07-31T20:11:16.811Z] dc1720806395: Waiting [2020-07-31T20:11:16.811Z] 0856fa2cd717: Pushed [2020-07-31T20:11:16.811Z] 69192711be5f: Pushed [2020-07-31T20:11:17.075Z] 135783257578: Pushed [2020-07-31T20:11:17.075Z] af657746b808: Pushed [2020-07-31T20:11:17.340Z] 178b245ee04c: Pushed [2020-07-31T20:11:17.340Z] 7d8b7f9cbda2: Pushed [2020-07-31T20:11:17.340Z] 1b3ee35aacca: Layer already exists [2020-07-31T20:11:17.601Z] ab0c2ef47108: Pushed [2020-07-31T20:11:17.860Z] aab9366fae42: Pushed [2020-07-31T20:11:17.860Z] dc1720806395: Pushed [2020-07-31T20:11:17.860Z] 79cb67f557ab: Pushed [2020-07-31T20:11:18.119Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:9554eafbc5936704a9adc95399cc1660ecad21bd62dd036fab275bc5516767ec size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:18.413Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:18.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.7 [2020-07-31T20:11:18.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-07-31T20:11:18.704Z] 69192711be5f: Preparing [2020-07-31T20:11:18.704Z] 0856fa2cd717: Preparing [2020-07-31T20:11:18.704Z] ab0c2ef47108: Preparing [2020-07-31T20:11:18.704Z] 79cb67f557ab: Preparing [2020-07-31T20:11:18.704Z] aab9366fae42: Preparing [2020-07-31T20:11:18.704Z] 135783257578: Preparing [2020-07-31T20:11:18.704Z] af657746b808: Preparing [2020-07-31T20:11:18.704Z] 7d8b7f9cbda2: Preparing [2020-07-31T20:11:18.704Z] 178b245ee04c: Preparing [2020-07-31T20:11:18.704Z] dc1720806395: Preparing [2020-07-31T20:11:18.704Z] 1b3ee35aacca: Preparing [2020-07-31T20:11:18.704Z] af657746b808: Waiting [2020-07-31T20:11:18.704Z] 7d8b7f9cbda2: Waiting [2020-07-31T20:11:18.704Z] 178b245ee04c: Waiting [2020-07-31T20:11:18.704Z] dc1720806395: Waiting [2020-07-31T20:11:18.704Z] 1b3ee35aacca: Waiting [2020-07-31T20:11:18.704Z] 79cb67f557ab: Layer already exists [2020-07-31T20:11:18.704Z] 0856fa2cd717: Layer already exists [2020-07-31T20:11:18.704Z] aab9366fae42: Layer already exists [2020-07-31T20:11:18.704Z] ab0c2ef47108: Layer already exists [2020-07-31T20:11:18.704Z] 69192711be5f: Layer already exists [2020-07-31T20:11:18.704Z] af657746b808: Layer already exists [2020-07-31T20:11:18.704Z] 135783257578: Layer already exists [2020-07-31T20:11:18.704Z] 7d8b7f9cbda2: Layer already exists [2020-07-31T20:11:18.704Z] dc1720806395: Layer already exists [2020-07-31T20:11:18.704Z] 178b245ee04c: Layer already exists [2020-07-31T20:11:18.704Z] 1b3ee35aacca: Layer already exists [2020-07-31T20:11:18.704Z] 1.2.2-dev.7: digest: sha256:9554eafbc5936704a9adc95399cc1660ecad21bd62dd036fab275bc5516767ec size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:18.999Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:19.287Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:19.287Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-07-31T20:11:19.287Z] 69192711be5f: Preparing [2020-07-31T20:11:19.287Z] 0856fa2cd717: Preparing [2020-07-31T20:11:19.287Z] ab0c2ef47108: Preparing [2020-07-31T20:11:19.287Z] 79cb67f557ab: Preparing [2020-07-31T20:11:19.287Z] aab9366fae42: Preparing [2020-07-31T20:11:19.287Z] 135783257578: Preparing [2020-07-31T20:11:19.287Z] af657746b808: Preparing [2020-07-31T20:11:19.287Z] 7d8b7f9cbda2: Preparing [2020-07-31T20:11:19.287Z] 178b245ee04c: Preparing [2020-07-31T20:11:19.287Z] dc1720806395: Preparing [2020-07-31T20:11:19.287Z] 1b3ee35aacca: Preparing [2020-07-31T20:11:19.287Z] 135783257578: Waiting [2020-07-31T20:11:19.287Z] af657746b808: Waiting [2020-07-31T20:11:19.287Z] 7d8b7f9cbda2: Waiting [2020-07-31T20:11:19.287Z] 178b245ee04c: Waiting [2020-07-31T20:11:19.287Z] dc1720806395: Waiting [2020-07-31T20:11:19.287Z] 1b3ee35aacca: Waiting [2020-07-31T20:11:19.287Z] 0856fa2cd717: Layer already exists [2020-07-31T20:11:19.287Z] aab9366fae42: Layer already exists [2020-07-31T20:11:19.287Z] 69192711be5f: Layer already exists [2020-07-31T20:11:19.287Z] 79cb67f557ab: Layer already exists [2020-07-31T20:11:19.287Z] ab0c2ef47108: Layer already exists [2020-07-31T20:11:19.288Z] 135783257578: Layer already exists [2020-07-31T20:11:19.288Z] dc1720806395: Layer already exists [2020-07-31T20:11:19.288Z] af657746b808: Layer already exists [2020-07-31T20:11:19.288Z] 7d8b7f9cbda2: Layer already exists [2020-07-31T20:11:19.288Z] 178b245ee04c: Layer already exists [2020-07-31T20:11:19.288Z] 1b3ee35aacca: Layer already exists [2020-07-31T20:11:19.288Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:9554eafbc5936704a9adc95399cc1660ecad21bd62dd036fab275bc5516767ec size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:19.581Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:19.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-07-31T20:11:19.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-07-31T20:11:19.872Z] 69192711be5f: Preparing [2020-07-31T20:11:19.872Z] 0856fa2cd717: Preparing [2020-07-31T20:11:19.872Z] ab0c2ef47108: Preparing [2020-07-31T20:11:19.872Z] 79cb67f557ab: Preparing [2020-07-31T20:11:19.872Z] aab9366fae42: Preparing [2020-07-31T20:11:19.872Z] 135783257578: Preparing [2020-07-31T20:11:19.872Z] af657746b808: Preparing [2020-07-31T20:11:19.872Z] 7d8b7f9cbda2: Preparing [2020-07-31T20:11:19.872Z] 178b245ee04c: Preparing [2020-07-31T20:11:19.872Z] dc1720806395: Preparing [2020-07-31T20:11:19.872Z] 1b3ee35aacca: Preparing [2020-07-31T20:11:19.872Z] 7d8b7f9cbda2: Waiting [2020-07-31T20:11:19.872Z] 178b245ee04c: Waiting [2020-07-31T20:11:19.872Z] 135783257578: Waiting [2020-07-31T20:11:19.872Z] dc1720806395: Waiting [2020-07-31T20:11:19.872Z] af657746b808: Waiting [2020-07-31T20:11:19.872Z] 1b3ee35aacca: Waiting [2020-07-31T20:11:19.872Z] ab0c2ef47108: Layer already exists [2020-07-31T20:11:19.872Z] 0856fa2cd717: Layer already exists [2020-07-31T20:11:19.872Z] 69192711be5f: Layer already exists [2020-07-31T20:11:19.872Z] aab9366fae42: Layer already exists [2020-07-31T20:11:19.872Z] 79cb67f557ab: Layer already exists [2020-07-31T20:11:19.872Z] af657746b808: Layer already exists [2020-07-31T20:11:19.872Z] 135783257578: Layer already exists [2020-07-31T20:11:19.872Z] dc1720806395: Layer already exists [2020-07-31T20:11:19.872Z] 7d8b7f9cbda2: Layer already exists [2020-07-31T20:11:19.872Z] 178b245ee04c: Layer already exists [2020-07-31T20:11:19.872Z] 1b3ee35aacca: Layer already exists [2020-07-31T20:11:19.872Z] master: digest: sha256:9554eafbc5936704a9adc95399cc1660ecad21bd62dd036fab275bc5516767ec size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:11:20.035Z] ===================================================== [Pipeline] echo [2020-07-31T20:11:20.075Z] taggedImages: [2020-07-31T20:11:20.075Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:20.075Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.7 [2020-07-31T20:11:20.075Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:20.075Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-07-31T20:11:20.153Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-07-31T20:11:20.153Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:20.153Z] 1.2.2-dev.7 [2020-07-31T20:11:20.153Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:20.153Z] master [2020-07-31T20:11:20.153Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:20.627Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:20.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:20.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-07-31T20:11:20.917Z] 3b32474695f4: Preparing [2020-07-31T20:11:20.917Z] 8be2b85b7445: Preparing [2020-07-31T20:11:20.917Z] 8e78d3db7f0c: Preparing [2020-07-31T20:11:20.917Z] aaab3d0f3832: Preparing [2020-07-31T20:11:20.917Z] 8e78d3db7f0c: Pushed [2020-07-31T20:11:20.917Z] 3b32474695f4: Pushed [2020-07-31T20:11:21.177Z] aaab3d0f3832: Pushed [2020-07-31T20:11:22.137Z] 8be2b85b7445: Pushed [2020-07-31T20:11:22.137Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:411e3cc04b221c412bdf33665713fc858b795b9bb7485c09d910ab10041798e4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:22.457Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:22.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.7 [2020-07-31T20:11:22.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-07-31T20:11:22.747Z] 3b32474695f4: Preparing [2020-07-31T20:11:22.747Z] 8be2b85b7445: Preparing [2020-07-31T20:11:22.747Z] 8e78d3db7f0c: Preparing [2020-07-31T20:11:22.747Z] aaab3d0f3832: Preparing [2020-07-31T20:11:22.747Z] aaab3d0f3832: Layer already exists [2020-07-31T20:11:22.747Z] 3b32474695f4: Layer already exists [2020-07-31T20:11:22.747Z] 8be2b85b7445: Layer already exists [2020-07-31T20:11:22.747Z] 8e78d3db7f0c: Layer already exists [2020-07-31T20:11:22.747Z] 1.2.2-dev.7: digest: sha256:411e3cc04b221c412bdf33665713fc858b795b9bb7485c09d910ab10041798e4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:23.041Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:23.328Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:23.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-07-31T20:11:23.328Z] 3b32474695f4: Preparing [2020-07-31T20:11:23.328Z] 8be2b85b7445: Preparing [2020-07-31T20:11:23.328Z] 8e78d3db7f0c: Preparing [2020-07-31T20:11:23.328Z] aaab3d0f3832: Preparing [2020-07-31T20:11:23.328Z] 8be2b85b7445: Layer already exists [2020-07-31T20:11:23.328Z] 8e78d3db7f0c: Layer already exists [2020-07-31T20:11:23.328Z] 3b32474695f4: Layer already exists [2020-07-31T20:11:23.329Z] aaab3d0f3832: Layer already exists [2020-07-31T20:11:23.329Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:411e3cc04b221c412bdf33665713fc858b795b9bb7485c09d910ab10041798e4 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:23.629Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:23.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-07-31T20:11:23.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-07-31T20:11:23.919Z] 3b32474695f4: Preparing [2020-07-31T20:11:23.919Z] 8be2b85b7445: Preparing [2020-07-31T20:11:23.919Z] 8e78d3db7f0c: Preparing [2020-07-31T20:11:23.919Z] aaab3d0f3832: Preparing [2020-07-31T20:11:23.919Z] aaab3d0f3832: Layer already exists [2020-07-31T20:11:23.919Z] 8be2b85b7445: Layer already exists [2020-07-31T20:11:23.919Z] 8e78d3db7f0c: Layer already exists [2020-07-31T20:11:23.919Z] 3b32474695f4: Layer already exists [2020-07-31T20:11:23.919Z] master: digest: sha256:411e3cc04b221c412bdf33665713fc858b795b9bb7485c09d910ab10041798e4 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:11:24.078Z] ===================================================== [Pipeline] echo [2020-07-31T20:11:24.120Z] taggedImages: [2020-07-31T20:11:24.120Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:24.120Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.7 [2020-07-31T20:11:24.120Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:24.120Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-07-31T20:11:24.295Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-07-31T20:11:24.295Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:24.295Z] 1.2.2-dev.7 [2020-07-31T20:11:24.295Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:24.295Z] master [2020-07-31T20:11:24.295Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:24.740Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:25.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:25.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-07-31T20:11:25.030Z] f53dd1712707: Preparing [2020-07-31T20:11:25.030Z] 6123b31b17a9: Preparing [2020-07-31T20:11:25.030Z] 5f8b2b5dcf4e: Preparing [2020-07-31T20:11:25.030Z] 1664dcb3c1de: Preparing [2020-07-31T20:11:25.030Z] 029e512f1842: Preparing [2020-07-31T20:11:25.030Z] dae036ce2bd4: Preparing [2020-07-31T20:11:25.030Z] dae036ce2bd4: Waiting [2020-07-31T20:11:25.030Z] f53dd1712707: Pushed [2020-07-31T20:11:25.030Z] 5f8b2b5dcf4e: Pushed [2020-07-31T20:11:25.290Z] 1664dcb3c1de: Pushed [2020-07-31T20:11:25.290Z] dae036ce2bd4: Pushed [2020-07-31T20:11:25.290Z] 029e512f1842: Pushed [2020-07-31T20:11:26.228Z] 6123b31b17a9: Pushed [2020-07-31T20:11:26.488Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:171c7a6243c861eb0c51b979a29868312032e07950f144621d8ef82510396bac size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:26.782Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:27.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.7 [2020-07-31T20:11:27.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-07-31T20:11:27.074Z] f53dd1712707: Preparing [2020-07-31T20:11:27.074Z] 6123b31b17a9: Preparing [2020-07-31T20:11:27.074Z] 5f8b2b5dcf4e: Preparing [2020-07-31T20:11:27.074Z] 1664dcb3c1de: Preparing [2020-07-31T20:11:27.074Z] 029e512f1842: Preparing [2020-07-31T20:11:27.074Z] dae036ce2bd4: Preparing [2020-07-31T20:11:27.074Z] dae036ce2bd4: Waiting [2020-07-31T20:11:27.074Z] 6123b31b17a9: Layer already exists [2020-07-31T20:11:27.074Z] 1664dcb3c1de: Layer already exists [2020-07-31T20:11:27.074Z] 5f8b2b5dcf4e: Layer already exists [2020-07-31T20:11:27.074Z] 029e512f1842: Layer already exists [2020-07-31T20:11:27.074Z] f53dd1712707: Layer already exists [2020-07-31T20:11:27.074Z] dae036ce2bd4: Layer already exists [2020-07-31T20:11:27.074Z] 1.2.2-dev.7: digest: sha256:171c7a6243c861eb0c51b979a29868312032e07950f144621d8ef82510396bac size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:27.369Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:27.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:27.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-07-31T20:11:27.658Z] f53dd1712707: Preparing [2020-07-31T20:11:27.658Z] 6123b31b17a9: Preparing [2020-07-31T20:11:27.658Z] 5f8b2b5dcf4e: Preparing [2020-07-31T20:11:27.658Z] 1664dcb3c1de: Preparing [2020-07-31T20:11:27.658Z] 029e512f1842: Preparing [2020-07-31T20:11:27.658Z] dae036ce2bd4: Preparing [2020-07-31T20:11:27.658Z] dae036ce2bd4: Waiting [2020-07-31T20:11:27.658Z] 5f8b2b5dcf4e: Layer already exists [2020-07-31T20:11:27.658Z] f53dd1712707: Layer already exists [2020-07-31T20:11:27.658Z] 6123b31b17a9: Layer already exists [2020-07-31T20:11:27.658Z] 029e512f1842: Layer already exists [2020-07-31T20:11:27.658Z] 1664dcb3c1de: Layer already exists [2020-07-31T20:11:27.658Z] dae036ce2bd4: Layer already exists [2020-07-31T20:11:27.658Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:171c7a6243c861eb0c51b979a29868312032e07950f144621d8ef82510396bac size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:27.954Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:28.245Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-07-31T20:11:28.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-07-31T20:11:28.245Z] f53dd1712707: Preparing [2020-07-31T20:11:28.245Z] 6123b31b17a9: Preparing [2020-07-31T20:11:28.245Z] 5f8b2b5dcf4e: Preparing [2020-07-31T20:11:28.245Z] 1664dcb3c1de: Preparing [2020-07-31T20:11:28.245Z] 029e512f1842: Preparing [2020-07-31T20:11:28.245Z] dae036ce2bd4: Preparing [2020-07-31T20:11:28.245Z] dae036ce2bd4: Waiting [2020-07-31T20:11:28.245Z] f53dd1712707: Layer already exists [2020-07-31T20:11:28.245Z] 5f8b2b5dcf4e: Layer already exists [2020-07-31T20:11:28.245Z] 6123b31b17a9: Layer already exists [2020-07-31T20:11:28.245Z] 029e512f1842: Layer already exists [2020-07-31T20:11:28.245Z] 1664dcb3c1de: Layer already exists [2020-07-31T20:11:28.245Z] dae036ce2bd4: Layer already exists [2020-07-31T20:11:28.245Z] master: digest: sha256:171c7a6243c861eb0c51b979a29868312032e07950f144621d8ef82510396bac size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:11:28.423Z] ===================================================== [Pipeline] echo [2020-07-31T20:11:28.462Z] taggedImages: [2020-07-31T20:11:28.462Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:28.462Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.7 [2020-07-31T20:11:28.462Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:28.462Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-07-31T20:11:28.517Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-07-31T20:11:28.517Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:28.517Z] 1.2.2-dev.7 [2020-07-31T20:11:28.517Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:28.517Z] master [2020-07-31T20:11:28.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:28.969Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:29.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:29.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-07-31T20:11:29.258Z] db653eb6cab3: Preparing [2020-07-31T20:11:29.258Z] 8cee603435a9: Preparing [2020-07-31T20:11:29.258Z] 85879f2da505: Preparing [2020-07-31T20:11:29.258Z] db653eb6cab3: Pushed [2020-07-31T20:11:29.258Z] 85879f2da505: Pushed [2020-07-31T20:11:29.500Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:11:29.500Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:11:29.500Z] ---> 552952af4c4d [2020-07-31T20:11:29.500Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T20:11:29.500Z] Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:11:29.500Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-07-31T20:11:29.500Z] ---> 552952af4c4d [2020-07-31T20:11:29.500Z] Step 3/29 : WORKDIR /edgex-go [2020-07-31T20:11:29.500Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:11:29.500Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:11:29.500Z] ---> 552952af4c4d [2020-07-31T20:11:29.500Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T20:11:29.500Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:11:29.500Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:11:29.500Z] ---> 552952af4c4d [2020-07-31T20:11:29.500Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T20:11:29.500Z] Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:11:29.500Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:11:29.500Z] ---> 552952af4c4d [2020-07-31T20:11:29.500Z] Step 3/22 : WORKDIR /edgex-go [2020-07-31T20:11:30.636Z] 8cee603435a9: Pushed [2020-07-31T20:11:30.636Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:bd02a3af40f2aa1542f648ce1ceb6ebb595b4e3819ca6654259ef10543fa249b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:30.935Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.7 [2020-07-31T20:11:30.941Z] ---> Running in 903b5aa301a5 [2020-07-31T20:11:30.941Z] ---> Running in f650aa379fa2 [2020-07-31T20:11:30.941Z] ---> Running in cefb28d8cc47 [2020-07-31T20:11:30.941Z] ---> Running in 50b3d22f916a [2020-07-31T20:11:30.941Z] ---> Running in 3d550a7b385f [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:31.224Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.7 [2020-07-31T20:11:31.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-07-31T20:11:31.224Z] db653eb6cab3: Preparing [2020-07-31T20:11:31.224Z] 8cee603435a9: Preparing [2020-07-31T20:11:31.224Z] 85879f2da505: Preparing [2020-07-31T20:11:31.224Z] 85879f2da505: Layer already exists [2020-07-31T20:11:31.224Z] db653eb6cab3: Layer already exists [2020-07-31T20:11:31.224Z] 8cee603435a9: Layer already exists [2020-07-31T20:11:31.224Z] 1.2.2-dev.7: digest: sha256:bd02a3af40f2aa1542f648ce1ceb6ebb595b4e3819ca6654259ef10543fa249b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:31.522Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:31.542Z] Removing intermediate container 3d550a7b385f [2020-07-31T20:11:31.542Z] ---> e737fdd9f233 [2020-07-31T20:11:31.542Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:11:31.810Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:31.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-07-31T20:11:31.810Z] db653eb6cab3: Preparing [2020-07-31T20:11:31.810Z] 8cee603435a9: Preparing [2020-07-31T20:11:31.810Z] 85879f2da505: Preparing [2020-07-31T20:11:31.810Z] 85879f2da505: Layer already exists [2020-07-31T20:11:31.810Z] db653eb6cab3: Layer already exists [2020-07-31T20:11:31.810Z] 8cee603435a9: Layer already exists [2020-07-31T20:11:31.810Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:bd02a3af40f2aa1542f648ce1ceb6ebb595b4e3819ca6654259ef10543fa249b size: 943 [2020-07-31T20:11:31.814Z] Removing intermediate container cefb28d8cc47 [2020-07-31T20:11:31.814Z] ---> 4694c56f959d [2020-07-31T20:11:31.814Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:11:31.814Z] Removing intermediate container f650aa379fa2 [2020-07-31T20:11:31.814Z] ---> 3d35c36c3133 [2020-07-31T20:11:31.814Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:11:31.814Z] Removing intermediate container 50b3d22f916a [2020-07-31T20:11:31.814Z] ---> d8e6e6b31f70 [2020-07-31T20:11:31.814Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:11:31.814Z] Removing intermediate container 903b5aa301a5 [2020-07-31T20:11:31.814Z] ---> 9a38e59d569c [2020-07-31T20:11:31.814Z] Step 4/29 : RUN apk update && apk add make git [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:32.087Z] ---> Running in ddf9a8009f4a [2020-07-31T20:11:32.087Z] ---> Running in 94b1b9bf774c [2020-07-31T20:11:32.087Z] ---> Running in 0d8ef6a47f06 [2020-07-31T20:11:32.087Z] ---> Running in d58dcb0e707f [2020-07-31T20:11:32.087Z] ---> Running in f108d7790cea [2020-07-31T20:11:32.106Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:32.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-07-31T20:11:32.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-07-31T20:11:32.397Z] db653eb6cab3: Preparing [2020-07-31T20:11:32.397Z] 8cee603435a9: Preparing [2020-07-31T20:11:32.397Z] 85879f2da505: Preparing [2020-07-31T20:11:32.397Z] 8cee603435a9: Layer already exists [2020-07-31T20:11:32.397Z] 85879f2da505: Layer already exists [2020-07-31T20:11:32.397Z] db653eb6cab3: Layer already exists [2020-07-31T20:11:32.397Z] master: digest: sha256:bd02a3af40f2aa1542f648ce1ceb6ebb595b4e3819ca6654259ef10543fa249b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:11:32.568Z] ===================================================== [Pipeline] echo [2020-07-31T20:11:32.605Z] taggedImages: [2020-07-31T20:11:32.605Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:32.605Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.7 [2020-07-31T20:11:32.605Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:32.605Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-07-31T20:11:32.664Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-07-31T20:11:32.664Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:32.664Z] 1.2.2-dev.7 [2020-07-31T20:11:32.664Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:32.664Z] master [2020-07-31T20:11:32.664Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:33.145Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:33.594Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:33.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-07-31T20:11:33.594Z] f673a123b3a3: Preparing [2020-07-31T20:11:33.594Z] 38ee54f3322f: Preparing [2020-07-31T20:11:33.594Z] 1b4fbd789594: Preparing [2020-07-31T20:11:33.594Z] a99b5df32971: Preparing [2020-07-31T20:11:33.594Z] 201487b2db6f: Preparing [2020-07-31T20:11:33.594Z] 6c456150a5d4: Preparing [2020-07-31T20:11:33.594Z] e95131bbbed4: Preparing [2020-07-31T20:11:33.594Z] 8890c171a12b: Preparing [2020-07-31T20:11:33.594Z] 4ae5bd84d450: Preparing [2020-07-31T20:11:33.594Z] 723a561964c8: Preparing [2020-07-31T20:11:33.594Z] 78764725b56c: Preparing [2020-07-31T20:11:33.594Z] 51d6d3d09136: Preparing [2020-07-31T20:11:33.594Z] 1507bc794612: Preparing [2020-07-31T20:11:33.594Z] 50644c29ef5a: Preparing [2020-07-31T20:11:33.594Z] 723a561964c8: Waiting [2020-07-31T20:11:33.594Z] 6c456150a5d4: Waiting [2020-07-31T20:11:33.594Z] 78764725b56c: Waiting [2020-07-31T20:11:33.594Z] e95131bbbed4: Waiting [2020-07-31T20:11:33.594Z] 51d6d3d09136: Waiting [2020-07-31T20:11:33.594Z] 1507bc794612: Waiting [2020-07-31T20:11:33.594Z] 50644c29ef5a: Waiting [2020-07-31T20:11:33.594Z] 8890c171a12b: Waiting [2020-07-31T20:11:33.594Z] 4ae5bd84d450: Waiting [2020-07-31T20:11:33.594Z] 201487b2db6f: Pushed [2020-07-31T20:11:33.880Z] f673a123b3a3: Pushed [2020-07-31T20:11:33.880Z] a99b5df32971: Pushed [2020-07-31T20:11:34.144Z] 8890c171a12b: Layer already exists [2020-07-31T20:11:34.144Z] 4ae5bd84d450: Layer already exists [2020-07-31T20:11:34.144Z] 723a561964c8: Layer already exists [2020-07-31T20:11:34.144Z] e95131bbbed4: Pushed [2020-07-31T20:11:34.144Z] 78764725b56c: Layer already exists [2020-07-31T20:11:34.144Z] 51d6d3d09136: Layer already exists [2020-07-31T20:11:34.144Z] 1507bc794612: Layer already exists [2020-07-31T20:11:34.144Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:34.717Z] 6c456150a5d4: Pushed [2020-07-31T20:11:34.984Z] 38ee54f3322f: Pushed [2020-07-31T20:11:35.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:11:36.117Z] Removing intermediate container 94b1b9bf774c [2020-07-31T20:11:36.117Z] ---> 337c706fa33d [2020-07-31T20:11:36.117Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T20:11:36.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:11:36.393Z] ---> Running in 201daec543e0 [2020-07-31T20:11:36.669Z] Removing intermediate container ddf9a8009f4a [2020-07-31T20:11:36.669Z] ---> 6ec51d813c27 [2020-07-31T20:11:36.669Z] Step 5/21 : RUN apk update && apk add make && apk add bash git [2020-07-31T20:11:36.669Z] Removing intermediate container 0d8ef6a47f06 [2020-07-31T20:11:36.669Z] ---> 48b7f481ef86 [2020-07-31T20:11:36.669Z] Step 5/26 : RUN apk update && apk add make bash git [2020-07-31T20:11:36.944Z] ---> Running in 7425c2ba1c6b [2020-07-31T20:11:36.944Z] ---> Running in 1ecf082b25eb [2020-07-31T20:11:37.218Z] Removing intermediate container d58dcb0e707f [2020-07-31T20:11:37.218Z] ---> 5e589b1691b3 [2020-07-31T20:11:37.218Z] Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-07-31T20:11:37.513Z] ---> Running in 1f77f533727b [2020-07-31T20:11:38.124Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:11:38.124Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:11:38.124Z] OK: 12620 distinct packages available [2020-07-31T20:11:38.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:11:39.006Z] OK: 217 MiB in 51 packages [2020-07-31T20:11:39.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:11:39.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:11:39.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:11:39.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:11:40.473Z] Removing intermediate container f108d7790cea [2020-07-31T20:11:40.473Z] ---> 99a7611b4d0c [2020-07-31T20:11:40.473Z] Step 5/29 : COPY go.mod . [2020-07-31T20:11:40.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:11:40.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:11:41.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:11:41.015Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:11:41.015Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:11:41.015Z] OK: 12620 distinct packages available [2020-07-31T20:11:41.293Z] ---> 40172add2c83 [2020-07-31T20:11:41.293Z] Step 6/29 : RUN go mod download [2020-07-31T20:11:41.293Z] ---> Running in 7ef114ed59e8 [2020-07-31T20:11:41.894Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:11:41.894Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:11:41.894Z] OK: 12620 distinct packages available [2020-07-31T20:11:41.894Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:11:41.894Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:11:41.894Z] OK: 12620 distinct packages available [2020-07-31T20:11:41.894Z] OK: 217 MiB in 51 packages [2020-07-31T20:11:42.498Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:11:42.498Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:11:42.498Z] OK: 12620 distinct packages available [2020-07-31T20:11:42.498Z] OK: 217 MiB in 51 packages [2020-07-31T20:11:42.777Z] OK: 217 MiB in 51 packages [2020-07-31T20:11:43.125Z] 1b4fbd789594: Pushed [2020-07-31T20:11:43.125Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:dd8fb53f9333fa506910fe5515263e015e22657ebd02d92e2ebf33369301f1b1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:43.384Z] OK: 217 MiB in 51 packages [2020-07-31T20:11:43.384Z] OK: 217 MiB in 51 packages [2020-07-31T20:11:43.431Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:43.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.7 [2020-07-31T20:11:43.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-07-31T20:11:43.727Z] f673a123b3a3: Preparing [2020-07-31T20:11:43.727Z] 38ee54f3322f: Preparing [2020-07-31T20:11:43.727Z] 1b4fbd789594: Preparing [2020-07-31T20:11:43.727Z] a99b5df32971: Preparing [2020-07-31T20:11:43.727Z] 201487b2db6f: Preparing [2020-07-31T20:11:43.727Z] 6c456150a5d4: Preparing [2020-07-31T20:11:43.727Z] e95131bbbed4: Preparing [2020-07-31T20:11:43.727Z] 8890c171a12b: Preparing [2020-07-31T20:11:43.727Z] 4ae5bd84d450: Preparing [2020-07-31T20:11:43.727Z] 723a561964c8: Preparing [2020-07-31T20:11:43.727Z] 78764725b56c: Preparing [2020-07-31T20:11:43.727Z] 6c456150a5d4: Waiting [2020-07-31T20:11:43.727Z] e95131bbbed4: Waiting [2020-07-31T20:11:43.727Z] 8890c171a12b: Waiting [2020-07-31T20:11:43.727Z] 4ae5bd84d450: Waiting [2020-07-31T20:11:43.727Z] 723a561964c8: Waiting [2020-07-31T20:11:43.727Z] 51d6d3d09136: Preparing [2020-07-31T20:11:43.727Z] 1507bc794612: Preparing [2020-07-31T20:11:43.727Z] 50644c29ef5a: Preparing [2020-07-31T20:11:43.727Z] 51d6d3d09136: Waiting [2020-07-31T20:11:43.727Z] 1507bc794612: Waiting [2020-07-31T20:11:43.727Z] 78764725b56c: Waiting [2020-07-31T20:11:43.727Z] 38ee54f3322f: Layer already exists [2020-07-31T20:11:43.727Z] 1b4fbd789594: Layer already exists [2020-07-31T20:11:43.727Z] a99b5df32971: Layer already exists [2020-07-31T20:11:43.727Z] 201487b2db6f: Layer already exists [2020-07-31T20:11:43.727Z] f673a123b3a3: Layer already exists [2020-07-31T20:11:43.727Z] 6c456150a5d4: Layer already exists [2020-07-31T20:11:43.727Z] e95131bbbed4: Layer already exists [2020-07-31T20:11:43.727Z] 8890c171a12b: Layer already exists [2020-07-31T20:11:43.727Z] 4ae5bd84d450: Layer already exists [2020-07-31T20:11:43.727Z] 723a561964c8: Layer already exists [2020-07-31T20:11:43.727Z] 78764725b56c: Layer already exists [2020-07-31T20:11:43.727Z] 51d6d3d09136: Layer already exists [2020-07-31T20:11:43.727Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:43.727Z] 1507bc794612: Layer already exists [2020-07-31T20:11:43.727Z] 1.2.2-dev.7: digest: sha256:dd8fb53f9333fa506910fe5515263e015e22657ebd02d92e2ebf33369301f1b1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:44.001Z] Removing intermediate container 201daec543e0 [2020-07-31T20:11:44.001Z] ---> 63ac3c3833c3 [2020-07-31T20:11:44.001Z] Step 6/21 : COPY go.mod . [2020-07-31T20:11:44.028Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:44.322Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:44.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-07-31T20:11:44.322Z] f673a123b3a3: Preparing [2020-07-31T20:11:44.322Z] 38ee54f3322f: Preparing [2020-07-31T20:11:44.322Z] 1b4fbd789594: Preparing [2020-07-31T20:11:44.322Z] a99b5df32971: Preparing [2020-07-31T20:11:44.322Z] 201487b2db6f: Preparing [2020-07-31T20:11:44.322Z] 6c456150a5d4: Preparing [2020-07-31T20:11:44.322Z] e95131bbbed4: Preparing [2020-07-31T20:11:44.322Z] 8890c171a12b: Preparing [2020-07-31T20:11:44.322Z] 4ae5bd84d450: Preparing [2020-07-31T20:11:44.322Z] 723a561964c8: Preparing [2020-07-31T20:11:44.322Z] 78764725b56c: Preparing [2020-07-31T20:11:44.322Z] 51d6d3d09136: Preparing [2020-07-31T20:11:44.322Z] 1507bc794612: Preparing [2020-07-31T20:11:44.322Z] 50644c29ef5a: Preparing [2020-07-31T20:11:44.322Z] 6c456150a5d4: Waiting [2020-07-31T20:11:44.322Z] e95131bbbed4: Waiting [2020-07-31T20:11:44.322Z] 8890c171a12b: Waiting [2020-07-31T20:11:44.322Z] 4ae5bd84d450: Waiting [2020-07-31T20:11:44.322Z] 723a561964c8: Waiting [2020-07-31T20:11:44.322Z] 78764725b56c: Waiting [2020-07-31T20:11:44.322Z] 51d6d3d09136: Waiting [2020-07-31T20:11:44.322Z] 1507bc794612: Waiting [2020-07-31T20:11:44.322Z] 50644c29ef5a: Waiting [2020-07-31T20:11:44.322Z] 38ee54f3322f: Layer already exists [2020-07-31T20:11:44.322Z] f673a123b3a3: Layer already exists [2020-07-31T20:11:44.322Z] 201487b2db6f: Layer already exists [2020-07-31T20:11:44.322Z] a99b5df32971: Layer already exists [2020-07-31T20:11:44.322Z] 1b4fbd789594: Layer already exists [2020-07-31T20:11:44.322Z] 6c456150a5d4: Layer already exists [2020-07-31T20:11:44.322Z] e95131bbbed4: Layer already exists [2020-07-31T20:11:44.322Z] 4ae5bd84d450: Layer already exists [2020-07-31T20:11:44.322Z] 8890c171a12b: Layer already exists [2020-07-31T20:11:44.322Z] 723a561964c8: Layer already exists [2020-07-31T20:11:44.322Z] 78764725b56c: Layer already exists [2020-07-31T20:11:44.322Z] 51d6d3d09136: Layer already exists [2020-07-31T20:11:44.322Z] 1507bc794612: Layer already exists [2020-07-31T20:11:44.322Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:44.322Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:dd8fb53f9333fa506910fe5515263e015e22657ebd02d92e2ebf33369301f1b1 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:44.623Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:11:44.933Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-07-31T20:11:44.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-07-31T20:11:44.933Z] f673a123b3a3: Preparing [2020-07-31T20:11:44.933Z] 38ee54f3322f: Preparing [2020-07-31T20:11:44.933Z] 1b4fbd789594: Preparing [2020-07-31T20:11:44.933Z] a99b5df32971: Preparing [2020-07-31T20:11:44.933Z] 201487b2db6f: Preparing [2020-07-31T20:11:44.933Z] 6c456150a5d4: Preparing [2020-07-31T20:11:44.933Z] e95131bbbed4: Preparing [2020-07-31T20:11:44.933Z] 8890c171a12b: Preparing [2020-07-31T20:11:44.933Z] 4ae5bd84d450: Preparing [2020-07-31T20:11:44.933Z] 723a561964c8: Preparing [2020-07-31T20:11:44.933Z] 78764725b56c: Preparing [2020-07-31T20:11:44.933Z] 51d6d3d09136: Preparing [2020-07-31T20:11:44.933Z] 1507bc794612: Preparing [2020-07-31T20:11:44.933Z] 50644c29ef5a: Preparing [2020-07-31T20:11:44.933Z] 723a561964c8: Waiting [2020-07-31T20:11:44.933Z] 6c456150a5d4: Waiting [2020-07-31T20:11:44.933Z] 78764725b56c: Waiting [2020-07-31T20:11:44.933Z] 51d6d3d09136: Waiting [2020-07-31T20:11:44.933Z] 4ae5bd84d450: Waiting [2020-07-31T20:11:44.933Z] e95131bbbed4: Waiting [2020-07-31T20:11:44.933Z] 8890c171a12b: Waiting [2020-07-31T20:11:44.933Z] 1507bc794612: Waiting [2020-07-31T20:11:44.934Z] 50644c29ef5a: Waiting [2020-07-31T20:11:44.934Z] f673a123b3a3: Layer already exists [2020-07-31T20:11:44.934Z] 201487b2db6f: Layer already exists [2020-07-31T20:11:44.934Z] 1b4fbd789594: Layer already exists [2020-07-31T20:11:44.934Z] 38ee54f3322f: Layer already exists [2020-07-31T20:11:44.934Z] a99b5df32971: Layer already exists [2020-07-31T20:11:44.934Z] 6c456150a5d4: Layer already exists [2020-07-31T20:11:44.934Z] e95131bbbed4: Layer already exists [2020-07-31T20:11:44.934Z] 723a561964c8: Layer already exists [2020-07-31T20:11:44.934Z] 8890c171a12b: Layer already exists [2020-07-31T20:11:44.934Z] 4ae5bd84d450: Layer already exists [2020-07-31T20:11:44.934Z] 51d6d3d09136: Layer already exists [2020-07-31T20:11:44.934Z] 78764725b56c: Layer already exists [2020-07-31T20:11:44.934Z] 1507bc794612: Layer already exists [2020-07-31T20:11:44.934Z] 50644c29ef5a: Layer already exists [2020-07-31T20:11:44.934Z] master: digest: sha256:dd8fb53f9333fa506910fe5515263e015e22657ebd02d92e2ebf33369301f1b1 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [2020-07-31T20:11:45.000Z] Removing intermediate container 1ecf082b25eb [2020-07-31T20:11:45.000Z] ---> 93687c7c61ff [2020-07-31T20:11:45.000Z] Step 6/26 : COPY go.mod . [2020-07-31T20:11:45.000Z] ---> 2e10cc4b9e36 [2020-07-31T20:11:45.000Z] Step 7/21 : RUN go mod download [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:11:45.085Z] ===================================================== [Pipeline] echo [2020-07-31T20:11:45.123Z] taggedImages: [2020-07-31T20:11:45.123Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:11:45.123Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.7 [2020-07-31T20:11:45.123Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:11:45.123Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-31T20:11:45.281Z] ---> Running in e3c4fd3e2648 [2020-07-31T20:11:45.281Z] Removing intermediate container 1f77f533727b [2020-07-31T20:11:45.281Z] ---> 3f8f49a26977 [2020-07-31T20:11:45.281Z] Step 6/22 : COPY go.mod . [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-31T20:11:45.555Z] Removing intermediate container 7425c2ba1c6b [2020-07-31T20:11:45.555Z] ---> 9ee14c6cc0ec [2020-07-31T20:11:45.555Z] Step 6/21 : COPY go.mod . [2020-07-31T20:11:45.830Z] Removing intermediate container 7ef114ed59e8 [2020-07-31T20:11:45.830Z] ---> 87a3a0a137c0 [2020-07-31T20:11:45.830Z] Step 7/29 : COPY . . [2020-07-31T20:11:45.830Z] ---> 06c2ca549851 [2020-07-31T20:11:45.830Z] Step 7/26 : RUN go mod download [2020-07-31T20:11:46.435Z] ---> Running in 890dde00fff6 [2020-07-31T20:11:46.435Z] ---> 39a67134fbff [2020-07-31T20:11:46.435Z] Step 7/22 : RUN go mod download [2020-07-31T20:11:46.722Z] ---> de641345804e [2020-07-31T20:11:46.722Z] Step 7/21 : RUN go mod download [2020-07-31T20:11:46.995Z] ---> Running in 24750572ec00 [2020-07-31T20:11:47.270Z] ---> Running in 484c0c4e10ef [2020-07-31T20:11:54.006Z] Removing intermediate container e3c4fd3e2648 [2020-07-31T20:11:54.006Z] ---> 43da8e4d2fbb [2020-07-31T20:11:54.006Z] Step 8/21 : COPY . . [2020-07-31T20:11:54.006Z] Removing intermediate container 890dde00fff6 [2020-07-31T20:11:54.006Z] ---> 122601432c23 [2020-07-31T20:11:54.006Z] Step 8/26 : COPY . . [2020-07-31T20:11:55.535Z] Removing intermediate container 24750572ec00 [2020-07-31T20:11:55.535Z] ---> 3070e4f15351 [2020-07-31T20:11:55.535Z] Step 8/22 : COPY . . [2020-07-31T20:11:56.991Z] Removing intermediate container 484c0c4e10ef [2020-07-31T20:11:56.991Z] ---> d610e551651e [2020-07-31T20:11:56.991Z] Step 8/21 : COPY . . [2020-07-31T20:12:12.080Z] ---> 375742f0b107 [2020-07-31T20:12:12.080Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-07-31T20:12:13.059Z] ---> Running in 263b9c963bec [2020-07-31T20:12:13.059Z] ---> 6a363f8a2375 [2020-07-31T20:12:13.059Z] Step 9/21 : RUN make cmd/core-metadata/core-metadata [2020-07-31T20:12:13.059Z] ---> 9b9440effd46 [2020-07-31T20:12:13.059Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-07-31T20:12:13.059Z] ---> 07f853da9680 [2020-07-31T20:12:13.059Z] Step 9/22 : RUN make cmd/core-data/core-data [2020-07-31T20:12:13.336Z] ---> Running in a4c594ba9508 [2020-07-31T20:12:13.336Z] ---> c01698ce4d81 [2020-07-31T20:12:13.336Z] Step 9/21 : RUN make cmd/support-logging/support-logging [2020-07-31T20:12:13.618Z] ---> Running in 0b7b313e523e [2020-07-31T20:12:13.618Z] ---> Running in 21e2cfe2fad1 [2020-07-31T20:12:13.892Z] ---> Running in 70f69feb775a [2020-07-31T20:12:15.337Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-07-31T20:12:15.932Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-07-31T20:12:16.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-07-31T20:12:16.487Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/core-data/core-data ./cmd/core-data [2020-07-31T20:12:16.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-07-31T20:13:38.271Z] Removing intermediate container 263b9c963bec [2020-07-31T20:13:38.271Z] ---> 4c173cb856f9 [2020-07-31T20:13:38.271Z] [2020-07-31T20:13:38.271Z] Step 9/29 : FROM alpine:latest [2020-07-31T20:13:38.271Z] latest: Pulling from library/alpine [2020-07-31T20:13:38.271Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-31T20:13:38.271Z] Status: Downloaded newer image for alpine:latest [2020-07-31T20:13:38.271Z] ---> 62ee0e9f8440 [2020-07-31T20:13:38.271Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-07-31T20:13:38.271Z] ---> Running in 02f413f2998b [2020-07-31T20:13:38.271Z] Removing intermediate container 02f413f2998b [2020-07-31T20:13:38.271Z] ---> e4d7a1b68cf6 [2020-07-31T20:13:38.271Z] Step 11/29 : USER root [2020-07-31T20:13:38.271Z] ---> Running in 8387019eb746 [2020-07-31T20:13:38.271Z] Removing intermediate container 8387019eb746 [2020-07-31T20:13:38.271Z] ---> 287183db3e09 [2020-07-31T20:13:38.271Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-07-31T20:13:38.271Z] ---> Running in 8f127c59b7ff [2020-07-31T20:13:39.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:13:39.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:13:40.240Z] v3.12.0-198-gae25a7e80e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:13:40.240Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:13:40.240Z] OK: 12620 distinct packages available [2020-07-31T20:13:41.221Z] (1/2) Installing ca-certificates (20191127-r4) [2020-07-31T20:13:41.221Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-07-31T20:13:41.497Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:13:41.497Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T20:13:41.785Z] OK: 6 MiB in 16 packages [2020-07-31T20:13:44.458Z] Removing intermediate container 8f127c59b7ff [2020-07-31T20:13:44.458Z] ---> ce1e1c7f06b6 [2020-07-31T20:13:44.458Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-07-31T20:13:44.734Z] ---> Running in 8e145847d3c3 [2020-07-31T20:13:45.723Z] Removing intermediate container 8e145847d3c3 [2020-07-31T20:13:45.723Z] ---> 328e3c0b3ac3 [2020-07-31T20:13:45.723Z] Step 14/29 : WORKDIR $BASE_DIR [2020-07-31T20:13:46.003Z] ---> Running in b3978b316d57 [2020-07-31T20:13:46.994Z] Removing intermediate container b3978b316d57 [2020-07-31T20:13:46.994Z] ---> 577f1626c764 [2020-07-31T20:13:46.994Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-07-31T20:13:47.600Z] ---> Running in 6b990485aa03 [2020-07-31T20:13:51.939Z] Removing intermediate container 0b7b313e523e [2020-07-31T20:13:51.939Z] ---> 93c9ef111582 [2020-07-31T20:13:51.939Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-07-31T20:13:52.229Z] ---> Running in 890ab16a180b [2020-07-31T20:13:53.216Z] Removing intermediate container 6b990485aa03 [2020-07-31T20:13:53.216Z] ---> ca32f8dfb22c [2020-07-31T20:13:53.216Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-07-31T20:13:55.846Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-07-31T20:13:56.828Z] ---> 39af7ac137ec [2020-07-31T20:13:56.828Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-07-31T20:13:56.828Z] Removing intermediate container 70f69feb775a [2020-07-31T20:13:56.828Z] ---> a378150032af [2020-07-31T20:13:56.828Z] [2020-07-31T20:13:56.828Z] Step 10/21 : FROM scratch [2020-07-31T20:13:56.828Z] ---> [2020-07-31T20:13:56.828Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T20:13:57.104Z] ---> Running in 5d65447fd1bc [2020-07-31T20:13:58.091Z] ---> 8601fff21d33 [2020-07-31T20:13:58.091Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-07-31T20:13:58.091Z] Removing intermediate container 5d65447fd1bc [2020-07-31T20:13:58.091Z] ---> 264e4038d842 [2020-07-31T20:13:58.091Z] Step 12/21 : ENV APP_PORT=48061 [2020-07-31T20:13:58.091Z] ---> Running in 652b5e083593 [2020-07-31T20:13:59.081Z] Removing intermediate container 652b5e083593 [2020-07-31T20:13:59.081Z] ---> d7e79e7ef93d [2020-07-31T20:13:59.081Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T20:13:59.354Z] ---> Running in a2cc609039ed [2020-07-31T20:13:59.354Z] ---> 6ba84b36c9d1 [2020-07-31T20:13:59.354Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-07-31T20:14:00.346Z] Removing intermediate container a2cc609039ed [2020-07-31T20:14:00.346Z] ---> 4f1eda250fb3 [2020-07-31T20:14:00.346Z] Step 14/21 : COPY --from=builder /bin/bash /bin/bash [2020-07-31T20:14:00.632Z] ---> 3698dfbb67c5 [2020-07-31T20:14:00.632Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-07-31T20:14:01.625Z] ---> 63e7cfb96516 [2020-07-31T20:14:01.625Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-07-31T20:14:02.224Z] Removing intermediate container 890ab16a180b [2020-07-31T20:14:02.224Z] ---> 70870fabcc04 [2020-07-31T20:14:02.224Z] [2020-07-31T20:14:02.224Z] Step 11/26 : FROM docker:latest [2020-07-31T20:14:02.224Z] ---> 5d8fee26e7eb [2020-07-31T20:14:02.224Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-07-31T20:14:02.224Z] ---> ce9d55ae87f1 [2020-07-31T20:14:02.224Z] Step 12/26 : RUN apk add --no-cache bash [2020-07-31T20:14:02.502Z] ---> Running in 10fd73031510 [2020-07-31T20:14:02.502Z] ---> Running in aec0d446c94e [2020-07-31T20:14:03.104Z] ---> 509a0846876f [2020-07-31T20:14:03.104Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-07-31T20:14:05.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:14:05.381Z] ---> 7f9123fe746c [2020-07-31T20:14:05.381Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-07-31T20:14:05.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:14:06.369Z] (1/2) Installing readline (8.0.4-r0) [2020-07-31T20:14:06.369Z] (2/2) Installing bash (5.0.17-r0) [2020-07-31T20:14:06.369Z] Executing bash-5.0.17-r0.post-install [2020-07-31T20:14:06.369Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:14:06.369Z] OK: 12 MiB in 22 packages [2020-07-31T20:14:06.979Z] ---> 4888de863f50 [2020-07-31T20:14:06.979Z] Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:14:07.253Z] ---> Running in 5918bb729ae6 [2020-07-31T20:14:07.253Z] Removing intermediate container 10fd73031510 [2020-07-31T20:14:07.253Z] ---> ac377a7a3759 [2020-07-31T20:14:07.253Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T20:14:08.236Z] Removing intermediate container 5918bb729ae6 [2020-07-31T20:14:08.236Z] ---> 187e5c4ce30e [2020-07-31T20:14:08.236Z] Step 19/21 : LABEL arch=arm64 [2020-07-31T20:14:08.511Z] ---> Running in d65954e39717 [2020-07-31T20:14:08.511Z] Removing intermediate container aec0d446c94e [2020-07-31T20:14:08.511Z] ---> 6a23abb709a6 [2020-07-31T20:14:08.511Z] Step 13/26 : RUN rm -rf /var/cache/apk/* [2020-07-31T20:14:08.511Z] ---> 47da74301d26 [2020-07-31T20:14:08.780Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T20:14:08.780Z] ---> Running in 6a8b59bdcf0d [2020-07-31T20:14:08.780Z] ---> Running in faee3a3377b0 [2020-07-31T20:14:09.384Z] Removing intermediate container d65954e39717 [2020-07-31T20:14:09.384Z] ---> 594f65b15417 [2020-07-31T20:14:09.384Z] Step 20/21 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:14:09.384Z] ---> Running in 741659d8230e [2020-07-31T20:14:10.376Z] Removing intermediate container 741659d8230e [2020-07-31T20:14:10.376Z] ---> 6ac6823aba18 [2020-07-31T20:14:10.376Z] Step 21/21 : LABEL version=1.2.2-dev.7 [2020-07-31T20:14:10.976Z] ---> Running in 9bad4fedb0be [2020-07-31T20:14:11.958Z] Removing intermediate container 9bad4fedb0be [2020-07-31T20:14:11.958Z] ---> dc9343ac9093 [2020-07-31T20:14:11.958Z] [2020-07-31T20:14:12.559Z] Successfully built dc9343ac9093 [2020-07-31T20:14:12.559Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-07-31T20:14:12.559Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-07-31T20:14:13.545Z] Removing intermediate container faee3a3377b0 [2020-07-31T20:14:13.546Z] ---> f1cbb611fdc2 [2020-07-31T20:14:13.546Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-07-31T20:14:14.528Z] ---> Running in 6dbd007167e1 [2020-07-31T20:14:14.528Z] Removing intermediate container 6a8b59bdcf0d [2020-07-31T20:14:14.528Z] ---> 7665eecaa637 [2020-07-31T20:14:14.528Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-07-31T20:14:16.514Z] ---> Running in a2791d46beeb [2020-07-31T20:14:17.498Z] Removing intermediate container a4c594ba9508 [2020-07-31T20:14:17.498Z] ---> fdf067ae2c10 [2020-07-31T20:14:17.498Z] [2020-07-31T20:14:17.498Z] Step 10/21 : FROM scratch [2020-07-31T20:14:17.498Z] ---> [2020-07-31T20:14:17.498Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T20:14:18.486Z] Removing intermediate container a2791d46beeb [2020-07-31T20:14:18.486Z] ---> 71aafc047c04 [2020-07-31T20:14:18.486Z] Step 15/26 : ENV APP_PORT=48090 [2020-07-31T20:14:18.486Z] ---> Running in fce757d13c60 [2020-07-31T20:14:18.486Z] ---> Running in 025dfb73053c [2020-07-31T20:14:19.096Z] Removing intermediate container fce757d13c60 [2020-07-31T20:14:19.096Z] ---> 651806c45806 [2020-07-31T20:14:19.096Z] Step 12/21 : ENV APP_PORT=48081 [2020-07-31T20:14:19.696Z] ---> Running in 633f630e8ad4 [2020-07-31T20:14:19.696Z] Removing intermediate container 025dfb73053c [2020-07-31T20:14:19.696Z] ---> b16bc423be2f [2020-07-31T20:14:19.696Z] Step 16/26 : EXPOSE $APP_PORT [2020-07-31T20:14:21.137Z] ---> Running in 5ccd65645525 [2020-07-31T20:14:21.137Z] Removing intermediate container 633f630e8ad4 [2020-07-31T20:14:21.137Z] ---> 45c8d20c0b80 [2020-07-31T20:14:21.137Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T20:14:21.810Z] ---> Running in c701ab1cd5d3 [2020-07-31T20:14:22.413Z] Removing intermediate container 5ccd65645525 [2020-07-31T20:14:22.413Z] ---> 323d913e31b2 [2020-07-31T20:14:22.413Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-07-31T20:14:23.096Z] Removing intermediate container c701ab1cd5d3 [2020-07-31T20:14:23.096Z] ---> 8b798390d1df [2020-07-31T20:14:23.096Z] Step 14/21 : WORKDIR / [2020-07-31T20:14:23.096Z] Removing intermediate container 6dbd007167e1 [2020-07-31T20:14:23.096Z] ---> c9442b2bf921 [2020-07-31T20:14:23.096Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T20:14:23.413Z] Removing intermediate container 21e2cfe2fad1 [2020-07-31T20:14:23.414Z] ---> 70d1a935c448 [2020-07-31T20:14:23.414Z] [2020-07-31T20:14:23.414Z] Step 10/22 : FROM alpine [2020-07-31T20:14:23.414Z] ---> 62ee0e9f8440 [2020-07-31T20:14:23.414Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T20:14:23.730Z] ---> Running in 2ecb0eb9c689 [2020-07-31T20:14:24.043Z] ---> Running in 9fc189617f58 [2020-07-31T20:14:24.043Z] ---> Running in 21f4d944c448 [2020-07-31T20:14:24.368Z] ---> a92f67357647 [2020-07-31T20:14:24.368Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-07-31T20:14:24.702Z] Removing intermediate container 2ecb0eb9c689 [2020-07-31T20:14:24.702Z] ---> 83d5d1cd59b8 [2020-07-31T20:14:24.702Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-07-31T20:14:24.986Z] Removing intermediate container 9fc189617f58 [2020-07-31T20:14:24.986Z] ---> 287cdaf513a8 [2020-07-31T20:14:25.286Z] Step 12/22 : ENV APP_PORT=48080 [2020-07-31T20:14:25.286Z] Removing intermediate container 21f4d944c448 [2020-07-31T20:14:25.286Z] ---> 196108198a3a [2020-07-31T20:14:25.286Z] Step 26/29 : CMD [ "generate" ] [2020-07-31T20:14:25.593Z] ---> Running in c175f299e4cf [2020-07-31T20:14:25.593Z] ---> Running in bce1ff16805b [2020-07-31T20:14:25.894Z] ---> bea823894c0f [2020-07-31T20:14:25.894Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-07-31T20:14:26.581Z] ---> a0dda66b040c [2020-07-31T20:14:26.581Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-07-31T20:14:26.581Z] Removing intermediate container bce1ff16805b [2020-07-31T20:14:26.581Z] ---> fbbce5ee6404 [2020-07-31T20:14:26.581Z] Step 27/29 : LABEL arch=arm64 [2020-07-31T20:14:26.901Z] Removing intermediate container c175f299e4cf [2020-07-31T20:14:26.901Z] ---> c061cbcf2311 [2020-07-31T20:14:26.901Z] Step 13/22 : EXPOSE $APP_PORT [2020-07-31T20:14:27.190Z] ---> Running in e46d2880b5e2 [2020-07-31T20:14:27.474Z] ---> Running in 4148d7a0837d [2020-07-31T20:14:28.450Z] ---> 9066eea2b3c6 [2020-07-31T20:14:28.450Z] Step 20/26 : RUN apk --no-cache add py-pip [2020-07-31T20:14:29.040Z] Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:14:29.040Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:14:29.040Z] ---> 552952af4c4d [2020-07-31T20:14:29.040Z] Step 3/26 : WORKDIR /edgex-go [2020-07-31T20:14:29.040Z] ---> Using cache [2020-07-31T20:14:29.040Z] ---> 9a38e59d569c [2020-07-31T20:14:29.040Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:14:29.040Z] Removing intermediate container 4148d7a0837d [2020-07-31T20:14:29.040Z] ---> d59c2668cf07 [2020-07-31T20:14:29.040Z] Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:14:29.040Z] Removing intermediate container e46d2880b5e2 [2020-07-31T20:14:29.040Z] ---> 556b92549cf9 [2020-07-31T20:14:29.040Z] Step 28/29 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:14:29.040Z] ---> 08d965f41f0f [2020-07-31T20:14:29.040Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-07-31T20:14:29.317Z] ---> Running in 668ae6bdbccb [2020-07-31T20:14:29.317Z] ---> Running in 7b6e777496fa [2020-07-31T20:14:29.317Z] ---> Running in f61f23098fb4 [2020-07-31T20:14:29.317Z] ---> Running in c54458232154 [2020-07-31T20:14:29.916Z] Removing intermediate container f61f23098fb4 [2020-07-31T20:14:29.916Z] ---> ec87f98592cd [2020-07-31T20:14:29.916Z] Step 29/29 : LABEL version=1.2.2-dev.7 [2020-07-31T20:14:30.194Z] ---> Running in 060b479a2ec5 [2020-07-31T20:14:30.194Z] ---> dbe4c17bfe5f [2020-07-31T20:14:30.194Z] Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:14:30.469Z] ---> Running in 4dc0a08a5125 [2020-07-31T20:14:31.066Z] Removing intermediate container 060b479a2ec5 [2020-07-31T20:14:31.066Z] ---> 7aae3927fb24 [2020-07-31T20:14:31.066Z] [2020-07-31T20:14:31.341Z] Successfully built 7aae3927fb24 [2020-07-31T20:14:31.341Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-07-31T20:14:31.341Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-07-31T20:14:31.341Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:14:31.341Z] Removing intermediate container 4dc0a08a5125 [2020-07-31T20:14:31.341Z] ---> 3656b0548fca [2020-07-31T20:14:31.341Z] Step 19/21 : LABEL arch=arm64 [2020-07-31T20:14:31.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:14:31.619Z] ---> Running in 96379af92095 [2020-07-31T20:14:32.214Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-07-31T20:14:32.214Z] (2/33) Installing expat (2.2.9-r1) [2020-07-31T20:14:32.214Z] (3/33) Installing libffi (3.3-r2) [2020-07-31T20:14:32.214Z] (4/33) Installing gdbm (1.13-r1) [2020-07-31T20:14:32.214Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-07-31T20:14:32.490Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-07-31T20:14:32.490Z] (7/33) Installing python3 (3.8.5-r0) [2020-07-31T20:14:32.490Z] Removing intermediate container 96379af92095 [2020-07-31T20:14:32.490Z] ---> 04d75783a307 [2020-07-31T20:14:32.490Z] Step 20/21 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:14:34.472Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-07-31T20:14:34.472Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-07-31T20:14:34.472Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-07-31T20:14:34.472Z] (11/33) Installing py3-six (1.15.0-r0) [2020-07-31T20:14:34.472Z] (12/33) Installing py3-packaging (20.4-r0) [2020-07-31T20:14:34.472Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-07-31T20:14:34.472Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-07-31T20:14:34.472Z] (15/33) Installing py3-idna (2.9-r0) [2020-07-31T20:14:34.472Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-07-31T20:14:34.472Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-07-31T20:14:34.472Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-07-31T20:14:34.472Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-07-31T20:14:34.472Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-07-31T20:14:34.472Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-07-31T20:14:34.472Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-07-31T20:14:34.472Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-07-31T20:14:34.755Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-07-31T20:14:34.755Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-07-31T20:14:34.755Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-07-31T20:14:34.755Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-07-31T20:14:34.755Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-07-31T20:14:34.755Z] (29/33) Installing py3-progress (1.5-r0) [2020-07-31T20:14:34.755Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-07-31T20:14:34.755Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-07-31T20:14:34.755Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-07-31T20:14:34.755Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-07-31T20:14:35.037Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:14:35.037Z] OK: 71 MiB in 55 packages [2020-07-31T20:14:36.468Z] ---> Running in eb5cf1eb6918 [2020-07-31T20:14:36.741Z] Removing intermediate container eb5cf1eb6918 [2020-07-31T20:14:36.741Z] ---> 31b64e460071 [2020-07-31T20:14:36.741Z] Step 21/21 : LABEL version=1.2.2-dev.7 [2020-07-31T20:14:37.015Z] ---> Running in 445d892ad40f [2020-07-31T20:14:37.015Z] Removing intermediate container c54458232154 [2020-07-31T20:14:37.015Z] ---> c75dcd632409 [2020-07-31T20:14:37.015Z] Step 15/22 : RUN apk --no-cache add zeromq [2020-07-31T20:14:37.290Z] Removing intermediate container 7b6e777496fa [2020-07-31T20:14:37.290Z] ---> a14fb0e93b11 [2020-07-31T20:14:37.290Z] Step 5/26 : RUN apk update && apk add make git [2020-07-31T20:14:37.290Z] ---> Running in f5ec9241d647 [2020-07-31T20:14:37.584Z] ---> Running in 626ced79e043 [2020-07-31T20:14:38.187Z] Removing intermediate container 445d892ad40f [2020-07-31T20:14:38.187Z] ---> 2ad490d53c0e [2020-07-31T20:14:38.187Z] [2020-07-31T20:14:38.789Z] Successfully built 2ad490d53c0e [2020-07-31T20:14:38.789Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-07-31T20:14:38.789Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-07-31T20:14:40.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:14:40.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:14:40.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:14:40.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:14:41.815Z] (1/5) Installing libgcc (9.3.0-r2) [2020-07-31T20:14:41.815Z] (2/5) Installing libsodium (1.0.18-r0) [2020-07-31T20:14:41.815Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-07-31T20:14:42.093Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:14:42.094Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:14:42.094Z] OK: 12620 distinct packages available [2020-07-31T20:14:42.094Z] (4/5) Installing libzmq (4.3.2-r0) [2020-07-31T20:14:42.366Z] (5/5) Installing zeromq (4.3.2-r0) [2020-07-31T20:14:42.366Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:14:42.652Z] OK: 8 MiB in 19 packages [2020-07-31T20:14:42.930Z] OK: 217 MiB in 51 packages [2020-07-31T20:14:46.362Z] Removing intermediate container 668ae6bdbccb [2020-07-31T20:14:46.362Z] ---> c7ce08c0cf2b [2020-07-31T20:14:46.362Z] Step 21/26 : RUN pip install docker-compose==1.23.2 [2020-07-31T20:14:47.344Z] ---> Running in 8615393ed1d2 [2020-07-31T20:14:47.936Z] Removing intermediate container 626ced79e043 [2020-07-31T20:14:47.936Z] ---> 53a954bb817c [2020-07-31T20:14:47.936Z] Step 6/26 : COPY go.mod . [2020-07-31T20:14:48.209Z] Removing intermediate container f5ec9241d647 [2020-07-31T20:14:48.209Z] ---> eb32e2c429e8 [2020-07-31T20:14:48.209Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-07-31T20:14:49.659Z] ---> 358e9a306b6a [2020-07-31T20:14:49.659Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-07-31T20:14:49.659Z] ---> 0abf2b84b0b5 [2020-07-31T20:14:49.659Z] Step 7/26 : RUN go mod download [2020-07-31T20:14:49.942Z] ---> Running in 8e3bc9c98548 [2020-07-31T20:14:53.363Z] ---> e1e89ad7abb9 [2020-07-31T20:14:53.363Z] Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-07-31T20:14:53.973Z] Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:14:53.973Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:14:53.973Z] ---> 552952af4c4d [2020-07-31T20:14:53.973Z] Step 3/21 : WORKDIR /edgex-go [2020-07-31T20:14:53.973Z] ---> Using cache [2020-07-31T20:14:53.973Z] ---> 9a38e59d569c [2020-07-31T20:14:53.973Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:14:53.973Z] ---> Using cache [2020-07-31T20:14:53.973Z] ---> a14fb0e93b11 [2020-07-31T20:14:53.973Z] Step 5/21 : RUN apk update && apk add make git [2020-07-31T20:14:53.973Z] ---> Using cache [2020-07-31T20:14:53.973Z] ---> 53a954bb817c [2020-07-31T20:14:53.973Z] Step 6/21 : COPY go.mod . [2020-07-31T20:14:53.973Z] ---> Using cache [2020-07-31T20:14:53.973Z] ---> 0abf2b84b0b5 [2020-07-31T20:14:53.973Z] Step 7/21 : RUN go mod download [2020-07-31T20:14:54.566Z] ---> Running in 96e0048c5d3d [2020-07-31T20:14:54.839Z] ---> 4a93f5400ee0 [2020-07-31T20:14:54.839Z] Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:14:54.839Z] Collecting docker-compose==1.23.2 [2020-07-31T20:14:55.112Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-07-31T20:14:55.112Z] Removing intermediate container 8e3bc9c98548 [2020-07-31T20:14:55.112Z] ---> 660e4c715cb4 [2020-07-31T20:14:55.112Z] Step 8/26 : COPY . . [2020-07-31T20:14:55.710Z] ---> Running in 7b33b3fd6da8 [2020-07-31T20:14:55.710Z] 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-07-31T20:14:55.983Z] Collecting texttable<0.10,>=0.9.0 [2020-07-31T20:14:55.983Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-07-31T20:14:56.964Z] Removing intermediate container 7b33b3fd6da8 [2020-07-31T20:14:56.964Z] ---> 0a618e4b13f8 [2020-07-31T20:14:56.964Z] Step 20/22 : LABEL arch=arm64 [2020-07-31T20:14:57.951Z] ---> Running in 6fad18e030d5 [2020-07-31T20:14:58.925Z] Collecting docopt<0.7,>=0.6.1 [2020-07-31T20:14:58.925Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-07-31T20:14:59.519Z] Removing intermediate container 6fad18e030d5 [2020-07-31T20:14:59.519Z] ---> daa5c68507f3 [2020-07-31T20:14:59.519Z] Step 21/22 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:15:00.119Z] Removing intermediate container 96e0048c5d3d [2020-07-31T20:15:00.119Z] ---> e69ee59d4f75 [2020-07-31T20:15:00.119Z] Step 8/21 : COPY . . [2020-07-31T20:15:00.717Z] ---> Running in f58250eeb58f [2020-07-31T20:15:01.002Z] Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:15:01.002Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:15:01.002Z] ---> 552952af4c4d [2020-07-31T20:15:01.002Z] Step 3/23 : WORKDIR /edgex-go [2020-07-31T20:15:01.002Z] ---> Using cache [2020-07-31T20:15:01.002Z] ---> 9a38e59d569c [2020-07-31T20:15:01.002Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:15:01.002Z] ---> Using cache [2020-07-31T20:15:01.002Z] ---> a14fb0e93b11 [2020-07-31T20:15:01.002Z] Step 5/23 : RUN apk update && apk add make bash git ca-certificates [2020-07-31T20:15:01.597Z] Collecting jsonschema<3,>=2.5.1 [2020-07-31T20:15:01.871Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-07-31T20:15:03.312Z] ---> Running in 2e5543572243 [2020-07-31T20:15:03.589Z] Removing intermediate container f58250eeb58f [2020-07-31T20:15:03.589Z] ---> e4eb74ea7df0 [2020-07-31T20:15:03.589Z] Step 22/22 : LABEL version=1.2.2-dev.7 [2020-07-31T20:15:03.589Z] Collecting dockerpty<0.5,>=0.4.1 [2020-07-31T20:15:03.589Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-07-31T20:15:05.631Z] ---> Running in 110cef3bfc09 [2020-07-31T20:15:06.612Z] Removing intermediate container 110cef3bfc09 [2020-07-31T20:15:06.612Z] ---> 06a76af90c70 [2020-07-31T20:15:06.612Z] [2020-07-31T20:15:07.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:15:07.209Z] Successfully built 06a76af90c70 [2020-07-31T20:15:07.209Z] Successfully tagged docker-core-data-go-arm64:latest [2020-07-31T20:15:07.209Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-07-31T20:15:07.481Z] Collecting docker<4.0,>=3.6.0 [2020-07-31T20:15:07.481Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-07-31T20:15:09.456Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-07-31T20:15:09.456Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-07-31T20:15:10.054Z] Collecting websocket-client<1.0,>=0.32.0 [2020-07-31T20:15:10.054Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-07-31T20:15:11.034Z] Collecting cached-property<2,>=1.2.0 [2020-07-31T20:15:11.034Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-07-31T20:15:11.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:15:11.632Z] Collecting PyYAML<4,>=3.10 [2020-07-31T20:15:11.632Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-07-31T20:15:17.062Z] Collecting docker-pycreds>=0.4.0 [2020-07-31T20:15:17.063Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-07-31T20:15:17.063Z] ---> a54889b279aa [2020-07-31T20:15:17.063Z] 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-07-31T20:15:17.346Z] ---> 4cc19f4b1b09 [2020-07-31T20:15:17.346Z] Step 9/21 : RUN make cmd/core-command/core-command [2020-07-31T20:15:17.346Z] Collecting idna<2.8,>=2.5 [2020-07-31T20:15:17.346Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-07-31T20:15:17.623Z] ---> Running in c79314dcfc34 [2020-07-31T20:15:18.223Z] ---> Running in aae5badcc1a3 [2020-07-31T20:15:18.223Z] Collecting urllib3<1.25,>=1.21.1 [2020-07-31T20:15:18.501Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-07-31T20:15:18.779Z] 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-07-31T20:15:18.779Z] 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-07-31T20:15:18.779Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-07-31T20:15:18.779Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-07-31T20:15:18.779Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-07-31T20:15:18.779Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-07-31T20:15:19.058Z] v3.12.0-198-gae25a7e80e [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:15:19.058Z] v3.12.0-197-g6dfff0a61e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:15:19.058Z] OK: 12620 distinct packages available [2020-07-31T20:15:20.045Z] Installing collected packages: texttable, docopt, jsonschema, dockerpty, docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, PyYAML, docker-compose [2020-07-31T20:15:20.045Z] Running setup.py install for texttable: started [2020-07-31T20:15:20.045Z] OK: 217 MiB in 51 packages [2020-07-31T20:15:20.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-07-31T20:15:20.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/core-command/core-command ./cmd/core-command [2020-07-31T20:15:22.391Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:15:22.391Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:15:22.391Z] ---> 552952af4c4d [2020-07-31T20:15:22.391Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T20:15:22.391Z] ---> Using cache [2020-07-31T20:15:22.391Z] ---> 9a38e59d569c [2020-07-31T20:15:22.391Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:15:22.391Z] ---> Using cache [2020-07-31T20:15:22.391Z] ---> a14fb0e93b11 [2020-07-31T20:15:22.391Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T20:15:22.391Z] ---> Using cache [2020-07-31T20:15:22.391Z] ---> 53a954bb817c [2020-07-31T20:15:22.391Z] Step 6/20 : COPY go.mod . [2020-07-31T20:15:22.391Z] ---> Using cache [2020-07-31T20:15:22.391Z] ---> 0abf2b84b0b5 [2020-07-31T20:15:22.391Z] Step 7/20 : RUN go mod download [2020-07-31T20:15:22.391Z] ---> Using cache [2020-07-31T20:15:22.391Z] ---> e69ee59d4f75 [2020-07-31T20:15:22.391Z] Step 8/20 : COPY . . [2020-07-31T20:15:22.391Z] ---> Using cache [2020-07-31T20:15:22.391Z] ---> 4cc19f4b1b09 [2020-07-31T20:15:22.391Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-07-31T20:15:22.674Z] ---> Running in f9e9024256b8 [2020-07-31T20:15:22.674Z] Running setup.py install for texttable: finished with status 'done' [2020-07-31T20:15:22.674Z] Running setup.py install for docopt: started [2020-07-31T20:15:22.674Z] Removing intermediate container 2e5543572243 [2020-07-31T20:15:22.674Z] ---> 056d6a74b3ab [2020-07-31T20:15:22.674Z] Step 6/23 : COPY go.mod . [2020-07-31T20:15:24.129Z] ---> 362ade402fd4 [2020-07-31T20:15:24.129Z] Step 7/23 : RUN go mod download [2020-07-31T20:15:24.405Z] ---> Running in 7fa3e62cc29d [2020-07-31T20:15:25.391Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-07-31T20:15:25.994Z] Running setup.py install for docopt: finished with status 'done' [2020-07-31T20:15:26.270Z] Running setup.py install for dockerpty: started [2020-07-31T20:15:29.684Z] Running setup.py install for dockerpty: finished with status 'done' [2020-07-31T20:15:29.684Z] Removing intermediate container 7fa3e62cc29d [2020-07-31T20:15:29.684Z] ---> dfbb7aa461a6 [2020-07-31T20:15:29.684Z] Step 8/23 : COPY . . [2020-07-31T20:15:29.962Z] Attempting uninstall: idna [2020-07-31T20:15:29.962Z] Found existing installation: idna 2.9 [2020-07-31T20:15:29.962Z] Uninstalling idna-2.9: [2020-07-31T20:15:30.238Z] Successfully uninstalled idna-2.9 [2020-07-31T20:15:31.224Z] Attempting uninstall: urllib3 [2020-07-31T20:15:31.224Z] Found existing installation: urllib3 1.25.9 [2020-07-31T20:15:31.224Z] Uninstalling urllib3-1.25.9: [2020-07-31T20:15:31.500Z] Successfully uninstalled urllib3-1.25.9 [2020-07-31T20:15:32.480Z] Attempting uninstall: requests [2020-07-31T20:15:32.481Z] Found existing installation: requests 2.23.0 [2020-07-31T20:15:32.481Z] Uninstalling requests-2.23.0: [2020-07-31T20:15:32.754Z] Successfully uninstalled requests-2.23.0 [2020-07-31T20:15:34.733Z] Running setup.py install for PyYAML: started [2020-07-31T20:15:39.061Z] Running setup.py install for PyYAML: finished with status 'done' [2020-07-31T20:15:40.056Z] 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-07-31T20:15:48.387Z] ---> adfa981fa7db [2020-07-31T20:15:48.388Z] Step 9/23 : RUN make cmd/support-notifications/support-notifications [2020-07-31T20:15:48.388Z] ---> Running in d5e76c394828 [2020-07-31T20:15:49.828Z] Removing intermediate container 8615393ed1d2 [2020-07-31T20:15:49.828Z] ---> ef5b778ad565 [2020-07-31T20:15:49.828Z] Step 22/26 : RUN apk --no-cache add curl [2020-07-31T20:15:50.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-07-31T20:15:50.713Z] ---> Running in cbe3c930d9a0 [2020-07-31T20:15:53.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:15:53.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:15:54.219Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T20:15:54.219Z] (2/3) Installing libcurl (7.69.1-r0) [2020-07-31T20:15:54.219Z] (3/3) Installing curl (7.69.1-r0) [2020-07-31T20:15:54.219Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:15:54.497Z] OK: 71 MiB in 58 packages [2020-07-31T20:15:56.511Z] Removing intermediate container cbe3c930d9a0 [2020-07-31T20:15:56.511Z] ---> bbc94ce39e0a [2020-07-31T20:15:56.511Z] Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:15:57.101Z] ---> Running in baa1ff01737e [2020-07-31T20:15:57.698Z] Removing intermediate container baa1ff01737e [2020-07-31T20:15:57.698Z] ---> facff4f68043 [2020-07-31T20:15:57.698Z] Step 24/26 : LABEL arch=arm64 [2020-07-31T20:15:58.294Z] ---> Running in 1af8b4d3544c [2020-07-31T20:15:59.288Z] Removing intermediate container 1af8b4d3544c [2020-07-31T20:15:59.288Z] ---> e695ad77cbd9 [2020-07-31T20:15:59.288Z] Step 25/26 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:15:59.561Z] ---> Running in ff74c99de78c [2020-07-31T20:16:00.159Z] Removing intermediate container ff74c99de78c [2020-07-31T20:16:00.159Z] ---> f4dbf43fb04d [2020-07-31T20:16:00.159Z] Step 26/26 : LABEL version=1.2.2-dev.7 [2020-07-31T20:16:00.760Z] ---> Running in f7a26cc6efdc [2020-07-31T20:16:01.360Z] Removing intermediate container f7a26cc6efdc [2020-07-31T20:16:01.360Z] ---> 4602ccfe1180 [2020-07-31T20:16:01.360Z] [2020-07-31T20:16:01.633Z] Successfully built 4602ccfe1180 [2020-07-31T20:16:01.909Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-07-31T20:16:01.909Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go [2020-07-31T20:16:24.128Z] Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine [2020-07-31T20:16:24.128Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-07-31T20:16:24.128Z] ---> 552952af4c4d [2020-07-31T20:16:24.128Z] Step 3/20 : WORKDIR /edgex-go [2020-07-31T20:16:24.128Z] ---> Using cache [2020-07-31T20:16:24.128Z] ---> 9a38e59d569c [2020-07-31T20:16:24.128Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-31T20:16:24.128Z] ---> Using cache [2020-07-31T20:16:24.128Z] ---> a14fb0e93b11 [2020-07-31T20:16:24.128Z] Step 5/20 : RUN apk update && apk add make git [2020-07-31T20:16:24.128Z] ---> Using cache [2020-07-31T20:16:24.128Z] ---> 53a954bb817c [2020-07-31T20:16:24.128Z] Step 6/20 : COPY go.mod . [2020-07-31T20:16:24.128Z] ---> Using cache [2020-07-31T20:16:24.128Z] ---> 0abf2b84b0b5 [2020-07-31T20:16:24.128Z] Step 7/20 : RUN go mod download [2020-07-31T20:16:24.128Z] ---> Using cache [2020-07-31T20:16:24.128Z] ---> e69ee59d4f75 [2020-07-31T20:16:24.128Z] Step 8/20 : COPY . . [2020-07-31T20:16:24.128Z] ---> Using cache [2020-07-31T20:16:24.128Z] ---> 4cc19f4b1b09 [2020-07-31T20:16:24.128Z] Step 9/20 : RUN make cmd/support-scheduler/support-scheduler [2020-07-31T20:16:24.128Z] ---> Running in 90eb6cb27872 [2020-07-31T20:16:26.106Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-07-31T20:16:41.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-07-31T20:16:49.511Z] Removing intermediate container f9e9024256b8 [2020-07-31T20:16:49.511Z] ---> 258d1276cbf5 [2020-07-31T20:16:49.511Z] [2020-07-31T20:16:49.511Z] Step 10/20 : FROM alpine [2020-07-31T20:16:49.511Z] ---> 62ee0e9f8440 [2020-07-31T20:16:49.511Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-07-31T20:16:49.511Z] ---> Running in 5abf1bd4b2a5 [2020-07-31T20:16:52.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:16:52.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:16:53.783Z] v3.12.0-198-gae25a7e80e [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-07-31T20:16:53.783Z] v3.12.0-197-g6dfff0a61e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-07-31T20:16:53.783Z] OK: 12620 distinct packages available [2020-07-31T20:16:54.758Z] (1/4) Installing ca-certificates (20191127-r4) [2020-07-31T20:16:54.758Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-07-31T20:16:54.758Z] (3/4) Installing libcurl (7.69.1-r0) [2020-07-31T20:16:54.758Z] (4/4) Installing curl (7.69.1-r0) [2020-07-31T20:16:54.758Z] Executing busybox-1.31.1-r16.trigger [2020-07-31T20:16:55.031Z] Executing ca-certificates-20191127-r4.trigger [2020-07-31T20:16:55.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.7" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-07-31T20:16:55.306Z] OK: 7 MiB in 18 packages [2020-07-31T20:16:57.947Z] Removing intermediate container 5abf1bd4b2a5 [2020-07-31T20:16:57.947Z] ---> d8f7cbec7240 [2020-07-31T20:16:57.947Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T20:16:57.947Z] ---> Running in 2d923549036e [2020-07-31T20:16:58.560Z] Removing intermediate container 2d923549036e [2020-07-31T20:16:58.560Z] ---> f5210e0e9b82 [2020-07-31T20:16:58.560Z] Step 13/20 : WORKDIR /edgex [2020-07-31T20:16:58.837Z] ---> Running in b46477bab053 [2020-07-31T20:16:59.453Z] Removing intermediate container b46477bab053 [2020-07-31T20:16:59.453Z] ---> 575d1b33a2f5 [2020-07-31T20:16:59.453Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-07-31T20:17:00.444Z] ---> 462b15170ee6 [2020-07-31T20:17:00.444Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-07-31T20:17:02.436Z] ---> 65c90b74e9e1 [2020-07-31T20:17:02.436Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-07-31T20:17:02.716Z] ---> Running in 84f612e8a210 [2020-07-31T20:17:03.324Z] Removing intermediate container 84f612e8a210 [2020-07-31T20:17:03.324Z] ---> 2508fafe9052 [2020-07-31T20:17:03.324Z] Step 17/20 : CMD ["--init=true"] [2020-07-31T20:17:03.324Z] ---> Running in 5451ad81f1a1 [2020-07-31T20:17:04.317Z] Removing intermediate container 5451ad81f1a1 [2020-07-31T20:17:04.317Z] ---> 2585a5ecbf3d [2020-07-31T20:17:04.317Z] Step 18/20 : LABEL arch=arm64 [2020-07-31T20:17:04.317Z] ---> Running in 39c132034f9c [2020-07-31T20:17:04.923Z] Removing intermediate container 39c132034f9c [2020-07-31T20:17:04.923Z] ---> 04680cf2599c [2020-07-31T20:17:04.923Z] Step 19/20 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:17:05.204Z] ---> Running in 95e5c2bff52d [2020-07-31T20:17:05.812Z] Removing intermediate container 95e5c2bff52d [2020-07-31T20:17:05.812Z] ---> ffab4e493636 [2020-07-31T20:17:05.812Z] Step 20/20 : LABEL version=1.2.2-dev.7 [2020-07-31T20:17:06.090Z] ---> Running in 7230346ee131 [2020-07-31T20:17:07.079Z] Removing intermediate container 7230346ee131 [2020-07-31T20:17:07.079Z] ---> a253c3479e54 [2020-07-31T20:17:07.079Z] [2020-07-31T20:17:07.681Z] Successfully built a253c3479e54 [2020-07-31T20:17:07.681Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-07-31T20:17:09.415Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c79314dcfc34 [2020-07-31T20:17:09.415Z] ---> 7a0e9a680c5e [2020-07-31T20:17:09.415Z] [2020-07-31T20:17:09.415Z] Step 10/26 : FROM alpine:3.10 [2020-07-31T20:17:09.704Z] 3.10: Pulling from library/alpine [2020-07-31T20:17:11.709Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-07-31T20:17:11.709Z] Status: Downloaded newer image for alpine:3.10 [2020-07-31T20:17:11.709Z] ---> 536a684cf733 [2020-07-31T20:17:11.709Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-07-31T20:17:11.709Z] ---> Running in a12119875d6c [2020-07-31T20:17:15.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-07-31T20:17:15.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-07-31T20:17:16.019Z] Removing intermediate container aae5badcc1a3 [2020-07-31T20:17:16.019Z] ---> 9bfd2ede3860 [2020-07-31T20:17:16.019Z] [2020-07-31T20:17:16.019Z] Step 10/21 : FROM scratch [2020-07-31T20:17:16.019Z] ---> [2020-07-31T20:17:16.019Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T20:17:16.019Z] v3.10.5-62-gc8997fd43f [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-07-31T20:17:16.019Z] v3.10.5-58-g477aae6b2f [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-07-31T20:17:16.019Z] OK: 10167 distinct packages available [2020-07-31T20:17:16.019Z] ---> Using cache [2020-07-31T20:17:16.019Z] ---> 651806c45806 [2020-07-31T20:17:16.020Z] Step 12/21 : ENV APP_PORT=48082 [2020-07-31T20:17:16.296Z] ---> Running in a52d534bf96b [2020-07-31T20:17:16.581Z] (1/5) Installing ca-certificates (20191127-r2) [2020-07-31T20:17:16.859Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-07-31T20:17:16.859Z] (3/5) Installing libcurl (7.66.0-r0) [2020-07-31T20:17:16.859Z] (4/5) Installing curl (7.66.0-r0) [2020-07-31T20:17:16.859Z] Removing intermediate container a52d534bf96b [2020-07-31T20:17:16.859Z] ---> 7c9c278017df [2020-07-31T20:17:16.859Z] Step 13/21 : EXPOSE $APP_PORT [2020-07-31T20:17:16.859Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-07-31T20:17:16.859Z] Executing busybox-1.30.1-r3.trigger [2020-07-31T20:17:16.859Z] Executing ca-certificates-20191127-r2.trigger [2020-07-31T20:17:16.859Z] ---> Running in 772d5a767cc6 [2020-07-31T20:17:17.133Z] OK: 7 MiB in 19 packages [2020-07-31T20:17:17.739Z] Removing intermediate container 772d5a767cc6 [2020-07-31T20:17:17.739Z] ---> 3b82f152af5f [2020-07-31T20:17:17.739Z] Step 14/21 : WORKDIR / [2020-07-31T20:17:17.739Z] ---> Running in 3b5ac96e46f6 [2020-07-31T20:17:18.721Z] Removing intermediate container 3b5ac96e46f6 [2020-07-31T20:17:18.721Z] ---> 541ccf3832a7 [2020-07-31T20:17:18.721Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-07-31T20:17:20.170Z] Removing intermediate container a12119875d6c [2020-07-31T20:17:20.170Z] ---> 9a405d951c0a [2020-07-31T20:17:20.170Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-07-31T20:17:20.170Z] ---> 1e3477467604 [2020-07-31T20:17:20.170Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-07-31T20:17:20.170Z] ---> Running in 7a40f70cf2b2 [2020-07-31T20:17:21.157Z] Removing intermediate container 7a40f70cf2b2 [2020-07-31T20:17:21.157Z] ---> f4b802d2acdd [2020-07-31T20:17:21.157Z] Step 13/26 : WORKDIR / [2020-07-31T20:17:21.434Z] ---> Running in 559c97e33440 [2020-07-31T20:17:22.417Z] ---> a1df9b685f2e [2020-07-31T20:17:22.417Z] Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-07-31T20:17:22.417Z] Removing intermediate container 559c97e33440 [2020-07-31T20:17:22.417Z] ---> 468f72c15d43 [2020-07-31T20:17:22.417Z] 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-07-31T20:17:23.400Z] ---> 8cd531aa4101 [2020-07-31T20:17:23.400Z] Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:17:23.680Z] ---> Running in eccb5f818fe5 [2020-07-31T20:17:23.680Z] ---> 12a68532b3e3 [2020-07-31T20:17:23.680Z] 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-07-31T20:17:24.280Z] Removing intermediate container eccb5f818fe5 [2020-07-31T20:17:24.280Z] ---> 32f185e44b47 [2020-07-31T20:17:24.280Z] Step 19/21 : LABEL arch=arm64 [2020-07-31T20:17:24.551Z] ---> Running in 8e757c6ae354 [2020-07-31T20:17:24.832Z] ---> 768ca03169ab [2020-07-31T20:17:24.832Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-07-31T20:17:25.430Z] Removing intermediate container 8e757c6ae354 [2020-07-31T20:17:25.430Z] ---> fca9faa262f8 [2020-07-31T20:17:25.430Z] Step 20/21 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:17:25.430Z] ---> Running in 767a3b60026d [2020-07-31T20:17:26.026Z] ---> 33eeb7cf5906 [2020-07-31T20:17:26.026Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-07-31T20:17:26.299Z] Removing intermediate container 767a3b60026d [2020-07-31T20:17:26.299Z] ---> fb7dde0d14a2 [2020-07-31T20:17:26.299Z] Step 21/21 : LABEL version=1.2.2-dev.7 [2020-07-31T20:17:26.578Z] ---> Running in 9e76b1a6b322 [2020-07-31T20:17:27.182Z] ---> 2f9438f9e1d4 [2020-07-31T20:17:27.182Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-07-31T20:17:27.456Z] Removing intermediate container 9e76b1a6b322 [2020-07-31T20:17:27.456Z] ---> ecca4b7593ce [2020-07-31T20:17:27.456Z] [2020-07-31T20:17:28.055Z] Successfully built ecca4b7593ce [2020-07-31T20:17:28.055Z] Successfully tagged docker-core-command-go-arm64:latest [2020-07-31T20:17:29.036Z]  Building docker-core-command-go ... done  ---> 2fff54e7aa26 [2020-07-31T20:17:29.036Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-07-31T20:17:31.018Z] ---> 30b212be8b60 [2020-07-31T20:17:31.018Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-07-31T20:17:33.000Z] ---> 5db225bf986c [2020-07-31T20:17:33.000Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-07-31T20:17:34.985Z] ---> 2e471a767737 [2020-07-31T20:17:34.985Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-07-31T20:17:34.985Z] ---> Running in 7a62eb42a782 [2020-07-31T20:17:35.962Z] Removing intermediate container d5e76c394828 [2020-07-31T20:17:35.962Z] ---> d117004e1e4e [2020-07-31T20:17:35.962Z] [2020-07-31T20:17:35.962Z] Step 10/23 : FROM scratch [2020-07-31T20:17:35.962Z] ---> [2020-07-31T20:17:35.962Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-07-31T20:17:36.240Z] ---> Using cache [2020-07-31T20:17:36.240Z] ---> 264e4038d842 [2020-07-31T20:17:36.240Z] Step 12/23 : ENV APP_PORT=48060 [2020-07-31T20:17:36.240Z] ---> Running in 2ee2c761a685 [2020-07-31T20:17:36.829Z] Removing intermediate container 2ee2c761a685 [2020-07-31T20:17:36.829Z] ---> f52f52072cb0 [2020-07-31T20:17:36.829Z] Step 13/23 : EXPOSE $APP_PORT [2020-07-31T20:17:37.104Z] ---> Running in 1f04ccf3e15c [2020-07-31T20:17:37.693Z] Removing intermediate container 1f04ccf3e15c [2020-07-31T20:17:37.694Z] ---> 1ebc8b9392dc [2020-07-31T20:17:37.694Z] Step 14/23 : COPY --from=builder /bin/sh /bin/sh [2020-07-31T20:17:37.967Z] Removing intermediate container 7a62eb42a782 [2020-07-31T20:17:37.967Z] ---> 3596b30a9e00 [2020-07-31T20:17:37.967Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-07-31T20:17:38.240Z] ---> Running in 5a7f77afb60a [2020-07-31T20:17:38.511Z] ---> b7cad5bac6d9 [2020-07-31T20:17:38.511Z] Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-07-31T20:17:38.785Z] Removing intermediate container 5a7f77afb60a [2020-07-31T20:17:38.785Z] ---> c9e539fe81fe [2020-07-31T20:17:38.785Z] Step 24/26 : LABEL arch=arm64 [2020-07-31T20:17:39.059Z] ---> Running in bb8c99f0f2fd [2020-07-31T20:17:39.651Z] ---> aaa2b8ec6854 [2020-07-31T20:17:39.651Z] Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl [2020-07-31T20:17:39.651Z] Removing intermediate container bb8c99f0f2fd [2020-07-31T20:17:39.651Z] ---> f7dc04c3ed49 [2020-07-31T20:17:39.651Z] Step 25/26 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:17:39.651Z] ---> Running in 4af337645409 [2020-07-31T20:17:40.252Z] Removing intermediate container 4af337645409 [2020-07-31T20:17:40.252Z] ---> f8653af3a4e8 [2020-07-31T20:17:40.252Z] Step 26/26 : LABEL version=1.2.2-dev.7 [2020-07-31T20:17:40.528Z] ---> Running in aca813ffa778 [2020-07-31T20:17:41.123Z] ---> 9663e125bdf2 [2020-07-31T20:17:41.123Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-07-31T20:17:41.123Z] Removing intermediate container aca813ffa778 [2020-07-31T20:17:41.123Z] ---> a32cf2444294 [2020-07-31T20:17:41.123Z] [2020-07-31T20:17:41.717Z] Successfully built a32cf2444294 [2020-07-31T20:17:41.717Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-07-31T20:17:42.316Z]  Building docker-security-secretstore-setup-go ... done  ---> d32e3e297c53 [2020-07-31T20:17:42.316Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-07-31T20:17:43.742Z] ---> 6f2d9d3634cc [2020-07-31T20:17:43.742Z] Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-07-31T20:17:45.168Z] ---> 007f45c22e1a [2020-07-31T20:17:45.168Z] Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:17:45.168Z] ---> Running in 0b1420c5e9a1 [2020-07-31T20:17:45.443Z] Removing intermediate container 90eb6cb27872 [2020-07-31T20:17:45.443Z] ---> be5ddd1b1d15 [2020-07-31T20:17:45.443Z] [2020-07-31T20:17:45.443Z] Step 10/20 : FROM scratch [2020-07-31T20:17:45.443Z] ---> [2020-07-31T20:17:45.443Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-07-31T20:17:45.443Z] ---> Using cache [2020-07-31T20:17:45.443Z] ---> 651806c45806 [2020-07-31T20:17:45.443Z] Step 12/20 : ENV APP_PORT=48085 [2020-07-31T20:17:45.714Z] Removing intermediate container 0b1420c5e9a1 [2020-07-31T20:17:45.714Z] ---> 87e6ccb938f7 [2020-07-31T20:17:45.714Z] Step 21/23 : LABEL arch=arm64 [2020-07-31T20:17:45.714Z] ---> Running in 095920bd6f0e [2020-07-31T20:17:45.986Z] ---> Running in b6b990b95064 [2020-07-31T20:17:46.256Z] Removing intermediate container 095920bd6f0e [2020-07-31T20:17:46.256Z] ---> 228a0d2848bb [2020-07-31T20:17:46.256Z] Step 13/20 : EXPOSE $APP_PORT [2020-07-31T20:17:46.527Z] ---> Running in 50d3d120438a [2020-07-31T20:17:46.527Z] Removing intermediate container b6b990b95064 [2020-07-31T20:17:46.527Z] ---> 6ad0848b14f8 [2020-07-31T20:17:46.527Z] Step 22/23 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:17:46.798Z] ---> Running in 0a7cbba6ade4 [2020-07-31T20:17:46.798Z] Removing intermediate container 50d3d120438a [2020-07-31T20:17:46.798Z] ---> d795062b4a6b [2020-07-31T20:17:46.798Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-07-31T20:17:47.073Z] Removing intermediate container 0a7cbba6ade4 [2020-07-31T20:17:47.073Z] ---> 0b4f3fbadf40 [2020-07-31T20:17:47.073Z] Step 23/23 : LABEL version=1.2.2-dev.7 [2020-07-31T20:17:47.353Z] ---> Running in 7c9cc8395f3c [2020-07-31T20:17:47.624Z] ---> e1c4a27fb2d2 [2020-07-31T20:17:47.624Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-07-31T20:17:47.895Z] Removing intermediate container 7c9cc8395f3c [2020-07-31T20:17:47.895Z] ---> 9e144f9019a6 [2020-07-31T20:17:47.895Z] [2020-07-31T20:17:48.166Z] Successfully built 9e144f9019a6 [2020-07-31T20:17:48.166Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-07-31T20:17:49.139Z]  Building docker-support-notifications-go ... done  ---> 6f577e8d0a17 [2020-07-31T20:17:49.139Z] Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-07-31T20:17:49.729Z] ---> 55b801e88fae [2020-07-31T20:17:49.729Z] Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-31T20:17:50.000Z] ---> Running in d1ecba08605b [2020-07-31T20:17:50.271Z] Removing intermediate container d1ecba08605b [2020-07-31T20:17:50.271Z] ---> 5b5d50d9e05f [2020-07-31T20:17:50.271Z] Step 18/20 : LABEL arch=arm64 [2020-07-31T20:17:50.541Z] ---> Running in b41c826d799e [2020-07-31T20:17:50.813Z] Removing intermediate container b41c826d799e [2020-07-31T20:17:50.813Z] ---> f295f3644056 [2020-07-31T20:17:50.813Z] Step 19/20 : LABEL git_sha=b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:17:51.084Z] ---> Running in 4ef6474ca7cd [2020-07-31T20:17:51.677Z] Removing intermediate container 4ef6474ca7cd [2020-07-31T20:17:51.677Z] ---> f5bbaedeba29 [2020-07-31T20:17:51.677Z] Step 20/20 : LABEL version=1.2.2-dev.7 [2020-07-31T20:17:51.677Z] ---> Running in 339c191367e9 [2020-07-31T20:17:52.267Z] Removing intermediate container 339c191367e9 [2020-07-31T20:17:52.267Z] ---> 8842fa909d76 [2020-07-31T20:17:52.267Z] [2020-07-31T20:17:52.538Z] Successfully built 8842fa909d76 [2020-07-31T20:17:52.538Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-07-31T20:17:52.821Z]  Building docker-support-scheduler-go ... done  [Pipeline] } [2020-07-31T20:17:52.821Z] $ docker stop --time=1 b8673b8163cb2b9ad68452d0cecffdd09209cf16fa4c707e7ddcac78a930ebc5 [2020-07-31T20:17:54.785Z] $ docker rm -f b8673b8163cb2b9ad68452d0cecffdd09209cf16fa4c707e7ddcac78a930ebc5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:17:55.501Z] + grep docker [2020-07-31T20:17:55.501Z] + docker images [2020-07-31T20:17:55.772Z] docker-support-scheduler-go-arm64 latest 8842fa909d76 4 seconds ago 12.6MB [2020-07-31T20:17:55.772Z] docker-support-notifications-go-arm64 latest 9e144f9019a6 8 seconds ago 13.9MB [2020-07-31T20:17:55.772Z] docker-security-secretstore-setup-go-arm64 latest a32cf2444294 15 seconds ago 32.6MB [2020-07-31T20:17:55.772Z] docker-core-command-go-arm64 latest ecca4b7593ce 28 seconds ago 12.4MB [2020-07-31T20:17:55.772Z] docker-security-proxy-setup-go-arm64 latest a253c3479e54 49 seconds ago 15.8MB [2020-07-31T20:17:55.772Z] docker-sys-mgmt-agent-go-arm64 latest 4602ccfe1180 About a minute ago 266MB [2020-07-31T20:17:55.772Z] docker-core-data-go-arm64 latest 06a76af90c70 2 minutes ago 22.6MB [2020-07-31T20:17:55.772Z] docker-core-metadata-go-arm64 latest 2ad490d53c0e 3 minutes ago 13.8MB [2020-07-31T20:17:55.772Z] docker-security-secrets-setup-go-arm64 latest 7aae3927fb24 3 minutes ago 24.2MB [2020-07-31T20:17:55.772Z] docker-support-logging-go-arm64 latest dc9343ac9093 3 minutes ago 11.4MB [2020-07-31T20:17:55.772Z] docker latest ce9d55ae87f1 5 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-07-31T20:17:56.197Z] provisioning config files... [2020-07-31T20:17:56.240Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/119@tmp/config442298002686624330tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-31T20:17:56.622Z] nexus3.edgexfoundry.org:10001 [2020-07-31T20:17:56.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-31T20:17:57.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-31T20:17:57.161Z] Configure a credential helper to remove this warning. See [2020-07-31T20:17:57.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-31T20:17:57.161Z] [2020-07-31T20:17:57.161Z] Login Succeeded [2020-07-31T20:17:57.161Z] nexus3.edgexfoundry.org:10002 [2020-07-31T20:17:57.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-31T20:17:57.753Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-31T20:17:57.753Z] Configure a credential helper to remove this warning. See [2020-07-31T20:17:57.753Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-31T20:17:57.753Z] [2020-07-31T20:17:57.753Z] Login Succeeded [2020-07-31T20:17:57.753Z] nexus3.edgexfoundry.org:10003 [2020-07-31T20:17:58.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-31T20:17:58.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-31T20:17:58.343Z] Configure a credential helper to remove this warning. See [2020-07-31T20:17:58.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-31T20:17:58.343Z] [2020-07-31T20:17:58.343Z] Login Succeeded [2020-07-31T20:17:58.343Z] nexus3.edgexfoundry.org:10004 [2020-07-31T20:17:58.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-31T20:17:58.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-31T20:17:58.935Z] Configure a credential helper to remove this warning. See [2020-07-31T20:17:58.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-31T20:17:58.935Z] [2020-07-31T20:17:58.935Z] Login Succeeded [2020-07-31T20:17:58.935Z] docker.io [2020-07-31T20:17:59.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-31T20:17:59.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-31T20:17:59.792Z] Configure a credential helper to remove this warning. See [2020-07-31T20:17:59.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-31T20:17:59.792Z] [2020-07-31T20:17:59.792Z] Login Succeeded [Pipeline] } [2020-07-31T20:17:59.808Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:18:00.001Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-07-31T20:18:00.001Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:00.001Z] 1.2.2-dev.7 [2020-07-31T20:18:00.001Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:00.001Z] master [2020-07-31T20:18:00.001Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:00.493Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:00.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:00.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-07-31T20:18:00.842Z] 1784cd4b58eb: Preparing [2020-07-31T20:18:00.842Z] 2cfa534e1031: Preparing [2020-07-31T20:18:00.842Z] 91f999bb2bd3: Preparing [2020-07-31T20:18:01.111Z] 91f999bb2bd3: Pushed [2020-07-31T20:18:01.112Z] 1784cd4b58eb: Pushed [2020-07-31T20:18:03.710Z] 2cfa534e1031: Pushed [2020-07-31T20:18:03.979Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:f150450df9ba67d3e46c5fa33581e2e09d50bab1095f54cba04498474af7e0f5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:04.311Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:04.638Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:04.638Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-07-31T20:18:04.638Z] 1784cd4b58eb: Preparing [2020-07-31T20:18:04.638Z] 2cfa534e1031: Preparing [2020-07-31T20:18:04.638Z] 91f999bb2bd3: Preparing [2020-07-31T20:18:04.638Z] 2cfa534e1031: Layer already exists [2020-07-31T20:18:04.638Z] 91f999bb2bd3: Layer already exists [2020-07-31T20:18:04.638Z] 1784cd4b58eb: Layer already exists [2020-07-31T20:18:04.907Z] 1.2.2-dev.7: digest: sha256:f150450df9ba67d3e46c5fa33581e2e09d50bab1095f54cba04498474af7e0f5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:05.239Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:05.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:05.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-07-31T20:18:05.570Z] 1784cd4b58eb: Preparing [2020-07-31T20:18:05.570Z] 2cfa534e1031: Preparing [2020-07-31T20:18:05.570Z] 91f999bb2bd3: Preparing [2020-07-31T20:18:05.570Z] 2cfa534e1031: Layer already exists [2020-07-31T20:18:05.570Z] 91f999bb2bd3: Layer already exists [2020-07-31T20:18:05.570Z] 1784cd4b58eb: Layer already exists [2020-07-31T20:18:05.838Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:f150450df9ba67d3e46c5fa33581e2e09d50bab1095f54cba04498474af7e0f5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:06.171Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:06.500Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-07-31T20:18:06.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-07-31T20:18:06.500Z] 1784cd4b58eb: Preparing [2020-07-31T20:18:06.500Z] 2cfa534e1031: Preparing [2020-07-31T20:18:06.500Z] 91f999bb2bd3: Preparing [2020-07-31T20:18:06.500Z] 1784cd4b58eb: Layer already exists [2020-07-31T20:18:06.500Z] 91f999bb2bd3: Layer already exists [2020-07-31T20:18:06.501Z] 2cfa534e1031: Layer already exists [2020-07-31T20:18:06.770Z] master: digest: sha256:f150450df9ba67d3e46c5fa33581e2e09d50bab1095f54cba04498474af7e0f5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:18:06.967Z] ===================================================== [Pipeline] echo [2020-07-31T20:18:07.006Z] taggedImages: [2020-07-31T20:18:07.006Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:07.006Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:07.006Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:07.006Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-07-31T20:18:07.057Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-07-31T20:18:07.057Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:07.057Z] 1.2.2-dev.7 [2020-07-31T20:18:07.057Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:07.057Z] master [2020-07-31T20:18:07.057Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:07.554Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:07.883Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:07.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-07-31T20:18:07.883Z] d42b0ae03f98: Preparing [2020-07-31T20:18:07.883Z] 1623e9a13c96: Preparing [2020-07-31T20:18:07.883Z] b34c4f954cd2: Preparing [2020-07-31T20:18:07.883Z] ab321aa6c3a1: Preparing [2020-07-31T20:18:07.883Z] 89875b1e00ee: Preparing [2020-07-31T20:18:07.883Z] e2f13739ad41: Preparing [2020-07-31T20:18:07.883Z] e2f13739ad41: Waiting [2020-07-31T20:18:08.159Z] 89875b1e00ee: Pushed [2020-07-31T20:18:08.159Z] b34c4f954cd2: Pushed [2020-07-31T20:18:08.159Z] d42b0ae03f98: Pushed [2020-07-31T20:18:08.159Z] e2f13739ad41: Layer already exists [2020-07-31T20:18:08.746Z] ab321aa6c3a1: Pushed [2020-07-31T20:18:11.338Z] 1623e9a13c96: Pushed [2020-07-31T20:18:11.606Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:640ff68a8ac62d8688a015c110a8832823dc10ae55cb28d5791d5aec2abe97c7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:11.939Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:12.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:12.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-07-31T20:18:12.311Z] d42b0ae03f98: Preparing [2020-07-31T20:18:12.311Z] 1623e9a13c96: Preparing [2020-07-31T20:18:12.311Z] b34c4f954cd2: Preparing [2020-07-31T20:18:12.311Z] ab321aa6c3a1: Preparing [2020-07-31T20:18:12.311Z] 89875b1e00ee: Preparing [2020-07-31T20:18:12.311Z] e2f13739ad41: Preparing [2020-07-31T20:18:12.311Z] e2f13739ad41: Waiting [2020-07-31T20:18:12.589Z] d42b0ae03f98: Layer already exists [2020-07-31T20:18:12.589Z] b34c4f954cd2: Layer already exists [2020-07-31T20:18:12.589Z] ab321aa6c3a1: Layer already exists [2020-07-31T20:18:12.589Z] 89875b1e00ee: Layer already exists [2020-07-31T20:18:12.589Z] 1623e9a13c96: Layer already exists [2020-07-31T20:18:12.589Z] e2f13739ad41: Layer already exists [2020-07-31T20:18:12.589Z] 1.2.2-dev.7: digest: sha256:640ff68a8ac62d8688a015c110a8832823dc10ae55cb28d5791d5aec2abe97c7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:12.966Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:13.345Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:13.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-07-31T20:18:13.346Z] d42b0ae03f98: Preparing [2020-07-31T20:18:13.346Z] 1623e9a13c96: Preparing [2020-07-31T20:18:13.346Z] b34c4f954cd2: Preparing [2020-07-31T20:18:13.346Z] ab321aa6c3a1: Preparing [2020-07-31T20:18:13.346Z] 89875b1e00ee: Preparing [2020-07-31T20:18:13.346Z] e2f13739ad41: Preparing [2020-07-31T20:18:13.346Z] e2f13739ad41: Waiting [2020-07-31T20:18:13.620Z] 89875b1e00ee: Layer already exists [2020-07-31T20:18:13.620Z] d42b0ae03f98: Layer already exists [2020-07-31T20:18:13.620Z] b34c4f954cd2: Layer already exists [2020-07-31T20:18:13.620Z] 1623e9a13c96: Layer already exists [2020-07-31T20:18:13.620Z] ab321aa6c3a1: Layer already exists [2020-07-31T20:18:13.620Z] e2f13739ad41: Layer already exists [2020-07-31T20:18:13.620Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:640ff68a8ac62d8688a015c110a8832823dc10ae55cb28d5791d5aec2abe97c7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:13.971Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:14.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-07-31T20:18:14.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-07-31T20:18:14.317Z] d42b0ae03f98: Preparing [2020-07-31T20:18:14.317Z] 1623e9a13c96: Preparing [2020-07-31T20:18:14.317Z] b34c4f954cd2: Preparing [2020-07-31T20:18:14.317Z] ab321aa6c3a1: Preparing [2020-07-31T20:18:14.317Z] 89875b1e00ee: Preparing [2020-07-31T20:18:14.317Z] e2f13739ad41: Preparing [2020-07-31T20:18:14.317Z] e2f13739ad41: Waiting [2020-07-31T20:18:14.317Z] 1623e9a13c96: Layer already exists [2020-07-31T20:18:14.317Z] 89875b1e00ee: Layer already exists [2020-07-31T20:18:14.317Z] b34c4f954cd2: Layer already exists [2020-07-31T20:18:14.317Z] d42b0ae03f98: Layer already exists [2020-07-31T20:18:14.317Z] ab321aa6c3a1: Layer already exists [2020-07-31T20:18:14.592Z] e2f13739ad41: Layer already exists [2020-07-31T20:18:14.592Z] master: digest: sha256:640ff68a8ac62d8688a015c110a8832823dc10ae55cb28d5791d5aec2abe97c7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:18:14.759Z] ===================================================== [Pipeline] echo [2020-07-31T20:18:14.804Z] taggedImages: [2020-07-31T20:18:14.804Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:14.804Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:14.804Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:14.804Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-07-31T20:18:14.857Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-07-31T20:18:14.857Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:14.857Z] 1.2.2-dev.7 [2020-07-31T20:18:14.857Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:14.857Z] master [2020-07-31T20:18:14.857Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:15.390Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:15.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:15.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-07-31T20:18:15.734Z] 2c844c908deb: Preparing [2020-07-31T20:18:15.734Z] 998244052ae0: Preparing [2020-07-31T20:18:15.734Z] f12cf974c4ad: Preparing [2020-07-31T20:18:16.007Z] 2c844c908deb: Pushed [2020-07-31T20:18:16.007Z] f12cf974c4ad: Pushed [2020-07-31T20:18:19.366Z] 998244052ae0: Pushed [2020-07-31T20:18:19.366Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:0e90c8f6247ef4c51c44ed8a34eba7e8fed8b38f206682157b6caf88c9de79c5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:19.698Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:20.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:20.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-07-31T20:18:20.025Z] 2c844c908deb: Preparing [2020-07-31T20:18:20.025Z] 998244052ae0: Preparing [2020-07-31T20:18:20.025Z] f12cf974c4ad: Preparing [2020-07-31T20:18:20.025Z] f12cf974c4ad: Layer already exists [2020-07-31T20:18:20.025Z] 2c844c908deb: Layer already exists [2020-07-31T20:18:20.025Z] 998244052ae0: Layer already exists [2020-07-31T20:18:20.294Z] 1.2.2-dev.7: digest: sha256:0e90c8f6247ef4c51c44ed8a34eba7e8fed8b38f206682157b6caf88c9de79c5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:20.624Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:20.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:20.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-07-31T20:18:20.951Z] 2c844c908deb: Preparing [2020-07-31T20:18:20.951Z] 998244052ae0: Preparing [2020-07-31T20:18:20.951Z] f12cf974c4ad: Preparing [2020-07-31T20:18:20.951Z] f12cf974c4ad: Layer already exists [2020-07-31T20:18:20.951Z] 998244052ae0: Layer already exists [2020-07-31T20:18:20.951Z] 2c844c908deb: Layer already exists [2020-07-31T20:18:21.220Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:0e90c8f6247ef4c51c44ed8a34eba7e8fed8b38f206682157b6caf88c9de79c5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:21.551Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:21.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-07-31T20:18:21.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-07-31T20:18:21.880Z] 2c844c908deb: Preparing [2020-07-31T20:18:21.880Z] 998244052ae0: Preparing [2020-07-31T20:18:21.880Z] f12cf974c4ad: Preparing [2020-07-31T20:18:21.880Z] 998244052ae0: Layer already exists [2020-07-31T20:18:21.880Z] f12cf974c4ad: Layer already exists [2020-07-31T20:18:21.880Z] 2c844c908deb: Layer already exists [2020-07-31T20:18:22.151Z] master: digest: sha256:0e90c8f6247ef4c51c44ed8a34eba7e8fed8b38f206682157b6caf88c9de79c5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:18:22.349Z] ===================================================== [Pipeline] echo [2020-07-31T20:18:22.422Z] taggedImages: [2020-07-31T20:18:22.422Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:22.422Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:22.422Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:22.422Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-07-31T20:18:22.477Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-07-31T20:18:22.477Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:22.477Z] 1.2.2-dev.7 [2020-07-31T20:18:22.477Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:22.477Z] master [2020-07-31T20:18:22.477Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:22.974Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:23.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:23.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-07-31T20:18:23.302Z] 75ffc3d352e6: Preparing [2020-07-31T20:18:23.302Z] 3eab3f1d24bc: Preparing [2020-07-31T20:18:23.302Z] 1eeee715db8c: Preparing [2020-07-31T20:18:23.302Z] ce407132ac0c: Preparing [2020-07-31T20:18:23.302Z] e2f13739ad41: Preparing [2020-07-31T20:18:23.576Z] e2f13739ad41: Layer already exists [2020-07-31T20:18:23.576Z] 1eeee715db8c: Pushed [2020-07-31T20:18:23.576Z] 3eab3f1d24bc: Pushed [2020-07-31T20:18:23.844Z] ce407132ac0c: Pushed [2020-07-31T20:18:25.798Z] 75ffc3d352e6: Pushed [2020-07-31T20:18:25.798Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:c6004fc955200eec6ca0dec5c3ca7930fb12f98eab66764035ba7f1ef891635a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:26.127Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:26.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:26.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-07-31T20:18:26.452Z] 75ffc3d352e6: Preparing [2020-07-31T20:18:26.452Z] 3eab3f1d24bc: Preparing [2020-07-31T20:18:26.452Z] 1eeee715db8c: Preparing [2020-07-31T20:18:26.452Z] ce407132ac0c: Preparing [2020-07-31T20:18:26.452Z] e2f13739ad41: Preparing [2020-07-31T20:18:26.452Z] 1eeee715db8c: Layer already exists [2020-07-31T20:18:26.452Z] 75ffc3d352e6: Layer already exists [2020-07-31T20:18:26.452Z] 3eab3f1d24bc: Layer already exists [2020-07-31T20:18:26.452Z] e2f13739ad41: Layer already exists [2020-07-31T20:18:26.452Z] ce407132ac0c: Layer already exists [2020-07-31T20:18:26.720Z] 1.2.2-dev.7: digest: sha256:c6004fc955200eec6ca0dec5c3ca7930fb12f98eab66764035ba7f1ef891635a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:27.050Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:27.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:27.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-07-31T20:18:27.374Z] 75ffc3d352e6: Preparing [2020-07-31T20:18:27.374Z] 3eab3f1d24bc: Preparing [2020-07-31T20:18:27.374Z] 1eeee715db8c: Preparing [2020-07-31T20:18:27.374Z] ce407132ac0c: Preparing [2020-07-31T20:18:27.374Z] e2f13739ad41: Preparing [2020-07-31T20:18:27.374Z] 1eeee715db8c: Layer already exists [2020-07-31T20:18:27.374Z] ce407132ac0c: Layer already exists [2020-07-31T20:18:27.374Z] e2f13739ad41: Layer already exists [2020-07-31T20:18:27.374Z] 3eab3f1d24bc: Layer already exists [2020-07-31T20:18:27.374Z] 75ffc3d352e6: Layer already exists [2020-07-31T20:18:27.642Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:c6004fc955200eec6ca0dec5c3ca7930fb12f98eab66764035ba7f1ef891635a size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:27.970Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:28.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-07-31T20:18:28.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-07-31T20:18:28.296Z] 75ffc3d352e6: Preparing [2020-07-31T20:18:28.296Z] 3eab3f1d24bc: Preparing [2020-07-31T20:18:28.296Z] 1eeee715db8c: Preparing [2020-07-31T20:18:28.296Z] ce407132ac0c: Preparing [2020-07-31T20:18:28.296Z] e2f13739ad41: Preparing [2020-07-31T20:18:28.296Z] e2f13739ad41: Layer already exists [2020-07-31T20:18:28.296Z] ce407132ac0c: Layer already exists [2020-07-31T20:18:28.296Z] 3eab3f1d24bc: Layer already exists [2020-07-31T20:18:28.296Z] 1eeee715db8c: Layer already exists [2020-07-31T20:18:28.296Z] 75ffc3d352e6: Layer already exists [2020-07-31T20:18:28.563Z] master: digest: sha256:c6004fc955200eec6ca0dec5c3ca7930fb12f98eab66764035ba7f1ef891635a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:18:28.740Z] ===================================================== [Pipeline] echo [2020-07-31T20:18:28.780Z] taggedImages: [2020-07-31T20:18:28.780Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:28.780Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:28.780Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:28.780Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-07-31T20:18:28.848Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-07-31T20:18:28.848Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:28.848Z] 1.2.2-dev.7 [2020-07-31T20:18:28.848Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:28.848Z] master [2020-07-31T20:18:28.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:29.355Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:29.693Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:29.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-07-31T20:18:29.694Z] 58880426695b: Preparing [2020-07-31T20:18:29.694Z] 8e469616b443: Preparing [2020-07-31T20:18:29.694Z] 738306954a6b: Preparing [2020-07-31T20:18:29.694Z] 969fe812b420: Preparing [2020-07-31T20:18:29.694Z] 969fe812b420: Preparing [2020-07-31T20:18:29.694Z] d91e8f5efdc8: Preparing [2020-07-31T20:18:29.694Z] af412a7c4985: Preparing [2020-07-31T20:18:29.694Z] 6e0345cf962c: Preparing [2020-07-31T20:18:29.694Z] 58880426695b: Preparing [2020-07-31T20:18:29.694Z] dcaf5a59900a: Preparing [2020-07-31T20:18:29.694Z] b4098121b98d: Preparing [2020-07-31T20:18:29.694Z] f97e9307c0df: Preparing [2020-07-31T20:18:29.694Z] e2f13739ad41: Preparing [2020-07-31T20:18:29.694Z] af412a7c4985: Waiting [2020-07-31T20:18:29.694Z] b4098121b98d: Waiting [2020-07-31T20:18:29.694Z] f97e9307c0df: Waiting [2020-07-31T20:18:29.694Z] 6e0345cf962c: Waiting [2020-07-31T20:18:29.694Z] dcaf5a59900a: Waiting [2020-07-31T20:18:29.694Z] e2f13739ad41: Waiting [2020-07-31T20:18:29.963Z] 969fe812b420: Pushed [2020-07-31T20:18:29.963Z] d91e8f5efdc8: Pushed [2020-07-31T20:18:29.963Z] 738306954a6b: Pushed [2020-07-31T20:18:29.963Z] 8e469616b443: Pushed [2020-07-31T20:18:30.232Z] 6e0345cf962c: Pushed [2020-07-31T20:18:30.232Z] af412a7c4985: Pushed [2020-07-31T20:18:30.232Z] dcaf5a59900a: Pushed [2020-07-31T20:18:30.232Z] b4098121b98d: Pushed [2020-07-31T20:18:30.232Z] e2f13739ad41: Layer already exists [2020-07-31T20:18:30.503Z] f97e9307c0df: Pushed [2020-07-31T20:18:32.458Z] 58880426695b: Pushed [2020-07-31T20:18:32.458Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:30db6922abfc210730fa185cdc927c5b094b808eddcdeca17c5444d1ce87810b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:32.788Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:33.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:33.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-07-31T20:18:33.115Z] 58880426695b: Preparing [2020-07-31T20:18:33.115Z] 8e469616b443: Preparing [2020-07-31T20:18:33.115Z] 738306954a6b: Preparing [2020-07-31T20:18:33.115Z] 969fe812b420: Preparing [2020-07-31T20:18:33.115Z] 969fe812b420: Preparing [2020-07-31T20:18:33.115Z] d91e8f5efdc8: Preparing [2020-07-31T20:18:33.115Z] af412a7c4985: Preparing [2020-07-31T20:18:33.115Z] 6e0345cf962c: Preparing [2020-07-31T20:18:33.115Z] 58880426695b: Preparing [2020-07-31T20:18:33.115Z] dcaf5a59900a: Preparing [2020-07-31T20:18:33.115Z] b4098121b98d: Preparing [2020-07-31T20:18:33.115Z] f97e9307c0df: Preparing [2020-07-31T20:18:33.115Z] e2f13739ad41: Preparing [2020-07-31T20:18:33.115Z] af412a7c4985: Waiting [2020-07-31T20:18:33.115Z] 6e0345cf962c: Waiting [2020-07-31T20:18:33.115Z] f97e9307c0df: Waiting [2020-07-31T20:18:33.115Z] e2f13739ad41: Waiting [2020-07-31T20:18:33.115Z] b4098121b98d: Waiting [2020-07-31T20:18:33.115Z] dcaf5a59900a: Waiting [2020-07-31T20:18:33.115Z] 8e469616b443: Layer already exists [2020-07-31T20:18:33.115Z] 738306954a6b: Layer already exists [2020-07-31T20:18:33.115Z] 969fe812b420: Layer already exists [2020-07-31T20:18:33.115Z] 58880426695b: Layer already exists [2020-07-31T20:18:33.115Z] d91e8f5efdc8: Layer already exists [2020-07-31T20:18:33.384Z] af412a7c4985: Layer already exists [2020-07-31T20:18:33.384Z] dcaf5a59900a: Layer already exists [2020-07-31T20:18:33.384Z] 6e0345cf962c: Layer already exists [2020-07-31T20:18:33.384Z] f97e9307c0df: Layer already exists [2020-07-31T20:18:33.384Z] b4098121b98d: Layer already exists [2020-07-31T20:18:33.384Z] e2f13739ad41: Layer already exists [2020-07-31T20:18:33.384Z] 1.2.2-dev.7: digest: sha256:30db6922abfc210730fa185cdc927c5b094b808eddcdeca17c5444d1ce87810b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:33.712Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:34.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:34.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-07-31T20:18:34.043Z] 58880426695b: Preparing [2020-07-31T20:18:34.043Z] 8e469616b443: Preparing [2020-07-31T20:18:34.043Z] 738306954a6b: Preparing [2020-07-31T20:18:34.043Z] 969fe812b420: Preparing [2020-07-31T20:18:34.043Z] 969fe812b420: Preparing [2020-07-31T20:18:34.043Z] d91e8f5efdc8: Preparing [2020-07-31T20:18:34.043Z] af412a7c4985: Preparing [2020-07-31T20:18:34.043Z] 6e0345cf962c: Preparing [2020-07-31T20:18:34.043Z] 58880426695b: Preparing [2020-07-31T20:18:34.044Z] dcaf5a59900a: Preparing [2020-07-31T20:18:34.044Z] b4098121b98d: Preparing [2020-07-31T20:18:34.044Z] f97e9307c0df: Preparing [2020-07-31T20:18:34.044Z] e2f13739ad41: Preparing [2020-07-31T20:18:34.044Z] af412a7c4985: Waiting [2020-07-31T20:18:34.044Z] b4098121b98d: Waiting [2020-07-31T20:18:34.044Z] f97e9307c0df: Waiting [2020-07-31T20:18:34.044Z] e2f13739ad41: Waiting [2020-07-31T20:18:34.044Z] dcaf5a59900a: Waiting [2020-07-31T20:18:34.044Z] 6e0345cf962c: Waiting [2020-07-31T20:18:34.044Z] 58880426695b: Layer already exists [2020-07-31T20:18:34.044Z] 8e469616b443: Layer already exists [2020-07-31T20:18:34.044Z] 969fe812b420: Layer already exists [2020-07-31T20:18:34.044Z] 738306954a6b: Layer already exists [2020-07-31T20:18:34.044Z] d91e8f5efdc8: Layer already exists [2020-07-31T20:18:34.313Z] b4098121b98d: Layer already exists [2020-07-31T20:18:34.313Z] dcaf5a59900a: Layer already exists [2020-07-31T20:18:34.313Z] f97e9307c0df: Layer already exists [2020-07-31T20:18:34.313Z] af412a7c4985: Layer already exists [2020-07-31T20:18:34.313Z] 6e0345cf962c: Layer already exists [2020-07-31T20:18:34.313Z] e2f13739ad41: Layer already exists [2020-07-31T20:18:34.313Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:30db6922abfc210730fa185cdc927c5b094b808eddcdeca17c5444d1ce87810b size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:34.643Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:34.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-07-31T20:18:34.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-07-31T20:18:34.968Z] 58880426695b: Preparing [2020-07-31T20:18:34.968Z] 8e469616b443: Preparing [2020-07-31T20:18:34.968Z] 738306954a6b: Preparing [2020-07-31T20:18:34.968Z] 969fe812b420: Preparing [2020-07-31T20:18:34.968Z] 969fe812b420: Preparing [2020-07-31T20:18:34.968Z] d91e8f5efdc8: Preparing [2020-07-31T20:18:34.968Z] af412a7c4985: Preparing [2020-07-31T20:18:34.968Z] 6e0345cf962c: Preparing [2020-07-31T20:18:34.968Z] 58880426695b: Preparing [2020-07-31T20:18:34.968Z] dcaf5a59900a: Preparing [2020-07-31T20:18:34.968Z] b4098121b98d: Preparing [2020-07-31T20:18:34.968Z] f97e9307c0df: Preparing [2020-07-31T20:18:34.968Z] e2f13739ad41: Preparing [2020-07-31T20:18:34.968Z] af412a7c4985: Waiting [2020-07-31T20:18:34.968Z] 6e0345cf962c: Waiting [2020-07-31T20:18:34.968Z] dcaf5a59900a: Waiting [2020-07-31T20:18:34.968Z] b4098121b98d: Waiting [2020-07-31T20:18:34.968Z] e2f13739ad41: Waiting [2020-07-31T20:18:34.968Z] f97e9307c0df: Waiting [2020-07-31T20:18:34.968Z] 58880426695b: Layer already exists [2020-07-31T20:18:34.968Z] 969fe812b420: Layer already exists [2020-07-31T20:18:34.968Z] 738306954a6b: Layer already exists [2020-07-31T20:18:34.968Z] 8e469616b443: Layer already exists [2020-07-31T20:18:34.968Z] d91e8f5efdc8: Layer already exists [2020-07-31T20:18:35.236Z] b4098121b98d: Layer already exists [2020-07-31T20:18:35.236Z] 6e0345cf962c: Layer already exists [2020-07-31T20:18:35.236Z] af412a7c4985: Layer already exists [2020-07-31T20:18:35.236Z] dcaf5a59900a: Layer already exists [2020-07-31T20:18:35.236Z] f97e9307c0df: Layer already exists [2020-07-31T20:18:35.236Z] e2f13739ad41: Layer already exists [2020-07-31T20:18:35.236Z] master: digest: sha256:30db6922abfc210730fa185cdc927c5b094b808eddcdeca17c5444d1ce87810b size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:18:35.423Z] ===================================================== [Pipeline] echo [2020-07-31T20:18:35.466Z] taggedImages: [2020-07-31T20:18:35.466Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:35.466Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:35.466Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:35.466Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-07-31T20:18:35.540Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-07-31T20:18:35.540Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:35.540Z] 1.2.2-dev.7 [2020-07-31T20:18:35.541Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:35.541Z] master [2020-07-31T20:18:35.541Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:36.026Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:36.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:36.350Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-07-31T20:18:36.350Z] 98f4b651349e: Preparing [2020-07-31T20:18:36.350Z] 8bb68595d8a5: Preparing [2020-07-31T20:18:36.350Z] bd01c87d0c30: Preparing [2020-07-31T20:18:36.350Z] b6f047369af3: Preparing [2020-07-31T20:18:36.350Z] 0871730edb92: Preparing [2020-07-31T20:18:36.350Z] 6a4893770c20: Preparing [2020-07-31T20:18:36.350Z] 28aeb9c1ba8a: Preparing [2020-07-31T20:18:36.350Z] f45d3536b768: Preparing [2020-07-31T20:18:36.350Z] 3c386aa83e1d: Preparing [2020-07-31T20:18:36.350Z] 3ea8a34b1353: Preparing [2020-07-31T20:18:36.350Z] 66b385cf80cf: Preparing [2020-07-31T20:18:36.350Z] 6a4893770c20: Waiting [2020-07-31T20:18:36.350Z] 28aeb9c1ba8a: Waiting [2020-07-31T20:18:36.350Z] f45d3536b768: Waiting [2020-07-31T20:18:36.350Z] 3c386aa83e1d: Waiting [2020-07-31T20:18:36.350Z] 3ea8a34b1353: Waiting [2020-07-31T20:18:36.350Z] 66b385cf80cf: Waiting [2020-07-31T20:18:36.635Z] 8bb68595d8a5: Pushed [2020-07-31T20:18:36.635Z] 98f4b651349e: Pushed [2020-07-31T20:18:36.906Z] 28aeb9c1ba8a: Pushed [2020-07-31T20:18:36.906Z] 6a4893770c20: Pushed [2020-07-31T20:18:37.180Z] 3c386aa83e1d: Pushed [2020-07-31T20:18:37.180Z] f45d3536b768: Pushed [2020-07-31T20:18:37.451Z] 66b385cf80cf: Layer already exists [2020-07-31T20:18:37.725Z] 3ea8a34b1353: Pushed [2020-07-31T20:18:38.695Z] bd01c87d0c30: Pushed [2020-07-31T20:18:38.964Z] b6f047369af3: Pushed [2020-07-31T20:18:38.964Z] 0871730edb92: Pushed [2020-07-31T20:18:39.235Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:fc66ae06b8626d61d19cfee8c8cfefc4057457dcbd640abf7b6c0e0a33fa6c28 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:39.566Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:39.894Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:39.894Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-07-31T20:18:39.894Z] 98f4b651349e: Preparing [2020-07-31T20:18:39.894Z] 8bb68595d8a5: Preparing [2020-07-31T20:18:39.894Z] bd01c87d0c30: Preparing [2020-07-31T20:18:39.894Z] b6f047369af3: Preparing [2020-07-31T20:18:39.894Z] 0871730edb92: Preparing [2020-07-31T20:18:39.894Z] 6a4893770c20: Preparing [2020-07-31T20:18:39.894Z] 28aeb9c1ba8a: Preparing [2020-07-31T20:18:39.894Z] f45d3536b768: Preparing [2020-07-31T20:18:39.894Z] 3c386aa83e1d: Preparing [2020-07-31T20:18:39.894Z] 3ea8a34b1353: Preparing [2020-07-31T20:18:39.894Z] 66b385cf80cf: Preparing [2020-07-31T20:18:39.894Z] f45d3536b768: Waiting [2020-07-31T20:18:39.894Z] 3c386aa83e1d: Waiting [2020-07-31T20:18:39.894Z] 3ea8a34b1353: Waiting [2020-07-31T20:18:39.894Z] 6a4893770c20: Waiting [2020-07-31T20:18:39.894Z] 66b385cf80cf: Waiting [2020-07-31T20:18:39.894Z] 28aeb9c1ba8a: Waiting [2020-07-31T20:18:40.166Z] 98f4b651349e: Layer already exists [2020-07-31T20:18:40.166Z] 0871730edb92: Layer already exists [2020-07-31T20:18:40.166Z] bd01c87d0c30: Layer already exists [2020-07-31T20:18:40.166Z] b6f047369af3: Layer already exists [2020-07-31T20:18:40.166Z] 8bb68595d8a5: Layer already exists [2020-07-31T20:18:40.166Z] 6a4893770c20: Layer already exists [2020-07-31T20:18:40.166Z] 28aeb9c1ba8a: Layer already exists [2020-07-31T20:18:40.166Z] f45d3536b768: Layer already exists [2020-07-31T20:18:40.166Z] 3c386aa83e1d: Layer already exists [2020-07-31T20:18:40.166Z] 3ea8a34b1353: Layer already exists [2020-07-31T20:18:40.166Z] 66b385cf80cf: Layer already exists [2020-07-31T20:18:40.166Z] 1.2.2-dev.7: digest: sha256:fc66ae06b8626d61d19cfee8c8cfefc4057457dcbd640abf7b6c0e0a33fa6c28 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:40.499Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:40.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:40.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-07-31T20:18:40.840Z] 98f4b651349e: Preparing [2020-07-31T20:18:40.840Z] 8bb68595d8a5: Preparing [2020-07-31T20:18:40.840Z] bd01c87d0c30: Preparing [2020-07-31T20:18:40.840Z] b6f047369af3: Preparing [2020-07-31T20:18:40.840Z] 0871730edb92: Preparing [2020-07-31T20:18:40.840Z] 6a4893770c20: Preparing [2020-07-31T20:18:40.840Z] 28aeb9c1ba8a: Preparing [2020-07-31T20:18:40.840Z] f45d3536b768: Preparing [2020-07-31T20:18:40.840Z] 3c386aa83e1d: Preparing [2020-07-31T20:18:40.840Z] 3ea8a34b1353: Preparing [2020-07-31T20:18:40.840Z] 66b385cf80cf: Preparing [2020-07-31T20:18:40.840Z] f45d3536b768: Waiting [2020-07-31T20:18:40.840Z] 66b385cf80cf: Waiting [2020-07-31T20:18:40.840Z] 3c386aa83e1d: Waiting [2020-07-31T20:18:40.840Z] 3ea8a34b1353: Waiting [2020-07-31T20:18:40.840Z] 6a4893770c20: Waiting [2020-07-31T20:18:40.840Z] 28aeb9c1ba8a: Waiting [2020-07-31T20:18:40.840Z] 0871730edb92: Layer already exists [2020-07-31T20:18:40.840Z] bd01c87d0c30: Layer already exists [2020-07-31T20:18:40.840Z] 8bb68595d8a5: Layer already exists [2020-07-31T20:18:40.840Z] 98f4b651349e: Layer already exists [2020-07-31T20:18:40.840Z] b6f047369af3: Layer already exists [2020-07-31T20:18:40.840Z] f45d3536b768: Layer already exists [2020-07-31T20:18:40.840Z] 28aeb9c1ba8a: Layer already exists [2020-07-31T20:18:40.840Z] 6a4893770c20: Layer already exists [2020-07-31T20:18:40.840Z] 3ea8a34b1353: Layer already exists [2020-07-31T20:18:40.840Z] 3c386aa83e1d: Layer already exists [2020-07-31T20:18:41.106Z] 66b385cf80cf: Layer already exists [2020-07-31T20:18:41.106Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:fc66ae06b8626d61d19cfee8c8cfefc4057457dcbd640abf7b6c0e0a33fa6c28 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:41.435Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:41.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-07-31T20:18:41.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-07-31T20:18:41.761Z] 98f4b651349e: Preparing [2020-07-31T20:18:41.761Z] 8bb68595d8a5: Preparing [2020-07-31T20:18:41.761Z] bd01c87d0c30: Preparing [2020-07-31T20:18:41.761Z] b6f047369af3: Preparing [2020-07-31T20:18:41.761Z] 0871730edb92: Preparing [2020-07-31T20:18:41.761Z] 6a4893770c20: Preparing [2020-07-31T20:18:41.761Z] 28aeb9c1ba8a: Preparing [2020-07-31T20:18:41.761Z] f45d3536b768: Preparing [2020-07-31T20:18:41.761Z] 3c386aa83e1d: Preparing [2020-07-31T20:18:41.761Z] 3ea8a34b1353: Preparing [2020-07-31T20:18:41.761Z] 66b385cf80cf: Preparing [2020-07-31T20:18:41.761Z] f45d3536b768: Waiting [2020-07-31T20:18:41.761Z] 3c386aa83e1d: Waiting [2020-07-31T20:18:41.761Z] 3ea8a34b1353: Waiting [2020-07-31T20:18:41.761Z] 66b385cf80cf: Waiting [2020-07-31T20:18:41.761Z] 6a4893770c20: Waiting [2020-07-31T20:18:41.761Z] 28aeb9c1ba8a: Waiting [2020-07-31T20:18:42.031Z] b6f047369af3: Layer already exists [2020-07-31T20:18:42.031Z] 8bb68595d8a5: Layer already exists [2020-07-31T20:18:42.031Z] 0871730edb92: Layer already exists [2020-07-31T20:18:42.031Z] 98f4b651349e: Layer already exists [2020-07-31T20:18:42.031Z] bd01c87d0c30: Layer already exists [2020-07-31T20:18:42.031Z] 6a4893770c20: Layer already exists [2020-07-31T20:18:42.031Z] 3c386aa83e1d: Layer already exists [2020-07-31T20:18:42.031Z] 28aeb9c1ba8a: Layer already exists [2020-07-31T20:18:42.031Z] f45d3536b768: Layer already exists [2020-07-31T20:18:42.032Z] 3ea8a34b1353: Layer already exists [2020-07-31T20:18:42.032Z] 66b385cf80cf: Layer already exists [2020-07-31T20:18:42.032Z] master: digest: sha256:fc66ae06b8626d61d19cfee8c8cfefc4057457dcbd640abf7b6c0e0a33fa6c28 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:18:42.199Z] ===================================================== [Pipeline] echo [2020-07-31T20:18:42.241Z] taggedImages: [2020-07-31T20:18:42.241Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:42.241Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:42.241Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:42.241Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-07-31T20:18:42.298Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-07-31T20:18:42.298Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:42.298Z] 1.2.2-dev.7 [2020-07-31T20:18:42.298Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:42.298Z] master [2020-07-31T20:18:42.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:42.868Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:43.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:43.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-07-31T20:18:43.191Z] 48561b8aa5fd: Preparing [2020-07-31T20:18:43.191Z] 3374f7d379d7: Preparing [2020-07-31T20:18:43.191Z] 0c9e1c4a33ee: Preparing [2020-07-31T20:18:43.191Z] 6c10207b9a9b: Preparing [2020-07-31T20:18:43.459Z] 48561b8aa5fd: Pushed [2020-07-31T20:18:43.459Z] 0c9e1c4a33ee: Pushed [2020-07-31T20:18:43.730Z] 6c10207b9a9b: Pushed [2020-07-31T20:18:45.684Z] 3374f7d379d7: Pushed [2020-07-31T20:18:45.954Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:950991ba9031355a91536dc8b2a1ad89c48774aa9e258c9f9703a803163659df size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:46.286Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:46.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:46.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-07-31T20:18:46.623Z] 48561b8aa5fd: Preparing [2020-07-31T20:18:46.623Z] 3374f7d379d7: Preparing [2020-07-31T20:18:46.623Z] 0c9e1c4a33ee: Preparing [2020-07-31T20:18:46.623Z] 6c10207b9a9b: Preparing [2020-07-31T20:18:46.623Z] 6c10207b9a9b: Layer already exists [2020-07-31T20:18:46.623Z] 48561b8aa5fd: Layer already exists [2020-07-31T20:18:46.623Z] 3374f7d379d7: Layer already exists [2020-07-31T20:18:46.623Z] 0c9e1c4a33ee: Layer already exists [2020-07-31T20:18:46.892Z] 1.2.2-dev.7: digest: sha256:950991ba9031355a91536dc8b2a1ad89c48774aa9e258c9f9703a803163659df size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:47.223Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:47.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:47.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-07-31T20:18:47.554Z] 48561b8aa5fd: Preparing [2020-07-31T20:18:47.554Z] 3374f7d379d7: Preparing [2020-07-31T20:18:47.554Z] 0c9e1c4a33ee: Preparing [2020-07-31T20:18:47.554Z] 6c10207b9a9b: Preparing [2020-07-31T20:18:47.554Z] 3374f7d379d7: Layer already exists [2020-07-31T20:18:47.554Z] 6c10207b9a9b: Layer already exists [2020-07-31T20:18:47.554Z] 0c9e1c4a33ee: Layer already exists [2020-07-31T20:18:47.554Z] 48561b8aa5fd: Layer already exists [2020-07-31T20:18:47.824Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:950991ba9031355a91536dc8b2a1ad89c48774aa9e258c9f9703a803163659df size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:48.157Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:48.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-07-31T20:18:48.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-07-31T20:18:48.525Z] 48561b8aa5fd: Preparing [2020-07-31T20:18:48.525Z] 3374f7d379d7: Preparing [2020-07-31T20:18:48.525Z] 0c9e1c4a33ee: Preparing [2020-07-31T20:18:48.525Z] 6c10207b9a9b: Preparing [2020-07-31T20:18:48.525Z] 3374f7d379d7: Layer already exists [2020-07-31T20:18:48.525Z] 6c10207b9a9b: Layer already exists [2020-07-31T20:18:48.525Z] 0c9e1c4a33ee: Layer already exists [2020-07-31T20:18:48.525Z] 48561b8aa5fd: Layer already exists [2020-07-31T20:18:48.799Z] master: digest: sha256:950991ba9031355a91536dc8b2a1ad89c48774aa9e258c9f9703a803163659df size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:18:48.988Z] ===================================================== [Pipeline] echo [2020-07-31T20:18:49.034Z] taggedImages: [2020-07-31T20:18:49.034Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:49.034Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:49.034Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:49.034Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-07-31T20:18:49.089Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-07-31T20:18:49.089Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:49.089Z] 1.2.2-dev.7 [2020-07-31T20:18:49.089Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:49.089Z] master [2020-07-31T20:18:49.089Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:49.599Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:49.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:49.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-07-31T20:18:49.944Z] 12b981c25262: Preparing [2020-07-31T20:18:49.944Z] b3362b2b8432: Preparing [2020-07-31T20:18:49.944Z] 34b3a85a0a17: Preparing [2020-07-31T20:18:49.944Z] 079cc4b9c941: Preparing [2020-07-31T20:18:49.944Z] 3ad3d2e52029: Preparing [2020-07-31T20:18:49.944Z] 67137cd52f38: Preparing [2020-07-31T20:18:49.944Z] 67137cd52f38: Waiting [2020-07-31T20:18:50.277Z] 12b981c25262: Pushed [2020-07-31T20:18:50.277Z] 34b3a85a0a17: Pushed [2020-07-31T20:18:50.556Z] 3ad3d2e52029: Pushed [2020-07-31T20:18:50.556Z] 079cc4b9c941: Pushed [2020-07-31T20:18:50.556Z] 67137cd52f38: Pushed [2020-07-31T20:18:53.914Z] b3362b2b8432: Pushed [2020-07-31T20:18:53.914Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:27182af3151bb0e0bd40ca616cf6f6e16e720f41bb3b7ea378d84b7680957187 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:54.243Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:54.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:54.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-07-31T20:18:54.567Z] 12b981c25262: Preparing [2020-07-31T20:18:54.567Z] b3362b2b8432: Preparing [2020-07-31T20:18:54.567Z] 34b3a85a0a17: Preparing [2020-07-31T20:18:54.567Z] 079cc4b9c941: Preparing [2020-07-31T20:18:54.567Z] 3ad3d2e52029: Preparing [2020-07-31T20:18:54.567Z] 67137cd52f38: Preparing [2020-07-31T20:18:54.567Z] 67137cd52f38: Waiting [2020-07-31T20:18:54.567Z] 3ad3d2e52029: Layer already exists [2020-07-31T20:18:54.567Z] 12b981c25262: Layer already exists [2020-07-31T20:18:54.567Z] b3362b2b8432: Layer already exists [2020-07-31T20:18:54.836Z] 079cc4b9c941: Layer already exists [2020-07-31T20:18:54.836Z] 34b3a85a0a17: Layer already exists [2020-07-31T20:18:54.836Z] 67137cd52f38: Layer already exists [2020-07-31T20:18:54.836Z] 1.2.2-dev.7: digest: sha256:27182af3151bb0e0bd40ca616cf6f6e16e720f41bb3b7ea378d84b7680957187 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:55.166Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:55.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:55.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-07-31T20:18:55.490Z] 12b981c25262: Preparing [2020-07-31T20:18:55.490Z] b3362b2b8432: Preparing [2020-07-31T20:18:55.490Z] 34b3a85a0a17: Preparing [2020-07-31T20:18:55.490Z] 079cc4b9c941: Preparing [2020-07-31T20:18:55.490Z] 3ad3d2e52029: Preparing [2020-07-31T20:18:55.490Z] 67137cd52f38: Preparing [2020-07-31T20:18:55.490Z] 67137cd52f38: Waiting [2020-07-31T20:18:55.490Z] 12b981c25262: Layer already exists [2020-07-31T20:18:55.490Z] 079cc4b9c941: Layer already exists [2020-07-31T20:18:55.490Z] 34b3a85a0a17: Layer already exists [2020-07-31T20:18:55.490Z] b3362b2b8432: Layer already exists [2020-07-31T20:18:55.490Z] 3ad3d2e52029: Layer already exists [2020-07-31T20:18:55.759Z] 67137cd52f38: Layer already exists [2020-07-31T20:18:55.759Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:27182af3151bb0e0bd40ca616cf6f6e16e720f41bb3b7ea378d84b7680957187 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:56.088Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:56.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-07-31T20:18:56.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-07-31T20:18:56.412Z] 12b981c25262: Preparing [2020-07-31T20:18:56.412Z] b3362b2b8432: Preparing [2020-07-31T20:18:56.412Z] 34b3a85a0a17: Preparing [2020-07-31T20:18:56.412Z] 079cc4b9c941: Preparing [2020-07-31T20:18:56.412Z] 3ad3d2e52029: Preparing [2020-07-31T20:18:56.412Z] 67137cd52f38: Preparing [2020-07-31T20:18:56.412Z] 67137cd52f38: Waiting [2020-07-31T20:18:56.412Z] 3ad3d2e52029: Layer already exists [2020-07-31T20:18:56.412Z] 34b3a85a0a17: Layer already exists [2020-07-31T20:18:56.412Z] b3362b2b8432: Layer already exists [2020-07-31T20:18:56.691Z] 079cc4b9c941: Layer already exists [2020-07-31T20:18:56.691Z] 12b981c25262: Layer already exists [2020-07-31T20:18:56.691Z] 67137cd52f38: Layer already exists [2020-07-31T20:18:56.691Z] master: digest: sha256:27182af3151bb0e0bd40ca616cf6f6e16e720f41bb3b7ea378d84b7680957187 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:18:56.872Z] ===================================================== [Pipeline] echo [2020-07-31T20:18:56.910Z] taggedImages: [2020-07-31T20:18:56.910Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:56.910Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.7 [2020-07-31T20:18:56.910Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:56.910Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-07-31T20:18:56.962Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-07-31T20:18:56.962Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:56.962Z] 1.2.2-dev.7 [2020-07-31T20:18:56.962Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:18:56.962Z] master [2020-07-31T20:18:56.962Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:57.436Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:18:57.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:18:57.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-07-31T20:18:57.761Z] cd9ef3ac1ad1: Preparing [2020-07-31T20:18:57.761Z] d5771d524f54: Preparing [2020-07-31T20:18:57.761Z] bbccca39c486: Preparing [2020-07-31T20:18:58.034Z] bbccca39c486: Pushed [2020-07-31T20:18:58.035Z] cd9ef3ac1ad1: Pushed [2020-07-31T20:19:00.629Z] d5771d524f54: Pushed [2020-07-31T20:19:00.898Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:0e987f483ddca73d5e2d7f9a8b5dc45de5c9586aed0b28e5f9302047113af0db size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:01.228Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:01.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.7 [2020-07-31T20:19:01.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-07-31T20:19:01.553Z] cd9ef3ac1ad1: Preparing [2020-07-31T20:19:01.553Z] d5771d524f54: Preparing [2020-07-31T20:19:01.553Z] bbccca39c486: Preparing [2020-07-31T20:19:01.823Z] d5771d524f54: Layer already exists [2020-07-31T20:19:01.823Z] bbccca39c486: Layer already exists [2020-07-31T20:19:01.823Z] cd9ef3ac1ad1: Layer already exists [2020-07-31T20:19:01.823Z] 1.2.2-dev.7: digest: sha256:0e987f483ddca73d5e2d7f9a8b5dc45de5c9586aed0b28e5f9302047113af0db size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:02.151Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:02.476Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:19:02.476Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-07-31T20:19:02.476Z] cd9ef3ac1ad1: Preparing [2020-07-31T20:19:02.476Z] d5771d524f54: Preparing [2020-07-31T20:19:02.476Z] bbccca39c486: Preparing [2020-07-31T20:19:02.745Z] cd9ef3ac1ad1: Layer already exists [2020-07-31T20:19:02.745Z] d5771d524f54: Layer already exists [2020-07-31T20:19:02.745Z] bbccca39c486: Layer already exists [2020-07-31T20:19:02.745Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:0e987f483ddca73d5e2d7f9a8b5dc45de5c9586aed0b28e5f9302047113af0db size: 943 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:03.074Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:03.398Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-07-31T20:19:03.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-07-31T20:19:03.398Z] cd9ef3ac1ad1: Preparing [2020-07-31T20:19:03.398Z] d5771d524f54: Preparing [2020-07-31T20:19:03.398Z] bbccca39c486: Preparing [2020-07-31T20:19:03.398Z] d5771d524f54: Layer already exists [2020-07-31T20:19:03.398Z] bbccca39c486: Layer already exists [2020-07-31T20:19:03.398Z] cd9ef3ac1ad1: Layer already exists [2020-07-31T20:19:03.669Z] master: digest: sha256:0e987f483ddca73d5e2d7f9a8b5dc45de5c9586aed0b28e5f9302047113af0db size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:19:03.848Z] ===================================================== [Pipeline] echo [2020-07-31T20:19:03.919Z] taggedImages: [2020-07-31T20:19:03.919Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:19:03.919Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.7 [2020-07-31T20:19:03.919Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:19:03.919Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-07-31T20:19:03.974Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-07-31T20:19:03.975Z] b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:19:03.975Z] 1.2.2-dev.7 [2020-07-31T20:19:03.975Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:19:03.975Z] master [2020-07-31T20:19:03.975Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:04.460Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:04.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:19:04.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-07-31T20:19:04.785Z] aa8ab4d7d7f6: Preparing [2020-07-31T20:19:04.785Z] d4899375fac9: Preparing [2020-07-31T20:19:04.785Z] 8c42e9675d11: Preparing [2020-07-31T20:19:04.785Z] 2a5a1d5f8734: Preparing [2020-07-31T20:19:04.785Z] 8f6f9b64d843: Preparing [2020-07-31T20:19:04.785Z] 7d4a1d758acb: Preparing [2020-07-31T20:19:04.785Z] add8cfdcd834: Preparing [2020-07-31T20:19:04.785Z] dcafda8adff7: Preparing [2020-07-31T20:19:04.785Z] 48d9eb58abf3: Preparing [2020-07-31T20:19:04.785Z] e5de615b7841: Preparing [2020-07-31T20:19:04.785Z] b0d752909cf9: Preparing [2020-07-31T20:19:04.785Z] 94fdc660876c: Preparing [2020-07-31T20:19:04.785Z] 4e7279dfc0c0: Preparing [2020-07-31T20:19:04.785Z] e2f13739ad41: Preparing [2020-07-31T20:19:04.785Z] dcafda8adff7: Waiting [2020-07-31T20:19:04.785Z] 48d9eb58abf3: Waiting [2020-07-31T20:19:04.785Z] e5de615b7841: Waiting [2020-07-31T20:19:04.785Z] b0d752909cf9: Waiting [2020-07-31T20:19:04.785Z] 94fdc660876c: Waiting [2020-07-31T20:19:04.785Z] 4e7279dfc0c0: Waiting [2020-07-31T20:19:04.785Z] e2f13739ad41: Waiting [2020-07-31T20:19:04.785Z] 7d4a1d758acb: Waiting [2020-07-31T20:19:04.785Z] add8cfdcd834: Waiting [2020-07-31T20:19:05.375Z] 8f6f9b64d843: Pushed [2020-07-31T20:19:05.375Z] aa8ab4d7d7f6: Pushed [2020-07-31T20:19:05.967Z] 2a5a1d5f8734: Pushed [2020-07-31T20:19:05.967Z] dcafda8adff7: Layer already exists [2020-07-31T20:19:06.239Z] add8cfdcd834: Pushed [2020-07-31T20:19:06.239Z] 48d9eb58abf3: Layer already exists [2020-07-31T20:19:06.239Z] e5de615b7841: Layer already exists [2020-07-31T20:19:06.239Z] b0d752909cf9: Layer already exists [2020-07-31T20:19:06.239Z] 94fdc660876c: Layer already exists [2020-07-31T20:19:06.239Z] 4e7279dfc0c0: Layer already exists [2020-07-31T20:19:06.239Z] e2f13739ad41: Layer already exists [2020-07-31T20:19:06.832Z] d4899375fac9: Pushed [2020-07-31T20:19:08.258Z] 7d4a1d758acb: Pushed [2020-07-31T20:19:18.357Z] 8c42e9675d11: Pushed [2020-07-31T20:19:18.357Z] b6e84d11f041a086b232d8992a39ab0cabcfc086: digest: sha256:707cd30158d2b12f1a56d6d90421de0ce7c4e9b8badce4e64003229bf8c36688 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:18.703Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:19.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.7 [2020-07-31T20:19:19.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-07-31T20:19:19.029Z] aa8ab4d7d7f6: Preparing [2020-07-31T20:19:19.029Z] d4899375fac9: Preparing [2020-07-31T20:19:19.029Z] 8c42e9675d11: Preparing [2020-07-31T20:19:19.029Z] 2a5a1d5f8734: Preparing [2020-07-31T20:19:19.029Z] 8f6f9b64d843: Preparing [2020-07-31T20:19:19.029Z] 7d4a1d758acb: Preparing [2020-07-31T20:19:19.029Z] add8cfdcd834: Preparing [2020-07-31T20:19:19.029Z] dcafda8adff7: Preparing [2020-07-31T20:19:19.029Z] 48d9eb58abf3: Preparing [2020-07-31T20:19:19.029Z] e5de615b7841: Preparing [2020-07-31T20:19:19.029Z] b0d752909cf9: Preparing [2020-07-31T20:19:19.030Z] 94fdc660876c: Preparing [2020-07-31T20:19:19.030Z] 4e7279dfc0c0: Preparing [2020-07-31T20:19:19.030Z] e2f13739ad41: Preparing [2020-07-31T20:19:19.030Z] 48d9eb58abf3: Waiting [2020-07-31T20:19:19.030Z] 94fdc660876c: Waiting [2020-07-31T20:19:19.030Z] 4e7279dfc0c0: Waiting [2020-07-31T20:19:19.030Z] e2f13739ad41: Waiting [2020-07-31T20:19:19.030Z] e5de615b7841: Waiting [2020-07-31T20:19:19.030Z] b0d752909cf9: Waiting [2020-07-31T20:19:19.030Z] 7d4a1d758acb: Waiting [2020-07-31T20:19:19.030Z] dcafda8adff7: Waiting [2020-07-31T20:19:19.030Z] add8cfdcd834: Waiting [2020-07-31T20:19:19.030Z] 8c42e9675d11: Layer already exists [2020-07-31T20:19:19.030Z] aa8ab4d7d7f6: Layer already exists [2020-07-31T20:19:19.030Z] 2a5a1d5f8734: Layer already exists [2020-07-31T20:19:19.030Z] d4899375fac9: Layer already exists [2020-07-31T20:19:19.299Z] 8f6f9b64d843: Layer already exists [2020-07-31T20:19:19.299Z] 7d4a1d758acb: Layer already exists [2020-07-31T20:19:19.299Z] add8cfdcd834: Layer already exists [2020-07-31T20:19:19.299Z] 48d9eb58abf3: Layer already exists [2020-07-31T20:19:19.299Z] e5de615b7841: Layer already exists [2020-07-31T20:19:19.299Z] dcafda8adff7: Layer already exists [2020-07-31T20:19:19.299Z] e2f13739ad41: Layer already exists [2020-07-31T20:19:19.299Z] b0d752909cf9: Layer already exists [2020-07-31T20:19:19.299Z] 94fdc660876c: Layer already exists [2020-07-31T20:19:19.299Z] 4e7279dfc0c0: Layer already exists [2020-07-31T20:19:19.299Z] 1.2.2-dev.7: digest: sha256:707cd30158d2b12f1a56d6d90421de0ce7c4e9b8badce4e64003229bf8c36688 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:19.627Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:19.949Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:19:19.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-07-31T20:19:19.949Z] aa8ab4d7d7f6: Preparing [2020-07-31T20:19:19.949Z] d4899375fac9: Preparing [2020-07-31T20:19:19.949Z] 8c42e9675d11: Preparing [2020-07-31T20:19:19.949Z] 2a5a1d5f8734: Preparing [2020-07-31T20:19:19.949Z] 8f6f9b64d843: Preparing [2020-07-31T20:19:19.949Z] 7d4a1d758acb: Preparing [2020-07-31T20:19:19.949Z] add8cfdcd834: Preparing [2020-07-31T20:19:19.949Z] dcafda8adff7: Preparing [2020-07-31T20:19:19.949Z] 48d9eb58abf3: Preparing [2020-07-31T20:19:19.949Z] e5de615b7841: Preparing [2020-07-31T20:19:19.949Z] b0d752909cf9: Preparing [2020-07-31T20:19:19.949Z] 94fdc660876c: Preparing [2020-07-31T20:19:19.949Z] 4e7279dfc0c0: Preparing [2020-07-31T20:19:19.949Z] e2f13739ad41: Preparing [2020-07-31T20:19:19.949Z] 48d9eb58abf3: Waiting [2020-07-31T20:19:19.949Z] add8cfdcd834: Waiting [2020-07-31T20:19:19.949Z] e5de615b7841: Waiting [2020-07-31T20:19:19.949Z] b0d752909cf9: Waiting [2020-07-31T20:19:19.949Z] 94fdc660876c: Waiting [2020-07-31T20:19:19.949Z] 4e7279dfc0c0: Waiting [2020-07-31T20:19:19.949Z] 7d4a1d758acb: Waiting [2020-07-31T20:19:19.949Z] e2f13739ad41: Waiting [2020-07-31T20:19:19.949Z] dcafda8adff7: Waiting [2020-07-31T20:19:19.949Z] 2a5a1d5f8734: Layer already exists [2020-07-31T20:19:19.949Z] 8c42e9675d11: Layer already exists [2020-07-31T20:19:19.949Z] aa8ab4d7d7f6: Layer already exists [2020-07-31T20:19:20.218Z] d4899375fac9: Layer already exists [2020-07-31T20:19:20.218Z] 8f6f9b64d843: Layer already exists [2020-07-31T20:19:20.218Z] 7d4a1d758acb: Layer already exists [2020-07-31T20:19:20.218Z] dcafda8adff7: Layer already exists [2020-07-31T20:19:20.218Z] add8cfdcd834: Layer already exists [2020-07-31T20:19:20.218Z] e5de615b7841: Layer already exists [2020-07-31T20:19:20.218Z] 48d9eb58abf3: Layer already exists [2020-07-31T20:19:20.218Z] b0d752909cf9: Layer already exists [2020-07-31T20:19:20.218Z] 4e7279dfc0c0: Layer already exists [2020-07-31T20:19:20.218Z] 94fdc660876c: Layer already exists [2020-07-31T20:19:20.218Z] e2f13739ad41: Layer already exists [2020-07-31T20:19:20.218Z] b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7: digest: sha256:707cd30158d2b12f1a56d6d90421de0ce7c4e9b8badce4e64003229bf8c36688 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:20.546Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:20.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-07-31T20:19:20.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-07-31T20:19:20.874Z] aa8ab4d7d7f6: Preparing [2020-07-31T20:19:20.874Z] d4899375fac9: Preparing [2020-07-31T20:19:20.874Z] 8c42e9675d11: Preparing [2020-07-31T20:19:20.874Z] 2a5a1d5f8734: Preparing [2020-07-31T20:19:20.874Z] 8f6f9b64d843: Preparing [2020-07-31T20:19:20.874Z] 7d4a1d758acb: Preparing [2020-07-31T20:19:20.874Z] add8cfdcd834: Preparing [2020-07-31T20:19:20.874Z] dcafda8adff7: Preparing [2020-07-31T20:19:20.874Z] 48d9eb58abf3: Preparing [2020-07-31T20:19:20.874Z] e5de615b7841: Preparing [2020-07-31T20:19:20.874Z] b0d752909cf9: Preparing [2020-07-31T20:19:20.874Z] 94fdc660876c: Preparing [2020-07-31T20:19:20.874Z] 4e7279dfc0c0: Preparing [2020-07-31T20:19:20.874Z] e2f13739ad41: Preparing [2020-07-31T20:19:20.874Z] 7d4a1d758acb: Waiting [2020-07-31T20:19:20.874Z] add8cfdcd834: Waiting [2020-07-31T20:19:20.874Z] dcafda8adff7: Waiting [2020-07-31T20:19:20.874Z] 48d9eb58abf3: Waiting [2020-07-31T20:19:20.874Z] e5de615b7841: Waiting [2020-07-31T20:19:20.874Z] b0d752909cf9: Waiting [2020-07-31T20:19:20.874Z] 94fdc660876c: Waiting [2020-07-31T20:19:20.874Z] 4e7279dfc0c0: Waiting [2020-07-31T20:19:20.874Z] e2f13739ad41: Waiting [2020-07-31T20:19:20.874Z] aa8ab4d7d7f6: Layer already exists [2020-07-31T20:19:20.874Z] 8f6f9b64d843: Layer already exists [2020-07-31T20:19:20.874Z] 8c42e9675d11: Layer already exists [2020-07-31T20:19:20.874Z] 2a5a1d5f8734: Layer already exists [2020-07-31T20:19:20.874Z] d4899375fac9: Layer already exists [2020-07-31T20:19:21.143Z] dcafda8adff7: Layer already exists [2020-07-31T20:19:21.143Z] 7d4a1d758acb: Layer already exists [2020-07-31T20:19:21.143Z] add8cfdcd834: Layer already exists [2020-07-31T20:19:21.143Z] 48d9eb58abf3: Layer already exists [2020-07-31T20:19:21.143Z] e5de615b7841: Layer already exists [2020-07-31T20:19:21.143Z] b0d752909cf9: Layer already exists [2020-07-31T20:19:21.143Z] 94fdc660876c: Layer already exists [2020-07-31T20:19:21.143Z] e2f13739ad41: Layer already exists [2020-07-31T20:19:21.143Z] 4e7279dfc0c0: Layer already exists [2020-07-31T20:19:21.143Z] master: digest: sha256:707cd30158d2b12f1a56d6d90421de0ce7c4e9b8badce4e64003229bf8c36688 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-31T20:19:21.321Z] ===================================================== [Pipeline] echo [2020-07-31T20:19:21.357Z] taggedImages: [2020-07-31T20:19:21.357Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:19:21.357Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.7 [2020-07-31T20:19:21.357Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086-1.2.2-dev.7 [2020-07-31T20:19:21.357Z] - 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-07-31T20:19:22.539Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-31T20:19:22.540Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-31T20:19:22.625Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:22.960Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-31T20:19:23.219Z] [2020-07-31T20:19:23.219Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:23.577Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-31T20:19:23.577Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-31T20:19:23.577Z] cbdbe7a5bc2a: Already exists [2020-07-31T20:19:23.577Z] 408f87550127: Pulling fs layer [2020-07-31T20:19:23.577Z] fe522b08c979: Pulling fs layer [2020-07-31T20:19:23.577Z] 221eaa008020: Pulling fs layer [2020-07-31T20:19:23.577Z] 2a4607e5d6b9: Pulling fs layer [2020-07-31T20:19:23.577Z] 8f79b27c4fd2: Pulling fs layer [2020-07-31T20:19:23.577Z] e5c8dbe1645b: Pulling fs layer [2020-07-31T20:19:23.577Z] 23e8b3b47431: Pulling fs layer [2020-07-31T20:19:23.577Z] 5c568d65a230: Pulling fs layer [2020-07-31T20:19:23.577Z] 2a4607e5d6b9: Waiting [2020-07-31T20:19:23.577Z] 8f79b27c4fd2: Waiting [2020-07-31T20:19:23.577Z] e5c8dbe1645b: Waiting [2020-07-31T20:19:23.577Z] 23e8b3b47431: Waiting [2020-07-31T20:19:23.577Z] 5c568d65a230: Waiting [2020-07-31T20:19:23.577Z] 408f87550127: Verifying Checksum [2020-07-31T20:19:23.577Z] 408f87550127: Download complete [2020-07-31T20:19:23.577Z] fe522b08c979: Verifying Checksum [2020-07-31T20:19:23.577Z] fe522b08c979: Download complete [2020-07-31T20:19:23.577Z] 8f79b27c4fd2: Verifying Checksum [2020-07-31T20:19:23.577Z] 8f79b27c4fd2: Download complete [2020-07-31T20:19:23.577Z] 2a4607e5d6b9: Download complete [2020-07-31T20:19:24.162Z] 408f87550127: Pull complete [2020-07-31T20:19:24.163Z] e5c8dbe1645b: Verifying Checksum [2020-07-31T20:19:24.163Z] e5c8dbe1645b: Download complete [2020-07-31T20:19:24.163Z] fe522b08c979: Pull complete [2020-07-31T20:19:24.163Z] 23e8b3b47431: Verifying Checksum [2020-07-31T20:19:24.163Z] 23e8b3b47431: Download complete [2020-07-31T20:19:24.737Z] 5c568d65a230: Verifying Checksum [2020-07-31T20:19:24.737Z] 5c568d65a230: Download complete [2020-07-31T20:19:25.309Z] 221eaa008020: Verifying Checksum [2020-07-31T20:19:25.309Z] 221eaa008020: Download complete [2020-07-31T20:19:31.894Z] 221eaa008020: Pull complete [2020-07-31T20:19:31.894Z] 2a4607e5d6b9: Pull complete [2020-07-31T20:19:31.894Z] 8f79b27c4fd2: Pull complete [2020-07-31T20:19:35.198Z] e5c8dbe1645b: Pull complete [2020-07-31T20:19:40.506Z] 23e8b3b47431: Pull complete [2020-07-31T20:19:41.449Z] 5c568d65a230: Pull complete [2020-07-31T20:19:41.449Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-31T20:19:41.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-31T20:19:41.449Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-31T20:19:41.601Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:19:41.658Z] $ 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/119:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-31T20:19:42.653Z] $ docker top 3a371fc6a9abaf9303d7fcc9ff642e4088ad9e1ca50b14ff72a5c98388ffb50c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-31T20:19:43.189Z] + snyk monitor '--org=edgex-jenkins' [2020-07-31T20:19:55.476Z] [2020-07-31T20:19:55.476Z] Monitoring /w/workspace/edgex-go/119 (github.com/edgexfoundry/edgex-go)... [2020-07-31T20:19:55.476Z] [2020-07-31T20:19:55.476Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9c81fb24-6ae8-4c86-8224-bda59f24280d [2020-07-31T20:19:55.476Z] [2020-07-31T20:19:55.476Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-31T20:19:55.476Z] [2020-07-31T20:19:55.476Z] [2020-07-31T20:19:55.476Z] Snyk CLI supports Node.js 8 and higher. [2020-07-31T20:19:55.476Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-07-31T20:19:55.476Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-07-31T20:19:55.476Z] [2020-07-31T20:19:55.476Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-07-31T20:19:55.476Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-07-31T20:19:55.490Z] $ docker stop --time=1 3a371fc6a9abaf9303d7fcc9ff642e4088ad9e1ca50b14ff72a5c98388ffb50c [2020-07-31T20:19:58.108Z] $ docker rm -f 3a371fc6a9abaf9303d7fcc9ff642e4088ad9e1ca50b14ff72a5c98388ffb50c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:59.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:19:59.512Z] [2020-07-31T20:19:59.512Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:19:59.848Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:19:59.848Z] latest: Pulling from edgex-devops/edgex-klar [2020-07-31T20:19:59.848Z] e7c96db7181b: Pulling fs layer [2020-07-31T20:19:59.848Z] 1868ca2cb446: Pulling fs layer [2020-07-31T20:19:59.848Z] 136be5d0fe8e: Pulling fs layer [2020-07-31T20:19:59.848Z] 894bfe63afcb: Pulling fs layer [2020-07-31T20:19:59.848Z] 894bfe63afcb: Waiting [2020-07-31T20:19:59.848Z] 1868ca2cb446: Verifying Checksum [2020-07-31T20:19:59.848Z] 1868ca2cb446: Download complete [2020-07-31T20:19:59.848Z] 136be5d0fe8e: Download complete [2020-07-31T20:19:59.848Z] e7c96db7181b: Verifying Checksum [2020-07-31T20:19:59.848Z] e7c96db7181b: Download complete [2020-07-31T20:19:59.848Z] 894bfe63afcb: Verifying Checksum [2020-07-31T20:19:59.848Z] 894bfe63afcb: Download complete [2020-07-31T20:20:00.419Z] e7c96db7181b: Pull complete [2020-07-31T20:20:00.419Z] 1868ca2cb446: Pull complete [2020-07-31T20:20:00.679Z] 136be5d0fe8e: Pull complete [2020-07-31T20:20:00.939Z] 894bfe63afcb: Pull complete [2020-07-31T20:20:00.939Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-07-31T20:20:00.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:20:00.939Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-07-31T20:20:01.037Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:20:01.079Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:20:02.281Z] $ docker top 48d2de658e0ced6068bb344e4ffd2139676ce9ec53c2b4d6077790ccd556af29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:20:02.844Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:20:02.844Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:20:05.528Z] $ docker stop --time=1 48d2de658e0ced6068bb344e4ffd2139676ce9ec53c2b4d6077790ccd556af29 [2020-07-31T20:20:06.897Z] $ docker rm -f 48d2de658e0ced6068bb344e4ffd2139676ce9ec53c2b4d6077790ccd556af29 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:20:07.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:20:07.370Z] . [Pipeline] withDockerContainer [2020-07-31T20:20:07.477Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:20:07.518Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:20:08.179Z] $ docker top 1ec6fc2fc1ec2b4483afe8203b892aeb67a113db368fb8bf474fcc29432757ec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:20:08.674Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:20:08.674Z] + tee [2020-07-31T20:20:08.674Z] clair timeout 1m0s [2020-07-31T20:20:08.674Z] docker timeout: 1m0s [2020-07-31T20:20:08.674Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:20:09.328Z] $ docker stop --time=1 1ec6fc2fc1ec2b4483afe8203b892aeb67a113db368fb8bf474fcc29432757ec [2020-07-31T20:20:10.908Z] $ docker rm -f 1ec6fc2fc1ec2b4483afe8203b892aeb67a113db368fb8bf474fcc29432757ec [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:20:11.429Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:20:11.442Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-core-command-go_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:20:11.486Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:20:11.962Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:20:11.962Z] . [Pipeline] withDockerContainer [2020-07-31T20:20:12.072Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:20:12.111Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:20:12.723Z] $ docker top 430ab50e2c5351c63024942bc5b18d5f923f2c9f47f56c3c7e3affebdd80ade8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:20:13.219Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:20:13.219Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:20:18.621Z] $ docker stop --time=1 430ab50e2c5351c63024942bc5b18d5f923f2c9f47f56c3c7e3affebdd80ade8 [2020-07-31T20:20:20.003Z] $ docker rm -f 430ab50e2c5351c63024942bc5b18d5f923f2c9f47f56c3c7e3affebdd80ade8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:20:20.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:20:20.488Z] . [Pipeline] withDockerContainer [2020-07-31T20:20:20.581Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:20:20.616Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:20:21.386Z] $ docker top 5da0de79622cadec22f10ed4e9cb42f3e7c2db41204d41ef8aabb61005cbf310 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:20:21.946Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:20:21.946Z] + tee [2020-07-31T20:20:21.946Z] clair timeout 1m0s [2020-07-31T20:20:21.946Z] docker timeout: 1m0s [2020-07-31T20:20:21.946Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:20:22.981Z] $ docker stop --time=1 5da0de79622cadec22f10ed4e9cb42f3e7c2db41204d41ef8aabb61005cbf310 [2020-07-31T20:20:24.371Z] $ docker rm -f 5da0de79622cadec22f10ed4e9cb42f3e7c2db41204d41ef8aabb61005cbf310 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:20:24.845Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:20:24.858Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-core-data-go_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:20:24.925Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:20:25.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:20:25.267Z] . [Pipeline] withDockerContainer [2020-07-31T20:20:25.363Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:20:25.405Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:20:26.176Z] $ docker top 80610c4fbf2a41f496928068350b22c52489461fc295f268d30327b0a3b5e509 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:20:26.692Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:20:26.692Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:20:29.446Z] $ docker stop --time=1 80610c4fbf2a41f496928068350b22c52489461fc295f268d30327b0a3b5e509 [2020-07-31T20:20:30.800Z] $ docker rm -f 80610c4fbf2a41f496928068350b22c52489461fc295f268d30327b0a3b5e509 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:20:31.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:20:31.308Z] . [Pipeline] withDockerContainer [2020-07-31T20:20:31.404Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:20:31.444Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:20:32.069Z] $ docker top 390230e25938f0d35975c0fbb747d8cbb8f9148588a07b349230290d55dac06b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:20:32.630Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-core-metadata-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:20:32.630Z] [2020-07-31T20:20:32.630Z] clair timeout 1m0s [2020-07-31T20:20:32.630Z] docker timeout: 1m0s [2020-07-31T20:20:32.631Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:20:33.346Z] $ docker stop --time=1 390230e25938f0d35975c0fbb747d8cbb8f9148588a07b349230290d55dac06b [2020-07-31T20:20:34.700Z] $ docker rm -f 390230e25938f0d35975c0fbb747d8cbb8f9148588a07b349230290d55dac06b [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:20:35.151Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:20:35.164Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-core-metadata-go_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:20:35.208Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:20:35.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:20:35.544Z] . [Pipeline] withDockerContainer [2020-07-31T20:20:35.640Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:20:35.676Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:20:36.271Z] $ docker top 621f64d19037f141842d4666495ba482d061fe4736c74423789d7402a0fa94ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:20:36.787Z] + tee [2020-07-31T20:20:36.787Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:20:41.119Z] $ docker stop --time=1 621f64d19037f141842d4666495ba482d061fe4736c74423789d7402a0fa94ae [2020-07-31T20:20:42.462Z] $ docker rm -f 621f64d19037f141842d4666495ba482d061fe4736c74423789d7402a0fa94ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:20:42.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:20:42.913Z] . [Pipeline] withDockerContainer [2020-07-31T20:20:43.009Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:20:43.045Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:20:43.781Z] $ docker top 3b1a99f15c133145c106b7ed163ca614562c709d96c8e309f752cd8ed445d591 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:20:44.360Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:20:44.360Z] + tee [2020-07-31T20:20:44.360Z] clair timeout 1m0s [2020-07-31T20:20:44.360Z] docker timeout: 1m0s [2020-07-31T20:20:44.360Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:20:45.384Z] $ docker stop --time=1 3b1a99f15c133145c106b7ed163ca614562c709d96c8e309f752cd8ed445d591 [2020-07-31T20:20:46.819Z] $ docker rm -f 3b1a99f15c133145c106b7ed163ca614562c709d96c8e309f752cd8ed445d591 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:20:47.281Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:20:47.292Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-security-proxy-setup-go_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:20:47.334Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:20:47.661Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:20:47.661Z] . [Pipeline] withDockerContainer [2020-07-31T20:20:47.757Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:20:47.794Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:20:48.491Z] $ docker top 06d31a4ee631b888b9d666615512dec3dc01009553401f42cd96d9e8ddcf7ced -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:20:49.015Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:20:49.015Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:20:57.338Z] $ docker stop --time=1 06d31a4ee631b888b9d666615512dec3dc01009553401f42cd96d9e8ddcf7ced [2020-07-31T20:20:58.788Z] $ docker rm -f 06d31a4ee631b888b9d666615512dec3dc01009553401f42cd96d9e8ddcf7ced [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:20:59.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:20:59.250Z] . [Pipeline] withDockerContainer [2020-07-31T20:20:59.344Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:20:59.391Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:21:00.090Z] $ docker top 6e0b0d7870947bf9e2bfa308dcaac5c122520629c985f650283d28fe237d235d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:21:00.689Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:21:00.689Z] + tee [2020-07-31T20:21:00.689Z] clair timeout 1m0s [2020-07-31T20:21:00.689Z] docker timeout: 1m0s [2020-07-31T20:21:00.689Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:21:02.175Z] $ docker stop --time=1 6e0b0d7870947bf9e2bfa308dcaac5c122520629c985f650283d28fe237d235d [2020-07-31T20:21:03.561Z] $ docker rm -f 6e0b0d7870947bf9e2bfa308dcaac5c122520629c985f650283d28fe237d235d [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:21:04.022Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:21:04.034Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-security-secrets-setup-go_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:21:04.080Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:21:04.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:21:04.406Z] . [Pipeline] withDockerContainer [2020-07-31T20:21:04.499Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:21:04.534Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:21:05.176Z] $ docker top 58d1c27916783b6072050bd2a24b41db1f3dfdeb683951f15fd177fd17493fd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:21:05.689Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:21:05.690Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:21:14.052Z] $ docker stop --time=1 58d1c27916783b6072050bd2a24b41db1f3dfdeb683951f15fd177fd17493fd8 [2020-07-31T20:21:15.411Z] $ docker rm -f 58d1c27916783b6072050bd2a24b41db1f3dfdeb683951f15fd177fd17493fd8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:21:15.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:21:15.882Z] . [Pipeline] withDockerContainer [2020-07-31T20:21:15.973Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:21:16.009Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:21:16.706Z] $ docker top e7d8b785aa468a1fc1352926bff0072eddf4ae7a75632faf7f763cb579b39cb9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:21:17.212Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:21:17.212Z] + tee [2020-07-31T20:21:17.212Z] clair timeout 1m0s [2020-07-31T20:21:17.212Z] docker timeout: 1m0s [2020-07-31T20:21:17.212Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:21:18.711Z] $ docker stop --time=1 e7d8b785aa468a1fc1352926bff0072eddf4ae7a75632faf7f763cb579b39cb9 [2020-07-31T20:21:20.071Z] $ docker rm -f e7d8b785aa468a1fc1352926bff0072eddf4ae7a75632faf7f763cb579b39cb9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:21:20.546Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:21:20.558Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-security-secretstore-setup-go_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:21:20.613Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:21:20.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:21:20.959Z] . [Pipeline] withDockerContainer [2020-07-31T20:21:21.052Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:21:21.087Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:21:21.809Z] $ docker top bd06a433ebd877492af5bd08b45668fdc24d21ae71ca0041b31f7e155aa8fa2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:21:22.331Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:21:22.331Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:21:25.756Z] $ docker stop --time=1 bd06a433ebd877492af5bd08b45668fdc24d21ae71ca0041b31f7e155aa8fa2b [2020-07-31T20:21:27.115Z] $ docker rm -f bd06a433ebd877492af5bd08b45668fdc24d21ae71ca0041b31f7e155aa8fa2b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:21:27.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:21:27.567Z] . [Pipeline] withDockerContainer [2020-07-31T20:21:27.660Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:21:27.700Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:21:28.332Z] $ docker top 8ec47f1c3dc812b492c2a2bc06347a391997bcdc6f78a24d95283efc6810fc7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:21:28.860Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:21:28.860Z] + tee [2020-07-31T20:21:28.860Z] clair timeout 1m0s [2020-07-31T20:21:28.860Z] docker timeout: 1m0s [2020-07-31T20:21:28.860Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:21:29.539Z] $ docker stop --time=1 8ec47f1c3dc812b492c2a2bc06347a391997bcdc6f78a24d95283efc6810fc7c [2020-07-31T20:21:30.885Z] $ docker rm -f 8ec47f1c3dc812b492c2a2bc06347a391997bcdc6f78a24d95283efc6810fc7c [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:21:31.329Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:21:31.340Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-support-logging-go_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:21:31.450Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:21:31.773Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:21:31.773Z] . [Pipeline] withDockerContainer [2020-07-31T20:21:31.861Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:21:31.946Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:21:32.601Z] $ docker top e3704a30dcb7aa6c46868155fa146f2300e6e6e33a284f6a6d8ff6db03b6aae2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:21:33.129Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b6e84d11f041a086b232d8992a39ab0cabcfc086tee [2020-07-31T20:21:33.129Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:21:38.563Z] $ docker stop --time=1 e3704a30dcb7aa6c46868155fa146f2300e6e6e33a284f6a6d8ff6db03b6aae2 [2020-07-31T20:21:39.990Z] $ docker rm -f e3704a30dcb7aa6c46868155fa146f2300e6e6e33a284f6a6d8ff6db03b6aae2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:21:40.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:21:40.488Z] . [Pipeline] withDockerContainer [2020-07-31T20:21:40.582Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:21:40.614Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:21:41.318Z] $ docker top 3d45062be2e26505d1915dfd0a9258804b95dfaa2572db44380deb6e0fa52091 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:21:41.834Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:21:41.834Z] + tee [2020-07-31T20:21:41.834Z] clair timeout 1m0s [2020-07-31T20:21:41.834Z] docker timeout: 1m0s [2020-07-31T20:21:41.834Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:21:42.854Z] $ docker stop --time=1 3d45062be2e26505d1915dfd0a9258804b95dfaa2572db44380deb6e0fa52091 [2020-07-31T20:21:44.210Z] $ docker rm -f 3d45062be2e26505d1915dfd0a9258804b95dfaa2572db44380deb6e0fa52091 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:21:44.663Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:21:44.675Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-support-notifications-go_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:21:44.717Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:21:45.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:21:45.047Z] . [Pipeline] withDockerContainer [2020-07-31T20:21:45.148Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:21:45.204Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:21:46.047Z] $ docker top cc75287b858a2a9f637b2260fe6e66294045137be26d33d05b34227b31bc09af -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:21:46.566Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:21:46.566Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:21:49.243Z] $ docker stop --time=1 cc75287b858a2a9f637b2260fe6e66294045137be26d33d05b34227b31bc09af [2020-07-31T20:21:50.602Z] $ docker rm -f cc75287b858a2a9f637b2260fe6e66294045137be26d33d05b34227b31bc09af [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:21:51.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:21:51.096Z] . [Pipeline] withDockerContainer [2020-07-31T20:21:51.189Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:21:51.226Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:21:51.871Z] $ docker top 5fdedb4cf098ee7b571e184408308fb13d24ada4a2f0846f55ab88474e725b63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:21:52.384Z] + tee [2020-07-31T20:21:52.384Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:21:52.384Z] clair timeout 1m0s [2020-07-31T20:21:52.384Z] docker timeout: 1m0s [2020-07-31T20:21:52.384Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:21:53.061Z] $ docker stop --time=1 5fdedb4cf098ee7b571e184408308fb13d24ada4a2f0846f55ab88474e725b63 [2020-07-31T20:21:54.460Z] $ docker rm -f 5fdedb4cf098ee7b571e184408308fb13d24ada4a2f0846f55ab88474e725b63 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:21:54.936Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:21:54.949Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-support-scheduler-go_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:21:54.992Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:21:55.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:21:55.316Z] . [Pipeline] withDockerContainer [2020-07-31T20:21:55.408Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:21:55.442Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:21:56.209Z] $ docker top 49e12938c352b568ff3fab143641b9b119bce457201aa15e02273ea7496b6fc9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:21:56.729Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:21:56.729Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:22:11.850Z] $ docker stop --time=1 49e12938c352b568ff3fab143641b9b119bce457201aa15e02273ea7496b6fc9 [2020-07-31T20:22:13.251Z] $ docker rm -f 49e12938c352b568ff3fab143641b9b119bce457201aa15e02273ea7496b6fc9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:22:13.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:22:13.709Z] . [Pipeline] withDockerContainer [2020-07-31T20:22:13.799Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:22:13.834Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:22:14.456Z] $ docker top 0da8402bfa646a29d9151c7a927c015c207a452b4bf56ecf8364f3a81aa0a810 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:22:15.008Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:22:15.008Z] + tee [2020-07-31T20:22:15.008Z] clair timeout 1m0s [2020-07-31T20:22:15.008Z] docker timeout: 1m0s [2020-07-31T20:22:15.008Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:22:16.475Z] $ docker stop --time=1 0da8402bfa646a29d9151c7a927c015c207a452b4bf56ecf8364f3a81aa0a810 [2020-07-31T20:22:17.831Z] $ docker rm -f 0da8402bfa646a29d9151c7a927c015c207a452b4bf56ecf8364f3a81aa0a810 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:22:18.317Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:22:18.330Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-sys-mgmt-agent-go_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:22:18.378Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:22:18.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:22:18.713Z] . [Pipeline] withDockerContainer [2020-07-31T20:22:18.808Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:22:18.842Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:22:19.463Z] $ docker top 2cb67376fa650dc29c458e71913a132a70a46262cfcbe667249e40fa2b76bd17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:22:19.963Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:22:19.963Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:22:22.760Z] $ docker stop --time=1 2cb67376fa650dc29c458e71913a132a70a46262cfcbe667249e40fa2b76bd17 [2020-07-31T20:22:24.111Z] $ docker rm -f 2cb67376fa650dc29c458e71913a132a70a46262cfcbe667249e40fa2b76bd17 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:22:24.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:22:24.575Z] . [Pipeline] withDockerContainer [2020-07-31T20:22:24.678Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:22:24.714Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:22:25.424Z] $ docker top 187679286e1a2c7e3ffce63e1395cb308b9afc8d5c20b2655d4ea8d6d2c200be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:22:25.957Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:22:25.957Z] + tee [2020-07-31T20:22:25.957Z] clair timeout 1m0s [2020-07-31T20:22:25.957Z] docker timeout: 1m0s [2020-07-31T20:22:25.957Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:22:26.620Z] $ docker stop --time=1 187679286e1a2c7e3ffce63e1395cb308b9afc8d5c20b2655d4ea8d6d2c200be [2020-07-31T20:22:27.987Z] $ docker rm -f 187679286e1a2c7e3ffce63e1395cb308b9afc8d5c20b2655d4ea8d6d2c200be [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:22:28.455Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:22:28.466Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-core-command-go-arm64_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:22:28.512Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:22:28.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:22:28.838Z] . [Pipeline] withDockerContainer [2020-07-31T20:22:28.931Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:22:28.966Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:22:29.663Z] $ docker top 6d0929c1a02c45d6abd96a0779f4ead53e9cfd4864156fe613c9ed6f55e2e599 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:22:30.190Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:22:30.191Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:23:02.510Z] $ docker stop --time=1 6d0929c1a02c45d6abd96a0779f4ead53e9cfd4864156fe613c9ed6f55e2e599 [2020-07-31T20:23:03.896Z] $ docker rm -f 6d0929c1a02c45d6abd96a0779f4ead53e9cfd4864156fe613c9ed6f55e2e599 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:23:04.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:23:04.375Z] . [Pipeline] withDockerContainer [2020-07-31T20:23:04.470Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:23:04.506Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:23:05.155Z] $ docker top 335b424e713d9b6eb7d8b320c1722da25869c387d7378fcbdcf79f269411abcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:23:05.686Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:23:05.686Z] + tee [2020-07-31T20:23:05.686Z] clair timeout 1m0s [2020-07-31T20:23:05.686Z] docker timeout: 1m0s [2020-07-31T20:23:05.686Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:23:06.706Z] $ docker stop --time=1 335b424e713d9b6eb7d8b320c1722da25869c387d7378fcbdcf79f269411abcb [2020-07-31T20:23:08.097Z] $ docker rm -f 335b424e713d9b6eb7d8b320c1722da25869c387d7378fcbdcf79f269411abcb [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:23:08.557Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:23:08.568Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-core-data-go-arm64_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:23:08.613Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:23:08.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:23:08.934Z] . [Pipeline] withDockerContainer [2020-07-31T20:23:09.027Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:23:09.208Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:23:09.912Z] $ docker top 12f37685980d423e7a485521d958ebace3bfecd8c7926aae5e4598c97f51b327 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:23:10.463Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:23:10.464Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:23:13.131Z] $ docker stop --time=1 12f37685980d423e7a485521d958ebace3bfecd8c7926aae5e4598c97f51b327 [2020-07-31T20:23:14.498Z] $ docker rm -f 12f37685980d423e7a485521d958ebace3bfecd8c7926aae5e4598c97f51b327 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:23:14.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:23:14.973Z] . [Pipeline] withDockerContainer [2020-07-31T20:23:15.064Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:23:15.097Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:23:15.819Z] $ docker top 88d9d76bc98ca6607b1f1d2711c300bc801df59494484513cd2b973656b34dd2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:23:16.354Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:23:16.354Z] + tee [2020-07-31T20:23:16.354Z] clair timeout 1m0s [2020-07-31T20:23:16.354Z] docker timeout: 1m0s [2020-07-31T20:23:16.354Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:23:17.007Z] $ docker stop --time=1 88d9d76bc98ca6607b1f1d2711c300bc801df59494484513cd2b973656b34dd2 [2020-07-31T20:23:18.395Z] $ docker rm -f 88d9d76bc98ca6607b1f1d2711c300bc801df59494484513cd2b973656b34dd2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:23:18.847Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:23:18.858Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-core-metadata-go-arm64_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:23:18.914Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:23:19.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:23:19.243Z] . [Pipeline] withDockerContainer [2020-07-31T20:23:19.441Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:23:19.480Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:23:20.081Z] $ docker top 77aece5b8880522fd2237e3a0c113dc95f166f63b36b7eef50c34755ada71813 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:23:20.664Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:23:20.664Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:23:24.999Z] $ docker stop --time=1 77aece5b8880522fd2237e3a0c113dc95f166f63b36b7eef50c34755ada71813 [2020-07-31T20:23:26.369Z] $ docker rm -f 77aece5b8880522fd2237e3a0c113dc95f166f63b36b7eef50c34755ada71813 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:23:26.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:23:26.815Z] . [Pipeline] withDockerContainer [2020-07-31T20:23:26.909Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:23:26.939Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:23:27.597Z] $ docker top 92e98076d71b6bfbd9ecdc32a05bf3143fdbc942a9ca307f69a50e9ef8895edb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:23:28.097Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:23:28.097Z] + tee [2020-07-31T20:23:28.097Z] clair timeout 1m0s [2020-07-31T20:23:28.097Z] docker timeout: 1m0s [2020-07-31T20:23:28.097Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:23:29.118Z] $ docker stop --time=1 92e98076d71b6bfbd9ecdc32a05bf3143fdbc942a9ca307f69a50e9ef8895edb [2020-07-31T20:23:30.493Z] $ docker rm -f 92e98076d71b6bfbd9ecdc32a05bf3143fdbc942a9ca307f69a50e9ef8895edb [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:23:30.940Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:23:30.950Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:23:31.011Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:23:31.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:23:31.357Z] . [Pipeline] withDockerContainer [2020-07-31T20:23:31.448Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:23:31.491Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:23:32.134Z] $ docker top 1610d3b5aff76185de145420562011058a88160766f09664cee4a7f9899e0e1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:23:32.624Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:23:32.624Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:23:40.943Z] $ docker stop --time=1 1610d3b5aff76185de145420562011058a88160766f09664cee4a7f9899e0e1c [2020-07-31T20:23:42.353Z] $ docker rm -f 1610d3b5aff76185de145420562011058a88160766f09664cee4a7f9899e0e1c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:23:42.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:23:42.842Z] . [Pipeline] withDockerContainer [2020-07-31T20:23:42.934Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:23:42.970Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:23:43.735Z] $ docker top 4dfee8092977de9aa266a776fc9c55ffee03b9c7e35f9998e1e8bb5e176d10c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:23:44.248Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:23:44.248Z] + tee [2020-07-31T20:23:44.248Z] clair timeout 1m0s [2020-07-31T20:23:44.248Z] docker timeout: 1m0s [2020-07-31T20:23:44.248Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:23:45.769Z] $ docker stop --time=1 4dfee8092977de9aa266a776fc9c55ffee03b9c7e35f9998e1e8bb5e176d10c2 [2020-07-31T20:23:47.137Z] $ docker rm -f 4dfee8092977de9aa266a776fc9c55ffee03b9c7e35f9998e1e8bb5e176d10c2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:23:47.581Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:23:47.593Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:23:47.638Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:23:47.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:23:47.964Z] . [Pipeline] withDockerContainer [2020-07-31T20:23:48.056Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:23:48.093Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:23:48.718Z] $ docker top d7adf6dcccfe8563d278ac31ab28d83c0de59d4798affc77dd72c5b1aa218872 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:23:49.234Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:23:49.234Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:23:57.498Z] $ docker stop --time=1 d7adf6dcccfe8563d278ac31ab28d83c0de59d4798affc77dd72c5b1aa218872 [2020-07-31T20:23:58.860Z] $ docker rm -f d7adf6dcccfe8563d278ac31ab28d83c0de59d4798affc77dd72c5b1aa218872 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:23:59.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:23:59.317Z] . [Pipeline] withDockerContainer [2020-07-31T20:23:59.413Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:23:59.445Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:24:00.044Z] $ docker top 32a71e2bee3661106d93eceb38d6a5e09110ea5cc94526b4e5d7760ce37d5c79 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:24:00.552Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:24:00.552Z] + tee [2020-07-31T20:24:00.552Z] clair timeout 1m0s [2020-07-31T20:24:00.552Z] docker timeout: 1m0s [2020-07-31T20:24:00.552Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:24:02.022Z] $ docker stop --time=1 32a71e2bee3661106d93eceb38d6a5e09110ea5cc94526b4e5d7760ce37d5c79 [2020-07-31T20:24:03.397Z] $ docker rm -f 32a71e2bee3661106d93eceb38d6a5e09110ea5cc94526b4e5d7760ce37d5c79 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:24:03.849Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:24:03.861Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:24:03.908Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:24:04.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:24:04.234Z] . [Pipeline] withDockerContainer [2020-07-31T20:24:04.325Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:24:04.359Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:24:04.950Z] $ docker top b54cd2e882e09d3923c8aec44188b6365420c35748cb6365025a436b335371ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:24:05.467Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:24:05.467Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:24:08.975Z] $ docker stop --time=1 b54cd2e882e09d3923c8aec44188b6365420c35748cb6365025a436b335371ba [2020-07-31T20:24:10.347Z] $ docker rm -f b54cd2e882e09d3923c8aec44188b6365420c35748cb6365025a436b335371ba [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:24:10.831Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:24:10.831Z] . [Pipeline] withDockerContainer [2020-07-31T20:24:10.921Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:24:10.956Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:24:11.568Z] $ docker top d6e132f5149fee98ced1686b8d0fc458e8643cc13aa25e7948edb25d2a5e8088 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:24:12.063Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:24:12.063Z] + tee [2020-07-31T20:24:12.063Z] clair timeout 1m0s [2020-07-31T20:24:12.063Z] docker timeout: 1m0s [2020-07-31T20:24:12.063Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:24:12.717Z] $ docker stop --time=1 d6e132f5149fee98ced1686b8d0fc458e8643cc13aa25e7948edb25d2a5e8088 [2020-07-31T20:24:14.050Z] $ docker rm -f d6e132f5149fee98ced1686b8d0fc458e8643cc13aa25e7948edb25d2a5e8088 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:24:14.547Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:24:14.559Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-support-logging-go-arm64_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:24:14.602Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:24:14.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:24:14.968Z] . [Pipeline] withDockerContainer [2020-07-31T20:24:15.058Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:24:15.117Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:24:15.817Z] $ docker top cf74e0ab6d9e788d3be12620439c7d5d0a688949699c983baf980b44d0992da6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:24:16.336Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:24:16.336Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:24:21.807Z] $ docker stop --time=1 cf74e0ab6d9e788d3be12620439c7d5d0a688949699c983baf980b44d0992da6 [2020-07-31T20:24:23.175Z] $ docker rm -f cf74e0ab6d9e788d3be12620439c7d5d0a688949699c983baf980b44d0992da6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:24:23.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:24:23.657Z] . [Pipeline] withDockerContainer [2020-07-31T20:24:23.754Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:24:23.788Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:24:24.482Z] $ docker top 78187c95b13654e70e5b0e1ae7b40ba8343ca4fd0a964527113743ef152db8b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:24:25.046Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:24:25.046Z] + tee [2020-07-31T20:24:25.046Z] clair timeout 1m0s [2020-07-31T20:24:25.046Z] docker timeout: 1m0s [2020-07-31T20:24:25.046Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:24:26.085Z] $ docker stop --time=1 78187c95b13654e70e5b0e1ae7b40ba8343ca4fd0a964527113743ef152db8b9 [2020-07-31T20:24:27.459Z] $ docker rm -f 78187c95b13654e70e5b0e1ae7b40ba8343ca4fd0a964527113743ef152db8b9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:24:27.942Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:24:27.954Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-support-notifications-go-arm64_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:24:27.995Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:24:28.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:24:28.322Z] . [Pipeline] withDockerContainer [2020-07-31T20:24:28.413Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:24:28.444Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:24:29.152Z] $ docker top 536b368f506e7e9fa47266a50247f9eaf53b03b6f7e91c7d51ca3d2440a927c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:24:29.632Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:24:29.632Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:24:32.303Z] $ docker stop --time=1 536b368f506e7e9fa47266a50247f9eaf53b03b6f7e91c7d51ca3d2440a927c0 [2020-07-31T20:24:33.670Z] $ docker rm -f 536b368f506e7e9fa47266a50247f9eaf53b03b6f7e91c7d51ca3d2440a927c0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:24:34.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:24:34.112Z] . [Pipeline] withDockerContainer [2020-07-31T20:24:34.202Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:24:34.245Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:24:34.852Z] $ docker top 6ded4b646ee3d10dc679769649c99339ca88f07b597a50c288640e4c136ee9bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:24:35.350Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:24:35.350Z] + tee [2020-07-31T20:24:35.350Z] clair timeout 1m0s [2020-07-31T20:24:35.350Z] docker timeout: 1m0s [2020-07-31T20:24:35.350Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:24:36.006Z] $ docker stop --time=1 6ded4b646ee3d10dc679769649c99339ca88f07b597a50c288640e4c136ee9bb [2020-07-31T20:24:37.361Z] $ docker rm -f 6ded4b646ee3d10dc679769649c99339ca88f07b597a50c288640e4c136ee9bb [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:24:37.814Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:24:37.825Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-support-scheduler-go-arm64_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:24:37.912Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:24:38.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:24:38.254Z] . [Pipeline] withDockerContainer [2020-07-31T20:24:38.345Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:24:38.377Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:24:38.968Z] $ docker top 4d478611148e1cf34700db9de5ca44bae0ab5aa0cb76c444820338acb951da97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:24:39.468Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:24:39.468Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:24:54.564Z] $ docker stop --time=1 4d478611148e1cf34700db9de5ca44bae0ab5aa0cb76c444820338acb951da97 [2020-07-31T20:24:55.945Z] $ docker rm -f 4d478611148e1cf34700db9de5ca44bae0ab5aa0cb76c444820338acb951da97 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:24:56.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-31T20:24:56.428Z] . [Pipeline] withDockerContainer [2020-07-31T20:24:56.520Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:24:56.554Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-31T20:24:57.244Z] $ docker top 9bde4df81db8a64363e4abdd2ae5b1f8faae1b423e4c9d26026d9686084a6067 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-31T20:24:57.744Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:b6e84d11f041a086b232d8992a39ab0cabcfc086 [2020-07-31T20:24:57.744Z] + tee [2020-07-31T20:24:57.744Z] clair timeout 1m0s [2020-07-31T20:24:57.744Z] docker timeout: 1m0s [2020-07-31T20:24:57.744Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-31T20:24:59.203Z] $ docker stop --time=1 9bde4df81db8a64363e4abdd2ae5b1f8faae1b423e4c9d26026d9686084a6067 [2020-07-31T20:25:00.552Z] $ docker rm -f 9bde4df81db8a64363e4abdd2ae5b1f8faae1b423e4c9d26026d9686084a6067 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-31T20:25:01.125Z] + mkdir -p /w/workspace/edgex-go/119/clair-reports [Pipeline] echo [2020-07-31T20:25:01.137Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/119/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_b6e84d11f041a086b232d8992a39ab0cabcfc086.html [Pipeline] writeFile [Pipeline] step [2020-07-31T20:25:01.178Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-07-31T20:25:01.482Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-31T20:25:01.530Z] provisioning config files... [2020-07-31T20:25:01.542Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/119@tmp/config641683313929520584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-31T20:25:01.888Z] --> edgex-publish-swagger.sh [2020-07-31T20:25:01.888Z] === Publish openapi/v1 API === [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [core-command] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [core-data] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [support-logging] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [system-agent] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] === Publish openapi/v2 API === [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [core-command] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-command?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [core-data] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-data?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/core-metadata?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [support-logging] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-logging?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-notifications?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/support-scheduler?oas=3.0.0&isPrivate=false&force=true [2020-07-31T20:25:01.888Z] [publishToSwagger] Publishing API Name [system-agent] [2020-07-31T20:25:01.888Z] [publishToSwagger] Dry Run enabled...Simulating upload [2020-07-31T20:25:01.888Z] curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/system-agent?oas=3.0.0&isPrivate=false&force=true [Pipeline] } [2020-07-31T20:25:01.896Z] 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-07-31T20:25:09.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T20:25:09.865Z] . [Pipeline] withDockerContainer [2020-07-31T20:25:09.980Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:25:10.014Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-31T20:25:11.160Z] $ docker top c83270641398e267e86acf0a2271629118c785305db05990702f930fcaccaaab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-31T20:25:11.447Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T20:25:11.447Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T20:25:11.684Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T20:25:11.682Z] $ docker exec c83270641398e267e86acf0a2271629118c785305db05990702f930fcaccaaab ssh-agent [2020-07-31T20:25:11.867Z] SSH_AUTH_SOCK=/tmp/ssh-FDyLZXhmZLzt/agent.11 [2020-07-31T20:25:11.867Z] SSH_AGENT_PID=16 [2020-07-31T20:25:11.875Z] Running ssh-add (command line suppressed) [2020-07-31T20:25:12.004Z] Identity added: /w/workspace/edgex-go/119@tmp/private_key_980223714108374495.key (/w/workspace/edgex-go/119@tmp/private_key_980223714108374495.key) [2020-07-31T20:25:12.064Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T20:25:12.381Z] + git semver tag [2020-07-31T20:25:12.381Z] # -> Open(): unable to determine branch for HEAD [2020-07-31T20:25:12.381Z] # $GIT_DIR = /w/workspace/edgex-go/119/.git [2020-07-31T20:25:12.381Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/119 [2020-07-31T20:25:12.381Z] # $SEMVER_REMOTE_NAME = origin [2020-07-31T20:25:12.381Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-31T20:25:12.381Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-31T20:25:12.381Z] # $SEMVER_BRANCH = master [2020-07-31T20:25:12.381Z] # $SEMVER_DIR = /w/workspace/edgex-go/119/.semver [2020-07-31T20:25:12.381Z] # b6e84d11f041a086b232d8992a39ab0cabcfc086 HEAD [2020-07-31T20:25:12.951Z] # -> Force: false [2020-07-31T20:25:12.951Z] # 56003cc458c4c220541e6db321d5ba3f62ae49a9 refs/tags/v1.2.2-dev.7 [Pipeline] } [2020-07-31T20:25:12.958Z] $ docker exec --env ******** --env ******** c83270641398e267e86acf0a2271629118c785305db05990702f930fcaccaaab ssh-agent -k [2020-07-31T20:25:13.089Z] unset SSH_AUTH_SOCK; [2020-07-31T20:25:13.089Z] unset SSH_AGENT_PID; [2020-07-31T20:25:13.089Z] echo Agent pid 16 killed; [2020-07-31T20:25:13.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-31T20:25:13.634Z] + git semver [Pipeline] } [2020-07-31T20:25:13.643Z] $ docker stop --time=1 c83270641398e267e86acf0a2271629118c785305db05990702f930fcaccaaab [2020-07-31T20:25:14.998Z] $ docker rm -f c83270641398e267e86acf0a2271629118c785305db05990702f930fcaccaaab [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:25:15.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-31T20:25:15.611Z] [2020-07-31T20:25:15.611Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:25:15.942Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-31T20:25:15.942Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-31T20:25:15.942Z] ab5ef0e58194: Pulling fs layer [2020-07-31T20:25:15.942Z] 9712f1f96733: Pulling fs layer [2020-07-31T20:25:15.942Z] 63f879dbbcfc: Pulling fs layer [2020-07-31T20:25:15.942Z] 0d9ebad4ef96: Pulling fs layer [2020-07-31T20:25:15.942Z] e9a5061849ea: Pulling fs layer [2020-07-31T20:25:15.942Z] d747dcd14b5f: Pulling fs layer [2020-07-31T20:25:15.942Z] 2de7ff778b66: Pulling fs layer [2020-07-31T20:25:15.942Z] e9a5061849ea: Waiting [2020-07-31T20:25:15.942Z] d747dcd14b5f: Waiting [2020-07-31T20:25:15.942Z] 2de7ff778b66: Waiting [2020-07-31T20:25:15.942Z] 0d9ebad4ef96: Waiting [2020-07-31T20:25:15.942Z] 9712f1f96733: Verifying Checksum [2020-07-31T20:25:15.942Z] 9712f1f96733: Download complete [2020-07-31T20:25:16.527Z] 63f879dbbcfc: Verifying Checksum [2020-07-31T20:25:16.527Z] 63f879dbbcfc: Download complete [2020-07-31T20:25:16.527Z] e9a5061849ea: Verifying Checksum [2020-07-31T20:25:16.527Z] e9a5061849ea: Download complete [2020-07-31T20:25:16.527Z] d747dcd14b5f: Verifying Checksum [2020-07-31T20:25:16.527Z] d747dcd14b5f: Download complete [2020-07-31T20:25:16.789Z] 0d9ebad4ef96: Verifying Checksum [2020-07-31T20:25:16.790Z] 0d9ebad4ef96: Download complete [2020-07-31T20:25:16.790Z] ab5ef0e58194: Verifying Checksum [2020-07-31T20:25:16.790Z] ab5ef0e58194: Download complete [2020-07-31T20:25:16.790Z] 2de7ff778b66: Verifying Checksum [2020-07-31T20:25:16.790Z] 2de7ff778b66: Download complete [2020-07-31T20:25:22.115Z] ab5ef0e58194: Pull complete [2020-07-31T20:25:22.115Z] 9712f1f96733: Pull complete [2020-07-31T20:25:24.034Z] 63f879dbbcfc: Pull complete [2020-07-31T20:25:30.633Z] 0d9ebad4ef96: Pull complete [2020-07-31T20:25:31.579Z] e9a5061849ea: Pull complete [2020-07-31T20:25:31.843Z] d747dcd14b5f: Pull complete [2020-07-31T20:25:35.156Z] 2de7ff778b66: Pull complete [2020-07-31T20:25:35.156Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-31T20:25:35.156Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-31T20:25:35.156Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-31T20:25:35.379Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:25:35.416Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-31T20:25:38.735Z] $ docker top d5a4f57481a32137268c5f145342f1ffff6d4fc726261345b46da1599a1dc28b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-31T20:25:38.984Z] provisioning config files... [2020-07-31T20:25:38.992Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/119@tmp/config158662894513629219tmp [2020-07-31T20:25:39.006Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/119@tmp/config4634822487861139006tmp [2020-07-31T20:25:39.022Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/119@tmp/config436471980939614183tmp [Pipeline] { [Pipeline] echo [2020-07-31T20:25:39.065Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T20:25:39.354Z] ---> sigul-configuration.sh [2020-07-31T20:25:39.354Z] gpg: directory `/root/.gnupg' created [2020-07-31T20:25:39.354Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-31T20:25:39.354Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-31T20:25:39.354Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-31T20:25:39.354Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-31T20:25:39.354Z] gpg: CAST5 encrypted data [2020-07-31T20:25:39.615Z] gpg: encrypted with 1 passphrase [2020-07-31T20:25:39.615Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-31T20:25:39.907Z] + mkdir /home/jenkins [2020-07-31T20:25:39.907Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-31T20:25:40.198Z] + 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-07-31T20:25:40.207Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T20:25:40.601Z] ---> sigul-install.sh [2020-07-31T20:25:48.743Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-31T20:25:49.035Z] + git tag --list [2020-07-31T20:25:49.036Z] v1.2.2-dev.7 [Pipeline] sh [2020-07-31T20:25:49.330Z] + lftools sign git-tag v1.2.2-dev.7 [2020-07-31T20:25:50.717Z] Signing Git tag with Sigul... [2020-07-31T20:25:50.717Z] Signing v1.2.2-dev.7 [Pipeline] echo [2020-07-31T20:25:52.113Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T20:25:52.401Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-31T20:25:52.409Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-31T20:25:52.488Z] $ docker stop --time=1 d5a4f57481a32137268c5f145342f1ffff6d4fc726261345b46da1599a1dc28b [2020-07-31T20:25:54.522Z] $ docker rm -f d5a4f57481a32137268c5f145342f1ffff6d4fc726261345b46da1599a1dc28b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:25:55.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T20:25:55.230Z] . [Pipeline] withDockerContainer [2020-07-31T20:25:55.324Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:25:55.357Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-31T20:25:56.108Z] $ docker top 5d21a6fc5545527506d0222f5dcdfeca1f72db2df675d0f4f464cef6cdf0a307 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-31T20:25:56.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T20:25:56.389Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T20:25:56.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T20:25:56.578Z] $ docker exec 5d21a6fc5545527506d0222f5dcdfeca1f72db2df675d0f4f464cef6cdf0a307 ssh-agent [2020-07-31T20:25:56.765Z] SSH_AUTH_SOCK=/tmp/ssh-GduOoiTTWGA4/agent.11 [2020-07-31T20:25:56.765Z] SSH_AGENT_PID=17 [2020-07-31T20:25:56.771Z] Running ssh-add (command line suppressed) [2020-07-31T20:25:56.898Z] Identity added: /w/workspace/edgex-go/119@tmp/private_key_4960735868912092698.key (/w/workspace/edgex-go/119@tmp/private_key_4960735868912092698.key) [2020-07-31T20:25:56.959Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T20:25:57.304Z] + git semver bump pre [2020-07-31T20:25:57.305Z] # -> Open(): unable to determine branch for HEAD [2020-07-31T20:25:57.305Z] # $GIT_DIR = /w/workspace/edgex-go/119/.git [2020-07-31T20:25:57.305Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/119 [2020-07-31T20:25:57.305Z] # $SEMVER_REMOTE_NAME = origin [2020-07-31T20:25:57.305Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-31T20:25:57.305Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-31T20:25:57.305Z] # $SEMVER_BRANCH = master [2020-07-31T20:25:57.305Z] # $SEMVER_DIR = /w/workspace/edgex-go/119/.semver [2020-07-31T20:25:57.571Z] 1.2.2-dev.8 [Pipeline] } [2020-07-31T20:25:57.580Z] $ docker exec --env ******** --env ******** 5d21a6fc5545527506d0222f5dcdfeca1f72db2df675d0f4f464cef6cdf0a307 ssh-agent -k [2020-07-31T20:25:57.706Z] unset SSH_AUTH_SOCK; [2020-07-31T20:25:57.706Z] unset SSH_AGENT_PID; [2020-07-31T20:25:57.706Z] echo Agent pid 17 killed; [2020-07-31T20:25:57.763Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-31T20:25:58.193Z] + git semver [Pipeline] } [2020-07-31T20:25:58.203Z] $ docker stop --time=1 5d21a6fc5545527506d0222f5dcdfeca1f72db2df675d0f4f464cef6cdf0a307 [2020-07-31T20:25:59.566Z] $ docker rm -f 5d21a6fc5545527506d0222f5dcdfeca1f72db2df675d0f4f464cef6cdf0a307 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:26:00.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-31T20:26:00.059Z] . [Pipeline] withDockerContainer [2020-07-31T20:26:00.156Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:26:00.190Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-31T20:26:00.826Z] $ docker top cb524660643172288ed205ac070234dc58c3ca46545ceb1b800cbccc73b7f92c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-31T20:26:01.118Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-31T20:26:01.118Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-31T20:26:01.301Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-31T20:26:01.300Z] $ docker exec cb524660643172288ed205ac070234dc58c3ca46545ceb1b800cbccc73b7f92c ssh-agent [2020-07-31T20:26:01.476Z] SSH_AUTH_SOCK=/tmp/ssh-Eq2VMO5S8632/agent.11 [2020-07-31T20:26:01.476Z] SSH_AGENT_PID=17 [2020-07-31T20:26:01.482Z] Running ssh-add (command line suppressed) [2020-07-31T20:26:01.604Z] Identity added: /w/workspace/edgex-go/119@tmp/private_key_6182813698172273675.key (/w/workspace/edgex-go/119@tmp/private_key_6182813698172273675.key) [2020-07-31T20:26:01.663Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-31T20:26:01.985Z] + git semver push [2020-07-31T20:26:01.985Z] # -> Open(): unable to determine branch for HEAD [2020-07-31T20:26:01.985Z] # $GIT_DIR = /w/workspace/edgex-go/119/.git [2020-07-31T20:26:01.985Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/119 [2020-07-31T20:26:01.985Z] # $SEMVER_REMOTE_NAME = origin [2020-07-31T20:26:01.985Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-31T20:26:01.985Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-31T20:26:01.985Z] # $SEMVER_BRANCH = master [2020-07-31T20:26:01.985Z] # $SEMVER_DIR = /w/workspace/edgex-go/119/.semver [Pipeline] } [2020-07-31T20:26:11.978Z] $ docker exec --env ******** --env ******** cb524660643172288ed205ac070234dc58c3ca46545ceb1b800cbccc73b7f92c ssh-agent -k [2020-07-31T20:26:12.125Z] unset SSH_AUTH_SOCK; [2020-07-31T20:26:12.125Z] unset SSH_AGENT_PID; [2020-07-31T20:26:12.125Z] echo Agent pid 17 killed; [2020-07-31T20:26:12.196Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-31T20:26:12.711Z] + git semver [Pipeline] } [2020-07-31T20:26:12.720Z] $ docker stop --time=1 cb524660643172288ed205ac070234dc58c3ca46545ceb1b800cbccc73b7f92c [2020-07-31T20:26:14.077Z] $ docker rm -f cb524660643172288ed205ac070234dc58c3ca46545ceb1b800cbccc73b7f92c [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-07-31T20:26:14.847Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T20:26:15.754Z] ---> package-listing.sh [2020-07-31T20:26:15.754Z] ++ facter osfamily [2020-07-31T20:26:15.754Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-31T20:26:15.754Z] + OS_FAMILY=redhat [2020-07-31T20:26:15.754Z] + workspace=/w/workspace/edgex-go/119 [2020-07-31T20:26:15.754Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-31T20:26:15.754Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-31T20:26:15.754Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-31T20:26:15.754Z] + PACKAGES=/tmp/packages_start.txt [2020-07-31T20:26:15.754Z] + '[' /w/workspace/edgex-go/119 ']' [2020-07-31T20:26:15.754Z] + PACKAGES=/tmp/packages_end.txt [2020-07-31T20:26:15.754Z] + case "${OS_FAMILY}" in [2020-07-31T20:26:15.754Z] + rpm -qa [2020-07-31T20:26:15.754Z] + sort [2020-07-31T20:26:19.965Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-31T20:26:19.965Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-31T20:26:19.965Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-31T20:26:19.965Z] + '[' /w/workspace/edgex-go/119 ']' [2020-07-31T20:26:19.965Z] + mkdir -p /w/workspace/edgex-go/119/archives/ [2020-07-31T20:26:19.965Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/119/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:26:20.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T20:26:20.559Z] [2020-07-31T20:26:20.559Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-31T20:26:20.894Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T20:26:20.894Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-31T20:26:20.894Z] c9b1b535fdd9: Pulling fs layer [2020-07-31T20:26:20.894Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-31T20:26:20.894Z] 756a868c4378: Pulling fs layer [2020-07-31T20:26:20.894Z] 444b2fc9a129: Pulling fs layer [2020-07-31T20:26:20.894Z] ea15f1150254: Pulling fs layer [2020-07-31T20:26:20.894Z] 41b27a9f41bf: Pulling fs layer [2020-07-31T20:26:20.894Z] 28c525ee5125: Pulling fs layer [2020-07-31T20:26:20.894Z] 094b1ea09ed8: Pulling fs layer [2020-07-31T20:26:20.894Z] 138eaada9080: Pulling fs layer [2020-07-31T20:26:20.894Z] 0622d0fa9048: Pulling fs layer [2020-07-31T20:26:20.894Z] 41b27a9f41bf: Waiting [2020-07-31T20:26:20.894Z] 094b1ea09ed8: Waiting [2020-07-31T20:26:20.894Z] 28c525ee5125: Waiting [2020-07-31T20:26:20.894Z] 138eaada9080: Waiting [2020-07-31T20:26:20.894Z] 0622d0fa9048: Waiting [2020-07-31T20:26:20.894Z] ea15f1150254: Waiting [2020-07-31T20:26:20.894Z] 2cc5ad85d9ab: Verifying Checksum [2020-07-31T20:26:20.894Z] 2cc5ad85d9ab: Download complete [2020-07-31T20:26:20.894Z] 444b2fc9a129: Verifying Checksum [2020-07-31T20:26:20.894Z] 444b2fc9a129: Download complete [2020-07-31T20:26:20.894Z] c9b1b535fdd9: Download complete [2020-07-31T20:26:20.894Z] ea15f1150254: Verifying Checksum [2020-07-31T20:26:20.894Z] ea15f1150254: Download complete [2020-07-31T20:26:21.165Z] 28c525ee5125: Verifying Checksum [2020-07-31T20:26:21.165Z] 28c525ee5125: Download complete [2020-07-31T20:26:21.432Z] 756a868c4378: Verifying Checksum [2020-07-31T20:26:21.432Z] 756a868c4378: Download complete [2020-07-31T20:26:21.432Z] 138eaada9080: Verifying Checksum [2020-07-31T20:26:21.432Z] 138eaada9080: Download complete [2020-07-31T20:26:21.432Z] 0622d0fa9048: Verifying Checksum [2020-07-31T20:26:21.432Z] 0622d0fa9048: Download complete [2020-07-31T20:26:21.697Z] 094b1ea09ed8: Verifying Checksum [2020-07-31T20:26:21.697Z] 094b1ea09ed8: Download complete [2020-07-31T20:26:21.957Z] 41b27a9f41bf: Verifying Checksum [2020-07-31T20:26:21.957Z] 41b27a9f41bf: Download complete [2020-07-31T20:26:22.224Z] c9b1b535fdd9: Pull complete [2020-07-31T20:26:22.486Z] 2cc5ad85d9ab: Pull complete [2020-07-31T20:26:23.869Z] 756a868c4378: Pull complete [2020-07-31T20:26:23.869Z] 444b2fc9a129: Pull complete [2020-07-31T20:26:24.129Z] ea15f1150254: Pull complete [2020-07-31T20:26:28.337Z] 41b27a9f41bf: Pull complete [2020-07-31T20:26:28.337Z] 28c525ee5125: Pull complete [2020-07-31T20:26:29.724Z] 094b1ea09ed8: Pull complete [2020-07-31T20:26:29.984Z] 138eaada9080: Pull complete [2020-07-31T20:26:30.245Z] 0622d0fa9048: Pull complete [2020-07-31T20:26:30.245Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-31T20:26:30.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-31T20:26:30.245Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-31T20:26:30.376Z] prd-centos7-docker-4c-2g-1712 does not seem to be running inside a container [2020-07-31T20:26:30.410Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/119 -v /w/workspace/edgex-go/119:/w/workspace/edgex-go/119:rw,z -v /w/workspace/edgex-go/119@tmp:/w/workspace/edgex-go/119@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-31T20:26:33.757Z] $ docker top fdb5461c905529ff9d510f5d2861995b58c06215f4b3aa8cdc70f138b580d79d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-31T20:26:34.030Z] provisioning config files... [2020-07-31T20:26:34.047Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/119@tmp/config2394288311818506966tmp [Pipeline] { [Pipeline] echo [2020-07-31T20:26:34.107Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T20:26:34.397Z] ---> create-netrc.sh [Pipeline] echo [2020-07-31T20:26:34.405Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-31T20:26:34.693Z] ---> logs-deploy.sh [2020-07-31T20:26:34.693Z] + ARCHIVE_ARTIFACTS= [2020-07-31T20:26:34.693Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-31T20:26:34.693Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-31T20:26:34.693Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-31T20:26:34.693Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/119 [2020-07-31T20:26:34.693Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/119/ [2020-07-31T20:26:34.693Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/119 /w/workspace/edgex-go/119 [2020-07-31T20:26:35.632Z] Archives upload complete. [2020-07-31T20:26:35.892Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/119 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/master/119/