Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 890f92a9d8ed5a1b35c567ef67db74c505b78e03 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3603 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/162 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/162 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 890f92a9d8ed5a1b35c567ef67db74c505b78e03 (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --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 890f92a9d8ed5a1b35c567ef67db74c505b78e03 # timeout=10 Commit message: "Merge pull request #2749 from weichou1229/issue-2736" > git rev-list --no-walk ac752d64f668fa491594c1427640d28afa24e84a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-06T04:14:01.231Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T04:14:01.600Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T04:14:01.694Z] ========================================================= [2020-10-06T04:14:01.694Z] EdgeX Global Pipelines Version Info [2020-10-06T04:14:01.694Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:14:03.212Z] ------------------- [2020-10-06T04:14:03.212Z] stable info: [2020-10-06T04:14:03.212Z] ------------------- [2020-10-06T04:14:03.212Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T04:14:03.212Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T04:14:03.212Z] Message: update stable to v1.0.131 [2020-10-06T04:14:04.157Z] ------------------- [2020-10-06T04:14:04.157Z] experimental info: [2020-10-06T04:14:04.157Z] ------------------- [2020-10-06T04:14:04.157Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T04:14:04.157Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T04:14:04.157Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-06T04:14:04.395Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-06T04:14:04.479Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-06T04:14:04.566Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T04:14:04.666Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T04:14:04.754Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T04:14:04.841Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-06T04:14:04.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-06T04:14:05.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-06T04:14:05.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-06T04:14:05.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-06T04:14:05.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-06T04:14:05.401Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T04:14:05.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T04:14:05.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T04:14:05.674Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T04:14:05.760Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T04:14:05.849Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T04:14:05.935Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-06T04:14:06.016Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-06T04:14:06.106Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-06T04:14:06.188Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-06T04:14:06.272Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-06T04:14:06.356Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-06T04:14:06.457Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-06T04:14:06.544Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] echo [2020-10-06T04:14:06.632Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 890f92a [Pipeline] echo [2020-10-06T04:14:06.723Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-06T04:14:07.101Z] ++ 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-10-06T04:14:07.101Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:14:07.101Z] ++ dirname cmd/core-command/Dockerfile [2020-10-06T04:14:07.101Z] ++ cut -d/ -f2 [2020-10-06T04:14:07.101Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-06T04:14:07.101Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:14:07.101Z] ++ dirname cmd/core-data/Dockerfile [2020-10-06T04:14:07.101Z] ++ cut -d/ -f2 [2020-10-06T04:14:07.101Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-06T04:14:07.101Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:14:07.101Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-06T04:14:07.101Z] ++ cut -d/ -f2 [2020-10-06T04:14:07.101Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-06T04:14:07.101Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:14:07.101Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-06T04:14:07.101Z] ++ cut -d/ -f2 [2020-10-06T04:14:07.101Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-06T04:14:07.101Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:14:07.101Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-06T04:14:07.101Z] ++ cut -d/ -f2 [2020-10-06T04:14:07.101Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-06T04:14:07.101Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:14:07.101Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-06T04:14:07.101Z] ++ cut -d/ -f2 [2020-10-06T04:14:07.101Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-06T04:14:07.101Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:14:07.101Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-06T04:14:07.101Z] ++ cut -d/ -f2 [2020-10-06T04:14:07.101Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-06T04:14:07.102Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:14:07.102Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-06T04:14:07.102Z] ++ cut -d/ -f2 [2020-10-06T04:14:07.102Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-06T04:14:07.102Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:14:07.102Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-06T04:14:07.102Z] ++ cut -d/ -f2 [2020-10-06T04:14:07.102Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-06T04:14:07.102Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-06T04:14:07.102Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-06T04:14:07.102Z] ++ cut -d/ -f2 [2020-10-06T04:14:07.102Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-06T04:14:07.175Z] 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-10-06T04:14:08.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:14:08.858Z] [2020-10-06T04:14:08.858Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:14:09.219Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:14:09.219Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T04:14:09.219Z] 31603596830f: Pulling fs layer [2020-10-06T04:14:09.219Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T04:14:09.219Z] 6ca5941a6612: Pulling fs layer [2020-10-06T04:14:09.219Z] ecc8261a40a4: Pulling fs layer [2020-10-06T04:14:09.219Z] ecc8261a40a4: Waiting [2020-10-06T04:14:09.219Z] 2a8b12db71e7: Verifying Checksum [2020-10-06T04:14:09.219Z] 2a8b12db71e7: Download complete [2020-10-06T04:14:09.483Z] 31603596830f: Download complete [2020-10-06T04:14:09.483Z] ecc8261a40a4: Verifying Checksum [2020-10-06T04:14:09.483Z] ecc8261a40a4: Download complete [2020-10-06T04:14:09.483Z] 6ca5941a6612: Verifying Checksum [2020-10-06T04:14:09.483Z] 6ca5941a6612: Download complete [2020-10-06T04:14:09.745Z] 31603596830f: Pull complete [2020-10-06T04:14:09.745Z] 2a8b12db71e7: Pull complete [2020-10-06T04:14:10.693Z] 6ca5941a6612: Pull complete [2020-10-06T04:14:10.693Z] ecc8261a40a4: Pull complete [2020-10-06T04:14:10.693Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T04:14:10.693Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:14:10.693Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T04:14:10.796Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:14:10.853Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-10-06T04:14:13.512Z] $ docker top 4ec9bafdac49fd2ca468d2b5b380b01b858d10036a2336d36992c9f03e728d71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T04:14:13.844Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T04:14:13.845Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T04:14:14.043Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T04:14:14.048Z] $ docker exec 4ec9bafdac49fd2ca468d2b5b380b01b858d10036a2336d36992c9f03e728d71 ssh-agent [2020-10-06T04:14:14.210Z] SSH_AUTH_SOCK=/tmp/ssh-e5JyFBYGRK64/agent.11 [2020-10-06T04:14:14.210Z] SSH_AGENT_PID=16 [2020-10-06T04:14:14.244Z] Running ssh-add (command line suppressed) [2020-10-06T04:14:14.362Z] Identity added: /w/workspace/edgex-go/162@tmp/private_key_7146812745905867703.key (/w/workspace/edgex-go/162@tmp/private_key_7146812745905867703.key) [2020-10-06T04:14:14.415Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T04:14:14.780Z] + git describe --exact-match --tags HEAD [2020-10-06T04:14:14.780Z] fatal: no tag exactly matches '890f92a9d8ed5a1b35c567ef67db74c505b78e03' [Pipeline] } [2020-10-06T04:14:14.821Z] $ docker exec --env ******** --env ******** 4ec9bafdac49fd2ca468d2b5b380b01b858d10036a2336d36992c9f03e728d71 ssh-agent -k [2020-10-06T04:14:14.933Z] unset SSH_AUTH_SOCK; [2020-10-06T04:14:14.933Z] unset SSH_AGENT_PID; [2020-10-06T04:14:14.933Z] echo Agent pid 16 killed; [2020-10-06T04:14:15.054Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T04:14:15.152Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T04:14:15.152Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T04:14:15.251Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T04:14:15.251Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T04:14:15.446Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T04:14:15.451Z] $ docker exec 4ec9bafdac49fd2ca468d2b5b380b01b858d10036a2336d36992c9f03e728d71 ssh-agent [2020-10-06T04:14:15.609Z] SSH_AUTH_SOCK=/tmp/ssh-NIVZO1ieXFkC/agent.44 [2020-10-06T04:14:15.609Z] SSH_AGENT_PID=49 [2020-10-06T04:14:15.616Z] Running ssh-add (command line suppressed) [2020-10-06T04:14:15.743Z] Identity added: /w/workspace/edgex-go/162@tmp/private_key_6689808617342244955.key (/w/workspace/edgex-go/162@tmp/private_key_6689808617342244955.key) [2020-10-06T04:14:15.794Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T04:14:16.150Z] + git semver init [2020-10-06T04:14:16.150Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T04:14:16.150Z] # $GIT_DIR = /w/workspace/edgex-go/162/.git [2020-10-06T04:14:16.150Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/162 [2020-10-06T04:14:16.150Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T04:14:16.150Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T04:14:16.150Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T04:14:16.150Z] # $SEMVER_BRANCH = master [2020-10-06T04:14:16.150Z] # $SEMVER_TEMP = /tmp/semver-399330084 [2020-10-06T04:14:16.150Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-06T04:14:34.318Z] # '/tmp/semver-399330084' -> '/w/workspace/edgex-go/162/.semver' [2020-10-06T04:14:34.318Z] # -> Force: false [2020-10-06T04:14:34.318Z] # $SEMVER_DIR = /w/workspace/edgex-go/162/.semver [Pipeline] } [2020-10-06T04:14:34.335Z] $ docker exec --env ******** --env ******** 4ec9bafdac49fd2ca468d2b5b380b01b858d10036a2336d36992c9f03e728d71 ssh-agent -k [2020-10-06T04:14:34.496Z] unset SSH_AUTH_SOCK; [2020-10-06T04:14:34.497Z] unset SSH_AGENT_PID; [2020-10-06T04:14:34.497Z] echo Agent pid 49 killed; [2020-10-06T04:14:34.549Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T04:14:35.015Z] + git semver [Pipeline] } [2020-10-06T04:14:35.033Z] $ docker stop --time=1 4ec9bafdac49fd2ca468d2b5b380b01b858d10036a2336d36992c9f03e728d71 [2020-10-06T04:14:36.594Z] $ docker rm -f 4ec9bafdac49fd2ca468d2b5b380b01b858d10036a2336d36992c9f03e728d71 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T04:14:49.560Z] Stashed 64 file(s) [Pipeline] echo [2020-10-06T04:14:49.563Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.47 [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-10-06T04:14:50.127Z] ========================================================= [2020-10-06T04:14:50.128Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-06T04:14:50.128Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:14:50.567Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-06T04:14:54.795Z] Sending build context to Docker daemon 324.6MB [2020-10-06T04:14:54.795Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-06T04:14:54.795Z] Step 2/7 : FROM ${BASE} [2020-10-06T04:14:54.795Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-06T04:14:54.795Z] df20fa9351a1: Pulling fs layer [2020-10-06T04:14:54.795Z] ed8968b2872e: Pulling fs layer [2020-10-06T04:14:54.795Z] a92cc7c5fd73: Pulling fs layer [2020-10-06T04:14:54.795Z] e871e8e8d7a9: Pulling fs layer [2020-10-06T04:14:54.795Z] e73272ec9a57: Pulling fs layer [2020-10-06T04:14:54.795Z] 1e910a182e73: Pulling fs layer [2020-10-06T04:14:54.795Z] 4e634b169226: Pulling fs layer [2020-10-06T04:14:54.795Z] e871e8e8d7a9: Waiting [2020-10-06T04:14:54.795Z] e73272ec9a57: Waiting [2020-10-06T04:14:54.795Z] 4e634b169226: Waiting [2020-10-06T04:14:54.795Z] 1e910a182e73: Waiting [2020-10-06T04:14:54.795Z] a92cc7c5fd73: Verifying Checksum [2020-10-06T04:14:54.795Z] a92cc7c5fd73: Download complete [2020-10-06T04:14:54.795Z] ed8968b2872e: Verifying Checksum [2020-10-06T04:14:54.795Z] ed8968b2872e: Download complete [2020-10-06T04:14:54.795Z] e73272ec9a57: Verifying Checksum [2020-10-06T04:14:54.795Z] e73272ec9a57: Download complete [2020-10-06T04:14:54.795Z] 1e910a182e73: Verifying Checksum [2020-10-06T04:14:54.795Z] 1e910a182e73: Download complete [2020-10-06T04:14:54.795Z] df20fa9351a1: Download complete [2020-10-06T04:14:55.058Z] df20fa9351a1: Pull complete [2020-10-06T04:14:55.058Z] ed8968b2872e: Pull complete [2020-10-06T04:14:55.320Z] a92cc7c5fd73: Pull complete [2020-10-06T04:14:56.736Z] 4e634b169226: Verifying Checksum [2020-10-06T04:14:56.736Z] 4e634b169226: Download complete [2020-10-06T04:14:57.004Z] e871e8e8d7a9: Verifying Checksum [2020-10-06T04:14:57.004Z] e871e8e8d7a9: Download complete [2020-10-06T04:15:02.407Z] e871e8e8d7a9: Pull complete [2020-10-06T04:15:02.407Z] e73272ec9a57: Pull complete [2020-10-06T04:15:02.407Z] 1e910a182e73: Pull complete [2020-10-06T04:15:04.908Z] Still waiting to schedule task [2020-10-06T04:15:04.908Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3601’ [2020-10-06T04:15:09.083Z] 4e634b169226: Pull complete [2020-10-06T04:15:09.083Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-06T04:15:09.083Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-06T04:15:09.083Z] ---> f7629b54cfaa [2020-10-06T04:15:09.083Z] 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-10-06T04:15:09.083Z] ---> Running in 1b9d740702f6 [2020-10-06T04:15:09.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:15:09.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:15:10.682Z] (1/12) Installing libmagic (5.38-r0) [2020-10-06T04:15:10.682Z] (2/12) Installing file (5.38-r0) [2020-10-06T04:15:10.951Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-06T04:15:10.951Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-06T04:15:21.021Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-06T04:15:21.021Z] (6/12) Installing patch (2.7.6-r6) [2020-10-06T04:15:21.021Z] (7/12) Installing build-base (0.5-r2) [2020-10-06T04:15:21.021Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-06T04:15:21.021Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-06T04:15:21.021Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-06T04:15:21.021Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-06T04:15:21.021Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-06T04:15:21.283Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:15:21.283Z] OK: 233 MiB in 51 packages [2020-10-06T04:15:25.500Z] Removing intermediate container 1b9d740702f6 [2020-10-06T04:15:25.500Z] ---> bd6acba1b8c9 [2020-10-06T04:15:25.500Z] Step 4/7 : WORKDIR /edgex-go [2020-10-06T04:15:25.500Z] ---> Running in 6badfad9f9c5 [2020-10-06T04:15:25.500Z] Removing intermediate container 6badfad9f9c5 [2020-10-06T04:15:25.500Z] ---> 23b848ff5e51 [2020-10-06T04:15:25.500Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-06T04:15:25.500Z] latest: Pulling from library/docker [2020-10-06T04:15:25.764Z] df20fa9351a1: Already exists [2020-10-06T04:15:25.765Z] 25ad7478873d: Pulling fs layer [2020-10-06T04:15:25.765Z] 4684f6177b5d: Pulling fs layer [2020-10-06T04:15:25.765Z] 8ba584e970af: Pulling fs layer [2020-10-06T04:15:25.765Z] 3cdc74d2b06d: Pulling fs layer [2020-10-06T04:15:25.765Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-06T04:15:25.765Z] fca0ccc462d5: Pulling fs layer [2020-10-06T04:15:25.765Z] 3cdc74d2b06d: Waiting [2020-10-06T04:15:25.765Z] 4cf5a0d07c1f: Waiting [2020-10-06T04:15:25.765Z] 4684f6177b5d: Verifying Checksum [2020-10-06T04:15:25.765Z] 4684f6177b5d: Download complete [2020-10-06T04:15:25.765Z] 25ad7478873d: Verifying Checksum [2020-10-06T04:15:25.765Z] 25ad7478873d: Download complete [2020-10-06T04:15:26.034Z] 3cdc74d2b06d: Verifying Checksum [2020-10-06T04:15:26.034Z] 3cdc74d2b06d: Download complete [2020-10-06T04:15:26.034Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-06T04:15:26.034Z] 4cf5a0d07c1f: Download complete [2020-10-06T04:15:26.034Z] 25ad7478873d: Pull complete [2020-10-06T04:15:26.035Z] fca0ccc462d5: Verifying Checksum [2020-10-06T04:15:26.035Z] fca0ccc462d5: Download complete [2020-10-06T04:15:26.300Z] 4684f6177b5d: Pull complete [2020-10-06T04:15:26.882Z] 8ba584e970af: Verifying Checksum [2020-10-06T04:15:26.882Z] 8ba584e970af: Download complete [2020-10-06T04:15:28.809Z] 8ba584e970af: Pull complete [2020-10-06T04:15:29.074Z] 3cdc74d2b06d: Pull complete [2020-10-06T04:15:29.074Z] 4cf5a0d07c1f: Pull complete [2020-10-06T04:15:29.337Z] fca0ccc462d5: Pull complete [2020-10-06T04:15:29.337Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-06T04:15:29.337Z] Status: Downloaded newer image for docker:latest [2020-10-06T04:15:31.269Z] ---> 535fd818b17d [2020-10-06T04:15:31.270Z] Step 6/7 : COPY go.mod . [2020-10-06T04:15:31.533Z] ---> c3bbb6974e06 [2020-10-06T04:15:31.533Z] Step 7/7 : RUN go mod download [2020-10-06T04:15:31.533Z] ---> Running in 0df34939eda6 [2020-10-06T04:15:53.553Z] Removing intermediate container 0df34939eda6 [2020-10-06T04:15:53.553Z] ---> 1a852c8244a0 [2020-10-06T04:15:53.553Z] Successfully built 1a852c8244a0 [2020-10-06T04:15:53.553Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:15:53.877Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T04:15:53.877Z] . [Pipeline] withDockerContainer [2020-10-06T04:15:53.986Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:15:54.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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 ******** ci-base-image-x86_64 cat [2020-10-06T04:15:54.763Z] $ docker top 7b0f6e03fc3db5b7bd69078fee576976d8c6809890e5c6ac84c4532f1eb10997 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T04:15:55.349Z] + go version [2020-10-06T04:15:55.349Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-06T04:15:55.474Z] $ docker stop --time=1 7b0f6e03fc3db5b7bd69078fee576976d8c6809890e5c6ac84c4532f1eb10997 [2020-10-06T04:15:56.861Z] $ docker rm -f 7b0f6e03fc3db5b7bd69078fee576976d8c6809890e5c6ac84c4532f1eb10997 [Pipeline] // withDockerContainer [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-10-06T04:16:00.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T04:16:00.532Z] [2020-10-06T04:16:00.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:16:00.899Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T04:16:00.899Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-06T04:16:00.899Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-06T04:16:00.899Z] ca9280d653b3: Pulling fs layer [2020-10-06T04:16:00.899Z] 7e9c9ca2126c: Pulling fs layer [2020-10-06T04:16:01.866Z] cbdbe7a5bc2a: Download complete [2020-10-06T04:16:02.141Z] ca9280d653b3: Verifying Checksum [2020-10-06T04:16:02.141Z] ca9280d653b3: Download complete [2020-10-06T04:16:02.405Z] cbdbe7a5bc2a: Pull complete [2020-10-06T04:16:03.361Z] ca9280d653b3: Pull complete [2020-10-06T04:16:03.361Z] 7e9c9ca2126c: Verifying Checksum [2020-10-06T04:16:03.361Z] 7e9c9ca2126c: Download complete [2020-10-06T04:16:09.990Z] 7e9c9ca2126c: Pull complete [2020-10-06T04:16:09.990Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-06T04:16:09.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T04:16:09.990Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-06T04:16:10.167Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:16:10.230Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-10-06T04:16:12.877Z] $ docker top 4cecaad41ef365574939b639aa4ef759f8848fcd3ab23203cb4541b2d4b2b3d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T04:16:13.384Z] + docker-compose build --help [2020-10-06T04:16:13.384Z] + grep parallel [2020-10-06T04:16:14.338Z] --parallel Build images in parallel. [Pipeline] } [2020-10-06T04:16:14.357Z] $ docker stop --time=1 4cecaad41ef365574939b639aa4ef759f8848fcd3ab23203cb4541b2d4b2b3d0 [2020-10-06T04:16:15.690Z] $ docker rm -f 4cecaad41ef365574939b639aa4ef759f8848fcd3ab23203cb4541b2d4b2b3d0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:16:16.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-06T04:16:16.313Z] . [Pipeline] withDockerContainer [2020-10-06T04:16:16.432Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:16:16.490Z] $ 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/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-06T04:16:17.033Z] $ docker top 9410bd8b83d0f2e1be80cc9cbcf80661ad64b72b48259750c4790b51da0336f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T04:16:17.518Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-06T04:16:18.498Z] Building docker-core-command-go ... [2020-10-06T04:16:18.498Z] Building docker-core-data-go ... [2020-10-06T04:16:18.498Z] Building docker-core-metadata-go ... [2020-10-06T04:16:18.498Z] Building docker-security-proxy-setup-go ... [2020-10-06T04:16:18.498Z] Building docker-security-secrets-setup-go ... [2020-10-06T04:16:18.498Z] Building docker-security-secretstore-setup-go ... [2020-10-06T04:16:18.498Z] Building docker-support-logging-go ... [2020-10-06T04:16:18.498Z] Building docker-support-notifications-go ... [2020-10-06T04:16:18.498Z] Building docker-support-scheduler-go ... [2020-10-06T04:16:18.498Z] Building docker-sys-mgmt-agent-go ... [2020-10-06T04:16:18.498Z] Building docker-support-logging-go [2020-10-06T04:16:18.498Z] Building docker-sys-mgmt-agent-go [2020-10-06T04:16:18.498Z] Building docker-security-proxy-setup-go [2020-10-06T04:16:18.498Z] Building docker-core-metadata-go [2020-10-06T04:16:18.498Z] Building docker-core-command-go [2020-10-06T04:16:40.629Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:16:40.629Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:16:40.629Z] ---> 1a852c8244a0 [2020-10-06T04:16:40.629Z] Step 3/27 : WORKDIR /edgex-go [2020-10-06T04:16:40.629Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:16:40.629Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:16:40.629Z] ---> 1a852c8244a0 [2020-10-06T04:16:40.629Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T04:16:40.629Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:16:40.629Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:16:40.629Z] ---> 1a852c8244a0 [2020-10-06T04:16:40.629Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T04:16:40.629Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:16:40.629Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:16:40.629Z] ---> 1a852c8244a0 [2020-10-06T04:16:40.629Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T04:16:40.629Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:16:40.629Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:16:40.629Z] ---> 1a852c8244a0 [2020-10-06T04:16:40.629Z] Step 3/20 : WORKDIR /edgex-go [2020-10-06T04:16:41.205Z] ---> Running in 6742dbd11245 [2020-10-06T04:16:41.205Z] ---> Running in 2b6e08b4cb38 [2020-10-06T04:16:41.205Z] ---> Running in 89b58f3af68a [2020-10-06T04:16:41.205Z] ---> Running in 3d699555ec99 [2020-10-06T04:16:41.205Z] ---> Running in 41cb6daac963 [2020-10-06T04:16:41.469Z] Removing intermediate container 41cb6daac963 [2020-10-06T04:16:41.469Z] ---> acf9f62c1b9c [2020-10-06T04:16:41.469Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:16:41.747Z] Removing intermediate container 6742dbd11245 [2020-10-06T04:16:41.747Z] ---> b54e39814749 [2020-10-06T04:16:41.747Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:16:41.747Z] Removing intermediate container 3d699555ec99 [2020-10-06T04:16:41.747Z] ---> 70ade54e1e63 [2020-10-06T04:16:41.747Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:16:41.747Z] Removing intermediate container 89b58f3af68a [2020-10-06T04:16:41.747Z] ---> 19599170d447 [2020-10-06T04:16:41.747Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:16:41.747Z] Removing intermediate container 2b6e08b4cb38 [2020-10-06T04:16:41.747Z] ---> a1b1e3ca8511 [2020-10-06T04:16:41.747Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:16:41.747Z] ---> Running in e94380d0461f [2020-10-06T04:16:42.013Z] ---> Running in 36cb06dabcfd [2020-10-06T04:16:42.013Z] ---> Running in 1ab21232689d [2020-10-06T04:16:42.013Z] ---> Running in c1f918a2bbe8 [2020-10-06T04:16:42.013Z] ---> Running in 06aef5f5c00c [2020-10-06T04:16:43.970Z] Removing intermediate container 1ab21232689d [2020-10-06T04:16:43.970Z] ---> 965804b39e25 [2020-10-06T04:16:43.970Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-06T04:16:43.970Z] ---> Running in 908ee18b57df [2020-10-06T04:16:44.236Z] Removing intermediate container 36cb06dabcfd [2020-10-06T04:16:44.236Z] ---> 5de71994621a [2020-10-06T04:16:44.236Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T04:16:44.236Z] Removing intermediate container e94380d0461f [2020-10-06T04:16:44.236Z] ---> 75538efe99b7 [2020-10-06T04:16:44.236Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T04:16:44.236Z] Removing intermediate container c1f918a2bbe8 [2020-10-06T04:16:44.236Z] ---> 71487dfae2cd [2020-10-06T04:16:44.236Z] Step 5/20 : RUN apk update && apk add make git [2020-10-06T04:16:44.504Z] ---> Running in 40fc14357c21 [2020-10-06T04:16:44.504Z] Removing intermediate container 06aef5f5c00c [2020-10-06T04:16:44.504Z] ---> 59ed00b80a3f [2020-10-06T04:16:44.504Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-06T04:16:44.504Z] ---> Running in 10b8766773a7 [2020-10-06T04:16:44.504Z] ---> Running in f35181b3dae4 [2020-10-06T04:16:44.504Z] ---> Running in afba5365debd [2020-10-06T04:16:44.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:16:45.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:16:45.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:16:45.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:16:45.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:16:45.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:16:46.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:16:46.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:16:46.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:16:46.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:16:46.718Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:16:46.718Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:16:46.718Z] OK: 12752 distinct packages available [2020-10-06T04:16:46.983Z] OK: 233 MiB in 51 packages [2020-10-06T04:16:47.245Z] Removing intermediate container 908ee18b57df [2020-10-06T04:16:47.245Z] ---> 4542f9660e14 [2020-10-06T04:16:47.245Z] Step 6/27 : COPY go.mod . [2020-10-06T04:16:47.508Z] ---> acebfec63a10 [2020-10-06T04:16:47.508Z] Step 7/27 : RUN go mod download [2020-10-06T04:16:47.771Z] ---> Running in 4501c4e81549 [2020-10-06T04:16:48.372Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:16:48.372Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:16:48.372Z] OK: 12752 distinct packages available [2020-10-06T04:16:48.372Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:16:48.372Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:16:48.372Z] OK: 12752 distinct packages available [2020-10-06T04:16:48.652Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:16:48.652Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:16:48.652Z] OK: 12752 distinct packages available [2020-10-06T04:16:48.652Z] OK: 233 MiB in 51 packages [2020-10-06T04:16:48.652Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:16:48.652Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:16:48.652Z] OK: 12752 distinct packages available [2020-10-06T04:16:48.923Z] OK: 233 MiB in 51 packages [2020-10-06T04:16:48.924Z] OK: 233 MiB in 51 packages [2020-10-06T04:16:48.924Z] OK: 233 MiB in 51 packages [2020-10-06T04:16:48.924Z] OK: 233 MiB in 51 packages [2020-10-06T04:16:49.869Z] Removing intermediate container 10b8766773a7 [2020-10-06T04:16:49.869Z] ---> 9e331ddff9b0 [2020-10-06T04:16:49.869Z] Step 6/22 : COPY go.mod . [2020-10-06T04:16:49.869Z] Removing intermediate container 4501c4e81549 [2020-10-06T04:16:49.869Z] ---> 53361f147fa8 [2020-10-06T04:16:49.869Z] Step 8/27 : COPY . . [2020-10-06T04:16:50.131Z] Removing intermediate container 40fc14357c21 [2020-10-06T04:16:50.131Z] ---> 658d33d0cae0 [2020-10-06T04:16:50.131Z] Step 6/22 : COPY go.mod . [2020-10-06T04:16:50.131Z] Removing intermediate container afba5365debd [2020-10-06T04:16:50.131Z] ---> 965adb3609d8 [2020-10-06T04:16:50.131Z] Step 6/22 : COPY go.mod . [2020-10-06T04:16:51.077Z] Removing intermediate container f35181b3dae4 [2020-10-06T04:16:51.077Z] ---> 8d522cc589a3 [2020-10-06T04:16:51.077Z] Step 6/20 : COPY go.mod . [2020-10-06T04:16:51.077Z] ---> 5fc838a4e9c0 [2020-10-06T04:16:51.077Z] Step 7/22 : RUN go mod download [2020-10-06T04:16:51.661Z] ---> 76195db2f56a [2020-10-06T04:16:51.661Z] Step 7/22 : RUN go mod download [2020-10-06T04:16:53.059Z] ---> Running in 6b544df36b6a [2020-10-06T04:16:53.324Z] ---> 5ec0b30a49d7 [2020-10-06T04:16:53.324Z] Step 7/22 : RUN go mod download [2020-10-06T04:16:53.324Z] ---> Running in 16cdc36f7f78 [2020-10-06T04:16:53.905Z] ---> 76b54e107240 [2020-10-06T04:16:53.905Z] Step 7/20 : RUN go mod download [2020-10-06T04:16:56.476Z] ---> Running in 083283fed3ec [2020-10-06T04:16:56.476Z] ---> Running in d02a52ad11c2 [2020-10-06T04:16:56.476Z] ---> 9be831dbcab7 [2020-10-06T04:16:56.476Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-06T04:16:56.741Z] ---> Running in c66e95fe1681 [2020-10-06T04:16:57.336Z] Removing intermediate container 6b544df36b6a [2020-10-06T04:16:57.336Z] ---> 18a276e4b3da [2020-10-06T04:16:57.336Z] Step 8/22 : COPY . . [2020-10-06T04:16:57.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-06T04:16:59.024Z] Removing intermediate container 16cdc36f7f78 [2020-10-06T04:16:59.024Z] ---> 68b8cd111a9d [2020-10-06T04:16:59.024Z] Step 8/22 : COPY . . [2020-10-06T04:17:02.383Z] Removing intermediate container 083283fed3ec [2020-10-06T04:17:02.383Z] ---> 24926121e680 [2020-10-06T04:17:02.383Z] Step 8/22 : COPY . . [2020-10-06T04:17:02.980Z] Removing intermediate container d02a52ad11c2 [2020-10-06T04:17:02.980Z] ---> e956146c709a [2020-10-06T04:17:02.980Z] Step 8/20 : COPY . . [2020-10-06T04:17:25.812Z] ---> a543aff5013a [2020-10-06T04:17:25.812Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-06T04:17:25.812Z] ---> 54811d1b03ec [2020-10-06T04:17:25.812Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-06T04:17:25.812Z] ---> Running in 277373ca4dde [2020-10-06T04:17:25.812Z] ---> 2085875611b2 [2020-10-06T04:17:25.812Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-06T04:17:25.812Z] ---> Running in 914b20caeacf [2020-10-06T04:17:25.812Z] ---> c7bb4ae76e26 [2020-10-06T04:17:25.812Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-06T04:17:25.812Z] ---> Running in 37070f9342fe [2020-10-06T04:17:25.812Z] ---> Running in f9d1ba687574 [2020-10-06T04:17:25.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/core-command/core-command ./cmd/core-command [2020-10-06T04:17:25.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-06T04:17:25.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-06T04:17:25.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-06T04:17:31.157Z] Removing intermediate container c66e95fe1681 [2020-10-06T04:17:31.157Z] ---> d3cde5cb6620 [2020-10-06T04:17:31.157Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-06T04:17:31.735Z] ---> Running in c6bbfff77bcd [2020-10-06T04:17:32.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-06T04:17:37.013Z] Removing intermediate container c6bbfff77bcd [2020-10-06T04:17:37.013Z] ---> 452581233f64 [2020-10-06T04:17:37.013Z] [2020-10-06T04:17:37.013Z] Step 11/27 : FROM docker:latest [2020-10-06T04:17:37.013Z] ---> 809cc4dba987 [2020-10-06T04:17:37.013Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-06T04:17:37.013Z] ---> Running in d80a626d231e [2020-10-06T04:17:38.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:17:38.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:17:38.741Z] (1/2) Installing readline (8.0.4-r0) [2020-10-06T04:17:38.741Z] (2/2) Installing bash (5.0.17-r0) [2020-10-06T04:17:38.741Z] Executing bash-5.0.17-r0.post-install [2020-10-06T04:17:38.741Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:17:39.021Z] OK: 12 MiB in 22 packages [2020-10-06T04:17:40.441Z] Removing intermediate container d80a626d231e [2020-10-06T04:17:40.441Z] ---> dfdb974da89f [2020-10-06T04:17:40.441Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-06T04:17:40.441Z] ---> Running in fa7a05c713ad [2020-10-06T04:17:42.389Z] Removing intermediate container fa7a05c713ad [2020-10-06T04:17:42.389Z] ---> 0bb5f8452758 [2020-10-06T04:17:42.389Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-06T04:17:42.389Z] ---> Running in b23e753be8a5 [2020-10-06T04:17:42.982Z] Removing intermediate container b23e753be8a5 [2020-10-06T04:17:42.982Z] ---> 98414f1466d3 [2020-10-06T04:17:42.982Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-06T04:17:42.982Z] ---> Running in 7c0b9e2afe24 [2020-10-06T04:17:43.262Z] Removing intermediate container 7c0b9e2afe24 [2020-10-06T04:17:43.262Z] ---> 5dfcd236b180 [2020-10-06T04:17:43.262Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-06T04:17:43.262Z] ---> Running in d655632c899a [2020-10-06T04:17:43.535Z] Removing intermediate container d655632c899a [2020-10-06T04:17:43.535Z] ---> 75bfef8f3b8e [2020-10-06T04:17:43.535Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-06T04:17:44.520Z] ---> 40f44e8798cb [2020-10-06T04:17:44.520Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-06T04:17:45.109Z] ---> e668fc71081a [2020-10-06T04:17:45.109Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-06T04:17:45.697Z] ---> dc48625ca0cf [2020-10-06T04:17:45.697Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-06T04:17:45.965Z] ---> Running in f946bcd45e2d [2020-10-06T04:17:46.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:17:46.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:17:47.200Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-06T04:17:47.200Z] (2/33) Installing expat (2.2.9-r1) [2020-10-06T04:17:47.200Z] (3/33) Installing libffi (3.3-r2) [2020-10-06T04:17:47.200Z] (4/33) Installing gdbm (1.13-r1) [2020-10-06T04:17:47.200Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-06T04:17:47.200Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-06T04:17:47.200Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-06T04:17:48.739Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-06T04:17:48.739Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-06T04:17:48.739Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-06T04:17:48.739Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-06T04:17:48.739Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-06T04:17:48.739Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-06T04:17:48.739Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-06T04:17:50.138Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-06T04:17:50.410Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-06T04:17:50.410Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-06T04:17:50.410Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-06T04:17:50.411Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-06T04:17:50.411Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-06T04:17:50.411Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-06T04:17:50.411Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-06T04:17:50.411Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-06T04:17:50.411Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-06T04:17:50.411Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-06T04:17:50.411Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-06T04:17:50.697Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-06T04:17:50.697Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-06T04:17:50.697Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-06T04:17:50.697Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-06T04:17:50.697Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-06T04:17:50.697Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-06T04:17:50.697Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-06T04:17:50.697Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:17:50.697Z] OK: 71 MiB in 55 packages [2020-10-06T04:17:58.054Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3609 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-06T04:17:58.103Z] Running in /w/workspace/edgex-go/162 [Pipeline] { [Pipeline] checkout [2020-10-06T04:18:00.834Z] Removing intermediate container f946bcd45e2d [2020-10-06T04:18:00.834Z] ---> 56016f83adcb [2020-10-06T04:18:00.834Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-06T04:18:00.834Z] Removing intermediate container f9d1ba687574 [2020-10-06T04:18:00.834Z] ---> c22ad7be1329 [2020-10-06T04:18:00.834Z] [2020-10-06T04:18:00.834Z] Step 10/20 : FROM alpine [2020-10-06T04:18:00.834Z] ---> Running in b0300082c005 [2020-10-06T04:18:00.834Z] Removing intermediate container 37070f9342fe [2020-10-06T04:18:00.834Z] ---> 48b716be0ccc [2020-10-06T04:18:00.834Z] [2020-10-06T04:18:00.834Z] Step 10/22 : FROM scratch [2020-10-06T04:18:00.834Z] ---> [2020-10-06T04:18:00.834Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T04:18:01.107Z] latest: Pulling from library/alpine [2020-10-06T04:18:01.492Z] ---> Running in a633acf25355 [2020-10-06T04:18:01.492Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T04:18:01.492Z] Status: Downloaded newer image for alpine:latest [2020-10-06T04:18:01.492Z] ---> a24bb4013296 [2020-10-06T04:18:01.492Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-06T04:18:01.764Z] Removing intermediate container a633acf25355 [2020-10-06T04:18:01.764Z] ---> c4917765f9d6 [2020-10-06T04:18:01.764Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-06T04:18:01.764Z] ---> Running in fc4e4639415d [2020-10-06T04:18:02.035Z] ---> Running in 85b6b791577c [2020-10-06T04:18:02.998Z] Removing intermediate container 85b6b791577c [2020-10-06T04:18:02.998Z] ---> daf6ecdb87eb [2020-10-06T04:18:02.998Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T04:18:02.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:18:03.261Z] Collecting docker-compose==1.23.2 [2020-10-06T04:18:03.261Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:18:03.261Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-06T04:18:03.261Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:18:03.261Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:18:03.261Z] OK: 12750 distinct packages available [2020-10-06T04:18:03.523Z] ---> Running in a94d2b7eed2d [2020-10-06T04:18:03.523Z] Removing intermediate container 277373ca4dde [2020-10-06T04:18:03.523Z] ---> a373d9b6e49a [2020-10-06T04:18:03.523Z] [2020-10-06T04:18:03.523Z] Step 10/22 : FROM scratch [2020-10-06T04:18:03.523Z] ---> [2020-10-06T04:18:03.523Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T04:18:03.523Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-06T04:18:03.630Z] using credential edgex-jenkins-ssh [2020-10-06T04:18:03.685Z] Cloning the remote Git repository [2020-10-06T04:18:03.789Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T04:18:03.789Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-06T04:18:03.789Z] (4/4) Installing curl (7.69.1-r1) [2020-10-06T04:18:03.789Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:18:03.789Z] ---> Running in 5ddd802534cb [2020-10-06T04:18:03.789Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T04:18:03.789Z] OK: 7 MiB in 18 packages [2020-10-06T04:18:03.789Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-06T04:18:03.789Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-06T04:18:03.731Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-06T04:18:03.840Z] > git init /w/workspace/edgex-go/162 # timeout=10 [2020-10-06T04:18:03.937Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-06T04:18:03.938Z] > git --version # timeout=10 [2020-10-06T04:18:03.959Z] > git --version # 'git version 2.17.1' [2020-10-06T04:18:03.961Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T04:18:04.035Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T04:18:04.736Z] Removing intermediate container a94d2b7eed2d [2020-10-06T04:18:04.737Z] ---> 2819df322d5e [2020-10-06T04:18:04.737Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-06T04:18:05.002Z] Removing intermediate container 5ddd802534cb [2020-10-06T04:18:05.002Z] ---> 4002d717a2b0 [2020-10-06T04:18:05.002Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-06T04:18:05.002Z] Collecting docopt<0.7,>=0.6.1 [2020-10-06T04:18:05.002Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-06T04:18:05.268Z] ---> Running in e69a56d41b55 [2020-10-06T04:18:05.268Z] ---> 4f1405f85ecc [2020-10-06T04:18:05.268Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-06T04:18:05.536Z] Removing intermediate container e69a56d41b55 [2020-10-06T04:18:05.536Z] ---> fa5bd9816c3e [2020-10-06T04:18:05.536Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T04:18:05.536Z] ---> Running in 6242628925a8 [2020-10-06T04:18:05.800Z] Collecting docker<4.0,>=3.6.0 [2020-10-06T04:18:05.800Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-06T04:18:06.774Z] Removing intermediate container fc4e4639415d [2020-10-06T04:18:06.774Z] ---> 15a3a2fbedb3 [2020-10-06T04:18:06.774Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T04:18:06.774Z] ---> fe8482819d7f [2020-10-06T04:18:06.774Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-06T04:18:07.035Z] Collecting jsonschema<3,>=2.5.1 [2020-10-06T04:18:07.035Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-06T04:18:08.433Z] Removing intermediate container 6242628925a8 [2020-10-06T04:18:08.433Z] ---> 7b671ec79b54 [2020-10-06T04:18:08.433Z] Step 14/22 : WORKDIR / [2020-10-06T04:18:08.433Z] ---> Running in e1cb1ee3f2e8 [2020-10-06T04:18:08.433Z] Collecting PyYAML<4,>=3.10 [2020-10-06T04:18:08.433Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-06T04:18:08.699Z] ---> 5f6a6b31e605 [2020-10-06T04:18:08.699Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-06T04:18:08.699Z] ---> Running in c067269e989c [2020-10-06T04:18:08.699Z] Removing intermediate container 914b20caeacf [2020-10-06T04:18:08.699Z] ---> 27d6072f23b8 [2020-10-06T04:18:08.699Z] [2020-10-06T04:18:08.699Z] Step 10/22 : FROM scratch [2020-10-06T04:18:08.699Z] ---> [2020-10-06T04:18:08.699Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T04:18:08.699Z] ---> Using cache [2020-10-06T04:18:08.699Z] ---> 4002d717a2b0 [2020-10-06T04:18:08.699Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-06T04:18:09.277Z] ---> Running in a80a317fad22 [2020-10-06T04:18:09.277Z] Removing intermediate container e1cb1ee3f2e8 [2020-10-06T04:18:09.277Z] ---> a89d5a88d92f [2020-10-06T04:18:09.277Z] Step 13/20 : WORKDIR /edgex [2020-10-06T04:18:09.857Z] 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-10-06T04:18:09.857Z] Collecting cached-property<2,>=1.2.0 [2020-10-06T04:18:09.857Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-06T04:18:09.857Z] ---> Running in b046825ac045 [2020-10-06T04:18:09.857Z] Removing intermediate container c067269e989c [2020-10-06T04:18:09.857Z] ---> 114ba11ede15 [2020-10-06T04:18:09.857Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-06T04:18:09.857Z] ---> 84e04fba3691 [2020-10-06T04:18:09.857Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-06T04:18:09.857Z] Collecting texttable<0.10,>=0.9.0 [2020-10-06T04:18:09.857Z] Removing intermediate container a80a317fad22 [2020-10-06T04:18:09.857Z] ---> b8da28b42344 [2020-10-06T04:18:09.857Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T04:18:09.857Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-06T04:18:10.120Z] ---> Running in c8d517efedca [2020-10-06T04:18:10.120Z] ---> Running in 6c5eb453e745 [2020-10-06T04:18:10.120Z] Removing intermediate container b046825ac045 [2020-10-06T04:18:10.120Z] ---> 693c4415f26d [2020-10-06T04:18:10.120Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-06T04:18:10.383Z] ---> 17ad90cf8860 [2020-10-06T04:18:10.383Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-06T04:18:10.383Z] Removing intermediate container c8d517efedca [2020-10-06T04:18:10.384Z] ---> bb56ff810b97 [2020-10-06T04:18:10.384Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:18:10.652Z] Removing intermediate container 6c5eb453e745 [2020-10-06T04:18:10.652Z] ---> a5900140c97b [2020-10-06T04:18:10.652Z] Step 14/22 : WORKDIR / [2020-10-06T04:18:10.915Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-06T04:18:10.915Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-06T04:18:10.915Z] ---> Running in d536e5459c8f [2020-10-06T04:18:11.183Z] ---> Running in 8b7748692844 [2020-10-06T04:18:11.183Z] ---> 9d5b8feb7dfd [2020-10-06T04:18:11.183Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-06T04:18:11.183Z] ---> 8916ef31bbd8 [2020-10-06T04:18:11.183Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-06T04:18:11.446Z] Removing intermediate container d536e5459c8f [2020-10-06T04:18:11.446Z] ---> 1f61783b610b [2020-10-06T04:18:11.446Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T04:18:11.446Z] Removing intermediate container 8b7748692844 [2020-10-06T04:18:11.446Z] ---> cfcafa5ad14c [2020-10-06T04:18:11.446Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-06T04:18:11.714Z] ---> 754a5b05ff26 [2020-10-06T04:18:11.714Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-06T04:18:11.714Z] ---> Running in ab2aa010bd58 [2020-10-06T04:18:11.714Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-06T04:18:11.714Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-06T04:18:11.714Z] ---> 7966f19572e4 [2020-10-06T04:18:11.714Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-06T04:18:11.714Z] ---> Running in 7f19918ff5f6 [2020-10-06T04:18:11.984Z] Collecting idna<2.8,>=2.5 [2020-10-06T04:18:11.984Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-06T04:18:11.984Z] 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-10-06T04:18:11.984Z] 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-10-06T04:18:11.984Z] ---> f8bbbda29580 [2020-10-06T04:18:11.984Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-06T04:18:11.984Z] ---> Running in 48e40ef06086 [2020-10-06T04:18:11.984Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-06T04:18:11.984Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-06T04:18:11.984Z] Removing intermediate container ab2aa010bd58 [2020-10-06T04:18:11.984Z] ---> af9b989cd3f3 [2020-10-06T04:18:11.984Z] Step 21/22 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:18:12.246Z] Removing intermediate container 7f19918ff5f6 [2020-10-06T04:18:12.246Z] ---> f023e1d9783e [2020-10-06T04:18:12.246Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:18:12.246Z] Collecting docker-pycreds>=0.4.0 [2020-10-06T04:18:12.246Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-06T04:18:12.508Z] ---> Running in 1516193a506b [2020-10-06T04:18:12.508Z] ---> Running in 2fc0b4d8f9af [2020-10-06T04:18:12.508Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-06T04:18:12.508Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-06T04:18:12.508Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-06T04:18:12.508Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-06T04:18:12.508Z] Removing intermediate container 48e40ef06086 [2020-10-06T04:18:12.508Z] ---> b4d1f7cb4ff3 [2020-10-06T04:18:12.508Z] Step 17/20 : CMD ["--init=true"] [2020-10-06T04:18:12.771Z] ---> 2ba413adffe5 [2020-10-06T04:18:12.771Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-06T04:18:12.771Z] Installing collected packages: idna, urllib3, requests, docopt, docker-pycreds, websocket-client, docker, jsonschema, PyYAML, cached-property, texttable, dockerpty, docker-compose [2020-10-06T04:18:12.771Z] Attempting uninstall: idna [2020-10-06T04:18:12.771Z] Found existing installation: idna 2.9 [2020-10-06T04:18:12.771Z] Uninstalling idna-2.9: [2020-10-06T04:18:12.771Z] Successfully uninstalled idna-2.9 [2020-10-06T04:18:12.771Z] ---> Running in 76f14157744d [2020-10-06T04:18:13.034Z] Removing intermediate container 2fc0b4d8f9af [2020-10-06T04:18:13.034Z] ---> fea14e7c9ee3 [2020-10-06T04:18:13.034Z] Step 22/22 : LABEL version=1.2.2-dev.47 [2020-10-06T04:18:13.610Z] Removing intermediate container 1516193a506b [2020-10-06T04:18:13.610Z] ---> 7f956dd1aeb4 [2020-10-06T04:18:13.610Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T04:18:13.610Z] Attempting uninstall: urllib3 [2020-10-06T04:18:13.610Z] Found existing installation: urllib3 1.25.9 [2020-10-06T04:18:13.610Z] Uninstalling urllib3-1.25.9: [2020-10-06T04:18:13.871Z] Successfully uninstalled urllib3-1.25.9 [2020-10-06T04:18:14.135Z] ---> Running in 38ff080a565c [2020-10-06T04:18:14.135Z] ---> Running in 253f537ce4c4 [2020-10-06T04:18:14.398Z] Removing intermediate container 76f14157744d [2020-10-06T04:18:14.398Z] ---> 461a49fc7a8d [2020-10-06T04:18:14.398Z] Step 18/20 : LABEL arch=x86_64 [2020-10-06T04:18:14.398Z] Attempting uninstall: requests [2020-10-06T04:18:14.398Z] Found existing installation: requests 2.23.0 [2020-10-06T04:18:14.398Z] Uninstalling requests-2.23.0: [2020-10-06T04:18:14.398Z] ---> df22032c6157 [2020-10-06T04:18:14.398Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-06T04:18:14.662Z] Successfully uninstalled requests-2.23.0 [2020-10-06T04:18:14.930Z] ---> Running in 725ddbb47124 [2020-10-06T04:18:14.930Z] ---> Running in 24df78b8a005 [2020-10-06T04:18:14.930Z] Running setup.py install for docopt: started [2020-10-06T04:18:14.930Z] Removing intermediate container 253f537ce4c4 [2020-10-06T04:18:14.930Z] ---> d4cd32726bf8 [2020-10-06T04:18:14.930Z] Step 21/22 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:18:15.202Z] Removing intermediate container 38ff080a565c [2020-10-06T04:18:15.202Z] ---> e2c27dc829a1 [2020-10-06T04:18:15.202Z] [2020-10-06T04:18:15.202Z] ---> Running in 8470f955a9fb [2020-10-06T04:18:15.465Z] Removing intermediate container 725ddbb47124 [2020-10-06T04:18:15.465Z] ---> eed78bf85556 [2020-10-06T04:18:15.465Z] Step 19/20 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:18:15.465Z] Successfully built e2c27dc829a1 [2020-10-06T04:18:15.465Z] Running setup.py install for docopt: finished with status 'done' [2020-10-06T04:18:15.465Z] Successfully tagged docker-support-logging-go:latest [2020-10-06T04:18:15.465Z]  Building docker-support-logging-go ... done Building docker-support-scheduler-go [2020-10-06T04:18:15.465Z] Removing intermediate container 24df78b8a005 [2020-10-06T04:18:15.465Z] ---> 7d4f780f8261 [2020-10-06T04:18:15.465Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:18:15.731Z] ---> Running in a42228c1739c [2020-10-06T04:18:15.731Z] Removing intermediate container 8470f955a9fb [2020-10-06T04:18:15.731Z] ---> b184c54ab3c9 [2020-10-06T04:18:15.731Z] Step 22/22 : LABEL version=1.2.2-dev.47 [2020-10-06T04:18:16.314Z] ---> Running in 78c06ad7b2b3 [2020-10-06T04:18:16.587Z] ---> Running in b20c061ddc16 [2020-10-06T04:18:18.533Z] Removing intermediate container a42228c1739c [2020-10-06T04:18:18.533Z] ---> 0451ae9899c4 [2020-10-06T04:18:18.533Z] Step 20/20 : LABEL version=1.2.2-dev.47 [2020-10-06T04:18:18.796Z] Running setup.py install for PyYAML: started [2020-10-06T04:18:20.201Z] Removing intermediate container 78c06ad7b2b3 [2020-10-06T04:18:20.201Z] ---> 2492c82cb43c [2020-10-06T04:18:20.201Z] Step 20/22 : LABEL arch=x86_64 [2020-10-06T04:18:20.201Z] Removing intermediate container b20c061ddc16 [2020-10-06T04:18:20.201Z] ---> f12cc8f5915a [2020-10-06T04:18:20.201Z] [2020-10-06T04:18:20.201Z] ---> Running in ad238efb1ed3 [2020-10-06T04:18:20.467Z] ---> Running in 7e89a19e7b24 [2020-10-06T04:18:20.467Z] Successfully built f12cc8f5915a [2020-10-06T04:18:20.732Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-06T04:18:20.732Z] Successfully tagged docker-core-command-go:latest [2020-10-06T04:18:20.732Z]  Building docker-core-command-go ... done Building docker-security-secrets-setup-go [2020-10-06T04:18:20.732Z] Running setup.py install for texttable: started [2020-10-06T04:18:22.135Z] Removing intermediate container ad238efb1ed3 [2020-10-06T04:18:22.135Z] ---> 5f1816d30e5e [2020-10-06T04:18:22.135Z] [2020-10-06T04:18:22.135Z] Running setup.py install for texttable: finished with status 'done' [2020-10-06T04:18:22.714Z] Running setup.py install for dockerpty: started [2020-10-06T04:18:24.645Z] Successfully built 5f1816d30e5e [2020-10-06T04:18:24.645Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-06T04:18:24.645Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-10-06T04:18:25.602Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-06T04:18:26.308Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-06T04:18:26.324Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T04:18:26.350Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-06T04:18:26.438Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-06T04:18:26.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T04:18:26.480Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T04:18:26.997Z] Removing intermediate container 7e89a19e7b24 [2020-10-06T04:18:26.997Z] ---> c1825289d6c1 [2020-10-06T04:18:26.997Z] Step 21/22 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:18:27.083Z] Checking out Revision 890f92a9d8ed5a1b35c567ef67db74c505b78e03 (master) [2020-10-06T04:18:27.093Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T04:18:27.115Z] > git checkout -f 890f92a9d8ed5a1b35c567ef67db74c505b78e03 # timeout=10 [2020-10-06T04:18:29.655Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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-10-06T04:18:30.608Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:18:30.608Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:18:30.608Z] ---> 1a852c8244a0 [2020-10-06T04:18:30.608Z] Step 3/21 : WORKDIR /edgex-go [2020-10-06T04:18:30.608Z] ---> Using cache [2020-10-06T04:18:30.608Z] ---> a1b1e3ca8511 [2020-10-06T04:18:30.608Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:18:30.608Z] ---> Using cache [2020-10-06T04:18:30.608Z] ---> 59ed00b80a3f [2020-10-06T04:18:30.608Z] Step 5/21 : RUN apk update && apk add make git [2020-10-06T04:18:31.610Z] Commit message: "Merge pull request #2749 from weichou1229/issue-2736" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-06T04:18:32.551Z] ---> Running in d66dff96ac9a [2020-10-06T04:18:34.493Z] ---> Running in cb65e22837c3 [2020-10-06T04:18:35.080Z] Removing intermediate container d66dff96ac9a [2020-10-06T04:18:35.080Z] ---> 01b286b24d51 [2020-10-06T04:18:35.080Z] Step 22/22 : LABEL version=1.2.2-dev.47 [2020-10-06T04:18:36.047Z] ---> Running in 8dc381e2f82b [2020-10-06T04:18:36.323Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:18:36.323Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-06T04:18:36.323Z] ---> 1a852c8244a0 [2020-10-06T04:18:36.323Z] Step 3/29 : WORKDIR /edgex-go [2020-10-06T04:18:36.323Z] ---> Using cache [2020-10-06T04:18:36.323Z] ---> a1b1e3ca8511 [2020-10-06T04:18:36.323Z] Step 4/29 : RUN apk update && apk add make git [2020-10-06T04:18:36.323Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:18:36.323Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:18:36.323Z] ---> 1a852c8244a0 [2020-10-06T04:18:36.323Z] Step 3/26 : WORKDIR /edgex-go [2020-10-06T04:18:36.323Z] ---> Using cache [2020-10-06T04:18:36.323Z] ---> a1b1e3ca8511 [2020-10-06T04:18:36.323Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:18:36.323Z] ---> Using cache [2020-10-06T04:18:36.323Z] ---> 59ed00b80a3f [2020-10-06T04:18:36.323Z] Step 5/26 : RUN apk update && apk add make git [2020-10-06T04:18:37.765Z] ---> Running in 6bbcf92bf93c [2020-10-06T04:18:37.765Z] ---> Running in 4f5b9064ba10 [2020-10-06T04:18:37.765Z] Removing intermediate container 8dc381e2f82b [2020-10-06T04:18:37.765Z] ---> 84829200ada5 [2020-10-06T04:18:37.765Z] [2020-10-06T04:18:38.033Z] Successfully built 84829200ada5 [2020-10-06T04:18:38.033Z] Successfully tagged docker-core-metadata-go:latest [2020-10-06T04:18:38.033Z] Building docker-core-data-go [2020-10-06T04:18:38.033Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:18:38.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:18:38.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:18:38.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:18:39.214Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:18:39.214Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:18:39.214Z] OK: 12752 distinct packages available [2020-10-06T04:18:39.214Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:18:39.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:18:39.496Z] OK: 233 MiB in 51 packages [2020-10-06T04:18:39.780Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:18:39.781Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:18:39.781Z] OK: 12752 distinct packages available [2020-10-06T04:18:40.052Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:18:40.052Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:18:40.052Z] OK: 12752 distinct packages available [2020-10-06T04:18:40.052Z] OK: 233 MiB in 51 packages [2020-10-06T04:18:40.332Z] OK: 233 MiB in 51 packages [2020-10-06T04:18:42.275Z] Removing intermediate container b0300082c005 [2020-10-06T04:18:42.275Z] ---> c2be7fdfb483 [2020-10-06T04:18:42.275Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-06T04:18:43.685Z] ---> Running in 8ffd169ca92f [Pipeline] echo [2020-10-06T04:18:43.856Z] ========================================================= [2020-10-06T04:18:43.856Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-06T04:18:43.856Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:18:44.795Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-06T04:18:45.661Z] Removing intermediate container cb65e22837c3 [2020-10-06T04:18:45.661Z] ---> 6607068a6c79 [2020-10-06T04:18:45.661Z] Step 6/21 : COPY go.mod . [2020-10-06T04:18:45.928Z] Removing intermediate container 4f5b9064ba10 [2020-10-06T04:18:45.928Z] ---> 5670e3d02334 [2020-10-06T04:18:45.928Z] Removing intermediate container 6bbcf92bf93c [2020-10-06T04:18:45.928Z] Step 5/29 : COPY go.mod . ---> 86af99d0b9cf [2020-10-06T04:18:45.928Z] [2020-10-06T04:18:45.928Z] Step 6/26 : COPY go.mod . [2020-10-06T04:18:46.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:18:46.197Z] ---> 5559eb0574ee [2020-10-06T04:18:46.197Z] Step 7/21 : RUN go mod download [2020-10-06T04:18:46.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:18:46.462Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T04:18:46.462Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-06T04:18:46.462Z] (3/3) Installing curl (7.69.1-r1) [2020-10-06T04:18:46.462Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:18:46.462Z] OK: 72 MiB in 58 packages [2020-10-06T04:18:47.047Z] ---> Running in 437dca78ff5a [2020-10-06T04:18:47.520Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:18:47.520Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:18:47.520Z] ---> 1a852c8244a0 [2020-10-06T04:18:47.520Z] Step 3/23 : WORKDIR /edgex-go [2020-10-06T04:18:47.520Z] ---> Using cache [2020-10-06T04:18:47.520Z] ---> a1b1e3ca8511 [2020-10-06T04:18:47.520Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:18:47.520Z] ---> Using cache [2020-10-06T04:18:47.520Z] ---> 59ed00b80a3f [2020-10-06T04:18:47.520Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-06T04:18:48.138Z] ---> cea30bf7bdcc [2020-10-06T04:18:48.138Z] Step 6/29 : RUN go mod download [2020-10-06T04:18:48.138Z] ---> ce51f78645af [2020-10-06T04:18:48.407Z] Step 7/26 : RUN go mod download [2020-10-06T04:18:48.407Z] ---> Running in 733e01441d57 [2020-10-06T04:18:48.407Z] ---> Running in 6ed0c92a254a [2020-10-06T04:18:48.671Z] ---> Running in 53cb6def89c5 [2020-10-06T04:18:48.672Z] Removing intermediate container 8ffd169ca92f [2020-10-06T04:18:48.672Z] ---> b88e59ea0a92 [2020-10-06T04:18:48.672Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-06T04:18:48.936Z] ---> Running in a20dd35bad53 [2020-10-06T04:18:49.139Z] Sending build context to Docker daemon 324.6MB [2020-10-06T04:18:49.139Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-06T04:18:49.139Z] Step 2/7 : FROM ${BASE} [2020-10-06T04:18:49.139Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-06T04:18:49.139Z] b538f80385f9: Pulling fs layer [2020-10-06T04:18:49.139Z] 74f711af9a0d: Pulling fs layer [2020-10-06T04:18:49.139Z] 99f96fe45779: Pulling fs layer [2020-10-06T04:18:49.139Z] 8529a6b9a6be: Pulling fs layer [2020-10-06T04:18:49.139Z] 45590311c82a: Pulling fs layer [2020-10-06T04:18:49.139Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-06T04:18:49.139Z] 209524e5b208: Pulling fs layer [2020-10-06T04:18:49.139Z] 8529a6b9a6be: Waiting [2020-10-06T04:18:49.139Z] 45590311c82a: Waiting [2020-10-06T04:18:49.139Z] 69ca0ff8b7b3: Waiting [2020-10-06T04:18:49.139Z] 209524e5b208: Waiting [2020-10-06T04:18:49.139Z] 99f96fe45779: Download complete [2020-10-06T04:18:49.139Z] 74f711af9a0d: Verifying Checksum [2020-10-06T04:18:49.139Z] 74f711af9a0d: Download complete [2020-10-06T04:18:49.139Z] 45590311c82a: Download complete [2020-10-06T04:18:49.139Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-06T04:18:49.139Z] 69ca0ff8b7b3: Download complete [2020-10-06T04:18:49.139Z] b538f80385f9: Verifying Checksum [2020-10-06T04:18:49.139Z] b538f80385f9: Download complete [2020-10-06T04:18:49.530Z] Removing intermediate container a20dd35bad53 [2020-10-06T04:18:49.530Z] ---> 6a488a2bcc4a [2020-10-06T04:18:49.530Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:18:49.530Z] ---> Running in a77d2d7f2119 [2020-10-06T04:18:49.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:18:49.805Z] Removing intermediate container a77d2d7f2119 [2020-10-06T04:18:49.805Z] ---> 4ba06fb64d43 [2020-10-06T04:18:49.805Z] Step 25/27 : LABEL arch=x86_64 [2020-10-06T04:18:49.805Z] ---> Running in 79b17550e489 [2020-10-06T04:18:50.068Z] Removing intermediate container 79b17550e489 [2020-10-06T04:18:50.068Z] ---> 1c19d3064406 [2020-10-06T04:18:50.068Z] Step 26/27 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:18:50.068Z] ---> Running in d1b3fc1c145d [2020-10-06T04:18:50.126Z] b538f80385f9: Pull complete [2020-10-06T04:18:50.331Z] Removing intermediate container d1b3fc1c145d [2020-10-06T04:18:50.331Z] ---> 47b13d44cb96 [2020-10-06T04:18:50.331Z] Step 27/27 : LABEL version=1.2.2-dev.47 [2020-10-06T04:18:50.407Z] 74f711af9a0d: Pull complete [2020-10-06T04:18:50.593Z] ---> Running in b48ed8132f06 [2020-10-06T04:18:50.594Z] Removing intermediate container 437dca78ff5a [2020-10-06T04:18:50.594Z] ---> 7434c09d06aa [2020-10-06T04:18:50.594Z] Step 8/21 : COPY . . [2020-10-06T04:18:50.687Z] 99f96fe45779: Pull complete [2020-10-06T04:18:50.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:18:50.860Z] Removing intermediate container 6ed0c92a254a [2020-10-06T04:18:50.860Z] ---> 8cfa222189f7 [2020-10-06T04:18:50.860Z] Step 7/29 : COPY . . [2020-10-06T04:18:50.860Z] Removing intermediate container b48ed8132f06 [2020-10-06T04:18:50.860Z] ---> 6a63c23e5b4b [2020-10-06T04:18:50.860Z] [2020-10-06T04:18:50.860Z] Removing intermediate container 53cb6def89c5 [2020-10-06T04:18:50.860Z] ---> 6f0ce05b9e8a [2020-10-06T04:18:50.860Z] Step 8/26 : COPY . . [2020-10-06T04:18:50.860Z] Successfully built 6a63c23e5b4b [2020-10-06T04:18:51.131Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-06T04:18:51.131Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-notifications-go [2020-10-06T04:18:52.126Z] 209524e5b208: Verifying Checksum [2020-10-06T04:18:52.127Z] 209524e5b208: Download complete [2020-10-06T04:18:54.094Z] 8529a6b9a6be: Verifying Checksum [2020-10-06T04:18:54.094Z] 8529a6b9a6be: Download complete [2020-10-06T04:18:55.371Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:18:55.371Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:18:55.371Z] OK: 12752 distinct packages available [2020-10-06T04:18:55.651Z] OK: 233 MiB in 51 packages [2020-10-06T04:19:04.275Z] 8529a6b9a6be: Pull complete [2020-10-06T04:19:04.275Z] 45590311c82a: Pull complete [2020-10-06T04:19:04.872Z] 69ca0ff8b7b3: Pull complete [2020-10-06T04:19:09.211Z] 209524e5b208: Pull complete [2020-10-06T04:19:09.211Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-06T04:19:09.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-06T04:19:09.211Z] ---> 5bddaf1c2fca [2020-10-06T04:19:09.211Z] 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-10-06T04:19:10.650Z] Removing intermediate container 733e01441d57 [2020-10-06T04:19:10.650Z] ---> fe4409159e75 [2020-10-06T04:19:10.650Z] Step 6/23 : COPY go.mod . [2020-10-06T04:19:10.922Z] ---> 4474a6444874 [2020-10-06T04:19:10.922Z] Step 7/23 : RUN go mod download [2020-10-06T04:19:11.500Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:19:11.500Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:19:11.500Z] ---> 1a852c8244a0 [2020-10-06T04:19:11.500Z] Step 3/24 : WORKDIR /edgex-go [2020-10-06T04:19:11.500Z] ---> Using cache [2020-10-06T04:19:11.500Z] ---> a1b1e3ca8511 [2020-10-06T04:19:11.500Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:19:11.500Z] ---> Using cache [2020-10-06T04:19:11.500Z] ---> 59ed00b80a3f [2020-10-06T04:19:11.500Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-06T04:19:12.448Z] ---> Running in 8b614d4ab4f8 [2020-10-06T04:19:12.619Z] ---> Running in 38c4d7bbffcc [2020-10-06T04:19:13.407Z] ---> Running in 85f4e2066f5d [2020-10-06T04:19:13.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:19:14.378Z] ---> 697a326335ee [2020-10-06T04:19:14.378Z] 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-10-06T04:19:14.378Z] ---> 5e311bc10329 [2020-10-06T04:19:14.378Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-06T04:19:14.378Z] ---> 17f099791868 [2020-10-06T04:19:14.378Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-06T04:19:14.378Z] ---> Running in a05597863451 [2020-10-06T04:19:14.378Z] ---> Running in 6d1bff27007e [2020-10-06T04:19:14.378Z] ---> Running in e4cdb4e0fa8b [2020-10-06T04:19:14.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:19:15.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-06T04:19:15.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-06T04:19:15.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-06T04:19:15.825Z] Removing intermediate container 8b614d4ab4f8 [2020-10-06T04:19:15.825Z] ---> 6a33cd0de7f9 [2020-10-06T04:19:15.825Z] Step 8/23 : COPY . . [2020-10-06T04:19:16.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:19:16.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:19:18.834Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:19:18.834Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:19:18.834Z] OK: 12752 distinct packages available [2020-10-06T04:19:18.861Z] (1/12) Installing libmagic (5.38-r0) [2020-10-06T04:19:19.135Z] (2/12) Installing file (5.38-r0) [2020-10-06T04:19:19.406Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-06T04:19:19.406Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-06T04:19:19.447Z] OK: 233 MiB in 51 packages [2020-10-06T04:19:22.091Z] Removing intermediate container 85f4e2066f5d [2020-10-06T04:19:22.091Z] ---> cfefe1cb4699 [2020-10-06T04:19:22.091Z] Step 6/24 : COPY go.mod . [2020-10-06T04:19:25.501Z] ---> eeae3425b8fb [2020-10-06T04:19:25.501Z] Step 7/24 : RUN go mod download [2020-10-06T04:19:25.501Z] ---> Running in f240ff634de4 [2020-10-06T04:19:30.904Z] ---> c5598ede9f16 [2020-10-06T04:19:30.904Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-06T04:19:31.518Z] ---> Running in 074cb405a632 [2020-10-06T04:19:31.784Z] Removing intermediate container f240ff634de4 [2020-10-06T04:19:31.784Z] ---> 94004252dbef [2020-10-06T04:19:31.784Z] Step 8/24 : COPY . . [2020-10-06T04:19:31.830Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-06T04:19:31.830Z] (6/12) Installing patch (2.7.6-r6) [2020-10-06T04:19:32.101Z] (7/12) Installing build-base (0.5-r2) [2020-10-06T04:19:32.101Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-06T04:19:32.101Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-06T04:19:32.370Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-06T04:19:32.370Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-06T04:19:32.645Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-06T04:19:32.645Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:19:32.645Z] OK: 217 MiB in 51 packages [2020-10-06T04:19:32.764Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/core-data/core-data ./cmd/core-data [2020-10-06T04:19:36.961Z] Removing intermediate container 38c4d7bbffcc [2020-10-06T04:19:36.961Z] ---> b45447b7d53d [2020-10-06T04:19:36.961Z] Step 4/7 : WORKDIR /edgex-go [2020-10-06T04:19:36.961Z] ---> Running in b51c3b9c89af [2020-10-06T04:19:37.556Z] Removing intermediate container b51c3b9c89af [2020-10-06T04:19:37.556Z] ---> e22abce12e85 [2020-10-06T04:19:37.556Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-06T04:19:37.556Z] latest: Pulling from library/docker [2020-10-06T04:19:37.831Z] b538f80385f9: Already exists [2020-10-06T04:19:37.831Z] 259a493cd78d: Pulling fs layer [2020-10-06T04:19:37.831Z] b8e66b5100f5: Pulling fs layer [2020-10-06T04:19:37.831Z] 7f8258a56ab6: Pulling fs layer [2020-10-06T04:19:37.831Z] 75a0a0ebb566: Pulling fs layer [2020-10-06T04:19:37.831Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-06T04:19:37.831Z] 294320357d30: Pulling fs layer [2020-10-06T04:19:37.831Z] 75a0a0ebb566: Waiting [2020-10-06T04:19:37.831Z] 4a2c62f0a2a3: Waiting [2020-10-06T04:19:37.831Z] 294320357d30: Waiting [2020-10-06T04:19:37.831Z] b8e66b5100f5: Verifying Checksum [2020-10-06T04:19:37.831Z] b8e66b5100f5: Download complete [2020-10-06T04:19:38.109Z] 259a493cd78d: Download complete [2020-10-06T04:19:38.109Z] 75a0a0ebb566: Verifying Checksum [2020-10-06T04:19:38.109Z] 75a0a0ebb566: Download complete [2020-10-06T04:19:38.109Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-06T04:19:38.109Z] 4a2c62f0a2a3: Download complete [2020-10-06T04:19:38.109Z] 294320357d30: Verifying Checksum [2020-10-06T04:19:38.109Z] 294320357d30: Download complete [2020-10-06T04:19:38.709Z] 259a493cd78d: Pull complete [2020-10-06T04:19:39.314Z] b8e66b5100f5: Pull complete [2020-10-06T04:19:39.314Z] 7f8258a56ab6: Verifying Checksum [2020-10-06T04:19:39.314Z] 7f8258a56ab6: Download complete [2020-10-06T04:19:42.707Z] 7f8258a56ab6: Pull complete [2020-10-06T04:19:42.707Z] 75a0a0ebb566: Pull complete [2020-10-06T04:19:42.981Z] 4a2c62f0a2a3: Pull complete [2020-10-06T04:19:43.255Z] 294320357d30: Pull complete [2020-10-06T04:19:43.255Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-06T04:19:43.255Z] Status: Downloaded newer image for docker:latest [2020-10-06T04:19:45.250Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-06T04:19:45.250Z] ---> d8c02ead0475 [2020-10-06T04:19:45.250Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-06T04:19:45.250Z] ---> Running in b0fdcba433d5 [2020-10-06T04:19:45.250Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-06T04:19:46.638Z] ---> 0e058d8cb571 [2020-10-06T04:19:46.638Z] Step 6/7 : COPY go.mod . [2020-10-06T04:19:46.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-06T04:19:46.673Z] Removing intermediate container e4cdb4e0fa8b [2020-10-06T04:19:46.673Z] ---> 9c94e46f1298 [2020-10-06T04:19:46.673Z] [2020-10-06T04:19:46.673Z] Step 9/29 : FROM alpine:latest [2020-10-06T04:19:46.936Z] ---> a24bb4013296 [2020-10-06T04:19:46.937Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-06T04:19:46.937Z] ---> Running in a160ff0363a7 [2020-10-06T04:19:47.214Z] Removing intermediate container a160ff0363a7 [2020-10-06T04:19:47.214Z] ---> a01770f1d87f [2020-10-06T04:19:47.214Z] Step 11/29 : USER root [2020-10-06T04:19:47.214Z] ---> Running in a6bf2030c47e [2020-10-06T04:19:47.236Z] ---> 746df6d4424f [2020-10-06T04:19:47.236Z] Step 7/7 : RUN go mod download [2020-10-06T04:19:47.236Z] ---> Running in c6797b4a83a9 [2020-10-06T04:19:47.811Z] Removing intermediate container a6bf2030c47e [2020-10-06T04:19:47.811Z] ---> 8552303d968b [2020-10-06T04:19:47.811Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-06T04:19:48.395Z] ---> Running in 16e3a161e106 [2020-10-06T04:19:50.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:19:50.968Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:19:51.235Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:19:51.235Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:19:51.235Z] OK: 12750 distinct packages available [2020-10-06T04:19:51.500Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-06T04:19:51.500Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-06T04:19:51.500Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:19:51.500Z] Removing intermediate container a05597863451 [2020-10-06T04:19:51.500Z] ---> 63959530ba6a [2020-10-06T04:19:51.500Z] [2020-10-06T04:19:51.500Z] Step 10/21 : FROM scratch [2020-10-06T04:19:51.500Z] ---> [2020-10-06T04:19:51.500Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T04:19:51.500Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T04:19:51.500Z] OK: 6 MiB in 16 packages [2020-10-06T04:19:52.474Z] ---> Using cache [2020-10-06T04:19:52.474Z] ---> 4002d717a2b0 [2020-10-06T04:19:52.474Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-06T04:19:52.474Z] ---> Running in 1e5cede2a8c3 [2020-10-06T04:19:53.061Z] Removing intermediate container 16e3a161e106 [2020-10-06T04:19:53.061Z] ---> 7c007b4c65c2 [2020-10-06T04:19:53.061Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-06T04:19:55.006Z] Removing intermediate container 1e5cede2a8c3 [2020-10-06T04:19:55.006Z] ---> Running in 1a55d3412347 [2020-10-06T04:19:55.006Z] ---> e98dd04fd3db [2020-10-06T04:19:55.006Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-06T04:19:55.284Z] ---> Running in 4ea2cd8b735a [2020-10-06T04:19:55.871Z] Removing intermediate container 1a55d3412347 [2020-10-06T04:19:55.871Z] ---> f09042a6c292 [2020-10-06T04:19:55.871Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-06T04:19:56.138Z] Removing intermediate container 6d1bff27007e [2020-10-06T04:19:56.138Z] ---> 788323931b02 [2020-10-06T04:19:56.138Z] [2020-10-06T04:19:56.138Z] Step 10/26 : FROM alpine:3.10 [2020-10-06T04:19:56.138Z] Removing intermediate container 4ea2cd8b735a [2020-10-06T04:19:56.138Z] ---> 94a3317afe8b [2020-10-06T04:19:56.138Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-06T04:19:56.138Z] ---> Running in 58cfe7785242 [2020-10-06T04:19:56.412Z] 3.10: Pulling from library/alpine [2020-10-06T04:19:56.412Z] ---> 939ae1eefcd1 [2020-10-06T04:19:56.412Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-06T04:19:56.691Z] Removing intermediate container 58cfe7785242 [2020-10-06T04:19:56.691Z] ---> 9cb50beaa996 [2020-10-06T04:19:56.691Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-06T04:19:56.691Z] ---> Running in 10aa7cc2d321 [2020-10-06T04:19:59.291Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-06T04:19:59.291Z] ---> 9a19adbe5408 [2020-10-06T04:19:59.291Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-06T04:19:59.553Z] Status: Downloaded newer image for alpine:3.10 [2020-10-06T04:19:59.553Z] ---> be4e4bea2c2e [2020-10-06T04:19:59.553Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-06T04:20:00.520Z] ---> Running in 8ade3eae3c55 [2020-10-06T04:20:00.793Z] ---> 74f6a7342d3d [2020-10-06T04:20:00.793Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-06T04:20:01.386Z] ---> Running in 6147dd6ea79f [2020-10-06T04:20:01.386Z] Removing intermediate container 10aa7cc2d321 [2020-10-06T04:20:01.386Z] ---> a77c4712c9e7 [2020-10-06T04:20:01.386Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-06T04:20:01.669Z] Removing intermediate container 6147dd6ea79f [2020-10-06T04:20:01.669Z] ---> e39e98c3caf9 [2020-10-06T04:20:01.669Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:20:01.669Z] ---> Running in dca35c1fe153 [2020-10-06T04:20:01.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:20:01.950Z] Removing intermediate container dca35c1fe153 [2020-10-06T04:20:01.950Z] ---> 4c9035cc65f4 [2020-10-06T04:20:01.950Z] Step 19/21 : LABEL arch=x86_64 [2020-10-06T04:20:02.233Z] ---> Running in 1f4de2dfadb9 [2020-10-06T04:20:02.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:20:02.233Z] ---> c9d743a539de [2020-10-06T04:20:02.233Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-06T04:20:02.233Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-06T04:20:02.233Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-06T04:20:02.233Z] OK: 10346 distinct packages available [2020-10-06T04:20:02.520Z] Removing intermediate container 1f4de2dfadb9 [2020-10-06T04:20:02.520Z] ---> 66a8c046a615 [2020-10-06T04:20:02.520Z] Step 20/21 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:02.520Z] ---> Running in 19476702fce6 [2020-10-06T04:20:02.520Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-06T04:20:02.520Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-06T04:20:02.520Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-06T04:20:02.520Z] (4/5) Installing curl (7.66.0-r1) [2020-10-06T04:20:02.520Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-06T04:20:02.520Z] Executing busybox-1.30.1-r3.trigger [2020-10-06T04:20:02.520Z] Executing ca-certificates-20191127-r2.trigger [2020-10-06T04:20:02.785Z] OK: 7 MiB in 19 packages [2020-10-06T04:20:03.059Z] ---> 3b60c320e745 [2020-10-06T04:20:03.059Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-06T04:20:03.654Z] Removing intermediate container 19476702fce6 [2020-10-06T04:20:03.654Z] ---> 5ee33525ebc5 [2020-10-06T04:20:03.654Z] Step 21/21 : LABEL version=1.2.2-dev.47 [2020-10-06T04:20:04.620Z] ---> cd68bdb531dd [2020-10-06T04:20:04.620Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-06T04:20:06.045Z] ---> Running in 712821858c6c [2020-10-06T04:20:06.045Z] Removing intermediate container 8ade3eae3c55 [2020-10-06T04:20:06.045Z] ---> 2e7587cb5699 [2020-10-06T04:20:06.045Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T04:20:06.045Z] ---> f301e3ea5069 [2020-10-06T04:20:06.045Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-06T04:20:06.325Z] Removing intermediate container 712821858c6c [2020-10-06T04:20:06.325Z] ---> 7498b22fc810 [2020-10-06T04:20:06.325Z] [2020-10-06T04:20:06.325Z] ---> Running in 804afba53fec [2020-10-06T04:20:06.325Z] Successfully built 7498b22fc810 [2020-10-06T04:20:06.589Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-06T04:20:06.589Z]  Building docker-support-scheduler-go ... done  ---> 0f28bd2890f2 [2020-10-06T04:20:06.589Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-06T04:20:06.589Z] Removing intermediate container 804afba53fec [2020-10-06T04:20:06.589Z] ---> 608626003426 [2020-10-06T04:20:06.589Z] Step 13/26 : WORKDIR / [2020-10-06T04:20:06.852Z] ---> Running in 7f68564869bb [2020-10-06T04:20:06.852Z] ---> Running in 84d66f9f0028 [2020-10-06T04:20:10.170Z] Removing intermediate container 84d66f9f0028 [2020-10-06T04:20:10.170Z] ---> 6ea71f5131a6 [2020-10-06T04:20:10.170Z] 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-10-06T04:20:10.170Z] Removing intermediate container b0fdcba433d5 [2020-10-06T04:20:10.170Z] ---> 39dad416f9f8 [2020-10-06T04:20:10.170Z] [2020-10-06T04:20:10.170Z] Step 10/24 : FROM scratch [2020-10-06T04:20:10.170Z] ---> [2020-10-06T04:20:10.170Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T04:20:10.170Z] ---> Using cache [2020-10-06T04:20:10.170Z] ---> c4917765f9d6 [2020-10-06T04:20:10.170Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-06T04:20:10.170Z] Removing intermediate container 074cb405a632 [2020-10-06T04:20:10.170Z] ---> 4a767388f838 [2020-10-06T04:20:10.170Z] [2020-10-06T04:20:10.171Z] Step 10/23 : FROM alpine [2020-10-06T04:20:10.171Z] ---> a24bb4013296 [2020-10-06T04:20:10.171Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T04:20:10.171Z] ---> Running in 2e96629daefa [2020-10-06T04:20:10.171Z] ---> Running in ed007d7f6856 [2020-10-06T04:20:10.171Z] ---> 7fd6c1bd34d4 [2020-10-06T04:20:10.171Z] 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-10-06T04:20:10.171Z] Removing intermediate container 2e96629daefa [2020-10-06T04:20:10.171Z] ---> fb9aaac48ba3 [2020-10-06T04:20:10.171Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T04:20:10.433Z] Removing intermediate container 7f68564869bb [2020-10-06T04:20:10.433Z] ---> ea26120b4f17 [2020-10-06T04:20:10.433Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T04:20:10.433Z] Removing intermediate container ed007d7f6856 [2020-10-06T04:20:10.433Z] ---> 7f28153b7e90 [2020-10-06T04:20:10.433Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-06T04:20:10.433Z] ---> Running in 407a5ef44506 [2020-10-06T04:20:10.695Z] ---> Running in 5850a5eb0d3a [2020-10-06T04:20:10.695Z] ---> 6564fd664b83 [2020-10-06T04:20:10.695Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-06T04:20:11.272Z] ---> 12f1131d7d65 [2020-10-06T04:20:11.272Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T04:20:11.272Z] Removing intermediate container 407a5ef44506 [2020-10-06T04:20:11.272Z] ---> 66568ef64b96 [2020-10-06T04:20:11.272Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-06T04:20:11.534Z] ---> c84f6ba4a557 [2020-10-06T04:20:11.534Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-06T04:20:11.534Z] Removing intermediate container 5850a5eb0d3a [2020-10-06T04:20:11.534Z] ---> 57081534109c [2020-10-06T04:20:11.534Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-06T04:20:11.534Z] ---> Running in bfcd7494bfe6 [2020-10-06T04:20:11.799Z] ---> Running in ee6f2fcf60ec [2020-10-06T04:20:11.799Z] ---> 05d66fd2146c [2020-10-06T04:20:11.799Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-06T04:20:12.064Z] ---> 5afdd77704d0 [2020-10-06T04:20:12.064Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-06T04:20:12.064Z] Removing intermediate container ee6f2fcf60ec [2020-10-06T04:20:12.064Z] ---> ecf140219970 [2020-10-06T04:20:12.064Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:20:12.064Z] ---> Running in e77e840aef02 [2020-10-06T04:20:12.644Z] ---> 7e322598948a [2020-10-06T04:20:12.644Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-06T04:20:12.910Z] ---> e0838a5bc940 [2020-10-06T04:20:12.910Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-06T04:20:13.172Z] Removing intermediate container bfcd7494bfe6 [2020-10-06T04:20:13.172Z] ---> a7c196152c81 [2020-10-06T04:20:13.172Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-06T04:20:13.440Z] ---> 9b1dfb6f1a1d [2020-10-06T04:20:13.440Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-06T04:20:13.440Z] ---> c65934fc9be8 [2020-10-06T04:20:13.440Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-06T04:20:13.440Z] ---> Running in 33b22bcef9a6 [2020-10-06T04:20:13.701Z] Removing intermediate container e77e840aef02 [2020-10-06T04:20:13.701Z] ---> 95464fc43213 [2020-10-06T04:20:13.701Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-06T04:20:14.051Z] Removing intermediate container c6797b4a83a9 [2020-10-06T04:20:14.051Z] ---> 10dac9d8e4c9 [2020-10-06T04:20:14.051Z] Successfully built 10dac9d8e4c9 [2020-10-06T04:20:14.051Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:14.278Z] ---> 2303ff1acfd5 [2020-10-06T04:20:14.278Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-06T04:20:14.278Z] ---> Running in 2224f98c7586 [2020-10-06T04:20:14.469Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T04:20:14.469Z] . [Pipeline] withDockerContainer [2020-10-06T04:20:14.549Z] ---> 3e33f5644831 [2020-10-06T04:20:14.549Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T04:20:14.750Z] prd-ubuntu18.04-docker-arm64-4c-16g-3609 does not seem to be running inside a container [2020-10-06T04:20:14.815Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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 ******** -e ******** ci-base-image-arm64 cat [2020-10-06T04:20:15.139Z] ---> 3d97f11e5fc5 [2020-10-06T04:20:15.139Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T04:20:15.139Z] ---> Running in 7918aad37dea [2020-10-06T04:20:15.139Z] ---> bbad313da4f7 [2020-10-06T04:20:15.139Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-06T04:20:15.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T04:20:15.678Z] ---> 99a49f293b3a [2020-10-06T04:20:15.678Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-06T04:20:15.678Z] ---> Running in c6630af7ee55 [2020-10-06T04:20:15.678Z] Removing intermediate container 33b22bcef9a6 [2020-10-06T04:20:15.678Z] ---> 21df946f67dc [2020-10-06T04:20:15.678Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T04:20:15.942Z] ---> Running in 31d287f3bfad [2020-10-06T04:20:15.942Z] Removing intermediate container c6630af7ee55 [2020-10-06T04:20:15.942Z] ---> ed7bfc2116dd [2020-10-06T04:20:15.942Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:20:16.205Z] ---> Running in f2e90b1f512e [2020-10-06T04:20:16.205Z] Removing intermediate container 31d287f3bfad [2020-10-06T04:20:16.205Z] ---> c0b10371c28a [2020-10-06T04:20:16.205Z] Step 26/29 : CMD [ "generate" ] [2020-10-06T04:20:16.205Z] ---> Running in 552b3b4d9098 [2020-10-06T04:20:16.467Z] Removing intermediate container f2e90b1f512e [2020-10-06T04:20:16.467Z] ---> bba7d584f126 [2020-10-06T04:20:16.467Z] Step 22/24 : LABEL arch=x86_64 [2020-10-06T04:20:16.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T04:20:16.467Z] ---> Running in da16c6c8dd27 [2020-10-06T04:20:16.467Z] Removing intermediate container 7918aad37dea [2020-10-06T04:20:16.467Z] ---> a07394538e60 [2020-10-06T04:20:16.467Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T04:20:16.467Z] Removing intermediate container 552b3b4d9098 [2020-10-06T04:20:16.467Z] ---> 65202627ed1b [2020-10-06T04:20:16.467Z] Step 27/29 : LABEL arch=x86_64 [2020-10-06T04:20:16.657Z] $ docker top 243d7627c27fc42b2cd5b0ccf13d5848dffae055bdff441db1f4264e3fb648c0 -eo pid,comm [2020-10-06T04:20:16.728Z] ---> Running in 295dace028ae [2020-10-06T04:20:16.728Z] ---> Running in 2b8bcdea72dd [2020-10-06T04:20:16.728Z] Removing intermediate container da16c6c8dd27 [2020-10-06T04:20:16.728Z] ---> 693f73a89a12 [2020-10-06T04:20:16.728Z] Step 23/24 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:16.998Z] Removing intermediate container 295dace028ae [2020-10-06T04:20:16.998Z] ---> 5b345c11bc5c [2020-10-06T04:20:16.998Z] Step 24/26 : LABEL arch=x86_64 [2020-10-06T04:20:16.998Z] ---> Running in bb0492190521 [2020-10-06T04:20:16.998Z] Removing intermediate container 2b8bcdea72dd [2020-10-06T04:20:16.998Z] ---> d36208d8be69 [2020-10-06T04:20:16.998Z] Step 28/29 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:16.998Z] ---> Running in 167efaf14ed5 [Pipeline] { [Pipeline] sh [2020-10-06T04:20:17.262Z] ---> Running in 4636b0961a3d [2020-10-06T04:20:17.523Z] Removing intermediate container bb0492190521 [2020-10-06T04:20:17.523Z] ---> 1fda2cbce747 [2020-10-06T04:20:17.523Z] Step 24/24 : LABEL version=1.2.2-dev.47 [2020-10-06T04:20:17.523Z] Removing intermediate container 167efaf14ed5 [2020-10-06T04:20:17.523Z] ---> ff8295e2be1c [2020-10-06T04:20:17.523Z] Step 25/26 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:17.523Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-06T04:20:17.523Z] ---> Running in 868969e160e9 [2020-10-06T04:20:17.523Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-06T04:20:17.523Z] Removing intermediate container 4636b0961a3d [2020-10-06T04:20:17.523Z] ---> 3d3058722197 [2020-10-06T04:20:17.523Z] Step 29/29 : LABEL version=1.2.2-dev.47 [2020-10-06T04:20:17.523Z] ---> Running in 53fa85ae3210 [2020-10-06T04:20:17.785Z] ---> Running in 3df9c0a065a3 [2020-10-06T04:20:17.785Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-06T04:20:17.785Z] Removing intermediate container 868969e160e9 [2020-10-06T04:20:17.785Z] ---> 0ae32ff882dc [2020-10-06T04:20:17.785Z] [2020-10-06T04:20:17.786Z] Removing intermediate container 53fa85ae3210 [2020-10-06T04:20:17.786Z] ---> 336116571525 [2020-10-06T04:20:17.786Z] Step 26/26 : LABEL version=1.2.2-dev.47 [2020-10-06T04:20:18.049Z] Successfully built 0ae32ff882dc [2020-10-06T04:20:18.049Z] Successfully tagged docker-support-notifications-go:latest [2020-10-06T04:20:18.049Z]  Building docker-support-notifications-go ... done  ---> Running in 13a3267829e2 [2020-10-06T04:20:18.049Z] Removing intermediate container 3df9c0a065a3 [2020-10-06T04:20:18.049Z] ---> 7bff731e523c [2020-10-06T04:20:18.049Z] [2020-10-06T04:20:18.049Z] Successfully built 7bff731e523c [2020-10-06T04:20:18.212Z] + go version [2020-10-06T04:20:18.212Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-06T04:20:18.215Z] $ docker stop --time=1 243d7627c27fc42b2cd5b0ccf13d5848dffae055bdff441db1f4264e3fb648c0 [2020-10-06T04:20:18.314Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-06T04:20:18.315Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 13a3267829e2 [2020-10-06T04:20:18.315Z] ---> 1f98c4195661 [2020-10-06T04:20:18.315Z] [2020-10-06T04:20:18.315Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-06T04:20:18.315Z] Successfully built 1f98c4195661 [2020-10-06T04:20:18.577Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-06T04:20:18.577Z]  Building docker-security-secretstore-setup-go ... done (5/5) Installing zeromq (4.3.3-r0) [2020-10-06T04:20:18.577Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:20:18.577Z] OK: 8 MiB in 19 packages [2020-10-06T04:20:19.149Z] Removing intermediate container 2224f98c7586 [2020-10-06T04:20:19.149Z] ---> b5ee87bdd1f1 [2020-10-06T04:20:19.149Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-06T04:20:19.149Z] ---> c68e861df873 [2020-10-06T04:20:19.149Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-06T04:20:19.726Z] ---> c66c4c8fdeec [2020-10-06T04:20:19.726Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-06T04:20:19.990Z] ---> b01412ebbd7f [2020-10-06T04:20:19.990Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-06T04:20:20.169Z] $ docker rm -f 243d7627c27fc42b2cd5b0ccf13d5848dffae055bdff441db1f4264e3fb648c0 [2020-10-06T04:20:20.256Z] ---> Running in 879a1f69bcaf [2020-10-06T04:20:20.256Z] Removing intermediate container 879a1f69bcaf [2020-10-06T04:20:20.256Z] ---> f969813c4cb0 [2020-10-06T04:20:20.256Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:20:20.256Z] ---> Running in 08b62f81da99 [Pipeline] // withDockerContainer [2020-10-06T04:20:20.518Z] Removing intermediate container 08b62f81da99 [2020-10-06T04:20:20.518Z] ---> 132682833bb1 [2020-10-06T04:20:20.518Z] Step 21/23 : LABEL arch=x86_64 [2020-10-06T04:20:20.518Z] ---> Running in e717d3c74853 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2020-10-06T04:20:20.782Z] Removing intermediate container e717d3c74853 [2020-10-06T04:20:20.782Z] ---> 2d1d436a1485 [2020-10-06T04:20:20.782Z] Step 22/23 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:20.782Z] ---> Running in 039b9ca05e63 Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2020-10-06T04:20:21.054Z] Removing intermediate container 039b9ca05e63 [2020-10-06T04:20:21.054Z] ---> 3bd88b90c29a [2020-10-06T04:20:21.054Z] Step 23/23 : LABEL version=1.2.2-dev.47 [2020-10-06T04:20:21.054Z] ---> Running in 8876b20ddce0 [2020-10-06T04:20:21.054Z] Removing intermediate container 8876b20ddce0 [2020-10-06T04:20:21.054Z] ---> 44ddb7ded3c8 [2020-10-06T04:20:21.054Z] [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:21.316Z] Successfully built 44ddb7ded3c8 [2020-10-06T04:20:21.316Z] Successfully tagged docker-core-data-go:latest [2020-10-06T04:20:21.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T04:20:21.845Z] [2020-10-06T04:20:21.845Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2020-10-06T04:20:21.898Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-06T04:20:21.939Z] $ docker stop --time=1 9410bd8b83d0f2e1be80cc9cbcf80661ad64b72b48259750c4790b51da0336f3 [2020-10-06T04:20:23.511Z] $ docker rm -f 9410bd8b83d0f2e1be80cc9cbcf80661ad64b72b48259750c4790b51da0336f3 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:20:23.945Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T04:20:23.945Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-06T04:20:23.945Z] 29e5d40040c1: Pulling fs layer [2020-10-06T04:20:23.945Z] 1ce36da41761: Pulling fs layer [2020-10-06T04:20:23.945Z] 25b303627fd3: Pulling fs layer [2020-10-06T04:20:24.082Z] + docker images [2020-10-06T04:20:24.082Z] + grep docker [2020-10-06T04:20:24.082Z] docker-core-data-go latest 44ddb7ded3c8 3 seconds ago 23.6MB [2020-10-06T04:20:24.082Z] docker-security-secretstore-setup-go latest 1f98c4195661 5 seconds ago 32.4MB [2020-10-06T04:20:24.082Z] docker-support-notifications-go latest 0ae32ff882dc 6 seconds ago 13.6MB [2020-10-06T04:20:24.082Z] docker-security-secrets-setup-go latest 7bff731e523c 6 seconds ago 24MB [2020-10-06T04:20:24.082Z] docker-support-scheduler-go latest 7498b22fc810 18 seconds ago 12.3MB [2020-10-06T04:20:24.082Z] docker-sys-mgmt-agent-go latest 6a63c23e5b4b About a minute ago 290MB [2020-10-06T04:20:24.082Z] docker-core-metadata-go latest 84829200ada5 About a minute ago 14.1MB [2020-10-06T04:20:24.082Z] docker-security-proxy-setup-go latest 5f1816d30e5e 2 minutes ago 15.8MB [2020-10-06T04:20:24.082Z] docker-core-command-go latest f12cc8f5915a 2 minutes ago 12.2MB [2020-10-06T04:20:24.082Z] docker-support-logging-go latest e2c27dc829a1 2 minutes ago 11.1MB [2020-10-06T04:20:24.082Z] docker latest 809cc4dba987 2 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:20:24.220Z] 29e5d40040c1: Verifying Checksum [2020-10-06T04:20:24.220Z] 29e5d40040c1: Download complete [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-06T04:20:24.648Z] provisioning config files... [2020-10-06T04:20:24.719Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/162@tmp/config6044453659781518866tmp [Pipeline] { [2020-10-06T04:20:24.830Z] 1ce36da41761: Download complete [2020-10-06T04:20:24.831Z] 29e5d40040c1: Pull complete [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:20:25.171Z] ---> docker-login.sh [2020-10-06T04:20:25.171Z] nexus3.edgexfoundry.org:10001 [2020-10-06T04:20:25.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T04:20:25.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T04:20:25.433Z] Configure a credential helper to remove this warning. See [2020-10-06T04:20:25.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T04:20:25.433Z] [2020-10-06T04:20:25.433Z] Login Succeeded [2020-10-06T04:20:25.433Z] nexus3.edgexfoundry.org:10002 [2020-10-06T04:20:25.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T04:20:25.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T04:20:25.433Z] Configure a credential helper to remove this warning. See [2020-10-06T04:20:25.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T04:20:25.433Z] [2020-10-06T04:20:25.433Z] Login Succeeded [2020-10-06T04:20:25.433Z] nexus3.edgexfoundry.org:10003 [2020-10-06T04:20:25.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T04:20:25.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T04:20:25.695Z] Configure a credential helper to remove this warning. See [2020-10-06T04:20:25.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T04:20:25.695Z] [2020-10-06T04:20:25.695Z] Login Succeeded [2020-10-06T04:20:25.695Z] nexus3.edgexfoundry.org:10004 [2020-10-06T04:20:25.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T04:20:25.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T04:20:25.956Z] Configure a credential helper to remove this warning. See [2020-10-06T04:20:25.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T04:20:25.956Z] [2020-10-06T04:20:25.956Z] Login Succeeded [2020-10-06T04:20:25.956Z] docker.io [2020-10-06T04:20:26.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T04:20:26.282Z] 1ce36da41761: Pull complete [2020-10-06T04:20:26.282Z] 25b303627fd3: Verifying Checksum [2020-10-06T04:20:26.282Z] 25b303627fd3: Download complete [2020-10-06T04:20:26.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T04:20:26.478Z] Configure a credential helper to remove this warning. See [2020-10-06T04:20:26.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T04:20:26.478Z] [2020-10-06T04:20:26.478Z] Login Succeeded [2020-10-06T04:20:26.478Z] ---> docker-login.sh ends [Pipeline] } [2020-10-06T04:20:26.522Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:20:26.799Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-06T04:20:26.799Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:26.799Z] 1.2.2-dev.47 [2020-10-06T04:20:26.799Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:26.799Z] master [2020-10-06T04:20:26.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:27.359Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:27.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:27.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T04:20:27.747Z] 86eea05d31d3: Preparing [2020-10-06T04:20:27.747Z] 0095b8637095: Preparing [2020-10-06T04:20:27.747Z] fc762606e30b: Preparing [2020-10-06T04:20:28.008Z] 86eea05d31d3: Pushed [2020-10-06T04:20:28.008Z] fc762606e30b: Pushed [2020-10-06T04:20:28.962Z] 0095b8637095: Pushed [2020-10-06T04:20:29.223Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:5d8926c24cf90642aa8a52936fef7bbd192c5876864e1b0fc98abd719798acd5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:30.932Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:31.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.47 [2020-10-06T04:20:31.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T04:20:31.234Z] 86eea05d31d3: Preparing [2020-10-06T04:20:31.234Z] 0095b8637095: Preparing [2020-10-06T04:20:31.234Z] fc762606e30b: Preparing [2020-10-06T04:20:31.234Z] fc762606e30b: Layer already exists [2020-10-06T04:20:31.234Z] 0095b8637095: Layer already exists [2020-10-06T04:20:31.234Z] 86eea05d31d3: Layer already exists [2020-10-06T04:20:31.234Z] 1.2.2-dev.47: digest: sha256:5d8926c24cf90642aa8a52936fef7bbd192c5876864e1b0fc98abd719798acd5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:31.540Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:31.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:31.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T04:20:31.839Z] 86eea05d31d3: Preparing [2020-10-06T04:20:31.839Z] 0095b8637095: Preparing [2020-10-06T04:20:31.839Z] fc762606e30b: Preparing [2020-10-06T04:20:31.839Z] 86eea05d31d3: Layer already exists [2020-10-06T04:20:31.839Z] 0095b8637095: Layer already exists [2020-10-06T04:20:31.839Z] fc762606e30b: Layer already exists [2020-10-06T04:20:31.839Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:5d8926c24cf90642aa8a52936fef7bbd192c5876864e1b0fc98abd719798acd5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:32.146Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:32.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-06T04:20:32.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-06T04:20:32.447Z] 86eea05d31d3: Preparing [2020-10-06T04:20:32.447Z] 0095b8637095: Preparing [2020-10-06T04:20:32.447Z] fc762606e30b: Preparing [2020-10-06T04:20:32.447Z] fc762606e30b: Layer already exists [2020-10-06T04:20:32.447Z] 0095b8637095: Layer already exists [2020-10-06T04:20:32.447Z] 86eea05d31d3: Layer already exists [2020-10-06T04:20:32.447Z] master: digest: sha256:5d8926c24cf90642aa8a52936fef7bbd192c5876864e1b0fc98abd719798acd5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:20:32.631Z] ===================================================== [Pipeline] echo [2020-10-06T04:20:32.678Z] taggedImages: [2020-10-06T04:20:32.678Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:32.678Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.47 [2020-10-06T04:20:32.678Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:32.678Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-06T04:20:32.748Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-06T04:20:32.748Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:32.748Z] 1.2.2-dev.47 [2020-10-06T04:20:32.748Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:32.748Z] master [2020-10-06T04:20:32.748Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:33.314Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:33.635Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:33.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T04:20:33.635Z] f2a0ce073f7e: Preparing [2020-10-06T04:20:33.635Z] 950f909d0ace: Preparing [2020-10-06T04:20:33.635Z] c9ce9ca8240b: Preparing [2020-10-06T04:20:33.635Z] 04f62aeb2fad: Preparing [2020-10-06T04:20:33.635Z] b86b89e9388c: Preparing [2020-10-06T04:20:33.635Z] 50644c29ef5a: Preparing [2020-10-06T04:20:33.635Z] 50644c29ef5a: Waiting [2020-10-06T04:20:33.635Z] b86b89e9388c: Pushed [2020-10-06T04:20:33.896Z] c9ce9ca8240b: Pushed [2020-10-06T04:20:33.896Z] f2a0ce073f7e: Pushed [2020-10-06T04:20:33.896Z] 50644c29ef5a: Layer already exists [2020-10-06T04:20:33.896Z] 04f62aeb2fad: Pushed [2020-10-06T04:20:35.285Z] 950f909d0ace: Pushed [2020-10-06T04:20:35.285Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:de717b64509434acb4d150f65718c654ac880f43539cbb518bc6f3cacd2963b8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:35.594Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:35.895Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.47 [2020-10-06T04:20:35.895Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T04:20:35.895Z] f2a0ce073f7e: Preparing [2020-10-06T04:20:35.895Z] 950f909d0ace: Preparing [2020-10-06T04:20:35.895Z] c9ce9ca8240b: Preparing [2020-10-06T04:20:35.895Z] 04f62aeb2fad: Preparing [2020-10-06T04:20:35.895Z] b86b89e9388c: Preparing [2020-10-06T04:20:35.895Z] 50644c29ef5a: Preparing [2020-10-06T04:20:35.895Z] 50644c29ef5a: Waiting [2020-10-06T04:20:35.895Z] c9ce9ca8240b: Layer already exists [2020-10-06T04:20:35.895Z] 04f62aeb2fad: Layer already exists [2020-10-06T04:20:35.895Z] f2a0ce073f7e: Layer already exists [2020-10-06T04:20:35.895Z] b86b89e9388c: Layer already exists [2020-10-06T04:20:35.895Z] 950f909d0ace: Layer already exists [2020-10-06T04:20:35.895Z] 50644c29ef5a: Layer already exists [2020-10-06T04:20:35.895Z] 1.2.2-dev.47: digest: sha256:de717b64509434acb4d150f65718c654ac880f43539cbb518bc6f3cacd2963b8 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:36.210Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:36.440Z] 25b303627fd3: Pull complete [2020-10-06T04:20:36.440Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-06T04:20:36.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T04:20:36.440Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-06T04:20:36.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:36.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T04:20:36.511Z] f2a0ce073f7e: Preparing [2020-10-06T04:20:36.511Z] 950f909d0ace: Preparing [2020-10-06T04:20:36.511Z] c9ce9ca8240b: Preparing [2020-10-06T04:20:36.511Z] 04f62aeb2fad: Preparing [2020-10-06T04:20:36.511Z] b86b89e9388c: Preparing [2020-10-06T04:20:36.511Z] 50644c29ef5a: Preparing [2020-10-06T04:20:36.511Z] 50644c29ef5a: Waiting [2020-10-06T04:20:36.511Z] b86b89e9388c: Layer already exists [2020-10-06T04:20:36.511Z] 04f62aeb2fad: Layer already exists [2020-10-06T04:20:36.511Z] 950f909d0ace: Layer already exists [2020-10-06T04:20:36.511Z] f2a0ce073f7e: Layer already exists [2020-10-06T04:20:36.511Z] c9ce9ca8240b: Layer already exists [2020-10-06T04:20:36.511Z] 50644c29ef5a: Layer already exists [2020-10-06T04:20:36.511Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:de717b64509434acb4d150f65718c654ac880f43539cbb518bc6f3cacd2963b8 size: 1572 [2020-10-06T04:20:36.715Z] prd-ubuntu18.04-docker-arm64-4c-16g-3609 does not seem to be running inside a container [2020-10-06T04:20:36.776Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-06T04:20:40.266Z] $ docker top 1426efd6e0cbe32699387fbc4456d31de07f543b9a2c0faedec3460ef3586ce9 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:41.107Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:41.410Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-06T04:20:41.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-06T04:20:41.410Z] f2a0ce073f7e: Preparing [2020-10-06T04:20:41.410Z] 950f909d0ace: Preparing [2020-10-06T04:20:41.410Z] c9ce9ca8240b: Preparing [2020-10-06T04:20:41.410Z] 04f62aeb2fad: Preparing [2020-10-06T04:20:41.410Z] b86b89e9388c: Preparing [2020-10-06T04:20:41.410Z] 50644c29ef5a: Preparing [2020-10-06T04:20:41.410Z] 50644c29ef5a: Waiting [2020-10-06T04:20:41.410Z] 04f62aeb2fad: Layer already exists [2020-10-06T04:20:41.410Z] 950f909d0ace: Layer already exists [2020-10-06T04:20:41.410Z] c9ce9ca8240b: Layer already exists [2020-10-06T04:20:41.410Z] b86b89e9388c: Layer already exists [2020-10-06T04:20:41.410Z] f2a0ce073f7e: Layer already exists [2020-10-06T04:20:41.410Z] 50644c29ef5a: Layer already exists [2020-10-06T04:20:41.410Z] master: digest: sha256:de717b64509434acb4d150f65718c654ac880f43539cbb518bc6f3cacd2963b8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:20:41.608Z] ===================================================== [Pipeline] echo [2020-10-06T04:20:41.658Z] taggedImages: [2020-10-06T04:20:41.658Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:41.658Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.47 [2020-10-06T04:20:41.658Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:41.658Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-06T04:20:41.737Z] + docker-compose build --help [2020-10-06T04:20:41.737Z] + grep parallel [Pipeline] echo [2020-10-06T04:20:41.760Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-06T04:20:41.760Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:41.760Z] 1.2.2-dev.47 [2020-10-06T04:20:41.760Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:41.760Z] master [2020-10-06T04:20:41.760Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:42.272Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:42.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:42.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T04:20:42.574Z] e40960a0d2e5: Preparing [2020-10-06T04:20:42.574Z] 6d556a628eeb: Preparing [2020-10-06T04:20:42.574Z] 6e097a5a4275: Preparing [2020-10-06T04:20:42.835Z] e40960a0d2e5: Pushed [2020-10-06T04:20:42.835Z] 6e097a5a4275: Pushed [2020-10-06T04:20:44.221Z] 6d556a628eeb: Pushed [2020-10-06T04:20:44.221Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:76fb25461411619b9e6c527253c68c92b52e2e9b4d91aaa624ad5ef8d550eb68 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:44.539Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:44.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.47 [2020-10-06T04:20:44.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T04:20:44.855Z] e40960a0d2e5: Preparing [2020-10-06T04:20:44.855Z] 6d556a628eeb: Preparing [2020-10-06T04:20:44.855Z] 6e097a5a4275: Preparing [2020-10-06T04:20:44.855Z] 6e097a5a4275: Layer already exists [2020-10-06T04:20:44.855Z] e40960a0d2e5: Layer already exists [2020-10-06T04:20:44.855Z] 6d556a628eeb: Layer already exists [2020-10-06T04:20:44.855Z] 1.2.2-dev.47: digest: sha256:76fb25461411619b9e6c527253c68c92b52e2e9b4d91aaa624ad5ef8d550eb68 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:45.167Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:45.174Z] --parallel Build images in parallel. [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:45.469Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:45.469Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T04:20:45.469Z] e40960a0d2e5: Preparing [2020-10-06T04:20:45.469Z] 6d556a628eeb: Preparing [2020-10-06T04:20:45.469Z] 6e097a5a4275: Preparing [2020-10-06T04:20:45.469Z] 6e097a5a4275: Layer already exists [2020-10-06T04:20:45.469Z] e40960a0d2e5: Layer already exists [2020-10-06T04:20:45.469Z] 6d556a628eeb: Layer already exists [2020-10-06T04:20:45.469Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:76fb25461411619b9e6c527253c68c92b52e2e9b4d91aaa624ad5ef8d550eb68 size: 943 [Pipeline] } [2020-10-06T04:20:45.453Z] $ docker stop --time=1 1426efd6e0cbe32699387fbc4456d31de07f543b9a2c0faedec3460ef3586ce9 [2020-10-06T04:20:47.387Z] $ docker rm -f 1426efd6e0cbe32699387fbc4456d31de07f543b9a2c0faedec3460ef3586ce9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:48.179Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:48.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-06T04:20:48.443Z] . [Pipeline] withDockerContainer [2020-10-06T04:20:48.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-06T04:20:48.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-06T04:20:48.552Z] e40960a0d2e5: Preparing [2020-10-06T04:20:48.552Z] 6d556a628eeb: Preparing [2020-10-06T04:20:48.552Z] 6e097a5a4275: Preparing [2020-10-06T04:20:48.552Z] e40960a0d2e5: Layer already exists [2020-10-06T04:20:48.552Z] 6d556a628eeb: Layer already exists [2020-10-06T04:20:48.552Z] 6e097a5a4275: Layer already exists [2020-10-06T04:20:48.552Z] master: digest: sha256:76fb25461411619b9e6c527253c68c92b52e2e9b4d91aaa624ad5ef8d550eb68 size: 943 [2020-10-06T04:20:48.736Z] prd-ubuntu18.04-docker-arm64-4c-16g-3609 does not seem to be running inside a container [2020-10-06T04:20:48.788Z] $ 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/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-06T04:20:50.254Z] $ docker top d5cb2c724908d0d2e2579c8006890432ed69152eab24f2a489bed755d706f4b2 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:20:50.908Z] ===================================================== [Pipeline] echo [2020-10-06T04:20:50.967Z] taggedImages: [2020-10-06T04:20:50.967Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:50.967Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.47 [2020-10-06T04:20:50.967Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:50.967Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-06T04:20:51.044Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-06T04:20:51.045Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:51.045Z] 1.2.2-dev.47 [2020-10-06T04:20:51.045Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:51.045Z] master [2020-10-06T04:20:51.045Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:51.313Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-06T04:20:51.517Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:51.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:51.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T04:20:51.824Z] 701253bc2c80: Preparing [2020-10-06T04:20:51.824Z] d3c7936191c8: Preparing [2020-10-06T04:20:51.824Z] 57b8406342cb: Preparing [2020-10-06T04:20:51.824Z] 92fdbd72f087: Preparing [2020-10-06T04:20:51.824Z] 50644c29ef5a: Preparing [2020-10-06T04:20:51.824Z] 50644c29ef5a: Layer already exists [2020-10-06T04:20:52.086Z] d3c7936191c8: Pushed [2020-10-06T04:20:52.086Z] 57b8406342cb: Pushed [2020-10-06T04:20:52.347Z] 92fdbd72f087: Pushed [2020-10-06T04:20:52.610Z] 701253bc2c80: Pushed [2020-10-06T04:20:52.873Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:b88b4bcbf8dde2dadff072f086778d5808312d8c0f75bad41c63c44c6b065d25 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:53.187Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:53.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.47 [2020-10-06T04:20:53.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T04:20:53.493Z] 701253bc2c80: Preparing [2020-10-06T04:20:53.493Z] d3c7936191c8: Preparing [2020-10-06T04:20:53.493Z] 57b8406342cb: Preparing [2020-10-06T04:20:53.493Z] 92fdbd72f087: Preparing [2020-10-06T04:20:53.493Z] 50644c29ef5a: Preparing [2020-10-06T04:20:53.493Z] 50644c29ef5a: Layer already exists [2020-10-06T04:20:53.493Z] d3c7936191c8: Layer already exists [2020-10-06T04:20:53.493Z] 92fdbd72f087: Layer already exists [2020-10-06T04:20:53.493Z] 57b8406342cb: Layer already exists [2020-10-06T04:20:53.493Z] 701253bc2c80: Layer already exists [2020-10-06T04:20:53.755Z] 1.2.2-dev.47: digest: sha256:b88b4bcbf8dde2dadff072f086778d5808312d8c0f75bad41c63c44c6b065d25 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:54.071Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:54.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:54.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T04:20:54.373Z] 701253bc2c80: Preparing [2020-10-06T04:20:54.373Z] d3c7936191c8: Preparing [2020-10-06T04:20:54.373Z] 57b8406342cb: Preparing [2020-10-06T04:20:54.373Z] 92fdbd72f087: Preparing [2020-10-06T04:20:54.373Z] 50644c29ef5a: Preparing [2020-10-06T04:20:54.373Z] 57b8406342cb: Layer already exists [2020-10-06T04:20:54.373Z] d3c7936191c8: Layer already exists [2020-10-06T04:20:54.373Z] 701253bc2c80: Layer already exists [2020-10-06T04:20:54.373Z] 92fdbd72f087: Layer already exists [2020-10-06T04:20:54.373Z] 50644c29ef5a: Layer already exists [2020-10-06T04:20:54.373Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:b88b4bcbf8dde2dadff072f086778d5808312d8c0f75bad41c63c44c6b065d25 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:54.679Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:54.700Z] Building docker-core-command-go ... [2020-10-06T04:20:54.701Z] Building docker-core-data-go ... [2020-10-06T04:20:54.701Z] Building docker-core-metadata-go ... [2020-10-06T04:20:54.701Z] Building docker-security-proxy-setup-go ... [2020-10-06T04:20:54.701Z] Building docker-security-secrets-setup-go ... [2020-10-06T04:20:54.701Z] Building docker-security-secretstore-setup-go ... [2020-10-06T04:20:54.701Z] Building docker-support-logging-go ... [2020-10-06T04:20:54.701Z] Building docker-support-notifications-go ... [2020-10-06T04:20:54.701Z] Building docker-support-scheduler-go ... [2020-10-06T04:20:54.701Z] Building docker-sys-mgmt-agent-go ... [2020-10-06T04:20:54.701Z] Building docker-support-logging-go [2020-10-06T04:20:54.701Z] Building docker-security-secrets-setup-go [2020-10-06T04:20:54.701Z] Building docker-core-data-go [2020-10-06T04:20:54.701Z] Building docker-core-metadata-go [2020-10-06T04:20:54.701Z] Building docker-support-notifications-go [2020-10-06T04:20:54.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-06T04:20:54.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-06T04:20:54.978Z] 701253bc2c80: Preparing [2020-10-06T04:20:54.978Z] d3c7936191c8: Preparing [2020-10-06T04:20:54.978Z] 57b8406342cb: Preparing [2020-10-06T04:20:54.978Z] 92fdbd72f087: Preparing [2020-10-06T04:20:54.978Z] 50644c29ef5a: Preparing [2020-10-06T04:20:54.978Z] 92fdbd72f087: Layer already exists [2020-10-06T04:20:54.978Z] 57b8406342cb: Layer already exists [2020-10-06T04:20:54.978Z] 701253bc2c80: Layer already exists [2020-10-06T04:20:54.978Z] d3c7936191c8: Layer already exists [2020-10-06T04:20:54.978Z] 50644c29ef5a: Layer already exists [2020-10-06T04:20:54.978Z] master: digest: sha256:b88b4bcbf8dde2dadff072f086778d5808312d8c0f75bad41c63c44c6b065d25 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:20:55.175Z] ===================================================== [Pipeline] echo [2020-10-06T04:20:55.263Z] taggedImages: [2020-10-06T04:20:55.263Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:55.263Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.47 [2020-10-06T04:20:55.263Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:55.263Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-06T04:20:55.327Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-06T04:20:55.327Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:55.327Z] 1.2.2-dev.47 [2020-10-06T04:20:55.327Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:55.327Z] master [2020-10-06T04:20:55.327Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:55.858Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:56.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:56.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T04:20:56.161Z] ee05a5470cb2: Preparing [2020-10-06T04:20:56.161Z] 99c0ca7e3442: Preparing [2020-10-06T04:20:56.161Z] 0341e174eef3: Preparing [2020-10-06T04:20:56.161Z] 1e1db6d463dc: Preparing [2020-10-06T04:20:56.161Z] 1e1db6d463dc: Preparing [2020-10-06T04:20:56.161Z] f742f99efd31: Preparing [2020-10-06T04:20:56.161Z] 3a7c5ec9560b: Preparing [2020-10-06T04:20:56.161Z] 160cd040c5cb: Preparing [2020-10-06T04:20:56.161Z] ee05a5470cb2: Preparing [2020-10-06T04:20:56.161Z] 22c21fb153a6: Preparing [2020-10-06T04:20:56.161Z] ad4096e8a2cc: Preparing [2020-10-06T04:20:56.161Z] 7ff5541a98bb: Preparing [2020-10-06T04:20:56.161Z] 50644c29ef5a: Preparing [2020-10-06T04:20:56.161Z] 22c21fb153a6: Waiting [2020-10-06T04:20:56.161Z] 3a7c5ec9560b: Waiting [2020-10-06T04:20:56.161Z] 160cd040c5cb: Waiting [2020-10-06T04:20:56.161Z] ad4096e8a2cc: Waiting [2020-10-06T04:20:56.161Z] 7ff5541a98bb: Waiting [2020-10-06T04:20:56.161Z] 50644c29ef5a: Waiting [2020-10-06T04:20:56.428Z] f742f99efd31: Pushed [2020-10-06T04:20:56.428Z] 0341e174eef3: Pushed [2020-10-06T04:20:56.428Z] 99c0ca7e3442: Pushed [2020-10-06T04:20:56.428Z] 1e1db6d463dc: Pushed [2020-10-06T04:20:56.428Z] 3a7c5ec9560b: Pushed [2020-10-06T04:20:56.428Z] 160cd040c5cb: Pushed [2020-10-06T04:20:56.428Z] ad4096e8a2cc: Pushed [2020-10-06T04:20:56.690Z] 22c21fb153a6: Pushed [2020-10-06T04:20:56.690Z] 50644c29ef5a: Layer already exists [2020-10-06T04:20:56.690Z] 7ff5541a98bb: Pushed [2020-10-06T04:20:57.265Z] ee05a5470cb2: Pushed [2020-10-06T04:20:57.265Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:22a68ed62e2cf7614e5e54f18605c55e292f7ea4a7eebc051772ed6c059bd142 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:57.577Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:57.878Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.47 [2020-10-06T04:20:57.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T04:20:57.878Z] ee05a5470cb2: Preparing [2020-10-06T04:20:57.878Z] 99c0ca7e3442: Preparing [2020-10-06T04:20:57.878Z] 0341e174eef3: Preparing [2020-10-06T04:20:57.878Z] 1e1db6d463dc: Preparing [2020-10-06T04:20:57.878Z] 1e1db6d463dc: Preparing [2020-10-06T04:20:57.878Z] f742f99efd31: Preparing [2020-10-06T04:20:57.878Z] 3a7c5ec9560b: Preparing [2020-10-06T04:20:57.878Z] 160cd040c5cb: Preparing [2020-10-06T04:20:57.878Z] ee05a5470cb2: Preparing [2020-10-06T04:20:57.878Z] 22c21fb153a6: Preparing [2020-10-06T04:20:57.878Z] ad4096e8a2cc: Preparing [2020-10-06T04:20:57.878Z] 7ff5541a98bb: Preparing [2020-10-06T04:20:57.878Z] 50644c29ef5a: Preparing [2020-10-06T04:20:57.878Z] ad4096e8a2cc: Waiting [2020-10-06T04:20:57.878Z] 3a7c5ec9560b: Waiting [2020-10-06T04:20:57.878Z] 160cd040c5cb: Waiting [2020-10-06T04:20:57.878Z] 22c21fb153a6: Waiting [2020-10-06T04:20:57.878Z] 7ff5541a98bb: Waiting [2020-10-06T04:20:57.878Z] 50644c29ef5a: Waiting [2020-10-06T04:20:57.878Z] ee05a5470cb2: Layer already exists [2020-10-06T04:20:57.878Z] 1e1db6d463dc: Layer already exists [2020-10-06T04:20:57.878Z] 99c0ca7e3442: Layer already exists [2020-10-06T04:20:57.878Z] 0341e174eef3: Layer already exists [2020-10-06T04:20:57.878Z] f742f99efd31: Layer already exists [2020-10-06T04:20:57.878Z] 3a7c5ec9560b: Layer already exists [2020-10-06T04:20:57.878Z] 160cd040c5cb: Layer already exists [2020-10-06T04:20:57.878Z] 22c21fb153a6: Layer already exists [2020-10-06T04:20:57.878Z] ad4096e8a2cc: Layer already exists [2020-10-06T04:20:57.878Z] 7ff5541a98bb: Layer already exists [2020-10-06T04:20:57.878Z] 50644c29ef5a: Layer already exists [2020-10-06T04:20:57.878Z] 1.2.2-dev.47: digest: sha256:22a68ed62e2cf7614e5e54f18605c55e292f7ea4a7eebc051772ed6c059bd142 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:58.189Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:58.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:58.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T04:20:58.492Z] ee05a5470cb2: Preparing [2020-10-06T04:20:58.492Z] 99c0ca7e3442: Preparing [2020-10-06T04:20:58.492Z] 0341e174eef3: Preparing [2020-10-06T04:20:58.492Z] 1e1db6d463dc: Preparing [2020-10-06T04:20:58.492Z] 1e1db6d463dc: Preparing [2020-10-06T04:20:58.492Z] f742f99efd31: Preparing [2020-10-06T04:20:58.492Z] 3a7c5ec9560b: Preparing [2020-10-06T04:20:58.492Z] 160cd040c5cb: Preparing [2020-10-06T04:20:58.492Z] ee05a5470cb2: Preparing [2020-10-06T04:20:58.492Z] 22c21fb153a6: Preparing [2020-10-06T04:20:58.493Z] ad4096e8a2cc: Preparing [2020-10-06T04:20:58.493Z] 7ff5541a98bb: Preparing [2020-10-06T04:20:58.493Z] 50644c29ef5a: Preparing [2020-10-06T04:20:58.493Z] 22c21fb153a6: Waiting [2020-10-06T04:20:58.493Z] ad4096e8a2cc: Waiting [2020-10-06T04:20:58.493Z] 7ff5541a98bb: Waiting [2020-10-06T04:20:58.493Z] 3a7c5ec9560b: Waiting [2020-10-06T04:20:58.493Z] 50644c29ef5a: Waiting [2020-10-06T04:20:58.493Z] 160cd040c5cb: Waiting [2020-10-06T04:20:58.493Z] 0341e174eef3: Layer already exists [2020-10-06T04:20:58.493Z] f742f99efd31: Layer already exists [2020-10-06T04:20:58.493Z] 99c0ca7e3442: Layer already exists [2020-10-06T04:20:58.493Z] ee05a5470cb2: Layer already exists [2020-10-06T04:20:58.493Z] 1e1db6d463dc: Layer already exists [2020-10-06T04:20:58.493Z] 3a7c5ec9560b: Layer already exists [2020-10-06T04:20:58.493Z] 160cd040c5cb: Layer already exists [2020-10-06T04:20:58.493Z] 7ff5541a98bb: Layer already exists [2020-10-06T04:20:58.493Z] 22c21fb153a6: Layer already exists [2020-10-06T04:20:58.493Z] ad4096e8a2cc: Layer already exists [2020-10-06T04:20:58.493Z] 50644c29ef5a: Layer already exists [2020-10-06T04:20:58.493Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:22a68ed62e2cf7614e5e54f18605c55e292f7ea4a7eebc051772ed6c059bd142 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:58.797Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:59.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-06T04:20:59.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-06T04:20:59.096Z] ee05a5470cb2: Preparing [2020-10-06T04:20:59.096Z] 99c0ca7e3442: Preparing [2020-10-06T04:20:59.096Z] 0341e174eef3: Preparing [2020-10-06T04:20:59.096Z] 1e1db6d463dc: Preparing [2020-10-06T04:20:59.096Z] 1e1db6d463dc: Preparing [2020-10-06T04:20:59.096Z] f742f99efd31: Preparing [2020-10-06T04:20:59.096Z] 3a7c5ec9560b: Preparing [2020-10-06T04:20:59.096Z] 160cd040c5cb: Preparing [2020-10-06T04:20:59.096Z] ee05a5470cb2: Preparing [2020-10-06T04:20:59.096Z] 22c21fb153a6: Preparing [2020-10-06T04:20:59.096Z] ad4096e8a2cc: Preparing [2020-10-06T04:20:59.096Z] 7ff5541a98bb: Preparing [2020-10-06T04:20:59.097Z] 50644c29ef5a: Preparing [2020-10-06T04:20:59.097Z] 3a7c5ec9560b: Waiting [2020-10-06T04:20:59.097Z] ad4096e8a2cc: Waiting [2020-10-06T04:20:59.097Z] 22c21fb153a6: Waiting [2020-10-06T04:20:59.097Z] 160cd040c5cb: Waiting [2020-10-06T04:20:59.097Z] 7ff5541a98bb: Waiting [2020-10-06T04:20:59.097Z] ee05a5470cb2: Layer already exists [2020-10-06T04:20:59.097Z] 1e1db6d463dc: Layer already exists [2020-10-06T04:20:59.097Z] 0341e174eef3: Layer already exists [2020-10-06T04:20:59.097Z] 99c0ca7e3442: Layer already exists [2020-10-06T04:20:59.097Z] f742f99efd31: Layer already exists [2020-10-06T04:20:59.097Z] 3a7c5ec9560b: Layer already exists [2020-10-06T04:20:59.097Z] 160cd040c5cb: Layer already exists [2020-10-06T04:20:59.097Z] ad4096e8a2cc: Layer already exists [2020-10-06T04:20:59.097Z] 22c21fb153a6: Layer already exists [2020-10-06T04:20:59.097Z] 7ff5541a98bb: Layer already exists [2020-10-06T04:20:59.097Z] 50644c29ef5a: Layer already exists [2020-10-06T04:20:59.097Z] master: digest: sha256:22a68ed62e2cf7614e5e54f18605c55e292f7ea4a7eebc051772ed6c059bd142 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:20:59.293Z] ===================================================== [Pipeline] echo [2020-10-06T04:20:59.338Z] taggedImages: [2020-10-06T04:20:59.338Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:59.338Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.47 [2020-10-06T04:20:59.338Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:59.338Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-06T04:20:59.405Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-06T04:20:59.405Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:20:59.405Z] 1.2.2-dev.47 [2020-10-06T04:20:59.405Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:20:59.405Z] master [2020-10-06T04:20:59.405Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:20:59.876Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:00.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:00.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T04:21:00.189Z] c37ffdc5ac98: Preparing [2020-10-06T04:21:00.189Z] 5c7a5ad23608: Preparing [2020-10-06T04:21:00.189Z] 82d1a1f1008c: Preparing [2020-10-06T04:21:00.189Z] 7be7fd6d1978: Preparing [2020-10-06T04:21:00.189Z] ec71037a36b5: Preparing [2020-10-06T04:21:00.189Z] 47afb241725b: Preparing [2020-10-06T04:21:00.189Z] 6ce812c9097a: Preparing [2020-10-06T04:21:00.189Z] e33a327ba675: Preparing [2020-10-06T04:21:00.189Z] dda3578f0993: Preparing [2020-10-06T04:21:00.189Z] 0a96930ab422: Preparing [2020-10-06T04:21:00.189Z] 1b3ee35aacca: Preparing [2020-10-06T04:21:00.189Z] e33a327ba675: Waiting [2020-10-06T04:21:00.189Z] dda3578f0993: Waiting [2020-10-06T04:21:00.189Z] 0a96930ab422: Waiting [2020-10-06T04:21:00.189Z] 1b3ee35aacca: Waiting [2020-10-06T04:21:00.189Z] 47afb241725b: Waiting [2020-10-06T04:21:00.189Z] 6ce812c9097a: Waiting [2020-10-06T04:21:00.457Z] 5c7a5ad23608: Pushed [2020-10-06T04:21:00.457Z] c37ffdc5ac98: Pushed [2020-10-06T04:21:00.457Z] 6ce812c9097a: Pushed [2020-10-06T04:21:00.457Z] 47afb241725b: Pushed [2020-10-06T04:21:00.723Z] dda3578f0993: Pushed [2020-10-06T04:21:00.723Z] e33a327ba675: Pushed [2020-10-06T04:21:00.984Z] 1b3ee35aacca: Layer already exists [2020-10-06T04:21:01.248Z] 82d1a1f1008c: Pushed [2020-10-06T04:21:01.248Z] 0a96930ab422: Pushed [2020-10-06T04:21:01.248Z] 7be7fd6d1978: Pushed [2020-10-06T04:21:01.248Z] ec71037a36b5: Pushed [2020-10-06T04:21:01.510Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:2f2068d5ea64e892a024a25370def19d7e54c5ae9693044df0b40222929573db size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:01.815Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:02.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.47 [2020-10-06T04:21:02.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T04:21:02.113Z] c37ffdc5ac98: Preparing [2020-10-06T04:21:02.113Z] 5c7a5ad23608: Preparing [2020-10-06T04:21:02.113Z] 82d1a1f1008c: Preparing [2020-10-06T04:21:02.113Z] 7be7fd6d1978: Preparing [2020-10-06T04:21:02.113Z] ec71037a36b5: Preparing [2020-10-06T04:21:02.113Z] 47afb241725b: Preparing [2020-10-06T04:21:02.113Z] 6ce812c9097a: Preparing [2020-10-06T04:21:02.113Z] e33a327ba675: Preparing [2020-10-06T04:21:02.113Z] dda3578f0993: Preparing [2020-10-06T04:21:02.113Z] 0a96930ab422: Preparing [2020-10-06T04:21:02.113Z] 1b3ee35aacca: Preparing [2020-10-06T04:21:02.113Z] 47afb241725b: Waiting [2020-10-06T04:21:02.113Z] 6ce812c9097a: Waiting [2020-10-06T04:21:02.113Z] e33a327ba675: Waiting [2020-10-06T04:21:02.113Z] dda3578f0993: Waiting [2020-10-06T04:21:02.113Z] 1b3ee35aacca: Waiting [2020-10-06T04:21:02.113Z] 0a96930ab422: Waiting [2020-10-06T04:21:02.113Z] ec71037a36b5: Layer already exists [2020-10-06T04:21:02.113Z] c37ffdc5ac98: Layer already exists [2020-10-06T04:21:02.113Z] 5c7a5ad23608: Layer already exists [2020-10-06T04:21:02.113Z] 7be7fd6d1978: Layer already exists [2020-10-06T04:21:02.113Z] 82d1a1f1008c: Layer already exists [2020-10-06T04:21:02.113Z] 0a96930ab422: Layer already exists [2020-10-06T04:21:02.113Z] 47afb241725b: Layer already exists [2020-10-06T04:21:02.113Z] dda3578f0993: Layer already exists [2020-10-06T04:21:02.113Z] 6ce812c9097a: Layer already exists [2020-10-06T04:21:02.113Z] e33a327ba675: Layer already exists [2020-10-06T04:21:02.113Z] 1b3ee35aacca: Layer already exists [2020-10-06T04:21:02.113Z] 1.2.2-dev.47: digest: sha256:2f2068d5ea64e892a024a25370def19d7e54c5ae9693044df0b40222929573db size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:02.424Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:02.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:02.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T04:21:02.724Z] c37ffdc5ac98: Preparing [2020-10-06T04:21:02.724Z] 5c7a5ad23608: Preparing [2020-10-06T04:21:02.724Z] 82d1a1f1008c: Preparing [2020-10-06T04:21:02.724Z] 7be7fd6d1978: Preparing [2020-10-06T04:21:02.724Z] ec71037a36b5: Preparing [2020-10-06T04:21:02.724Z] 47afb241725b: Preparing [2020-10-06T04:21:02.724Z] 6ce812c9097a: Preparing [2020-10-06T04:21:02.724Z] e33a327ba675: Preparing [2020-10-06T04:21:02.724Z] dda3578f0993: Preparing [2020-10-06T04:21:02.724Z] 0a96930ab422: Preparing [2020-10-06T04:21:02.724Z] 1b3ee35aacca: Preparing [2020-10-06T04:21:02.724Z] 6ce812c9097a: Waiting [2020-10-06T04:21:02.724Z] e33a327ba675: Waiting [2020-10-06T04:21:02.724Z] 0a96930ab422: Waiting [2020-10-06T04:21:02.724Z] 1b3ee35aacca: Waiting [2020-10-06T04:21:02.724Z] dda3578f0993: Waiting [2020-10-06T04:21:02.724Z] 47afb241725b: Waiting [2020-10-06T04:21:02.725Z] c37ffdc5ac98: Layer already exists [2020-10-06T04:21:02.725Z] ec71037a36b5: Layer already exists [2020-10-06T04:21:02.725Z] 5c7a5ad23608: Layer already exists [2020-10-06T04:21:02.725Z] 82d1a1f1008c: Layer already exists [2020-10-06T04:21:02.725Z] 7be7fd6d1978: Layer already exists [2020-10-06T04:21:02.725Z] 47afb241725b: Layer already exists [2020-10-06T04:21:02.725Z] 6ce812c9097a: Layer already exists [2020-10-06T04:21:02.725Z] e33a327ba675: Layer already exists [2020-10-06T04:21:02.725Z] dda3578f0993: Layer already exists [2020-10-06T04:21:02.725Z] 0a96930ab422: Layer already exists [2020-10-06T04:21:02.725Z] 1b3ee35aacca: Layer already exists [2020-10-06T04:21:02.725Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:2f2068d5ea64e892a024a25370def19d7e54c5ae9693044df0b40222929573db size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:03.029Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:03.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-06T04:21:03.328Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-06T04:21:03.328Z] c37ffdc5ac98: Preparing [2020-10-06T04:21:03.328Z] 5c7a5ad23608: Preparing [2020-10-06T04:21:03.328Z] 82d1a1f1008c: Preparing [2020-10-06T04:21:03.328Z] 7be7fd6d1978: Preparing [2020-10-06T04:21:03.328Z] ec71037a36b5: Preparing [2020-10-06T04:21:03.328Z] 47afb241725b: Preparing [2020-10-06T04:21:03.328Z] 6ce812c9097a: Preparing [2020-10-06T04:21:03.328Z] e33a327ba675: Preparing [2020-10-06T04:21:03.328Z] dda3578f0993: Preparing [2020-10-06T04:21:03.328Z] 0a96930ab422: Preparing [2020-10-06T04:21:03.328Z] 1b3ee35aacca: Preparing [2020-10-06T04:21:03.328Z] 6ce812c9097a: Waiting [2020-10-06T04:21:03.328Z] e33a327ba675: Waiting [2020-10-06T04:21:03.328Z] dda3578f0993: Waiting [2020-10-06T04:21:03.328Z] 0a96930ab422: Waiting [2020-10-06T04:21:03.328Z] 1b3ee35aacca: Waiting [2020-10-06T04:21:03.328Z] 47afb241725b: Waiting [2020-10-06T04:21:03.328Z] c37ffdc5ac98: Layer already exists [2020-10-06T04:21:03.328Z] ec71037a36b5: Layer already exists [2020-10-06T04:21:03.328Z] 5c7a5ad23608: Layer already exists [2020-10-06T04:21:03.328Z] 7be7fd6d1978: Layer already exists [2020-10-06T04:21:03.328Z] 82d1a1f1008c: Layer already exists [2020-10-06T04:21:03.328Z] 47afb241725b: Layer already exists [2020-10-06T04:21:03.328Z] 6ce812c9097a: Layer already exists [2020-10-06T04:21:03.328Z] 0a96930ab422: Layer already exists [2020-10-06T04:21:03.328Z] e33a327ba675: Layer already exists [2020-10-06T04:21:03.328Z] dda3578f0993: Layer already exists [2020-10-06T04:21:03.328Z] 1b3ee35aacca: Layer already exists [2020-10-06T04:21:03.328Z] master: digest: sha256:2f2068d5ea64e892a024a25370def19d7e54c5ae9693044df0b40222929573db size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:21:03.508Z] ===================================================== [Pipeline] echo [2020-10-06T04:21:03.562Z] taggedImages: [2020-10-06T04:21:03.562Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:03.562Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.47 [2020-10-06T04:21:03.562Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:03.562Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-06T04:21:03.627Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-06T04:21:03.627Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:03.627Z] 1.2.2-dev.47 [2020-10-06T04:21:03.627Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:03.627Z] master [2020-10-06T04:21:03.627Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:04.095Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:04.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:04.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T04:21:04.472Z] 8579ecad4fd6: Preparing [2020-10-06T04:21:04.472Z] 0b5d6539a8d6: Preparing [2020-10-06T04:21:04.472Z] de7339c22e0a: Preparing [2020-10-06T04:21:04.472Z] 368f18b99376: Preparing [2020-10-06T04:21:04.472Z] de7339c22e0a: Pushed [2020-10-06T04:21:04.472Z] 8579ecad4fd6: Pushed [2020-10-06T04:21:04.743Z] 368f18b99376: Pushed [2020-10-06T04:21:05.688Z] 0b5d6539a8d6: Pushed [2020-10-06T04:21:05.688Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:c3933c00186def257b461d5039aa3b61a39c9b8bfb8e5d4076aa267e4dbf8d27 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:05.987Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:06.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.47 [2020-10-06T04:21:06.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T04:21:06.288Z] 8579ecad4fd6: Preparing [2020-10-06T04:21:06.288Z] 0b5d6539a8d6: Preparing [2020-10-06T04:21:06.288Z] de7339c22e0a: Preparing [2020-10-06T04:21:06.288Z] 368f18b99376: Preparing [2020-10-06T04:21:06.288Z] 368f18b99376: Layer already exists [2020-10-06T04:21:06.288Z] 8579ecad4fd6: Layer already exists [2020-10-06T04:21:06.288Z] 0b5d6539a8d6: Layer already exists [2020-10-06T04:21:06.288Z] de7339c22e0a: Layer already exists [2020-10-06T04:21:06.288Z] 1.2.2-dev.47: digest: sha256:c3933c00186def257b461d5039aa3b61a39c9b8bfb8e5d4076aa267e4dbf8d27 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:06.628Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:06.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:06.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T04:21:06.947Z] 8579ecad4fd6: Preparing [2020-10-06T04:21:06.947Z] 0b5d6539a8d6: Preparing [2020-10-06T04:21:06.947Z] de7339c22e0a: Preparing [2020-10-06T04:21:06.947Z] 368f18b99376: Preparing [2020-10-06T04:21:06.947Z] de7339c22e0a: Layer already exists [2020-10-06T04:21:06.947Z] 8579ecad4fd6: Layer already exists [2020-10-06T04:21:06.947Z] 368f18b99376: Layer already exists [2020-10-06T04:21:06.947Z] 0b5d6539a8d6: Layer already exists [2020-10-06T04:21:06.947Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:c3933c00186def257b461d5039aa3b61a39c9b8bfb8e5d4076aa267e4dbf8d27 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:07.254Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:07.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-06T04:21:07.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-06T04:21:07.558Z] 8579ecad4fd6: Preparing [2020-10-06T04:21:07.558Z] 0b5d6539a8d6: Preparing [2020-10-06T04:21:07.558Z] de7339c22e0a: Preparing [2020-10-06T04:21:07.558Z] 368f18b99376: Preparing [2020-10-06T04:21:07.558Z] 8579ecad4fd6: Layer already exists [2020-10-06T04:21:07.558Z] 368f18b99376: Layer already exists [2020-10-06T04:21:07.558Z] de7339c22e0a: Layer already exists [2020-10-06T04:21:07.558Z] 0b5d6539a8d6: Layer already exists [2020-10-06T04:21:07.558Z] master: digest: sha256:c3933c00186def257b461d5039aa3b61a39c9b8bfb8e5d4076aa267e4dbf8d27 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:21:07.783Z] ===================================================== [Pipeline] echo [2020-10-06T04:21:07.830Z] taggedImages: [2020-10-06T04:21:07.830Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:07.830Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.47 [2020-10-06T04:21:07.830Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:07.830Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-06T04:21:07.923Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-06T04:21:07.923Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:07.923Z] 1.2.2-dev.47 [2020-10-06T04:21:07.923Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:07.923Z] master [2020-10-06T04:21:07.923Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:08.412Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:08.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:08.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T04:21:08.728Z] 48e299bd1171: Preparing [2020-10-06T04:21:08.728Z] f9ced4328524: Preparing [2020-10-06T04:21:08.728Z] b0d8d0f87702: Preparing [2020-10-06T04:21:08.728Z] 9de3e5f6d93c: Preparing [2020-10-06T04:21:08.728Z] 2d4a31e726b4: Preparing [2020-10-06T04:21:08.728Z] f9887ab96812: Preparing [2020-10-06T04:21:08.728Z] f9887ab96812: Waiting [2020-10-06T04:21:09.001Z] 48e299bd1171: Pushed [2020-10-06T04:21:09.001Z] 9de3e5f6d93c: Pushed [2020-10-06T04:21:09.001Z] b0d8d0f87702: Pushed [2020-10-06T04:21:09.001Z] 2d4a31e726b4: Pushed [2020-10-06T04:21:09.262Z] f9887ab96812: Pushed [2020-10-06T04:21:10.216Z] f9ced4328524: Pushed [2020-10-06T04:21:10.216Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:17c2c1002ca51b76f29679508f00705a8717016679be727dd43bcaeaadc5e225 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:10.534Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:10.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.47 [2020-10-06T04:21:10.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T04:21:10.830Z] 48e299bd1171: Preparing [2020-10-06T04:21:10.830Z] f9ced4328524: Preparing [2020-10-06T04:21:10.830Z] b0d8d0f87702: Preparing [2020-10-06T04:21:10.830Z] 9de3e5f6d93c: Preparing [2020-10-06T04:21:10.830Z] 2d4a31e726b4: Preparing [2020-10-06T04:21:10.830Z] f9887ab96812: Preparing [2020-10-06T04:21:10.830Z] f9887ab96812: Waiting [2020-10-06T04:21:10.830Z] 2d4a31e726b4: Layer already exists [2020-10-06T04:21:10.830Z] f9ced4328524: Layer already exists [2020-10-06T04:21:10.830Z] 48e299bd1171: Layer already exists [2020-10-06T04:21:10.830Z] b0d8d0f87702: Layer already exists [2020-10-06T04:21:10.830Z] 9de3e5f6d93c: Layer already exists [2020-10-06T04:21:10.830Z] f9887ab96812: Layer already exists [2020-10-06T04:21:10.830Z] 1.2.2-dev.47: digest: sha256:17c2c1002ca51b76f29679508f00705a8717016679be727dd43bcaeaadc5e225 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:11.135Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:11.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:11.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T04:21:11.433Z] 48e299bd1171: Preparing [2020-10-06T04:21:11.433Z] f9ced4328524: Preparing [2020-10-06T04:21:11.433Z] b0d8d0f87702: Preparing [2020-10-06T04:21:11.433Z] 9de3e5f6d93c: Preparing [2020-10-06T04:21:11.433Z] 2d4a31e726b4: Preparing [2020-10-06T04:21:11.433Z] f9887ab96812: Preparing [2020-10-06T04:21:11.433Z] f9887ab96812: Waiting [2020-10-06T04:21:11.433Z] 2d4a31e726b4: Layer already exists [2020-10-06T04:21:11.433Z] b0d8d0f87702: Layer already exists [2020-10-06T04:21:11.433Z] f9ced4328524: Layer already exists [2020-10-06T04:21:11.433Z] 9de3e5f6d93c: Layer already exists [2020-10-06T04:21:11.433Z] 48e299bd1171: Layer already exists [2020-10-06T04:21:11.433Z] f9887ab96812: Layer already exists [2020-10-06T04:21:11.433Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:17c2c1002ca51b76f29679508f00705a8717016679be727dd43bcaeaadc5e225 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:11.754Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:12.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-06T04:21:12.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-06T04:21:12.069Z] 48e299bd1171: Preparing [2020-10-06T04:21:12.069Z] f9ced4328524: Preparing [2020-10-06T04:21:12.069Z] b0d8d0f87702: Preparing [2020-10-06T04:21:12.069Z] 9de3e5f6d93c: Preparing [2020-10-06T04:21:12.069Z] 2d4a31e726b4: Preparing [2020-10-06T04:21:12.069Z] f9887ab96812: Preparing [2020-10-06T04:21:12.069Z] f9887ab96812: Waiting [2020-10-06T04:21:12.069Z] 9de3e5f6d93c: Layer already exists [2020-10-06T04:21:12.069Z] 2d4a31e726b4: Layer already exists [2020-10-06T04:21:12.069Z] 48e299bd1171: Layer already exists [2020-10-06T04:21:12.069Z] b0d8d0f87702: Layer already exists [2020-10-06T04:21:12.069Z] f9ced4328524: Layer already exists [2020-10-06T04:21:12.069Z] f9887ab96812: Layer already exists [2020-10-06T04:21:12.069Z] master: digest: sha256:17c2c1002ca51b76f29679508f00705a8717016679be727dd43bcaeaadc5e225 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:21:12.267Z] ===================================================== [Pipeline] echo [2020-10-06T04:21:12.322Z] taggedImages: [2020-10-06T04:21:12.322Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:12.322Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.47 [2020-10-06T04:21:12.322Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:12.322Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-06T04:21:12.403Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-06T04:21:12.403Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:12.403Z] 1.2.2-dev.47 [2020-10-06T04:21:12.403Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:12.403Z] master [2020-10-06T04:21:12.403Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:12.926Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:13.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:13.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T04:21:13.247Z] 81037429d1c3: Preparing [2020-10-06T04:21:13.247Z] 8161c240f10d: Preparing [2020-10-06T04:21:13.247Z] 4ccf91595938: Preparing [2020-10-06T04:21:13.247Z] 4ccf91595938: Pushed [2020-10-06T04:21:13.247Z] 81037429d1c3: Pushed [2020-10-06T04:21:14.673Z] 8161c240f10d: Pushed [2020-10-06T04:21:14.673Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:496ce5339d98644fa7f48ad00c019b3b422fd4cdb0487cb7b4110a8d3216737e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:15.011Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:15.325Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.47 [2020-10-06T04:21:15.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T04:21:15.325Z] 81037429d1c3: Preparing [2020-10-06T04:21:15.325Z] 8161c240f10d: Preparing [2020-10-06T04:21:15.325Z] 4ccf91595938: Preparing [2020-10-06T04:21:15.325Z] 8161c240f10d: Layer already exists [2020-10-06T04:21:15.325Z] 81037429d1c3: Layer already exists [2020-10-06T04:21:15.325Z] 4ccf91595938: Layer already exists [2020-10-06T04:21:15.325Z] 1.2.2-dev.47: digest: sha256:496ce5339d98644fa7f48ad00c019b3b422fd4cdb0487cb7b4110a8d3216737e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:15.638Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:15.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:15.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T04:21:15.941Z] 81037429d1c3: Preparing [2020-10-06T04:21:15.941Z] 8161c240f10d: Preparing [2020-10-06T04:21:15.941Z] 4ccf91595938: Preparing [2020-10-06T04:21:15.941Z] 4ccf91595938: Layer already exists [2020-10-06T04:21:15.941Z] 8161c240f10d: Layer already exists [2020-10-06T04:21:15.941Z] 81037429d1c3: Layer already exists [2020-10-06T04:21:15.941Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:496ce5339d98644fa7f48ad00c019b3b422fd4cdb0487cb7b4110a8d3216737e size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:16.252Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:16.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-06T04:21:16.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-06T04:21:16.560Z] 81037429d1c3: Preparing [2020-10-06T04:21:16.560Z] 8161c240f10d: Preparing [2020-10-06T04:21:16.560Z] 4ccf91595938: Preparing [2020-10-06T04:21:16.560Z] 8161c240f10d: Layer already exists [2020-10-06T04:21:16.560Z] 81037429d1c3: Layer already exists [2020-10-06T04:21:16.560Z] 4ccf91595938: Layer already exists [2020-10-06T04:21:16.560Z] master: digest: sha256:496ce5339d98644fa7f48ad00c019b3b422fd4cdb0487cb7b4110a8d3216737e size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:21:16.755Z] ===================================================== [Pipeline] echo [2020-10-06T04:21:16.803Z] taggedImages: [2020-10-06T04:21:16.803Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:16.803Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.47 [2020-10-06T04:21:16.803Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:16.803Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-06T04:21:16.874Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-06T04:21:16.874Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:16.874Z] 1.2.2-dev.47 [2020-10-06T04:21:16.874Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:16.874Z] master [2020-10-06T04:21:16.874Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:17.498Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:17.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:17.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T04:21:17.839Z] c1589755f286: Preparing [2020-10-06T04:21:17.839Z] 88aed46dcf13: Preparing [2020-10-06T04:21:17.839Z] 1b161ece886b: Preparing [2020-10-06T04:21:17.839Z] 51bf8de10d41: Preparing [2020-10-06T04:21:17.839Z] 0166928f067d: Preparing [2020-10-06T04:21:17.839Z] 8de6abc99fcb: Preparing [2020-10-06T04:21:17.839Z] 5afd6dc99680: Preparing [2020-10-06T04:21:17.839Z] 527eef706b20: Preparing [2020-10-06T04:21:17.839Z] 224742e9e948: Preparing [2020-10-06T04:21:17.839Z] 5391e5290f13: Preparing [2020-10-06T04:21:17.839Z] 13baed61c795: Preparing [2020-10-06T04:21:17.839Z] 51d6d3d09136: Preparing [2020-10-06T04:21:17.839Z] 1507bc794612: Preparing [2020-10-06T04:21:17.839Z] 50644c29ef5a: Preparing [2020-10-06T04:21:17.839Z] 8de6abc99fcb: Waiting [2020-10-06T04:21:17.839Z] 13baed61c795: Waiting [2020-10-06T04:21:17.839Z] 5afd6dc99680: Waiting [2020-10-06T04:21:17.839Z] 51d6d3d09136: Waiting [2020-10-06T04:21:17.839Z] 527eef706b20: Waiting [2020-10-06T04:21:17.839Z] 224742e9e948: Waiting [2020-10-06T04:21:17.839Z] 1507bc794612: Waiting [2020-10-06T04:21:17.839Z] 5391e5290f13: Waiting [2020-10-06T04:21:17.839Z] 50644c29ef5a: Waiting [2020-10-06T04:21:18.108Z] 0166928f067d: Pushed [2020-10-06T04:21:18.108Z] c1589755f286: Pushed [2020-10-06T04:21:18.373Z] 51bf8de10d41: Pushed [2020-10-06T04:21:18.373Z] 527eef706b20: Layer already exists [2020-10-06T04:21:18.373Z] 224742e9e948: Layer already exists [2020-10-06T04:21:18.373Z] 5afd6dc99680: Pushed [2020-10-06T04:21:18.373Z] 5391e5290f13: Layer already exists [2020-10-06T04:21:18.635Z] 51d6d3d09136: Layer already exists [2020-10-06T04:21:18.635Z] 13baed61c795: Layer already exists [2020-10-06T04:21:18.635Z] 1507bc794612: Layer already exists [2020-10-06T04:21:18.635Z] 50644c29ef5a: Layer already exists [2020-10-06T04:21:19.240Z] 8de6abc99fcb: Pushed [2020-10-06T04:21:19.240Z] 88aed46dcf13: Pushed [2020-10-06T04:21:27.402Z] 1b161ece886b: Pushed [2020-10-06T04:21:27.402Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:95cbaa70818c782cc17f0c7e0379cbd15af1ab632e63e5241ba2e5912869e260 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:27.717Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:28.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.47 [2020-10-06T04:21:28.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T04:21:28.020Z] c1589755f286: Preparing [2020-10-06T04:21:28.020Z] 88aed46dcf13: Preparing [2020-10-06T04:21:28.020Z] 1b161ece886b: Preparing [2020-10-06T04:21:28.020Z] 51bf8de10d41: Preparing [2020-10-06T04:21:28.020Z] 0166928f067d: Preparing [2020-10-06T04:21:28.020Z] 8de6abc99fcb: Preparing [2020-10-06T04:21:28.020Z] 5afd6dc99680: Preparing [2020-10-06T04:21:28.020Z] 527eef706b20: Preparing [2020-10-06T04:21:28.020Z] 224742e9e948: Preparing [2020-10-06T04:21:28.020Z] 5391e5290f13: Preparing [2020-10-06T04:21:28.020Z] 13baed61c795: Preparing [2020-10-06T04:21:28.020Z] 51d6d3d09136: Preparing [2020-10-06T04:21:28.020Z] 1507bc794612: Preparing [2020-10-06T04:21:28.020Z] 50644c29ef5a: Preparing [2020-10-06T04:21:28.020Z] 8de6abc99fcb: Waiting [2020-10-06T04:21:28.020Z] 5afd6dc99680: Waiting [2020-10-06T04:21:28.020Z] 527eef706b20: Waiting [2020-10-06T04:21:28.020Z] 224742e9e948: Waiting [2020-10-06T04:21:28.020Z] 5391e5290f13: Waiting [2020-10-06T04:21:28.020Z] 13baed61c795: Waiting [2020-10-06T04:21:28.020Z] 51d6d3d09136: Waiting [2020-10-06T04:21:28.020Z] 1507bc794612: Waiting [2020-10-06T04:21:28.020Z] 50644c29ef5a: Waiting [2020-10-06T04:21:28.020Z] 51bf8de10d41: Layer already exists [2020-10-06T04:21:28.020Z] c1589755f286: Layer already exists [2020-10-06T04:21:28.020Z] 1b161ece886b: Layer already exists [2020-10-06T04:21:28.020Z] 0166928f067d: Layer already exists [2020-10-06T04:21:28.020Z] 88aed46dcf13: Layer already exists [2020-10-06T04:21:28.020Z] 8de6abc99fcb: Layer already exists [2020-10-06T04:21:28.020Z] 5afd6dc99680: Layer already exists [2020-10-06T04:21:28.020Z] 527eef706b20: Layer already exists [2020-10-06T04:21:28.020Z] 5391e5290f13: Layer already exists [2020-10-06T04:21:28.020Z] 224742e9e948: Layer already exists [2020-10-06T04:21:28.020Z] 50644c29ef5a: Layer already exists [2020-10-06T04:21:28.020Z] 51d6d3d09136: Layer already exists [2020-10-06T04:21:28.020Z] 13baed61c795: Layer already exists [2020-10-06T04:21:28.020Z] 1507bc794612: Layer already exists [2020-10-06T04:21:28.020Z] 1.2.2-dev.47: digest: sha256:95cbaa70818c782cc17f0c7e0379cbd15af1ab632e63e5241ba2e5912869e260 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:28.333Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:28.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:28.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T04:21:28.660Z] c1589755f286: Preparing [2020-10-06T04:21:28.660Z] 88aed46dcf13: Preparing [2020-10-06T04:21:28.660Z] 1b161ece886b: Preparing [2020-10-06T04:21:28.660Z] 51bf8de10d41: Preparing [2020-10-06T04:21:28.660Z] 0166928f067d: Preparing [2020-10-06T04:21:28.660Z] 8de6abc99fcb: Preparing [2020-10-06T04:21:28.660Z] 5afd6dc99680: Preparing [2020-10-06T04:21:28.660Z] 527eef706b20: Preparing [2020-10-06T04:21:28.660Z] 224742e9e948: Preparing [2020-10-06T04:21:28.660Z] 5391e5290f13: Preparing [2020-10-06T04:21:28.660Z] 13baed61c795: Preparing [2020-10-06T04:21:28.660Z] 51d6d3d09136: Preparing [2020-10-06T04:21:28.660Z] 1507bc794612: Preparing [2020-10-06T04:21:28.660Z] 50644c29ef5a: Preparing [2020-10-06T04:21:28.660Z] 527eef706b20: Waiting [2020-10-06T04:21:28.660Z] 224742e9e948: Waiting [2020-10-06T04:21:28.660Z] 51d6d3d09136: Waiting [2020-10-06T04:21:28.660Z] 1507bc794612: Waiting [2020-10-06T04:21:28.660Z] 50644c29ef5a: Waiting [2020-10-06T04:21:28.660Z] 5391e5290f13: Waiting [2020-10-06T04:21:28.660Z] 13baed61c795: Waiting [2020-10-06T04:21:28.660Z] 8de6abc99fcb: Waiting [2020-10-06T04:21:28.660Z] 5afd6dc99680: Waiting [2020-10-06T04:21:28.660Z] c1589755f286: Layer already exists [2020-10-06T04:21:28.660Z] 51bf8de10d41: Layer already exists [2020-10-06T04:21:28.660Z] 0166928f067d: Layer already exists [2020-10-06T04:21:28.660Z] 1b161ece886b: Layer already exists [2020-10-06T04:21:28.660Z] 224742e9e948: Layer already exists [2020-10-06T04:21:28.660Z] 5afd6dc99680: Layer already exists [2020-10-06T04:21:28.660Z] 8de6abc99fcb: Layer already exists [2020-10-06T04:21:28.660Z] 527eef706b20: Layer already exists [2020-10-06T04:21:28.660Z] 13baed61c795: Layer already exists [2020-10-06T04:21:28.660Z] 5391e5290f13: Layer already exists [2020-10-06T04:21:28.660Z] 1507bc794612: Layer already exists [2020-10-06T04:21:28.660Z] 51d6d3d09136: Layer already exists [2020-10-06T04:21:28.660Z] 50644c29ef5a: Layer already exists [2020-10-06T04:21:28.923Z] 88aed46dcf13: Layer already exists [2020-10-06T04:21:28.923Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:95cbaa70818c782cc17f0c7e0379cbd15af1ab632e63e5241ba2e5912869e260 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:29.240Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:21:29.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-06T04:21:29.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-06T04:21:29.609Z] c1589755f286: Preparing [2020-10-06T04:21:29.609Z] 88aed46dcf13: Preparing [2020-10-06T04:21:29.609Z] 1b161ece886b: Preparing [2020-10-06T04:21:29.609Z] 51bf8de10d41: Preparing [2020-10-06T04:21:29.609Z] 0166928f067d: Preparing [2020-10-06T04:21:29.609Z] 8de6abc99fcb: Preparing [2020-10-06T04:21:29.609Z] 5afd6dc99680: Preparing [2020-10-06T04:21:29.609Z] 527eef706b20: Preparing [2020-10-06T04:21:29.609Z] 224742e9e948: Preparing [2020-10-06T04:21:29.609Z] 5391e5290f13: Preparing [2020-10-06T04:21:29.609Z] 13baed61c795: Preparing [2020-10-06T04:21:29.609Z] 51d6d3d09136: Preparing [2020-10-06T04:21:29.609Z] 1507bc794612: Preparing [2020-10-06T04:21:29.609Z] 50644c29ef5a: Preparing [2020-10-06T04:21:29.609Z] 5afd6dc99680: Waiting [2020-10-06T04:21:29.609Z] 527eef706b20: Waiting [2020-10-06T04:21:29.609Z] 224742e9e948: Waiting [2020-10-06T04:21:29.609Z] 5391e5290f13: Waiting [2020-10-06T04:21:29.609Z] 13baed61c795: Waiting [2020-10-06T04:21:29.609Z] 51d6d3d09136: Waiting [2020-10-06T04:21:29.609Z] 1507bc794612: Waiting [2020-10-06T04:21:29.609Z] 50644c29ef5a: Waiting [2020-10-06T04:21:29.609Z] 8de6abc99fcb: Waiting [2020-10-06T04:21:29.609Z] 1b161ece886b: Layer already exists [2020-10-06T04:21:29.609Z] c1589755f286: Layer already exists [2020-10-06T04:21:29.609Z] 0166928f067d: Layer already exists [2020-10-06T04:21:29.609Z] 51bf8de10d41: Layer already exists [2020-10-06T04:21:29.609Z] 88aed46dcf13: Layer already exists [2020-10-06T04:21:29.609Z] 527eef706b20: Layer already exists [2020-10-06T04:21:29.609Z] 5afd6dc99680: Layer already exists [2020-10-06T04:21:29.609Z] 8de6abc99fcb: Layer already exists [2020-10-06T04:21:29.609Z] 5391e5290f13: Layer already exists [2020-10-06T04:21:29.609Z] 224742e9e948: Layer already exists [2020-10-06T04:21:29.609Z] 13baed61c795: Layer already exists [2020-10-06T04:21:29.609Z] 51d6d3d09136: Layer already exists [2020-10-06T04:21:29.609Z] 1507bc794612: Layer already exists [2020-10-06T04:21:29.609Z] 50644c29ef5a: Layer already exists [2020-10-06T04:21:29.609Z] master: digest: sha256:95cbaa70818c782cc17f0c7e0379cbd15af1ab632e63e5241ba2e5912869e260 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:21:29.840Z] ===================================================== [Pipeline] echo [2020-10-06T04:21:29.887Z] taggedImages: [2020-10-06T04:21:29.888Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:21:29.888Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.47 [2020-10-06T04:21:29.888Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:21:29.888Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-06T04:22:31.535Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:22:31.535Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:22:31.535Z] ---> 10dac9d8e4c9 [2020-10-06T04:22:31.535Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T04:22:31.535Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:22:31.535Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:22:31.535Z] ---> 10dac9d8e4c9 [2020-10-06T04:22:31.535Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T04:22:31.535Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:22:31.535Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:22:31.535Z] ---> 10dac9d8e4c9 [2020-10-06T04:22:31.535Z] Step 3/23 : WORKDIR /edgex-go [2020-10-06T04:22:31.535Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:22:31.535Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:22:31.535Z] ---> 10dac9d8e4c9 [2020-10-06T04:22:31.535Z] Step 3/24 : WORKDIR /edgex-go [2020-10-06T04:22:31.535Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:22:31.535Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-06T04:22:31.535Z] ---> 10dac9d8e4c9 [2020-10-06T04:22:31.535Z] Step 3/29 : WORKDIR /edgex-go [2020-10-06T04:22:31.535Z] ---> Running in 4c1c46cd7cf4 [2020-10-06T04:22:31.535Z] ---> Running in bcf4b6c86672 [2020-10-06T04:22:31.535Z] ---> Running in 7caae8342a88 [2020-10-06T04:22:31.535Z] ---> Running in 0742b0f2537d [2020-10-06T04:22:31.535Z] ---> Running in d65ee9a3a446 [2020-10-06T04:22:31.535Z] Removing intermediate container 4c1c46cd7cf4 [2020-10-06T04:22:31.535Z] ---> e82bf8615652 [2020-10-06T04:22:31.535Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:22:31.535Z] Removing intermediate container 0742b0f2537d [2020-10-06T04:22:31.535Z] ---> da74bf6e1981 [2020-10-06T04:22:31.535Z] Step 4/29 : RUN apk update && apk add make git [2020-10-06T04:22:31.535Z] Removing intermediate container bcf4b6c86672 [2020-10-06T04:22:31.535Z] ---> 1a9f80403b2c [2020-10-06T04:22:31.535Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:22:31.535Z] Removing intermediate container 7caae8342a88 [2020-10-06T04:22:31.535Z] ---> dd82781b05e0 [2020-10-06T04:22:31.535Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:22:31.535Z] Removing intermediate container d65ee9a3a446 [2020-10-06T04:22:31.535Z] ---> ad9a83a97d9d [2020-10-06T04:22:31.535Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:22:31.535Z] ---> Running in 79d6298cc0d1 [2020-10-06T04:22:31.535Z] ---> Running in 70eb39f6fd75 [2020-10-06T04:22:31.535Z] ---> Running in c24f1d77b991 [2020-10-06T04:22:31.535Z] ---> Running in 1c6b5f8ea5c3 [2020-10-06T04:22:31.535Z] ---> Running in 1c77f38d0e55 [2020-10-06T04:22:31.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:22:31.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:22:31.535Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:22:31.535Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:22:31.535Z] OK: 12623 distinct packages available [2020-10-06T04:22:31.535Z] Removing intermediate container 70eb39f6fd75 [2020-10-06T04:22:31.535Z] ---> 75205b221882 [2020-10-06T04:22:31.535Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-06T04:22:31.535Z] ---> Running in 9aee04fecc57 [2020-10-06T04:22:31.535Z] Removing intermediate container 1c6b5f8ea5c3 [2020-10-06T04:22:31.535Z] ---> e08d53082bc2 [2020-10-06T04:22:31.535Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-06T04:22:31.535Z] OK: 217 MiB in 51 packages [2020-10-06T04:22:31.535Z] Removing intermediate container 1c77f38d0e55 [2020-10-06T04:22:31.535Z] ---> 83e3a2fb90d9 [2020-10-06T04:22:31.535Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T04:22:31.535Z] Removing intermediate container c24f1d77b991 [2020-10-06T04:22:31.535Z] ---> 18ef3e20de10 [2020-10-06T04:22:31.535Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-06T04:22:31.535Z] ---> Running in 58528ed0bdf5 [2020-10-06T04:22:31.535Z] ---> Running in a24112a97e88 [2020-10-06T04:22:31.535Z] ---> Running in 6b6af4304503 [2020-10-06T04:22:31.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:22:31.535Z] Removing intermediate container 79d6298cc0d1 [2020-10-06T04:22:31.535Z] ---> a1b6df456b45 [2020-10-06T04:22:31.535Z] Step 5/29 : COPY go.mod . [2020-10-06T04:22:31.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:22:31.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:22:31.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:22:31.535Z] ---> 7905a9ebc3d4 [2020-10-06T04:22:31.535Z] Step 6/29 : RUN go mod download [2020-10-06T04:22:31.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:22:31.535Z] ---> Running in c236f28b3c7d [2020-10-06T04:22:31.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:22:31.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:22:31.535Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:22:31.535Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:22:31.535Z] OK: 12623 distinct packages available [2020-10-06T04:22:31.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:22:31.535Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:22:31.535Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:22:31.535Z] OK: 12623 distinct packages available [2020-10-06T04:22:31.535Z] OK: 217 MiB in 51 packages [2020-10-06T04:22:31.535Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:22:31.535Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:22:31.535Z] OK: 12623 distinct packages available [2020-10-06T04:22:31.535Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:22:31.535Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:22:31.535Z] OK: 12623 distinct packages available [2020-10-06T04:22:31.535Z] OK: 217 MiB in 51 packages [2020-10-06T04:22:31.535Z] OK: 217 MiB in 51 packages [2020-10-06T04:22:31.535Z] OK: 217 MiB in 51 packages [2020-10-06T04:22:32.139Z] OK: 217 MiB in 51 packages [2020-10-06T04:22:33.579Z] Removing intermediate container 58528ed0bdf5 [2020-10-06T04:22:33.579Z] ---> 0f8c9fc4033f [2020-10-06T04:22:33.579Z] Step 6/24 : COPY go.mod . [2020-10-06T04:22:33.579Z] Removing intermediate container 9aee04fecc57 [2020-10-06T04:22:33.579Z] ---> 7816c45a95d1 [2020-10-06T04:22:33.579Z] Step 6/22 : COPY go.mod . [2020-10-06T04:22:33.579Z] Removing intermediate container 6b6af4304503 [2020-10-06T04:22:33.579Z] ---> 24abbe60ac52 [2020-10-06T04:22:33.579Z] Step 6/23 : COPY go.mod . [2020-10-06T04:22:33.579Z] Removing intermediate container c236f28b3c7d [2020-10-06T04:22:33.579Z] ---> e0bab9ad9a12 [2020-10-06T04:22:33.579Z] Step 7/29 : COPY . . [2020-10-06T04:22:33.857Z] Removing intermediate container a24112a97e88 [2020-10-06T04:22:33.857Z] ---> 7790f32d96b7 [2020-10-06T04:22:33.857Z] Step 6/22 : COPY go.mod . [2020-10-06T04:22:34.458Z] ---> 0640bfcd1f3d [2020-10-06T04:22:34.458Z] Step 7/22 : RUN go mod download [2020-10-06T04:22:34.458Z] ---> b10ed00fdb07 [2020-10-06T04:22:34.458Z] Step 7/24 : RUN go mod download [2020-10-06T04:22:34.458Z] ---> 686982cb344a [2020-10-06T04:22:34.458Z] Step 7/23 : RUN go mod download [2020-10-06T04:22:34.734Z] ---> Running in 7cc7afc969b4 [2020-10-06T04:22:35.011Z] ---> Running in a7d3c85448a2 [2020-10-06T04:22:35.011Z] ---> Running in fe6b81ab392e [2020-10-06T04:22:35.622Z] ---> 1ab280e6fc55 [2020-10-06T04:22:35.622Z] Step 7/22 : RUN go mod download [2020-10-06T04:22:37.598Z] ---> Running in 254c6e7114b2 [2020-10-06T04:22:44.353Z] Removing intermediate container 7cc7afc969b4 [2020-10-06T04:22:44.353Z] ---> f924ff67ae1a [2020-10-06T04:22:44.353Z] Step 8/24 : COPY . . [2020-10-06T04:22:44.354Z] Removing intermediate container fe6b81ab392e [2020-10-06T04:22:44.354Z] ---> 645ada22ff3a [2020-10-06T04:22:44.354Z] Step 8/23 : COPY . . [2020-10-06T04:22:44.626Z] Removing intermediate container 254c6e7114b2 [2020-10-06T04:22:44.626Z] ---> 30a35e8038ca [2020-10-06T04:22:44.626Z] Step 8/22 : COPY . . [2020-10-06T04:22:44.626Z] Removing intermediate container a7d3c85448a2 [2020-10-06T04:22:44.626Z] ---> 0e2150255e62 [2020-10-06T04:22:44.626Z] Step 8/22 : COPY . . [2020-10-06T04:22:51.384Z] ---> 322cfbb361e1 [2020-10-06T04:22:51.384Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-06T04:22:52.852Z] ---> Running in 2cacd17f24c5 [2020-10-06T04:22:54.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-06T04:23:13.251Z] ---> e0f5aa92bd04 [2020-10-06T04:23:13.251Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-06T04:23:13.251Z] ---> 6e421d7f1000 [2020-10-06T04:23:13.251Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-06T04:23:13.251Z] ---> 467282737964 [2020-10-06T04:23:13.251Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-06T04:23:13.251Z] ---> 93a0b1a5a716 [2020-10-06T04:23:13.251Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-06T04:23:13.251Z] ---> Running in 3cc470a17623 [2020-10-06T04:23:13.251Z] ---> Running in a68523a4db0c [2020-10-06T04:23:13.251Z] ---> Running in 21f053e10ae1 [2020-10-06T04:23:13.251Z] ---> Running in 94fe5b102f9f [2020-10-06T04:23:13.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-06T04:23:13.526Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-06T04:23:14.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-06T04:23:14.403Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/core-data/core-data ./cmd/core-data [2020-10-06T04:23:53.800Z] Removing intermediate container 2cacd17f24c5 [2020-10-06T04:23:53.800Z] ---> 04a1713b0c11 [2020-10-06T04:23:53.800Z] [2020-10-06T04:23:53.800Z] Step 9/29 : FROM alpine:latest [2020-10-06T04:23:53.800Z] latest: Pulling from library/alpine [2020-10-06T04:23:53.800Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-06T04:23:53.800Z] Status: Downloaded newer image for alpine:latest [2020-10-06T04:23:53.800Z] ---> 62ee0e9f8440 [2020-10-06T04:23:53.800Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-06T04:23:53.800Z] ---> Running in 4c489e5b7d7c [2020-10-06T04:23:53.800Z] Removing intermediate container 4c489e5b7d7c [2020-10-06T04:23:53.800Z] ---> e5ba35c0b4bc [2020-10-06T04:23:53.800Z] Step 11/29 : USER root [2020-10-06T04:23:53.800Z] ---> Running in 1fa106e3833d [2020-10-06T04:23:53.800Z] Removing intermediate container 1fa106e3833d [2020-10-06T04:23:53.800Z] ---> 459e7c7f7177 [2020-10-06T04:23:53.800Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-06T04:23:53.800Z] ---> Running in 95aab0c84e2a [2020-10-06T04:23:53.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:23:53.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:23:54.458Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:23:54.458Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:23:54.458Z] OK: 12621 distinct packages available [2020-10-06T04:23:55.249Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-06T04:23:55.249Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-06T04:23:55.249Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:23:55.249Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T04:23:55.601Z] OK: 6 MiB in 16 packages [2020-10-06T04:23:58.409Z] Removing intermediate container 95aab0c84e2a [2020-10-06T04:23:58.409Z] ---> 84ef3c138fd7 [2020-10-06T04:23:58.409Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-06T04:23:58.409Z] ---> Running in 036b79679f7b [2020-10-06T04:23:59.019Z] Removing intermediate container 036b79679f7b [2020-10-06T04:23:59.019Z] ---> a79449f4f5f7 [2020-10-06T04:23:59.019Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-06T04:23:59.306Z] ---> Running in bc2993d9105d [2020-10-06T04:23:59.910Z] Removing intermediate container bc2993d9105d [2020-10-06T04:23:59.910Z] ---> 8649a17977e9 [2020-10-06T04:23:59.910Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-06T04:24:00.190Z] ---> Running in 8615bd6acaa0 [2020-10-06T04:24:04.532Z] Removing intermediate container 8615bd6acaa0 [2020-10-06T04:24:04.532Z] ---> 251e5299cbed [2020-10-06T04:24:04.532Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-06T04:24:05.994Z] ---> b6ddc40178db [2020-10-06T04:24:05.994Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-06T04:24:06.982Z] ---> 300884a91587 [2020-10-06T04:24:06.982Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-06T04:24:07.976Z] ---> f30364f23878 [2020-10-06T04:24:07.976Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-06T04:24:08.980Z] ---> 052e60daef51 [2020-10-06T04:24:08.980Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-06T04:24:10.442Z] ---> b95b29dbdd06 [2020-10-06T04:24:10.442Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-06T04:24:10.442Z] ---> Running in 087afb312163 [2020-10-06T04:24:14.788Z] Removing intermediate container 087afb312163 [2020-10-06T04:24:14.788Z] ---> 854b029e9c25 [2020-10-06T04:24:14.788Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T04:24:15.800Z] ---> 7062d1ebaa5d [2020-10-06T04:24:15.800Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T04:24:15.800Z] ---> Running in 1ca5c9997b9e [2020-10-06T04:24:20.131Z] Removing intermediate container 1ca5c9997b9e [2020-10-06T04:24:20.131Z] ---> f85977f7b595 [2020-10-06T04:24:20.131Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-06T04:24:20.131Z] ---> Running in b879a52b85c2 [2020-10-06T04:24:24.454Z] Removing intermediate container b879a52b85c2 [2020-10-06T04:24:24.454Z] ---> 4c09c497157d [2020-10-06T04:24:24.454Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T04:24:24.454Z] ---> Running in 5e11237b5afe [2020-10-06T04:24:24.731Z] Removing intermediate container 5e11237b5afe [2020-10-06T04:24:24.731Z] ---> 616b4c1e7742 [2020-10-06T04:24:24.731Z] Step 26/29 : CMD [ "generate" ] [2020-10-06T04:24:25.006Z] ---> Running in 2d79ee523f2d [2020-10-06T04:24:25.619Z] Removing intermediate container 2d79ee523f2d [2020-10-06T04:24:25.619Z] ---> b5ed267423df [2020-10-06T04:24:25.619Z] Step 27/29 : LABEL arch=arm64 [2020-10-06T04:24:25.894Z] ---> Running in eabfa7d977f8 [2020-10-06T04:24:26.504Z] Removing intermediate container eabfa7d977f8 [2020-10-06T04:24:26.504Z] ---> 2d999a8ab439 [2020-10-06T04:24:26.504Z] Step 28/29 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:24:26.793Z] ---> Running in 77876e4c0ebe [2020-10-06T04:24:27.397Z] Removing intermediate container 77876e4c0ebe [2020-10-06T04:24:27.397Z] ---> 428b96242b0c [2020-10-06T04:24:27.397Z] Step 29/29 : LABEL version=1.2.2-dev.47 [2020-10-06T04:24:27.675Z] ---> Running in 29c12354a423 [2020-10-06T04:24:28.658Z] Removing intermediate container 29c12354a423 [2020-10-06T04:24:28.658Z] ---> 45aff089b70d [2020-10-06T04:24:28.658Z] [2020-10-06T04:24:28.946Z] Successfully built 45aff089b70d [2020-10-06T04:24:29.222Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-06T04:24:29.222Z]  Building docker-security-secrets-setup-go ... done Building docker-security-secretstore-setup-go [2020-10-06T04:24:51.443Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:24:51.443Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:24:51.443Z] ---> 10dac9d8e4c9 [2020-10-06T04:24:51.443Z] Step 3/26 : WORKDIR /edgex-go [2020-10-06T04:24:51.443Z] ---> Using cache [2020-10-06T04:24:51.443Z] ---> ad9a83a97d9d [2020-10-06T04:24:51.443Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:24:51.443Z] ---> Using cache [2020-10-06T04:24:51.443Z] ---> 83e3a2fb90d9 [2020-10-06T04:24:51.443Z] Step 5/26 : RUN apk update && apk add make git [2020-10-06T04:24:51.443Z] ---> Using cache [2020-10-06T04:24:51.443Z] ---> 7790f32d96b7 [2020-10-06T04:24:51.443Z] Step 6/26 : COPY go.mod . [2020-10-06T04:24:51.443Z] ---> Using cache [2020-10-06T04:24:51.443Z] ---> 1ab280e6fc55 [2020-10-06T04:24:51.443Z] Step 7/26 : RUN go mod download [2020-10-06T04:24:51.443Z] ---> Using cache [2020-10-06T04:24:51.443Z] ---> 30a35e8038ca [2020-10-06T04:24:51.443Z] Step 8/26 : COPY . . [2020-10-06T04:24:51.443Z] ---> Using cache [2020-10-06T04:24:51.443Z] ---> e0f5aa92bd04 [2020-10-06T04:24:51.443Z] 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-10-06T04:24:51.443Z] ---> Running in eb0083aef9c0 [2020-10-06T04:24:54.106Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-06T04:24:54.726Z] Removing intermediate container a68523a4db0c [2020-10-06T04:24:54.726Z] ---> e4c07fb01075 [2020-10-06T04:24:54.726Z] [2020-10-06T04:24:54.726Z] Step 10/22 : FROM scratch [2020-10-06T04:24:54.726Z] ---> [2020-10-06T04:24:54.726Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T04:24:55.002Z] ---> Running in b4d2b919d193 [2020-10-06T04:24:55.610Z] Removing intermediate container b4d2b919d193 [2020-10-06T04:24:55.610Z] ---> 87405ece5758 [2020-10-06T04:24:55.610Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-06T04:24:55.903Z] ---> Running in 2e2749e03980 [2020-10-06T04:24:56.515Z] Removing intermediate container 2e2749e03980 [2020-10-06T04:24:56.515Z] ---> 0d578f82f372 [2020-10-06T04:24:56.515Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T04:24:56.515Z] ---> Running in bf4f183f6df3 [2020-10-06T04:24:57.116Z] Removing intermediate container bf4f183f6df3 [2020-10-06T04:24:57.116Z] ---> 66f2a4102fb3 [2020-10-06T04:24:57.116Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-06T04:24:58.120Z] ---> 655df2984e6a [2020-10-06T04:24:58.120Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-06T04:24:59.570Z] ---> dc03a885b39a [2020-10-06T04:24:59.570Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-06T04:25:01.029Z] ---> 4240b692bab5 [2020-10-06T04:25:01.029Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-06T04:25:02.494Z] ---> a62272eda55c [2020-10-06T04:25:02.494Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-06T04:25:02.494Z] ---> Running in 1024fa12022f [2020-10-06T04:25:03.098Z] Removing intermediate container 1024fa12022f [2020-10-06T04:25:03.098Z] ---> 894433469823 [2020-10-06T04:25:03.098Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:25:03.383Z] ---> Running in 33a96dad5a9a [2020-10-06T04:25:03.998Z] Removing intermediate container 33a96dad5a9a [2020-10-06T04:25:03.998Z] ---> d69d301d3f12 [2020-10-06T04:25:03.998Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T04:25:03.998Z] ---> Running in faafc54d0833 [2020-10-06T04:25:04.597Z] Removing intermediate container faafc54d0833 [2020-10-06T04:25:04.597Z] ---> 04f30c73ea3a [2020-10-06T04:25:04.597Z] Step 21/22 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:25:04.878Z] ---> Running in c8bf406805bc [2020-10-06T04:25:05.483Z] Removing intermediate container c8bf406805bc [2020-10-06T04:25:05.483Z] ---> b68870af9e1a [2020-10-06T04:25:05.483Z] Step 22/22 : LABEL version=1.2.2-dev.47 [2020-10-06T04:25:05.483Z] ---> Running in 9b321ddb700e [2020-10-06T04:25:06.085Z] Removing intermediate container 9b321ddb700e [2020-10-06T04:25:06.085Z] ---> 71858f9a1b45 [2020-10-06T04:25:06.085Z] [2020-10-06T04:25:06.685Z] Successfully built 71858f9a1b45 [2020-10-06T04:25:06.685Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-06T04:25:06.685Z]  Building docker-support-logging-go ... done Building docker-core-command-go [2020-10-06T04:25:16.869Z] Removing intermediate container 21f053e10ae1 [2020-10-06T04:25:16.869Z] ---> aed79a2bca88 [2020-10-06T04:25:16.869Z] [2020-10-06T04:25:16.869Z] Step 10/24 : FROM scratch [2020-10-06T04:25:16.869Z] ---> [2020-10-06T04:25:16.869Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-06T04:25:16.869Z] ---> Using cache [2020-10-06T04:25:16.869Z] ---> 87405ece5758 [2020-10-06T04:25:16.869Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-06T04:25:16.869Z] ---> Running in 0de9eb7f87bc [2020-10-06T04:25:17.148Z] Removing intermediate container 0de9eb7f87bc [2020-10-06T04:25:17.148Z] ---> 1be8e6c0205e [2020-10-06T04:25:17.148Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-06T04:25:17.148Z] ---> Running in 1dee6284e198 [2020-10-06T04:25:18.154Z] Removing intermediate container 1dee6284e198 [2020-10-06T04:25:18.154Z] ---> 7322c3fee11f [2020-10-06T04:25:18.154Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-06T04:25:20.131Z] ---> 329599d0a46c [2020-10-06T04:25:20.131Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-06T04:25:22.137Z] ---> c36a183fcf65 [2020-10-06T04:25:22.137Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-06T04:25:24.762Z] ---> 26d669641783 [2020-10-06T04:25:24.762Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-06T04:25:26.206Z] ---> e841984287bb [2020-10-06T04:25:26.206Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-06T04:25:28.855Z] ---> 9d08523ca8f7 [2020-10-06T04:25:28.855Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-06T04:25:30.845Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:25:30.845Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:25:30.845Z] ---> 10dac9d8e4c9 [2020-10-06T04:25:30.845Z] Step 3/22 : WORKDIR /edgex-go [2020-10-06T04:25:30.845Z] ---> Using cache [2020-10-06T04:25:30.845Z] ---> ad9a83a97d9d [2020-10-06T04:25:30.845Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:25:30.845Z] ---> Using cache [2020-10-06T04:25:30.845Z] ---> 83e3a2fb90d9 [2020-10-06T04:25:30.845Z] Step 5/22 : RUN apk update && apk add make git [2020-10-06T04:25:30.845Z] ---> Using cache [2020-10-06T04:25:30.845Z] ---> 7790f32d96b7 [2020-10-06T04:25:30.845Z] Step 6/22 : COPY go.mod . [2020-10-06T04:25:30.845Z] ---> Using cache [2020-10-06T04:25:30.845Z] ---> 1ab280e6fc55 [2020-10-06T04:25:30.845Z] Step 7/22 : RUN go mod download [2020-10-06T04:25:30.845Z] ---> Using cache [2020-10-06T04:25:30.845Z] ---> 30a35e8038ca [2020-10-06T04:25:30.845Z] Step 8/22 : COPY . . [2020-10-06T04:25:30.845Z] ---> Using cache [2020-10-06T04:25:30.845Z] ---> e0f5aa92bd04 [2020-10-06T04:25:30.845Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-06T04:25:30.845Z] ---> 7a61d5fd7f0c [2020-10-06T04:25:30.845Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-06T04:25:31.125Z] ---> Running in 30c5115d1ad3 [2020-10-06T04:25:31.402Z] ---> Running in 0e384c9b56e1 [2020-10-06T04:25:32.859Z] Removing intermediate container 0e384c9b56e1 [2020-10-06T04:25:32.859Z] ---> d45727699a78 [2020-10-06T04:25:32.859Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:25:33.141Z] ---> Running in d300621215e2 [2020-10-06T04:25:33.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/core-command/core-command ./cmd/core-command [2020-10-06T04:25:33.798Z] Removing intermediate container 3cc470a17623 [2020-10-06T04:25:33.798Z] ---> b25d8f91dfe9 [2020-10-06T04:25:33.798Z] [2020-10-06T04:25:33.798Z] Step 10/22 : FROM scratch [2020-10-06T04:25:33.798Z] ---> [2020-10-06T04:25:33.798Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T04:25:34.101Z] Removing intermediate container d300621215e2 [2020-10-06T04:25:34.101Z] ---> f66ffb4b5e13 [2020-10-06T04:25:34.101Z] Step 22/24 : LABEL arch=arm64 [2020-10-06T04:25:34.101Z] ---> Running in 636c4a7d6512 [2020-10-06T04:25:34.376Z] ---> Running in e705169930c1 [2020-10-06T04:25:34.974Z] Removing intermediate container 636c4a7d6512 [2020-10-06T04:25:34.974Z] ---> db5cead3b220 [2020-10-06T04:25:34.974Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-06T04:25:35.252Z] ---> Running in 924735a042f9 [2020-10-06T04:25:35.252Z] Removing intermediate container e705169930c1 [2020-10-06T04:25:35.252Z] ---> b169cf3caee3 [2020-10-06T04:25:35.252Z] Step 23/24 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:25:35.530Z] ---> Running in c1765d97ba5b [2020-10-06T04:25:35.811Z] Removing intermediate container 924735a042f9 [2020-10-06T04:25:35.811Z] ---> 6b7dbd7f120a [2020-10-06T04:25:35.811Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T04:25:36.407Z] ---> Running in 0a10a38aca59 [2020-10-06T04:25:36.697Z] Removing intermediate container c1765d97ba5b [2020-10-06T04:25:36.697Z] ---> b123039e5346 [2020-10-06T04:25:36.697Z] Step 24/24 : LABEL version=1.2.2-dev.47 [2020-10-06T04:25:36.974Z] ---> Running in d9d1c459463b [2020-10-06T04:25:36.974Z] Removing intermediate container 0a10a38aca59 [2020-10-06T04:25:36.974Z] ---> ea6f4befdf14 [2020-10-06T04:25:36.974Z] Step 14/22 : WORKDIR / [2020-10-06T04:25:37.252Z] ---> Running in ff15f60de171 [2020-10-06T04:25:37.856Z] Removing intermediate container d9d1c459463b [2020-10-06T04:25:37.856Z] ---> 462942558fc0 [2020-10-06T04:25:37.856Z] [2020-10-06T04:25:38.132Z] Removing intermediate container ff15f60de171 [2020-10-06T04:25:38.132Z] ---> e4df969b3c3f [2020-10-06T04:25:38.132Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-06T04:25:38.408Z] Successfully built 462942558fc0 [2020-10-06T04:25:38.408Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-06T04:25:38.408Z] Building docker-sys-mgmt-agent-go [2020-10-06T04:25:39.400Z]  Building docker-support-notifications-go ... done  ---> 5c1dcdfab8a5 [2020-10-06T04:25:39.400Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-06T04:25:42.831Z] ---> 7b8b54c99381 [2020-10-06T04:25:42.831Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-06T04:25:44.506Z] ---> 6212f3f31c07 [2020-10-06T04:25:44.506Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-06T04:25:45.032Z] ---> Running in dbb8101cb503 [2020-10-06T04:25:46.116Z] Removing intermediate container dbb8101cb503 [2020-10-06T04:25:46.116Z] ---> f83ccf992198 [2020-10-06T04:25:46.116Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:25:46.409Z] ---> Running in a613f5f180ce [2020-10-06T04:25:48.047Z] Removing intermediate container a613f5f180ce [2020-10-06T04:25:48.047Z] ---> 1bd17aa63d3f [2020-10-06T04:25:48.047Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T04:25:48.788Z] ---> Running in e0d2c5fd93a9 [2020-10-06T04:25:49.420Z] Removing intermediate container 94fe5b102f9f [2020-10-06T04:25:49.420Z] ---> 74ff3812dd1d [2020-10-06T04:25:49.420Z] [2020-10-06T04:25:49.420Z] Step 10/23 : FROM alpine [2020-10-06T04:25:49.420Z] ---> 62ee0e9f8440 [2020-10-06T04:25:49.420Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T04:25:49.721Z] Removing intermediate container e0d2c5fd93a9 [2020-10-06T04:25:49.721Z] ---> 889acd5ddf25 [2020-10-06T04:25:49.721Z] Step 21/22 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:25:50.012Z] ---> Running in 7abb1e324f72 [2020-10-06T04:25:50.295Z] ---> Running in 3178e6e8149d [2020-10-06T04:25:50.900Z] Removing intermediate container 7abb1e324f72 [2020-10-06T04:25:50.900Z] ---> 7294f42e779d [2020-10-06T04:25:50.900Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-06T04:25:51.532Z] ---> Running in 065f489271fc [2020-10-06T04:25:51.532Z] Removing intermediate container 3178e6e8149d [2020-10-06T04:25:51.532Z] ---> 5dbca2850fc3 [2020-10-06T04:25:51.532Z] Step 22/22 : LABEL version=1.2.2-dev.47 [2020-10-06T04:25:52.140Z] ---> Running in b3d78ce06352 [2020-10-06T04:25:52.438Z] Removing intermediate container 065f489271fc [2020-10-06T04:25:52.438Z] ---> cbb6f30bc4f5 [2020-10-06T04:25:52.438Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-06T04:25:53.038Z] ---> Running in 21ac18808c4c [2020-10-06T04:25:53.038Z] Removing intermediate container b3d78ce06352 [2020-10-06T04:25:53.038Z] ---> cc63b28b46df [2020-10-06T04:25:53.038Z] [2020-10-06T04:25:54.034Z] Removing intermediate container 21ac18808c4c [2020-10-06T04:25:54.034Z] ---> d859575ef2cf [2020-10-06T04:25:54.034Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:25:54.034Z] Successfully built cc63b28b46df [2020-10-06T04:25:54.034Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-06T04:25:54.319Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2020-10-06T04:25:54.319Z] ---> Running in bf062e5ab88f [2020-10-06T04:26:01.106Z] Removing intermediate container bf062e5ab88f [2020-10-06T04:26:01.106Z] ---> 0693301e3b11 [2020-10-06T04:26:01.106Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-06T04:26:01.106Z] ---> Running in b1e6ab613ca6 [2020-10-06T04:26:02.107Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-06T04:26:03.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:26:03.433Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:26:03.434Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:26:03.434Z] ---> 10dac9d8e4c9 [2020-10-06T04:26:03.434Z] Step 3/27 : WORKDIR /edgex-go [2020-10-06T04:26:03.434Z] ---> Using cache [2020-10-06T04:26:03.434Z] ---> ad9a83a97d9d [2020-10-06T04:26:03.434Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:26:03.434Z] ---> Using cache [2020-10-06T04:26:03.434Z] ---> 83e3a2fb90d9 [2020-10-06T04:26:03.434Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-06T04:26:04.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:26:04.054Z] ---> Running in c3a55d3a846c [2020-10-06T04:26:05.057Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-06T04:26:05.057Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-06T04:26:05.057Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-06T04:26:05.335Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-06T04:26:05.335Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-06T04:26:05.611Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:26:05.611Z] OK: 8 MiB in 19 packages [2020-10-06T04:26:07.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:26:08.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:26:08.067Z] Removing intermediate container b1e6ab613ca6 [2020-10-06T04:26:08.067Z] ---> 7796c61c7aab [2020-10-06T04:26:08.067Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-06T04:26:09.060Z] v3.12.0-365-g49d48cd6ad [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:26:09.060Z] v3.12.0-367-g68df6e6312 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:26:09.060Z] OK: 12623 distinct packages available [2020-10-06T04:26:09.673Z] ---> b9231aad07b9 [2020-10-06T04:26:09.673Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-06T04:26:10.278Z] OK: 217 MiB in 51 packages [2020-10-06T04:26:11.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-06T04:26:13.174Z] ---> 305160054aff [2020-10-06T04:26:13.174Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-06T04:26:13.174Z] Removing intermediate container c3a55d3a846c [2020-10-06T04:26:13.174Z] ---> 2397c2830e98 [2020-10-06T04:26:13.174Z] Step 6/27 : COPY go.mod . [2020-10-06T04:26:14.625Z] ---> 7f093bdfbe9e [2020-10-06T04:26:14.625Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-06T04:26:15.224Z] ---> 9ecdd694ecd0 [2020-10-06T04:26:15.224Z] Step 7/27 : RUN go mod download [2020-10-06T04:26:15.224Z] ---> Running in 066163c13920 [2020-10-06T04:26:15.499Z] ---> Running in df220d5c1323 [2020-10-06T04:26:16.099Z] Removing intermediate container 066163c13920 [2020-10-06T04:26:16.099Z] ---> 2f077741c792 [2020-10-06T04:26:16.099Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:26:16.376Z] ---> Running in 7a5b9c10e15a [2020-10-06T04:26:17.827Z] Removing intermediate container 7a5b9c10e15a [2020-10-06T04:26:17.827Z] ---> 2ca4367c3632 [2020-10-06T04:26:17.827Z] Step 21/23 : LABEL arch=arm64 [2020-10-06T04:26:17.827Z] ---> Running in 49184f34cd2c [2020-10-06T04:26:18.812Z] Removing intermediate container 49184f34cd2c [2020-10-06T04:26:18.812Z] ---> 48de9b7a4de2 [2020-10-06T04:26:18.812Z] Step 22/23 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:26:19.086Z] ---> Running in 914b7e4be46e [2020-10-06T04:26:20.068Z] Removing intermediate container 914b7e4be46e [2020-10-06T04:26:20.068Z] ---> 606de98ee36f [2020-10-06T04:26:20.068Z] Step 23/23 : LABEL version=1.2.2-dev.47 [2020-10-06T04:26:20.343Z] ---> Running in 8a36e9653ece [2020-10-06T04:26:21.319Z] Removing intermediate container 8a36e9653ece [2020-10-06T04:26:21.319Z] ---> 6adf911e6ee2 [2020-10-06T04:26:21.319Z] [2020-10-06T04:26:21.319Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:26:21.319Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:26:21.319Z] ---> 10dac9d8e4c9 [2020-10-06T04:26:21.319Z] Step 3/21 : WORKDIR /edgex-go [2020-10-06T04:26:21.319Z] ---> Using cache [2020-10-06T04:26:21.319Z] ---> ad9a83a97d9d [2020-10-06T04:26:21.320Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:26:21.320Z] ---> Using cache [2020-10-06T04:26:21.320Z] ---> 83e3a2fb90d9 [2020-10-06T04:26:21.320Z] Step 5/21 : RUN apk update && apk add make git [2020-10-06T04:26:21.320Z] ---> Using cache [2020-10-06T04:26:21.320Z] ---> 7790f32d96b7 [2020-10-06T04:26:21.320Z] Step 6/21 : COPY go.mod . [2020-10-06T04:26:21.320Z] ---> Using cache [2020-10-06T04:26:21.320Z] ---> 1ab280e6fc55 [2020-10-06T04:26:21.320Z] Step 7/21 : RUN go mod download [2020-10-06T04:26:21.320Z] ---> Using cache [2020-10-06T04:26:21.320Z] ---> 30a35e8038ca [2020-10-06T04:26:21.320Z] Step 8/21 : COPY . . [2020-10-06T04:26:21.598Z] ---> Using cache [2020-10-06T04:26:21.598Z] ---> e0f5aa92bd04 [2020-10-06T04:26:21.598Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-06T04:26:22.188Z] ---> Running in 3c13ecb2d65c [2020-10-06T04:26:22.188Z] Removing intermediate container df220d5c1323 [2020-10-06T04:26:22.188Z] ---> a5107607b651 [2020-10-06T04:26:22.188Z] Step 8/27 : COPY . . [2020-10-06T04:26:22.188Z] Successfully built 6adf911e6ee2 [2020-10-06T04:26:22.188Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-06T04:26:22.188Z] Building docker-security-proxy-setup-go [2020-10-06T04:26:25.105Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-06T04:26:27.105Z] Removing intermediate container eb0083aef9c0 [2020-10-06T04:26:27.105Z] ---> 81d631da2bea [2020-10-06T04:26:27.105Z] [2020-10-06T04:26:27.105Z] Step 10/26 : FROM alpine:3.10 [2020-10-06T04:26:27.703Z] 3.10: Pulling from library/alpine [2020-10-06T04:26:29.166Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-06T04:26:29.166Z] Status: Downloaded newer image for alpine:3.10 [2020-10-06T04:26:29.166Z] ---> 536a684cf733 [2020-10-06T04:26:29.166Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-06T04:26:31.880Z] ---> Running in 4df5541d5329 [2020-10-06T04:26:34.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:26:34.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:26:35.432Z] v3.10.5-94-gea6eea6e70 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-06T04:26:35.432Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-06T04:26:35.432Z] OK: 10167 distinct packages available [2020-10-06T04:26:36.425Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-06T04:26:36.425Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-06T04:26:36.425Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-06T04:26:36.425Z] (4/5) Installing curl (7.66.0-r1) [2020-10-06T04:26:36.425Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-06T04:26:36.425Z] Executing busybox-1.30.1-r3.trigger [2020-10-06T04:26:36.425Z] Executing ca-certificates-20191127-r2.trigger [2020-10-06T04:26:37.027Z] OK: 7 MiB in 19 packages [2020-10-06T04:26:42.524Z] Removing intermediate container 4df5541d5329 [2020-10-06T04:26:42.524Z] ---> f5e59f9dd3fa [2020-10-06T04:26:42.524Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T04:26:43.128Z] ---> Running in bf0a2a7df361 [2020-10-06T04:26:44.128Z] Removing intermediate container bf0a2a7df361 [2020-10-06T04:26:44.128Z] ---> 77f61d37229f [2020-10-06T04:26:44.128Z] Step 13/26 : WORKDIR / [2020-10-06T04:26:44.751Z] ---> Running in e98eafe6dcd9 [2020-10-06T04:26:45.737Z] Removing intermediate container e98eafe6dcd9 [2020-10-06T04:26:45.737Z] ---> 744382f11b51 [2020-10-06T04:26:45.737Z] 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-10-06T04:26:46.338Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-06T04:26:46.338Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-06T04:26:46.338Z] ---> 10dac9d8e4c9 [2020-10-06T04:26:46.338Z] Step 3/20 : WORKDIR /edgex-go [2020-10-06T04:26:46.338Z] ---> Using cache [2020-10-06T04:26:46.338Z] ---> ad9a83a97d9d [2020-10-06T04:26:46.338Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T04:26:46.338Z] ---> Using cache [2020-10-06T04:26:46.338Z] ---> 83e3a2fb90d9 [2020-10-06T04:26:46.338Z] Step 5/20 : RUN apk update && apk add make git [2020-10-06T04:26:46.338Z] ---> Using cache [2020-10-06T04:26:46.338Z] ---> 7790f32d96b7 [2020-10-06T04:26:46.338Z] Step 6/20 : COPY go.mod . [2020-10-06T04:26:46.338Z] ---> Using cache [2020-10-06T04:26:46.338Z] ---> 1ab280e6fc55 [2020-10-06T04:26:46.338Z] Step 7/20 : RUN go mod download [2020-10-06T04:26:46.338Z] ---> Using cache [2020-10-06T04:26:46.338Z] ---> 30a35e8038ca [2020-10-06T04:26:46.338Z] Step 8/20 : COPY . . [2020-10-06T04:26:46.626Z] ---> 9634fc30e666 [2020-10-06T04:26:46.626Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-06T04:26:46.626Z] ---> Using cache [2020-10-06T04:26:46.626Z] ---> e0f5aa92bd04 [2020-10-06T04:26:46.626Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-06T04:26:47.239Z] ---> Running in 39ae18bca674 [2020-10-06T04:26:47.240Z] ---> Running in ded0f6fb375e [2020-10-06T04:26:47.240Z] ---> a2135fe97fe1 [2020-10-06T04:26:47.240Z] 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-10-06T04:26:49.237Z] ---> 184827f9ee9b [2020-10-06T04:26:49.237Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-06T04:26:50.221Z] ---> ab2c3c1285d0 [2020-10-06T04:26:50.221Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-06T04:26:50.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-06T04:26:50.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-06T04:26:51.487Z] ---> 8328d5285383 [2020-10-06T04:26:51.487Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-06T04:26:52.946Z] ---> 225a99551a07 [2020-10-06T04:26:52.946Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-06T04:26:54.935Z] ---> 350039eadf7a [2020-10-06T04:26:54.935Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-06T04:26:56.374Z] ---> 61a68e5b417b [2020-10-06T04:26:56.374Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-06T04:26:57.365Z] ---> c7b2153869ba [2020-10-06T04:26:57.365Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-06T04:26:57.647Z] ---> Running in d4e0717539eb [2020-10-06T04:27:01.980Z] Removing intermediate container d4e0717539eb [2020-10-06T04:27:01.980Z] ---> a4778d52d222 [2020-10-06T04:27:01.980Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-06T04:27:02.581Z] ---> Running in 2539f68ac363 [2020-10-06T04:27:03.631Z] Removing intermediate container 2539f68ac363 [2020-10-06T04:27:03.631Z] ---> 537cb6afe48f [2020-10-06T04:27:03.631Z] Step 24/26 : LABEL arch=arm64 [2020-10-06T04:27:03.910Z] ---> Running in 7759045199a6 [2020-10-06T04:27:04.899Z] Removing intermediate container 30c5115d1ad3 [2020-10-06T04:27:04.899Z] ---> f49633b49b9a [2020-10-06T04:27:04.899Z] [2020-10-06T04:27:04.899Z] Step 10/22 : FROM scratch [2020-10-06T04:27:04.899Z] ---> [2020-10-06T04:27:04.899Z] Removing intermediate container 7759045199a6 [2020-10-06T04:27:04.899Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T04:27:04.899Z] ---> 1e8d8707fc70 [2020-10-06T04:27:04.899Z] Step 25/26 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:27:04.899Z] ---> Using cache [2020-10-06T04:27:04.899Z] ---> db5cead3b220 [2020-10-06T04:27:04.899Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-06T04:27:05.171Z] ---> Running in cdd5f269f533 [2020-10-06T04:27:05.171Z] ---> Running in b6e524f98066 [2020-10-06T04:27:06.178Z] Removing intermediate container b6e524f98066 [2020-10-06T04:27:06.178Z] ---> 9fbb8c041a2b [2020-10-06T04:27:06.178Z] Step 26/26 : LABEL version=1.2.2-dev.47 [2020-10-06T04:27:06.178Z] Removing intermediate container cdd5f269f533 [2020-10-06T04:27:06.178Z] ---> d82b13d904b6 [2020-10-06T04:27:06.178Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-06T04:27:06.178Z] ---> Running in 7c669ecb1a00 [2020-10-06T04:27:06.178Z] ---> Running in e88641439dec [2020-10-06T04:27:07.173Z] Removing intermediate container e88641439dec [2020-10-06T04:27:07.173Z] ---> a628dd0fe935 [2020-10-06T04:27:07.173Z] [2020-10-06T04:27:07.173Z] Removing intermediate container 7c669ecb1a00 [2020-10-06T04:27:07.173Z] ---> 6220c88c5d39 [2020-10-06T04:27:07.173Z] Step 14/22 : WORKDIR / [2020-10-06T04:27:07.173Z] ---> Running in 0ac6be5d5782 [2020-10-06T04:27:07.785Z] Successfully built a628dd0fe935 [2020-10-06T04:27:07.785Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-06T04:27:08.086Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0ac6be5d5782 [2020-10-06T04:27:08.086Z] ---> d31146829068 [2020-10-06T04:27:08.086Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-06T04:27:09.527Z] ---> a2e4d874224c [2020-10-06T04:27:09.527Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-06T04:27:11.024Z] ---> 574488c613a7 [2020-10-06T04:27:11.024Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-06T04:27:12.476Z] ---> e4fd745d98bf [2020-10-06T04:27:12.476Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-06T04:27:12.748Z] ---> Running in 3bde5b96c22e [2020-10-06T04:27:13.359Z] Removing intermediate container 3bde5b96c22e [2020-10-06T04:27:13.359Z] ---> 267b8938798e [2020-10-06T04:27:13.359Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:27:13.359Z] ---> Running in ccdcb052bfcd [2020-10-06T04:27:13.956Z] Removing intermediate container ccdcb052bfcd [2020-10-06T04:27:13.956Z] ---> 795bb8cf8b95 [2020-10-06T04:27:13.956Z] Step 20/22 : LABEL arch=arm64 [2020-10-06T04:27:14.230Z] ---> Running in 33de97773f36 [2020-10-06T04:27:14.839Z] Removing intermediate container 33de97773f36 [2020-10-06T04:27:14.839Z] ---> c607f81e2ab6 [2020-10-06T04:27:14.839Z] Step 21/22 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:27:15.113Z] ---> Running in 9a76400e94b4 [2020-10-06T04:27:15.718Z] Removing intermediate container 9a76400e94b4 [2020-10-06T04:27:15.718Z] ---> 022e026f3ed6 [2020-10-06T04:27:15.718Z] Step 22/22 : LABEL version=1.2.2-dev.47 [2020-10-06T04:27:15.993Z] ---> Running in d3b553f9962a [2020-10-06T04:27:16.587Z] Removing intermediate container d3b553f9962a [2020-10-06T04:27:16.587Z] ---> acb2427437b5 [2020-10-06T04:27:16.587Z] [2020-10-06T04:27:16.865Z] Successfully built acb2427437b5 [2020-10-06T04:27:16.865Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-06T04:27:49.220Z]  Building docker-core-command-go ... done Removing intermediate container ded0f6fb375e [2020-10-06T04:27:49.220Z] ---> 41c2f815bdb4 [2020-10-06T04:27:49.220Z] [2020-10-06T04:27:49.220Z] Step 10/20 : FROM alpine [2020-10-06T04:27:49.220Z] ---> 62ee0e9f8440 [2020-10-06T04:27:49.220Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-06T04:27:49.220Z] Removing intermediate container 3c13ecb2d65c [2020-10-06T04:27:49.220Z] ---> 0c44f97e7ec9 [2020-10-06T04:27:49.220Z] [2020-10-06T04:27:49.220Z] Step 10/21 : FROM scratch [2020-10-06T04:27:49.220Z] ---> [2020-10-06T04:27:49.221Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-06T04:27:49.221Z] ---> Using cache [2020-10-06T04:27:49.221Z] ---> db5cead3b220 [2020-10-06T04:27:49.221Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-06T04:27:49.221Z] ---> Running in c0a6db9cd1bf [2020-10-06T04:27:49.505Z] ---> Running in cb47d03e2379 [2020-10-06T04:27:50.101Z] Removing intermediate container cb47d03e2379 [2020-10-06T04:27:50.101Z] ---> 2565c464f741 [2020-10-06T04:27:50.101Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-06T04:27:50.101Z] ---> Running in cd934b1e1a6e [2020-10-06T04:27:51.080Z] Removing intermediate container cd934b1e1a6e [2020-10-06T04:27:51.080Z] ---> 0fc442aa26b3 [2020-10-06T04:27:51.080Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-06T04:27:51.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:27:51.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:27:51.354Z] Removing intermediate container 39ae18bca674 [2020-10-06T04:27:51.354Z] ---> fc97eea4df30 [2020-10-06T04:27:51.354Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-06T04:27:51.627Z] ---> Running in 2edb13298a18 [2020-10-06T04:27:51.627Z] ---> a592855ccc0f [2020-10-06T04:27:51.627Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-06T04:27:52.222Z] v3.12.0-365-g49d48cd6ad [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-06T04:27:52.222Z] v3.12.0-367-g68df6e6312 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-06T04:27:52.222Z] OK: 12621 distinct packages available [2020-10-06T04:27:52.826Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-06T04:27:52.826Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T04:27:52.826Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-06T04:27:52.826Z] (4/4) Installing curl (7.69.1-r1) [2020-10-06T04:27:52.826Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:27:52.826Z] Executing ca-certificates-20191127-r4.trigger [2020-10-06T04:27:53.101Z] OK: 7 MiB in 18 packages [2020-10-06T04:27:53.376Z] ---> bd25c5694613 [2020-10-06T04:27:53.376Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-06T04:27:53.376Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.47" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-06T04:27:54.359Z] ---> aa4294662a6c [2020-10-06T04:27:54.359Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-06T04:27:54.359Z] ---> Running in b95ab1eac9e4 [2020-10-06T04:27:54.963Z] Removing intermediate container c0a6db9cd1bf [2020-10-06T04:27:54.963Z] ---> 150174058345 [2020-10-06T04:27:54.963Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-06T04:27:54.963Z] Removing intermediate container b95ab1eac9e4 [2020-10-06T04:27:54.963Z] ---> 2bf282eb37fc [2020-10-06T04:27:54.963Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:27:54.963Z] ---> Running in ecd7c1e4f493 [2020-10-06T04:27:55.238Z] ---> Running in b755e73964a9 [2020-10-06T04:27:55.522Z] Removing intermediate container ecd7c1e4f493 [2020-10-06T04:27:55.522Z] ---> 4c6fb77ac946 [2020-10-06T04:27:55.522Z] Step 13/20 : WORKDIR /edgex [2020-10-06T04:27:55.794Z] Removing intermediate container b755e73964a9 [2020-10-06T04:27:55.794Z] ---> 251ce2983471 [2020-10-06T04:27:55.794Z] Step 19/21 : LABEL arch=arm64 [2020-10-06T04:27:55.794Z] ---> Running in 2f1fc363d7c2 [2020-10-06T04:27:55.794Z] ---> Running in 1fd387fa5674 [2020-10-06T04:27:56.390Z] Removing intermediate container 2f1fc363d7c2 [2020-10-06T04:27:56.391Z] ---> 8719783f014b [2020-10-06T04:27:56.391Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-06T04:27:56.391Z] Removing intermediate container 1fd387fa5674 [2020-10-06T04:27:56.391Z] ---> 92544db0ac42 [2020-10-06T04:27:56.391Z] Step 20/21 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:27:56.672Z] Removing intermediate container 2edb13298a18 [2020-10-06T04:27:56.672Z] ---> c532b34b84f1 [2020-10-06T04:27:56.672Z] [2020-10-06T04:27:56.672Z] Step 11/27 : FROM docker:latest [2020-10-06T04:27:56.672Z] ---> 45884bde0078 [2020-10-06T04:27:56.672Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-06T04:27:56.672Z] ---> Running in 40819cf8a98a [2020-10-06T04:27:56.672Z] ---> Running in 2ddca3ca0fc1 [2020-10-06T04:27:57.276Z] Removing intermediate container 40819cf8a98a [2020-10-06T04:27:57.276Z] ---> da28c92c351a [2020-10-06T04:27:57.276Z] Step 21/21 : LABEL version=1.2.2-dev.47 [2020-10-06T04:27:57.276Z] ---> c193520c42b2 [2020-10-06T04:27:57.276Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-06T04:27:57.276Z] ---> Running in ef155e63694c [2020-10-06T04:27:58.255Z] Removing intermediate container ef155e63694c [2020-10-06T04:27:58.255Z] ---> 74f7172c1bec [2020-10-06T04:27:58.255Z] [2020-10-06T04:27:58.529Z] Successfully built 74f7172c1bec [2020-10-06T04:27:58.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:27:58.529Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-06T04:27:58.529Z]  Building docker-support-scheduler-go ... done  ---> c7bd93acd643 [2020-10-06T04:27:58.529Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-06T04:27:58.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:27:58.801Z] ---> Running in 0df2858a1f8c [2020-10-06T04:27:59.078Z] (1/2) Installing readline (8.0.4-r0) [2020-10-06T04:27:59.078Z] (2/2) Installing bash (5.0.17-r0) [2020-10-06T04:27:59.078Z] Removing intermediate container 0df2858a1f8c [2020-10-06T04:27:59.078Z] ---> 79e4cda4198e [2020-10-06T04:27:59.078Z] Step 17/20 : CMD ["--init=true"] [2020-10-06T04:27:59.078Z] Executing bash-5.0.17-r0.post-install [2020-10-06T04:27:59.078Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:27:59.078Z] OK: 12 MiB in 22 packages [2020-10-06T04:27:59.354Z] ---> Running in df75b210ebfa [2020-10-06T04:27:59.960Z] Removing intermediate container df75b210ebfa [2020-10-06T04:27:59.960Z] ---> f52d661a2469 [2020-10-06T04:27:59.960Z] Step 18/20 : LABEL arch=arm64 [2020-10-06T04:27:59.960Z] ---> Running in 45616c621a99 [2020-10-06T04:28:00.554Z] Removing intermediate container 45616c621a99 [2020-10-06T04:28:00.554Z] ---> ceaea008e388 [2020-10-06T04:28:00.554Z] Step 19/20 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:28:00.554Z] Removing intermediate container 2ddca3ca0fc1 [2020-10-06T04:28:00.554Z] ---> 3445b5898f80 [2020-10-06T04:28:00.554Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-06T04:28:00.554Z] ---> Running in 7c47203e0c61 [2020-10-06T04:28:00.830Z] ---> Running in deabae226275 [2020-10-06T04:28:01.103Z] Removing intermediate container 7c47203e0c61 [2020-10-06T04:28:01.103Z] ---> 2769b96f5a5c [2020-10-06T04:28:01.103Z] Step 20/20 : LABEL version=1.2.2-dev.47 [2020-10-06T04:28:01.377Z] ---> Running in 5c7a5c3569f4 [2020-10-06T04:28:01.972Z] Removing intermediate container 5c7a5c3569f4 [2020-10-06T04:28:01.972Z] ---> 0a5cbe528aa5 [2020-10-06T04:28:01.972Z] [2020-10-06T04:28:02.244Z] Successfully built 0a5cbe528aa5 [2020-10-06T04:28:02.244Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-06T04:28:03.220Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container deabae226275 [2020-10-06T04:28:03.220Z] ---> 46906401f640 [2020-10-06T04:28:03.220Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-06T04:28:03.505Z] ---> Running in 599964e62f0b [2020-10-06T04:28:03.782Z] Removing intermediate container 599964e62f0b [2020-10-06T04:28:03.782Z] ---> ddbc76c755db [2020-10-06T04:28:03.782Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-06T04:28:04.066Z] ---> Running in 9ae4ea73039f [2020-10-06T04:28:04.346Z] Removing intermediate container 9ae4ea73039f [2020-10-06T04:28:04.346Z] ---> 40b393417056 [2020-10-06T04:28:04.346Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-06T04:28:04.632Z] ---> Running in a81df1648fac [2020-10-06T04:28:05.239Z] Removing intermediate container a81df1648fac [2020-10-06T04:28:05.239Z] ---> cd352beaf2a1 [2020-10-06T04:28:05.239Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-06T04:28:06.707Z] ---> 9d1807dcb827 [2020-10-06T04:28:06.707Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-06T04:28:07.345Z] ---> aa088212d3de [2020-10-06T04:28:07.345Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-06T04:28:08.326Z] ---> c7e8b093980c [2020-10-06T04:28:08.326Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-06T04:28:08.326Z] ---> Running in a58ae5956290 [2020-10-06T04:28:09.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:28:10.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:28:10.615Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-06T04:28:10.615Z] (2/33) Installing expat (2.2.9-r1) [2020-10-06T04:28:10.615Z] (3/33) Installing libffi (3.3-r2) [2020-10-06T04:28:10.615Z] (4/33) Installing gdbm (1.13-r1) [2020-10-06T04:28:10.615Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-06T04:28:10.615Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-06T04:28:10.615Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-06T04:28:12.584Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-06T04:28:12.584Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-06T04:28:12.584Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-06T04:28:12.584Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-06T04:28:12.584Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-06T04:28:12.584Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-06T04:28:12.584Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-06T04:28:12.584Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-06T04:28:12.584Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-06T04:28:12.584Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-06T04:28:12.584Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-06T04:28:12.584Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-06T04:28:12.584Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-06T04:28:12.584Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-06T04:28:12.584Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-06T04:28:12.584Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-06T04:28:12.584Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-06T04:28:12.584Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-06T04:28:12.584Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-06T04:28:12.861Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-06T04:28:12.861Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-06T04:28:12.861Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-06T04:28:12.861Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-06T04:28:12.861Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-06T04:28:12.861Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-06T04:28:12.861Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-06T04:28:12.861Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:28:12.861Z] OK: 71 MiB in 55 packages [2020-10-06T04:28:19.575Z] Removing intermediate container a58ae5956290 [2020-10-06T04:28:19.575Z] ---> a4ef29d39e39 [2020-10-06T04:28:19.575Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-06T04:28:19.575Z] ---> Running in 0dceaf6f6eb5 [2020-10-06T04:28:24.966Z] Collecting docker-compose==1.23.2 [2020-10-06T04:28:24.966Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-06T04:28:24.966Z] Collecting jsonschema<3,>=2.5.1 [2020-10-06T04:28:24.966Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-06T04:28:25.555Z] Collecting docker<4.0,>=3.6.0 [2020-10-06T04:28:25.555Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-06T04:28:26.149Z] Collecting cached-property<2,>=1.2.0 [2020-10-06T04:28:26.149Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-06T04:28:27.118Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-06T04:28:27.118Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-06T04:28:27.118Z] 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-10-06T04:28:27.707Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-06T04:28:27.707Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-06T04:28:28.301Z] Collecting PyYAML<4,>=3.10 [2020-10-06T04:28:28.301Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-06T04:28:31.666Z] Collecting docopt<0.7,>=0.6.1 [2020-10-06T04:28:31.666Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-06T04:28:33.089Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-06T04:28:33.089Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-06T04:28:35.044Z] Collecting texttable<0.10,>=0.9.0 [2020-10-06T04:28:35.044Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-06T04:28:36.464Z] Collecting docker-pycreds>=0.4.0 [2020-10-06T04:28:36.736Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-06T04:28:37.006Z] Collecting idna<2.8,>=2.5 [2020-10-06T04:28:37.006Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-06T04:28:37.006Z] 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-10-06T04:28:37.276Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-06T04:28:37.547Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-06T04:28:37.547Z] 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-10-06T04:28:37.547Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-06T04:28:37.547Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-06T04:28:37.547Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-06T04:28:37.547Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-06T04:28:38.516Z] Installing collected packages: jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, PyYAML, docopt, dockerpty, texttable, docker-compose [2020-10-06T04:28:38.787Z] Attempting uninstall: idna [2020-10-06T04:28:38.787Z] Found existing installation: idna 2.9 [2020-10-06T04:28:38.787Z] Uninstalling idna-2.9: [2020-10-06T04:28:38.787Z] Successfully uninstalled idna-2.9 [2020-10-06T04:28:39.379Z] Attempting uninstall: urllib3 [2020-10-06T04:28:39.379Z] Found existing installation: urllib3 1.25.9 [2020-10-06T04:28:39.379Z] Uninstalling urllib3-1.25.9: [2020-10-06T04:28:39.650Z] Successfully uninstalled urllib3-1.25.9 [2020-10-06T04:28:40.242Z] Attempting uninstall: requests [2020-10-06T04:28:40.242Z] Found existing installation: requests 2.23.0 [2020-10-06T04:28:40.242Z] Uninstalling requests-2.23.0: [2020-10-06T04:28:40.242Z] Successfully uninstalled requests-2.23.0 [2020-10-06T04:28:41.665Z] Running setup.py install for PyYAML: started [2020-10-06T04:28:43.626Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-06T04:28:43.626Z] Running setup.py install for docopt: started [2020-10-06T04:28:45.596Z] Running setup.py install for docopt: finished with status 'done' [2020-10-06T04:28:45.596Z] Running setup.py install for dockerpty: started [2020-10-06T04:28:47.558Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-06T04:28:47.558Z] Running setup.py install for texttable: started [2020-10-06T04:28:48.978Z] Running setup.py install for texttable: finished with status 'done' [2020-10-06T04:28:49.948Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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-10-06T04:28:53.325Z] Removing intermediate container 0dceaf6f6eb5 [2020-10-06T04:28:53.325Z] ---> fe00a796774f [2020-10-06T04:28:53.325Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-06T04:28:53.599Z] ---> Running in 7a68ffae7978 [2020-10-06T04:28:55.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T04:28:55.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T04:28:55.893Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-06T04:28:55.893Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-06T04:28:55.893Z] (3/3) Installing curl (7.69.1-r1) [2020-10-06T04:28:55.893Z] Executing busybox-1.31.1-r16.trigger [2020-10-06T04:28:55.893Z] OK: 71 MiB in 58 packages [2020-10-06T04:28:56.866Z] Removing intermediate container 7a68ffae7978 [2020-10-06T04:28:56.866Z] ---> bcb5271ec806 [2020-10-06T04:28:56.866Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-06T04:28:57.139Z] ---> Running in 18736e89c83b [2020-10-06T04:28:57.408Z] Removing intermediate container 18736e89c83b [2020-10-06T04:28:57.408Z] ---> 0b750e6f706b [2020-10-06T04:28:57.408Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-06T04:28:57.680Z] ---> Running in bdea0da0ab30 [2020-10-06T04:28:57.951Z] Removing intermediate container bdea0da0ab30 [2020-10-06T04:28:57.951Z] ---> e9b6c9c2f0df [2020-10-06T04:28:57.951Z] Step 25/27 : LABEL arch=arm64 [2020-10-06T04:28:58.223Z] ---> Running in 0ee724ac5a0d [2020-10-06T04:28:58.820Z] Removing intermediate container 0ee724ac5a0d [2020-10-06T04:28:58.820Z] ---> c05cdfb685d0 [2020-10-06T04:28:58.820Z] Step 26/27 : LABEL git_sha=890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:28:58.820Z] ---> Running in 7169d3df3f60 [2020-10-06T04:28:59.092Z] Removing intermediate container 7169d3df3f60 [2020-10-06T04:28:59.092Z] ---> d17cc3fff9c3 [2020-10-06T04:28:59.092Z] Step 27/27 : LABEL version=1.2.2-dev.47 [2020-10-06T04:28:59.364Z] ---> Running in 37bc92576c64 [2020-10-06T04:28:59.958Z] Removing intermediate container 37bc92576c64 [2020-10-06T04:28:59.958Z] ---> fee901fcb498 [2020-10-06T04:28:59.958Z] [2020-10-06T04:29:00.229Z] Successfully built fee901fcb498 [2020-10-06T04:29:00.229Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-06T04:29:00.515Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-06T04:29:00.625Z] $ docker stop --time=1 d5cb2c724908d0d2e2579c8006890432ed69152eab24f2a489bed755d706f4b2 [2020-10-06T04:29:02.461Z] $ docker rm -f d5cb2c724908d0d2e2579c8006890432ed69152eab24f2a489bed755d706f4b2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:29:03.072Z] + + docker imagesgrep [2020-10-06T04:29:03.072Z] docker [2020-10-06T04:29:03.343Z] docker-sys-mgmt-agent-go-arm64 latest fee901fcb498 4 seconds ago 270MB [2020-10-06T04:29:03.343Z] docker-security-proxy-setup-go-arm64 latest 0a5cbe528aa5 About a minute ago 15.1MB [2020-10-06T04:29:03.343Z] docker-support-scheduler-go-arm64 latest 74f7172c1bec About a minute ago 11.5MB [2020-10-06T04:29:03.343Z] docker-core-command-go-arm64 latest acb2427437b5 About a minute ago 11.4MB [2020-10-06T04:29:03.343Z] docker-security-secretstore-setup-go-arm64 latest a628dd0fe935 About a minute ago 30.8MB [2020-10-06T04:29:03.343Z] docker-core-data-go-arm64 latest 6adf911e6ee2 2 minutes ago 22.2MB [2020-10-06T04:29:03.343Z] docker-core-metadata-go-arm64 latest cc63b28b46df 3 minutes ago 13.2MB [2020-10-06T04:29:03.343Z] docker-support-notifications-go-arm64 latest 462942558fc0 3 minutes ago 12.9MB [2020-10-06T04:29:03.343Z] docker-support-logging-go-arm64 latest 71858f9a1b45 3 minutes ago 10.6MB [2020-10-06T04:29:03.343Z] docker-security-secrets-setup-go-arm64 latest 45aff089b70d 4 minutes ago 22.7MB [2020-10-06T04:29:03.343Z] docker latest 45884bde0078 2 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-06T04:29:03.880Z] provisioning config files... [2020-10-06T04:29:03.948Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/162@tmp/config6546844023186690898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:29:04.350Z] ---> docker-login.sh [2020-10-06T04:29:04.350Z] nexus3.edgexfoundry.org:10001 [2020-10-06T04:29:04.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T04:29:04.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T04:29:04.893Z] Configure a credential helper to remove this warning. See [2020-10-06T04:29:04.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T04:29:04.893Z] [2020-10-06T04:29:04.893Z] Login Succeeded [2020-10-06T04:29:04.893Z] nexus3.edgexfoundry.org:10002 [2020-10-06T04:29:05.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T04:29:05.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T04:29:05.439Z] Configure a credential helper to remove this warning. See [2020-10-06T04:29:05.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T04:29:05.439Z] [2020-10-06T04:29:05.439Z] Login Succeeded [2020-10-06T04:29:05.439Z] nexus3.edgexfoundry.org:10003 [2020-10-06T04:29:05.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T04:29:05.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T04:29:05.982Z] Configure a credential helper to remove this warning. See [2020-10-06T04:29:05.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T04:29:05.982Z] [2020-10-06T04:29:05.982Z] Login Succeeded [2020-10-06T04:29:05.982Z] nexus3.edgexfoundry.org:10004 [2020-10-06T04:29:06.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T04:29:06.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T04:29:06.527Z] Configure a credential helper to remove this warning. See [2020-10-06T04:29:06.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T04:29:06.527Z] [2020-10-06T04:29:06.527Z] Login Succeeded [2020-10-06T04:29:06.527Z] docker.io [2020-10-06T04:29:07.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-06T04:29:07.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-06T04:29:07.386Z] Configure a credential helper to remove this warning. See [2020-10-06T04:29:07.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-06T04:29:07.386Z] [2020-10-06T04:29:07.386Z] Login Succeeded [2020-10-06T04:29:07.386Z] ---> docker-login.sh ends [Pipeline] } [2020-10-06T04:29:07.404Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:29:07.609Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-06T04:29:07.609Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:07.609Z] 1.2.2-dev.47 [2020-10-06T04:29:07.609Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:07.609Z] master [2020-10-06T04:29:07.609Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:08.169Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:08.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:08.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T04:29:08.503Z] 0c9c9f9106bc: Preparing [2020-10-06T04:29:08.503Z] caff8a02f4f5: Preparing [2020-10-06T04:29:08.503Z] fb5ae6670006: Preparing [2020-10-06T04:29:08.775Z] fb5ae6670006: Pushed [2020-10-06T04:29:08.775Z] 0c9c9f9106bc: Pushed [2020-10-06T04:29:11.376Z] caff8a02f4f5: Pushed [2020-10-06T04:29:11.647Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:7cb81caedb8d09718d11dfa1e3ac79226d2911cf16ae307bc0ee359e7f315689 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:11.984Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:12.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:12.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T04:29:12.315Z] 0c9c9f9106bc: Preparing [2020-10-06T04:29:12.315Z] caff8a02f4f5: Preparing [2020-10-06T04:29:12.315Z] fb5ae6670006: Preparing [2020-10-06T04:29:12.584Z] 0c9c9f9106bc: Layer already exists [2020-10-06T04:29:12.584Z] caff8a02f4f5: Layer already exists [2020-10-06T04:29:12.584Z] fb5ae6670006: Layer already exists [2020-10-06T04:29:12.584Z] 1.2.2-dev.47: digest: sha256:7cb81caedb8d09718d11dfa1e3ac79226d2911cf16ae307bc0ee359e7f315689 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:12.923Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:13.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:13.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T04:29:13.256Z] 0c9c9f9106bc: Preparing [2020-10-06T04:29:13.256Z] caff8a02f4f5: Preparing [2020-10-06T04:29:13.256Z] fb5ae6670006: Preparing [2020-10-06T04:29:13.256Z] caff8a02f4f5: Layer already exists [2020-10-06T04:29:13.256Z] 0c9c9f9106bc: Layer already exists [2020-10-06T04:29:13.256Z] fb5ae6670006: Layer already exists [2020-10-06T04:29:13.526Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:7cb81caedb8d09718d11dfa1e3ac79226d2911cf16ae307bc0ee359e7f315689 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:13.865Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:14.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-06T04:29:14.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-06T04:29:14.204Z] 0c9c9f9106bc: Preparing [2020-10-06T04:29:14.204Z] caff8a02f4f5: Preparing [2020-10-06T04:29:14.204Z] fb5ae6670006: Preparing [2020-10-06T04:29:14.204Z] fb5ae6670006: Layer already exists [2020-10-06T04:29:14.204Z] caff8a02f4f5: Layer already exists [2020-10-06T04:29:14.204Z] 0c9c9f9106bc: Layer already exists [2020-10-06T04:29:14.476Z] master: digest: sha256:7cb81caedb8d09718d11dfa1e3ac79226d2911cf16ae307bc0ee359e7f315689 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:29:14.733Z] ===================================================== [Pipeline] echo [2020-10-06T04:29:14.780Z] taggedImages: [2020-10-06T04:29:14.780Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:14.780Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:14.780Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:14.780Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-06T04:29:14.844Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-06T04:29:14.844Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:14.844Z] 1.2.2-dev.47 [2020-10-06T04:29:14.844Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:14.844Z] master [2020-10-06T04:29:14.844Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:15.346Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:15.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:15.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T04:29:15.680Z] 36fc37f09885: Preparing [2020-10-06T04:29:15.680Z] f41ffc201bad: Preparing [2020-10-06T04:29:15.680Z] 6022d5f7318b: Preparing [2020-10-06T04:29:15.680Z] 223b59cc4e88: Preparing [2020-10-06T04:29:15.680Z] 2eab13779c48: Preparing [2020-10-06T04:29:15.680Z] e2f13739ad41: Preparing [2020-10-06T04:29:15.680Z] e2f13739ad41: Waiting [2020-10-06T04:29:15.951Z] 36fc37f09885: Pushed [2020-10-06T04:29:15.951Z] 6022d5f7318b: Pushed [2020-10-06T04:29:15.951Z] 2eab13779c48: Pushed [2020-10-06T04:29:15.951Z] e2f13739ad41: Layer already exists [2020-10-06T04:29:16.546Z] 223b59cc4e88: Pushed [2020-10-06T04:29:19.907Z] f41ffc201bad: Pushed [2020-10-06T04:29:19.907Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:d181ebd5120b42f5574cc108e75efafecf16214759a1a2f9d0cf9fad46ac797a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:20.244Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:20.577Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:20.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T04:29:20.577Z] 36fc37f09885: Preparing [2020-10-06T04:29:20.577Z] f41ffc201bad: Preparing [2020-10-06T04:29:20.577Z] 6022d5f7318b: Preparing [2020-10-06T04:29:20.577Z] 223b59cc4e88: Preparing [2020-10-06T04:29:20.577Z] 2eab13779c48: Preparing [2020-10-06T04:29:20.577Z] e2f13739ad41: Preparing [2020-10-06T04:29:20.577Z] e2f13739ad41: Waiting [2020-10-06T04:29:20.577Z] 6022d5f7318b: Layer already exists [2020-10-06T04:29:20.577Z] 36fc37f09885: Layer already exists [2020-10-06T04:29:20.577Z] 2eab13779c48: Layer already exists [2020-10-06T04:29:20.577Z] 223b59cc4e88: Layer already exists [2020-10-06T04:29:20.577Z] f41ffc201bad: Layer already exists [2020-10-06T04:29:20.577Z] e2f13739ad41: Layer already exists [2020-10-06T04:29:20.847Z] 1.2.2-dev.47: digest: sha256:d181ebd5120b42f5574cc108e75efafecf16214759a1a2f9d0cf9fad46ac797a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:21.183Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:21.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:21.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T04:29:21.513Z] 36fc37f09885: Preparing [2020-10-06T04:29:21.513Z] f41ffc201bad: Preparing [2020-10-06T04:29:21.513Z] 6022d5f7318b: Preparing [2020-10-06T04:29:21.513Z] 223b59cc4e88: Preparing [2020-10-06T04:29:21.513Z] 2eab13779c48: Preparing [2020-10-06T04:29:21.513Z] e2f13739ad41: Preparing [2020-10-06T04:29:21.513Z] e2f13739ad41: Waiting [2020-10-06T04:29:21.513Z] 223b59cc4e88: Layer already exists [2020-10-06T04:29:21.513Z] f41ffc201bad: Layer already exists [2020-10-06T04:29:21.513Z] 2eab13779c48: Layer already exists [2020-10-06T04:29:21.513Z] 36fc37f09885: Layer already exists [2020-10-06T04:29:21.513Z] 6022d5f7318b: Layer already exists [2020-10-06T04:29:21.513Z] e2f13739ad41: Layer already exists [2020-10-06T04:29:21.781Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:d181ebd5120b42f5574cc108e75efafecf16214759a1a2f9d0cf9fad46ac797a size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:22.121Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:22.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-06T04:29:22.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-06T04:29:22.496Z] 36fc37f09885: Preparing [2020-10-06T04:29:22.496Z] f41ffc201bad: Preparing [2020-10-06T04:29:22.496Z] 6022d5f7318b: Preparing [2020-10-06T04:29:22.496Z] 223b59cc4e88: Preparing [2020-10-06T04:29:22.496Z] 2eab13779c48: Preparing [2020-10-06T04:29:22.496Z] e2f13739ad41: Preparing [2020-10-06T04:29:22.496Z] e2f13739ad41: Waiting [2020-10-06T04:29:22.496Z] 6022d5f7318b: Layer already exists [2020-10-06T04:29:22.496Z] 2eab13779c48: Layer already exists [2020-10-06T04:29:22.496Z] 223b59cc4e88: Layer already exists [2020-10-06T04:29:22.496Z] f41ffc201bad: Layer already exists [2020-10-06T04:29:22.496Z] 36fc37f09885: Layer already exists [2020-10-06T04:29:22.496Z] e2f13739ad41: Layer already exists [2020-10-06T04:29:22.765Z] master: digest: sha256:d181ebd5120b42f5574cc108e75efafecf16214759a1a2f9d0cf9fad46ac797a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:29:22.959Z] ===================================================== [Pipeline] echo [2020-10-06T04:29:23.005Z] taggedImages: [2020-10-06T04:29:23.005Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:23.005Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:23.005Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:23.005Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-06T04:29:23.067Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-06T04:29:23.067Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:23.067Z] 1.2.2-dev.47 [2020-10-06T04:29:23.067Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:23.067Z] master [2020-10-06T04:29:23.067Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:23.597Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:23.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:23.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T04:29:23.930Z] 69f455f6925d: Preparing [2020-10-06T04:29:23.930Z] 272a595f1edf: Preparing [2020-10-06T04:29:23.930Z] 4022623f9368: Preparing [2020-10-06T04:29:24.199Z] 4022623f9368: Pushed [2020-10-06T04:29:24.199Z] 69f455f6925d: Pushed [2020-10-06T04:29:27.556Z] 272a595f1edf: Pushed [2020-10-06T04:29:27.556Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:31894f11683c876436500488714b66d870f2fd44b2184020e738f46b2cd6d0b0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:27.920Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:28.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:28.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T04:29:28.280Z] 69f455f6925d: Preparing [2020-10-06T04:29:28.280Z] 272a595f1edf: Preparing [2020-10-06T04:29:28.280Z] 4022623f9368: Preparing [2020-10-06T04:29:28.554Z] 4022623f9368: Layer already exists [2020-10-06T04:29:28.554Z] 69f455f6925d: Layer already exists [2020-10-06T04:29:28.554Z] 272a595f1edf: Layer already exists [2020-10-06T04:29:28.554Z] 1.2.2-dev.47: digest: sha256:31894f11683c876436500488714b66d870f2fd44b2184020e738f46b2cd6d0b0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:28.923Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:29.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:29.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T04:29:29.274Z] 69f455f6925d: Preparing [2020-10-06T04:29:29.274Z] 272a595f1edf: Preparing [2020-10-06T04:29:29.274Z] 4022623f9368: Preparing [2020-10-06T04:29:29.274Z] 4022623f9368: Layer already exists [2020-10-06T04:29:29.274Z] 69f455f6925d: Layer already exists [2020-10-06T04:29:29.274Z] 272a595f1edf: Layer already exists [2020-10-06T04:29:29.574Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:31894f11683c876436500488714b66d870f2fd44b2184020e738f46b2cd6d0b0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:29.956Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:30.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-06T04:29:30.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-06T04:29:30.301Z] 69f455f6925d: Preparing [2020-10-06T04:29:30.301Z] 272a595f1edf: Preparing [2020-10-06T04:29:30.301Z] 4022623f9368: Preparing [2020-10-06T04:29:30.573Z] 4022623f9368: Layer already exists [2020-10-06T04:29:30.573Z] 272a595f1edf: Layer already exists [2020-10-06T04:29:30.573Z] 69f455f6925d: Layer already exists [2020-10-06T04:29:30.573Z] master: digest: sha256:31894f11683c876436500488714b66d870f2fd44b2184020e738f46b2cd6d0b0 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:29:30.865Z] ===================================================== [Pipeline] echo [2020-10-06T04:29:30.943Z] taggedImages: [2020-10-06T04:29:30.943Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:30.943Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:30.943Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:30.943Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-06T04:29:31.014Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-06T04:29:31.014Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:31.014Z] 1.2.2-dev.47 [2020-10-06T04:29:31.014Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:31.014Z] master [2020-10-06T04:29:31.014Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:31.541Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:31.883Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:31.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T04:29:31.883Z] 12bc44525e3b: Preparing [2020-10-06T04:29:31.883Z] df8e712f9a69: Preparing [2020-10-06T04:29:31.883Z] f5209919ac46: Preparing [2020-10-06T04:29:31.883Z] e20bed17c66c: Preparing [2020-10-06T04:29:31.883Z] e2f13739ad41: Preparing [2020-10-06T04:29:32.156Z] e2f13739ad41: Layer already exists [2020-10-06T04:29:32.747Z] e20bed17c66c: Pushed [2020-10-06T04:29:33.339Z] df8e712f9a69: Pushed [2020-10-06T04:29:33.339Z] f5209919ac46: Pushed [2020-10-06T04:29:34.311Z] 12bc44525e3b: Pushed [2020-10-06T04:29:34.582Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:b067cbdbe7b6eb5d873d9bb9bf1c0cd859c3b37c074addd4744b58a52ae8503e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:34.935Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:35.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:35.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T04:29:35.270Z] 12bc44525e3b: Preparing [2020-10-06T04:29:35.270Z] df8e712f9a69: Preparing [2020-10-06T04:29:35.270Z] f5209919ac46: Preparing [2020-10-06T04:29:35.270Z] e20bed17c66c: Preparing [2020-10-06T04:29:35.270Z] e2f13739ad41: Preparing [2020-10-06T04:29:35.271Z] e2f13739ad41: Layer already exists [2020-10-06T04:29:35.271Z] 12bc44525e3b: Layer already exists [2020-10-06T04:29:35.539Z] f5209919ac46: Layer already exists [2020-10-06T04:29:35.539Z] e20bed17c66c: Layer already exists [2020-10-06T04:29:35.539Z] df8e712f9a69: Layer already exists [2020-10-06T04:29:35.539Z] 1.2.2-dev.47: digest: sha256:b067cbdbe7b6eb5d873d9bb9bf1c0cd859c3b37c074addd4744b58a52ae8503e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:35.876Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:36.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:36.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T04:29:36.211Z] 12bc44525e3b: Preparing [2020-10-06T04:29:36.211Z] df8e712f9a69: Preparing [2020-10-06T04:29:36.211Z] f5209919ac46: Preparing [2020-10-06T04:29:36.211Z] e20bed17c66c: Preparing [2020-10-06T04:29:36.211Z] e2f13739ad41: Preparing [2020-10-06T04:29:36.481Z] e2f13739ad41: Layer already exists [2020-10-06T04:29:36.481Z] df8e712f9a69: Layer already exists [2020-10-06T04:29:36.481Z] 12bc44525e3b: Layer already exists [2020-10-06T04:29:36.481Z] f5209919ac46: Layer already exists [2020-10-06T04:29:36.481Z] e20bed17c66c: Layer already exists [2020-10-06T04:29:36.481Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:b067cbdbe7b6eb5d873d9bb9bf1c0cd859c3b37c074addd4744b58a52ae8503e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:36.836Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:37.169Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-06T04:29:37.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-06T04:29:37.170Z] 12bc44525e3b: Preparing [2020-10-06T04:29:37.170Z] df8e712f9a69: Preparing [2020-10-06T04:29:37.170Z] f5209919ac46: Preparing [2020-10-06T04:29:37.170Z] e20bed17c66c: Preparing [2020-10-06T04:29:37.170Z] e2f13739ad41: Preparing [2020-10-06T04:29:37.170Z] df8e712f9a69: Layer already exists [2020-10-06T04:29:37.170Z] 12bc44525e3b: Layer already exists [2020-10-06T04:29:37.170Z] e2f13739ad41: Layer already exists [2020-10-06T04:29:37.170Z] e20bed17c66c: Layer already exists [2020-10-06T04:29:37.170Z] f5209919ac46: Layer already exists [2020-10-06T04:29:37.438Z] master: digest: sha256:b067cbdbe7b6eb5d873d9bb9bf1c0cd859c3b37c074addd4744b58a52ae8503e size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:29:37.639Z] ===================================================== [Pipeline] echo [2020-10-06T04:29:37.692Z] taggedImages: [2020-10-06T04:29:37.692Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:37.692Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:37.692Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:37.692Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-06T04:29:37.763Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-06T04:29:37.763Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:37.763Z] 1.2.2-dev.47 [2020-10-06T04:29:37.763Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:37.763Z] master [2020-10-06T04:29:37.763Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:38.279Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:38.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:38.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T04:29:38.628Z] 3683ba80e71f: Preparing [2020-10-06T04:29:38.628Z] b587566f32a6: Preparing [2020-10-06T04:29:38.628Z] 116f9aabfc34: Preparing [2020-10-06T04:29:38.628Z] c103947089e7: Preparing [2020-10-06T04:29:38.628Z] c103947089e7: Preparing [2020-10-06T04:29:38.628Z] e99a6dfa8bf8: Preparing [2020-10-06T04:29:38.628Z] cdb2c93919b2: Preparing [2020-10-06T04:29:38.628Z] cc7c06e9daf6: Preparing [2020-10-06T04:29:38.628Z] 3683ba80e71f: Preparing [2020-10-06T04:29:38.628Z] 09a1219dd998: Preparing [2020-10-06T04:29:38.628Z] 2bb6f1698792: Preparing [2020-10-06T04:29:38.628Z] 28e323644afd: Preparing [2020-10-06T04:29:38.628Z] e2f13739ad41: Preparing [2020-10-06T04:29:38.628Z] cc7c06e9daf6: Waiting [2020-10-06T04:29:38.628Z] 09a1219dd998: Waiting [2020-10-06T04:29:38.628Z] 2bb6f1698792: Waiting [2020-10-06T04:29:38.628Z] 28e323644afd: Waiting [2020-10-06T04:29:38.628Z] e2f13739ad41: Waiting [2020-10-06T04:29:38.628Z] cdb2c93919b2: Waiting [2020-10-06T04:29:38.897Z] 116f9aabfc34: Pushed [2020-10-06T04:29:38.897Z] e99a6dfa8bf8: Pushed [2020-10-06T04:29:38.897Z] b587566f32a6: Pushed [2020-10-06T04:29:38.897Z] c103947089e7: Pushed [2020-10-06T04:29:39.182Z] cdb2c93919b2: Pushed [2020-10-06T04:29:39.182Z] cc7c06e9daf6: Pushed [2020-10-06T04:29:39.182Z] 09a1219dd998: Pushed [2020-10-06T04:29:39.182Z] 2bb6f1698792: Pushed [2020-10-06T04:29:39.182Z] e2f13739ad41: Layer already exists [2020-10-06T04:29:39.453Z] 28e323644afd: Pushed [2020-10-06T04:29:40.880Z] 3683ba80e71f: Pushed [2020-10-06T04:29:41.152Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:22c64ede7d0cae06ef7f7480cd1ac12c87891236b6511d7da2870365cc6d705a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:41.494Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:41.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:41.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T04:29:41.829Z] 3683ba80e71f: Preparing [2020-10-06T04:29:41.829Z] b587566f32a6: Preparing [2020-10-06T04:29:41.829Z] 116f9aabfc34: Preparing [2020-10-06T04:29:41.829Z] c103947089e7: Preparing [2020-10-06T04:29:41.829Z] c103947089e7: Preparing [2020-10-06T04:29:41.829Z] e99a6dfa8bf8: Preparing [2020-10-06T04:29:41.829Z] cdb2c93919b2: Preparing [2020-10-06T04:29:41.829Z] cc7c06e9daf6: Preparing [2020-10-06T04:29:41.829Z] 3683ba80e71f: Preparing [2020-10-06T04:29:41.829Z] 09a1219dd998: Preparing [2020-10-06T04:29:41.829Z] 2bb6f1698792: Preparing [2020-10-06T04:29:41.829Z] 28e323644afd: Preparing [2020-10-06T04:29:41.829Z] e2f13739ad41: Preparing [2020-10-06T04:29:41.829Z] 09a1219dd998: Waiting [2020-10-06T04:29:41.829Z] 2bb6f1698792: Waiting [2020-10-06T04:29:41.829Z] 28e323644afd: Waiting [2020-10-06T04:29:41.829Z] e2f13739ad41: Waiting [2020-10-06T04:29:41.829Z] cdb2c93919b2: Waiting [2020-10-06T04:29:41.829Z] cc7c06e9daf6: Waiting [2020-10-06T04:29:42.099Z] 3683ba80e71f: Layer already exists [2020-10-06T04:29:42.099Z] b587566f32a6: Layer already exists [2020-10-06T04:29:42.099Z] e99a6dfa8bf8: Layer already exists [2020-10-06T04:29:42.099Z] 116f9aabfc34: Layer already exists [2020-10-06T04:29:42.099Z] c103947089e7: Layer already exists [2020-10-06T04:29:42.099Z] 09a1219dd998: Layer already exists [2020-10-06T04:29:42.099Z] cdb2c93919b2: Layer already exists [2020-10-06T04:29:42.099Z] cc7c06e9daf6: Layer already exists [2020-10-06T04:29:42.099Z] 28e323644afd: Layer already exists [2020-10-06T04:29:42.099Z] 2bb6f1698792: Layer already exists [2020-10-06T04:29:42.099Z] e2f13739ad41: Layer already exists [2020-10-06T04:29:42.099Z] 1.2.2-dev.47: digest: sha256:22c64ede7d0cae06ef7f7480cd1ac12c87891236b6511d7da2870365cc6d705a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:42.436Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:42.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:42.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T04:29:42.768Z] 3683ba80e71f: Preparing [2020-10-06T04:29:42.768Z] b587566f32a6: Preparing [2020-10-06T04:29:42.768Z] 116f9aabfc34: Preparing [2020-10-06T04:29:42.768Z] c103947089e7: Preparing [2020-10-06T04:29:42.768Z] c103947089e7: Preparing [2020-10-06T04:29:42.768Z] e99a6dfa8bf8: Preparing [2020-10-06T04:29:42.768Z] cdb2c93919b2: Preparing [2020-10-06T04:29:42.768Z] cc7c06e9daf6: Preparing [2020-10-06T04:29:42.768Z] 3683ba80e71f: Preparing [2020-10-06T04:29:42.768Z] 09a1219dd998: Preparing [2020-10-06T04:29:42.768Z] 2bb6f1698792: Preparing [2020-10-06T04:29:42.768Z] 28e323644afd: Preparing [2020-10-06T04:29:42.768Z] e2f13739ad41: Preparing [2020-10-06T04:29:42.768Z] cdb2c93919b2: Waiting [2020-10-06T04:29:42.768Z] cc7c06e9daf6: Waiting [2020-10-06T04:29:42.768Z] 28e323644afd: Waiting [2020-10-06T04:29:42.768Z] e2f13739ad41: Waiting [2020-10-06T04:29:42.768Z] 09a1219dd998: Waiting [2020-10-06T04:29:43.043Z] c103947089e7: Layer already exists [2020-10-06T04:29:43.043Z] 116f9aabfc34: Layer already exists [2020-10-06T04:29:43.043Z] 3683ba80e71f: Layer already exists [2020-10-06T04:29:43.043Z] b587566f32a6: Layer already exists [2020-10-06T04:29:43.043Z] e99a6dfa8bf8: Layer already exists [2020-10-06T04:29:43.043Z] 09a1219dd998: Layer already exists [2020-10-06T04:29:43.043Z] cdb2c93919b2: Layer already exists [2020-10-06T04:29:43.043Z] cc7c06e9daf6: Layer already exists [2020-10-06T04:29:43.043Z] 28e323644afd: Layer already exists [2020-10-06T04:29:43.043Z] 2bb6f1698792: Layer already exists [2020-10-06T04:29:43.043Z] e2f13739ad41: Layer already exists [2020-10-06T04:29:43.043Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:22c64ede7d0cae06ef7f7480cd1ac12c87891236b6511d7da2870365cc6d705a size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:43.381Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:43.712Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-06T04:29:43.712Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-06T04:29:43.712Z] 3683ba80e71f: Preparing [2020-10-06T04:29:43.712Z] b587566f32a6: Preparing [2020-10-06T04:29:43.712Z] 116f9aabfc34: Preparing [2020-10-06T04:29:43.712Z] c103947089e7: Preparing [2020-10-06T04:29:43.712Z] c103947089e7: Preparing [2020-10-06T04:29:43.712Z] e99a6dfa8bf8: Preparing [2020-10-06T04:29:43.712Z] cdb2c93919b2: Preparing [2020-10-06T04:29:43.712Z] cc7c06e9daf6: Preparing [2020-10-06T04:29:43.712Z] 3683ba80e71f: Preparing [2020-10-06T04:29:43.712Z] 09a1219dd998: Preparing [2020-10-06T04:29:43.712Z] 2bb6f1698792: Preparing [2020-10-06T04:29:43.712Z] 28e323644afd: Preparing [2020-10-06T04:29:43.712Z] e2f13739ad41: Preparing [2020-10-06T04:29:43.712Z] cdb2c93919b2: Waiting [2020-10-06T04:29:43.712Z] cc7c06e9daf6: Waiting [2020-10-06T04:29:43.712Z] 09a1219dd998: Waiting [2020-10-06T04:29:43.712Z] 2bb6f1698792: Waiting [2020-10-06T04:29:43.712Z] 28e323644afd: Waiting [2020-10-06T04:29:43.712Z] e2f13739ad41: Waiting [2020-10-06T04:29:43.712Z] b587566f32a6: Layer already exists [2020-10-06T04:29:43.712Z] c103947089e7: Layer already exists [2020-10-06T04:29:43.712Z] e99a6dfa8bf8: Layer already exists [2020-10-06T04:29:43.712Z] 116f9aabfc34: Layer already exists [2020-10-06T04:29:43.712Z] 3683ba80e71f: Layer already exists [2020-10-06T04:29:43.712Z] cc7c06e9daf6: Layer already exists [2020-10-06T04:29:43.712Z] cdb2c93919b2: Layer already exists [2020-10-06T04:29:43.712Z] 2bb6f1698792: Layer already exists [2020-10-06T04:29:43.712Z] 09a1219dd998: Layer already exists [2020-10-06T04:29:43.712Z] 28e323644afd: Layer already exists [2020-10-06T04:29:43.983Z] e2f13739ad41: Layer already exists [2020-10-06T04:29:43.983Z] master: digest: sha256:22c64ede7d0cae06ef7f7480cd1ac12c87891236b6511d7da2870365cc6d705a size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:29:44.225Z] ===================================================== [Pipeline] echo [2020-10-06T04:29:44.273Z] taggedImages: [2020-10-06T04:29:44.273Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:44.273Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:44.273Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:44.273Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-06T04:29:44.347Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-06T04:29:44.347Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:44.347Z] 1.2.2-dev.47 [2020-10-06T04:29:44.347Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:44.347Z] master [2020-10-06T04:29:44.347Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:44.870Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:45.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:45.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T04:29:45.201Z] 56867c1bc288: Preparing [2020-10-06T04:29:45.201Z] 00883785c9ee: Preparing [2020-10-06T04:29:45.201Z] 51d8831aa10c: Preparing [2020-10-06T04:29:45.201Z] a5d131075435: Preparing [2020-10-06T04:29:45.201Z] 67eda4bc6fcf: Preparing [2020-10-06T04:29:45.201Z] e9f15db120f2: Preparing [2020-10-06T04:29:45.201Z] 1460855e15a8: Preparing [2020-10-06T04:29:45.201Z] d4209734abbd: Preparing [2020-10-06T04:29:45.201Z] c8a45c4fc839: Preparing [2020-10-06T04:29:45.201Z] 3c38c875f217: Preparing [2020-10-06T04:29:45.201Z] 66b385cf80cf: Preparing [2020-10-06T04:29:45.201Z] e9f15db120f2: Waiting [2020-10-06T04:29:45.201Z] 1460855e15a8: Waiting [2020-10-06T04:29:45.201Z] 3c38c875f217: Waiting [2020-10-06T04:29:45.201Z] c8a45c4fc839: Waiting [2020-10-06T04:29:45.201Z] 66b385cf80cf: Waiting [2020-10-06T04:29:45.201Z] d4209734abbd: Waiting [2020-10-06T04:29:45.473Z] 56867c1bc288: Pushed [2020-10-06T04:29:45.474Z] 00883785c9ee: Pushed [2020-10-06T04:29:45.756Z] e9f15db120f2: Pushed [2020-10-06T04:29:45.756Z] 1460855e15a8: Pushed [2020-10-06T04:29:46.031Z] d4209734abbd: Pushed [2020-10-06T04:29:46.031Z] c8a45c4fc839: Pushed [2020-10-06T04:29:46.031Z] 66b385cf80cf: Layer already exists [2020-10-06T04:29:46.632Z] 3c38c875f217: Pushed [2020-10-06T04:29:47.612Z] 51d8831aa10c: Pushed [2020-10-06T04:29:47.612Z] a5d131075435: Pushed [2020-10-06T04:29:47.881Z] 67eda4bc6fcf: Pushed [2020-10-06T04:29:48.153Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:de564a13e6c78ce20797fb5f11fd5c892654f8d7e8350e985e7d5c6c7e6040fa size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:48.487Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:48.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:48.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T04:29:48.819Z] 56867c1bc288: Preparing [2020-10-06T04:29:48.819Z] 00883785c9ee: Preparing [2020-10-06T04:29:48.819Z] 51d8831aa10c: Preparing [2020-10-06T04:29:48.819Z] a5d131075435: Preparing [2020-10-06T04:29:48.819Z] 67eda4bc6fcf: Preparing [2020-10-06T04:29:48.819Z] e9f15db120f2: Preparing [2020-10-06T04:29:48.819Z] 1460855e15a8: Preparing [2020-10-06T04:29:48.819Z] d4209734abbd: Preparing [2020-10-06T04:29:48.819Z] c8a45c4fc839: Preparing [2020-10-06T04:29:48.819Z] 3c38c875f217: Preparing [2020-10-06T04:29:48.819Z] 66b385cf80cf: Preparing [2020-10-06T04:29:48.819Z] d4209734abbd: Waiting [2020-10-06T04:29:48.819Z] c8a45c4fc839: Waiting [2020-10-06T04:29:48.819Z] 3c38c875f217: Waiting [2020-10-06T04:29:48.819Z] e9f15db120f2: Waiting [2020-10-06T04:29:48.819Z] 1460855e15a8: Waiting [2020-10-06T04:29:48.819Z] 66b385cf80cf: Waiting [2020-10-06T04:29:48.819Z] 51d8831aa10c: Layer already exists [2020-10-06T04:29:48.819Z] 56867c1bc288: Layer already exists [2020-10-06T04:29:48.819Z] 67eda4bc6fcf: Layer already exists [2020-10-06T04:29:48.819Z] 00883785c9ee: Layer already exists [2020-10-06T04:29:48.819Z] a5d131075435: Layer already exists [2020-10-06T04:29:48.819Z] e9f15db120f2: Layer already exists [2020-10-06T04:29:48.819Z] 1460855e15a8: Layer already exists [2020-10-06T04:29:48.819Z] 3c38c875f217: Layer already exists [2020-10-06T04:29:48.819Z] d4209734abbd: Layer already exists [2020-10-06T04:29:48.819Z] c8a45c4fc839: Layer already exists [2020-10-06T04:29:48.819Z] 66b385cf80cf: Layer already exists [2020-10-06T04:29:49.089Z] 1.2.2-dev.47: digest: sha256:de564a13e6c78ce20797fb5f11fd5c892654f8d7e8350e985e7d5c6c7e6040fa size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:49.424Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:49.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:49.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T04:29:49.752Z] 56867c1bc288: Preparing [2020-10-06T04:29:49.752Z] 00883785c9ee: Preparing [2020-10-06T04:29:49.752Z] 51d8831aa10c: Preparing [2020-10-06T04:29:49.752Z] a5d131075435: Preparing [2020-10-06T04:29:49.752Z] 67eda4bc6fcf: Preparing [2020-10-06T04:29:49.752Z] e9f15db120f2: Preparing [2020-10-06T04:29:49.752Z] 1460855e15a8: Preparing [2020-10-06T04:29:49.752Z] d4209734abbd: Preparing [2020-10-06T04:29:49.752Z] c8a45c4fc839: Preparing [2020-10-06T04:29:49.752Z] 3c38c875f217: Preparing [2020-10-06T04:29:49.752Z] 66b385cf80cf: Preparing [2020-10-06T04:29:49.752Z] d4209734abbd: Waiting [2020-10-06T04:29:49.752Z] e9f15db120f2: Waiting [2020-10-06T04:29:49.752Z] 1460855e15a8: Waiting [2020-10-06T04:29:49.752Z] c8a45c4fc839: Waiting [2020-10-06T04:29:49.752Z] 3c38c875f217: Waiting [2020-10-06T04:29:49.752Z] 66b385cf80cf: Waiting [2020-10-06T04:29:49.752Z] 00883785c9ee: Layer already exists [2020-10-06T04:29:49.752Z] 56867c1bc288: Layer already exists [2020-10-06T04:29:49.752Z] 67eda4bc6fcf: Layer already exists [2020-10-06T04:29:49.752Z] 51d8831aa10c: Layer already exists [2020-10-06T04:29:49.752Z] a5d131075435: Layer already exists [2020-10-06T04:29:49.752Z] d4209734abbd: Layer already exists [2020-10-06T04:29:49.752Z] c8a45c4fc839: Layer already exists [2020-10-06T04:29:49.752Z] 1460855e15a8: Layer already exists [2020-10-06T04:29:49.752Z] e9f15db120f2: Layer already exists [2020-10-06T04:29:49.752Z] 3c38c875f217: Layer already exists [2020-10-06T04:29:49.752Z] 66b385cf80cf: Layer already exists [2020-10-06T04:29:50.021Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:de564a13e6c78ce20797fb5f11fd5c892654f8d7e8350e985e7d5c6c7e6040fa size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:50.358Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:50.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-06T04:29:50.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-06T04:29:50.689Z] 56867c1bc288: Preparing [2020-10-06T04:29:50.689Z] 00883785c9ee: Preparing [2020-10-06T04:29:50.689Z] 51d8831aa10c: Preparing [2020-10-06T04:29:50.689Z] a5d131075435: Preparing [2020-10-06T04:29:50.689Z] 67eda4bc6fcf: Preparing [2020-10-06T04:29:50.689Z] e9f15db120f2: Preparing [2020-10-06T04:29:50.689Z] 1460855e15a8: Preparing [2020-10-06T04:29:50.689Z] d4209734abbd: Preparing [2020-10-06T04:29:50.689Z] c8a45c4fc839: Preparing [2020-10-06T04:29:50.689Z] 3c38c875f217: Preparing [2020-10-06T04:29:50.689Z] 66b385cf80cf: Preparing [2020-10-06T04:29:50.689Z] d4209734abbd: Waiting [2020-10-06T04:29:50.689Z] c8a45c4fc839: Waiting [2020-10-06T04:29:50.689Z] 3c38c875f217: Waiting [2020-10-06T04:29:50.689Z] 66b385cf80cf: Waiting [2020-10-06T04:29:50.689Z] e9f15db120f2: Waiting [2020-10-06T04:29:50.689Z] 1460855e15a8: Waiting [2020-10-06T04:29:50.689Z] 51d8831aa10c: Layer already exists [2020-10-06T04:29:50.689Z] a5d131075435: Layer already exists [2020-10-06T04:29:50.689Z] 56867c1bc288: Layer already exists [2020-10-06T04:29:50.689Z] 00883785c9ee: Layer already exists [2020-10-06T04:29:50.689Z] 67eda4bc6fcf: Layer already exists [2020-10-06T04:29:50.959Z] d4209734abbd: Layer already exists [2020-10-06T04:29:50.959Z] c8a45c4fc839: Layer already exists [2020-10-06T04:29:50.959Z] e9f15db120f2: Layer already exists [2020-10-06T04:29:50.959Z] 1460855e15a8: Layer already exists [2020-10-06T04:29:50.959Z] 3c38c875f217: Layer already exists [2020-10-06T04:29:50.959Z] 66b385cf80cf: Layer already exists [2020-10-06T04:29:50.959Z] master: digest: sha256:de564a13e6c78ce20797fb5f11fd5c892654f8d7e8350e985e7d5c6c7e6040fa size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:29:51.163Z] ===================================================== [Pipeline] echo [2020-10-06T04:29:51.212Z] taggedImages: [2020-10-06T04:29:51.212Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:51.212Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:51.212Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:51.212Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-06T04:29:51.277Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-06T04:29:51.277Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:51.277Z] 1.2.2-dev.47 [2020-10-06T04:29:51.277Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:51.277Z] master [2020-10-06T04:29:51.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:51.801Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:52.136Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:52.136Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T04:29:52.136Z] a6e6ba7346fc: Preparing [2020-10-06T04:29:52.136Z] ec3fab34630c: Preparing [2020-10-06T04:29:52.136Z] 0d91597d994a: Preparing [2020-10-06T04:29:52.136Z] ca04fe084767: Preparing [2020-10-06T04:29:52.414Z] 0d91597d994a: Pushed [2020-10-06T04:29:52.414Z] a6e6ba7346fc: Pushed [2020-10-06T04:29:52.687Z] ca04fe084767: Pushed [2020-10-06T04:29:55.298Z] ec3fab34630c: Pushed [2020-10-06T04:29:55.298Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:d3bb254dd4b44bfe266c31f7733e1d71401a1838e5e35125874e7c7cd2280fb9 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:55.635Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:55.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:55.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T04:29:55.965Z] a6e6ba7346fc: Preparing [2020-10-06T04:29:55.965Z] ec3fab34630c: Preparing [2020-10-06T04:29:55.965Z] 0d91597d994a: Preparing [2020-10-06T04:29:55.965Z] ca04fe084767: Preparing [2020-10-06T04:29:56.237Z] ec3fab34630c: Layer already exists [2020-10-06T04:29:56.237Z] ca04fe084767: Layer already exists [2020-10-06T04:29:56.237Z] a6e6ba7346fc: Layer already exists [2020-10-06T04:29:56.237Z] 0d91597d994a: Layer already exists [2020-10-06T04:29:56.237Z] 1.2.2-dev.47: digest: sha256:d3bb254dd4b44bfe266c31f7733e1d71401a1838e5e35125874e7c7cd2280fb9 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:56.573Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:56.902Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:56.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T04:29:56.902Z] a6e6ba7346fc: Preparing [2020-10-06T04:29:56.902Z] ec3fab34630c: Preparing [2020-10-06T04:29:56.902Z] 0d91597d994a: Preparing [2020-10-06T04:29:56.902Z] ca04fe084767: Preparing [2020-10-06T04:29:56.902Z] ca04fe084767: Layer already exists [2020-10-06T04:29:56.902Z] a6e6ba7346fc: Layer already exists [2020-10-06T04:29:56.902Z] ec3fab34630c: Layer already exists [2020-10-06T04:29:56.902Z] 0d91597d994a: Layer already exists [2020-10-06T04:29:57.171Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:d3bb254dd4b44bfe266c31f7733e1d71401a1838e5e35125874e7c7cd2280fb9 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:57.541Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:57.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-06T04:29:57.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-06T04:29:57.869Z] a6e6ba7346fc: Preparing [2020-10-06T04:29:57.869Z] ec3fab34630c: Preparing [2020-10-06T04:29:57.869Z] 0d91597d994a: Preparing [2020-10-06T04:29:57.869Z] ca04fe084767: Preparing [2020-10-06T04:29:57.869Z] ca04fe084767: Layer already exists [2020-10-06T04:29:57.869Z] ec3fab34630c: Layer already exists [2020-10-06T04:29:57.869Z] 0d91597d994a: Layer already exists [2020-10-06T04:29:57.869Z] a6e6ba7346fc: Layer already exists [2020-10-06T04:29:58.142Z] master: digest: sha256:d3bb254dd4b44bfe266c31f7733e1d71401a1838e5e35125874e7c7cd2280fb9 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:29:58.361Z] ===================================================== [Pipeline] echo [2020-10-06T04:29:58.407Z] taggedImages: [2020-10-06T04:29:58.407Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:58.407Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.47 [2020-10-06T04:29:58.407Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:58.407Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-06T04:29:58.467Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-06T04:29:58.467Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:58.467Z] 1.2.2-dev.47 [2020-10-06T04:29:58.467Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:29:58.467Z] master [2020-10-06T04:29:58.467Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:58.970Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:29:59.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:29:59.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T04:29:59.304Z] 7cda31b40443: Preparing [2020-10-06T04:29:59.304Z] dbe1eef7c69e: Preparing [2020-10-06T04:29:59.304Z] b683a17285d7: Preparing [2020-10-06T04:29:59.304Z] 0d1cb84bd6c0: Preparing [2020-10-06T04:29:59.304Z] 44192901194f: Preparing [2020-10-06T04:29:59.304Z] 2626c07a1e08: Preparing [2020-10-06T04:29:59.304Z] 2626c07a1e08: Waiting [2020-10-06T04:29:59.576Z] 7cda31b40443: Pushed [2020-10-06T04:29:59.576Z] b683a17285d7: Pushed [2020-10-06T04:29:59.576Z] 44192901194f: Pushed [2020-10-06T04:29:59.848Z] 0d1cb84bd6c0: Pushed [2020-10-06T04:30:00.119Z] 2626c07a1e08: Pushed [2020-10-06T04:30:03.497Z] dbe1eef7c69e: Pushed [2020-10-06T04:30:03.497Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:9873346a6f93b4608863b039cdf4361da73a14a8aab08595988c77fd3034535f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:03.831Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:04.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.47 [2020-10-06T04:30:04.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T04:30:04.164Z] 7cda31b40443: Preparing [2020-10-06T04:30:04.164Z] dbe1eef7c69e: Preparing [2020-10-06T04:30:04.164Z] b683a17285d7: Preparing [2020-10-06T04:30:04.164Z] 0d1cb84bd6c0: Preparing [2020-10-06T04:30:04.164Z] 44192901194f: Preparing [2020-10-06T04:30:04.164Z] 2626c07a1e08: Preparing [2020-10-06T04:30:04.164Z] 2626c07a1e08: Waiting [2020-10-06T04:30:04.434Z] b683a17285d7: Layer already exists [2020-10-06T04:30:04.434Z] 44192901194f: Layer already exists [2020-10-06T04:30:04.434Z] 7cda31b40443: Layer already exists [2020-10-06T04:30:04.434Z] 0d1cb84bd6c0: Layer already exists [2020-10-06T04:30:04.434Z] dbe1eef7c69e: Layer already exists [2020-10-06T04:30:04.434Z] 2626c07a1e08: Layer already exists [2020-10-06T04:30:04.434Z] 1.2.2-dev.47: digest: sha256:9873346a6f93b4608863b039cdf4361da73a14a8aab08595988c77fd3034535f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:04.774Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:05.103Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:30:05.103Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T04:30:05.103Z] 7cda31b40443: Preparing [2020-10-06T04:30:05.103Z] dbe1eef7c69e: Preparing [2020-10-06T04:30:05.103Z] b683a17285d7: Preparing [2020-10-06T04:30:05.103Z] 0d1cb84bd6c0: Preparing [2020-10-06T04:30:05.103Z] 44192901194f: Preparing [2020-10-06T04:30:05.103Z] 2626c07a1e08: Preparing [2020-10-06T04:30:05.103Z] 2626c07a1e08: Waiting [2020-10-06T04:30:05.103Z] b683a17285d7: Layer already exists [2020-10-06T04:30:05.103Z] 0d1cb84bd6c0: Layer already exists [2020-10-06T04:30:05.103Z] 44192901194f: Layer already exists [2020-10-06T04:30:05.103Z] 7cda31b40443: Layer already exists [2020-10-06T04:30:05.103Z] dbe1eef7c69e: Layer already exists [2020-10-06T04:30:05.373Z] 2626c07a1e08: Layer already exists [2020-10-06T04:30:05.373Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:9873346a6f93b4608863b039cdf4361da73a14a8aab08595988c77fd3034535f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:05.708Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:06.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-06T04:30:06.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-06T04:30:06.042Z] 7cda31b40443: Preparing [2020-10-06T04:30:06.042Z] dbe1eef7c69e: Preparing [2020-10-06T04:30:06.042Z] b683a17285d7: Preparing [2020-10-06T04:30:06.042Z] 0d1cb84bd6c0: Preparing [2020-10-06T04:30:06.042Z] 44192901194f: Preparing [2020-10-06T04:30:06.042Z] 2626c07a1e08: Preparing [2020-10-06T04:30:06.042Z] 2626c07a1e08: Waiting [2020-10-06T04:30:06.042Z] b683a17285d7: Layer already exists [2020-10-06T04:30:06.042Z] 44192901194f: Layer already exists [2020-10-06T04:30:06.042Z] 7cda31b40443: Layer already exists [2020-10-06T04:30:06.042Z] 0d1cb84bd6c0: Layer already exists [2020-10-06T04:30:06.318Z] dbe1eef7c69e: Layer already exists [2020-10-06T04:30:06.318Z] 2626c07a1e08: Layer already exists [2020-10-06T04:30:06.318Z] master: digest: sha256:9873346a6f93b4608863b039cdf4361da73a14a8aab08595988c77fd3034535f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:30:06.518Z] ===================================================== [Pipeline] echo [2020-10-06T04:30:06.565Z] taggedImages: [2020-10-06T04:30:06.565Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:30:06.565Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.47 [2020-10-06T04:30:06.565Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:30:06.565Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-06T04:30:06.633Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-06T04:30:06.633Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:30:06.633Z] 1.2.2-dev.47 [2020-10-06T04:30:06.633Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:30:06.633Z] master [2020-10-06T04:30:06.633Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:07.175Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:07.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:30:07.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T04:30:07.542Z] 42584938f22b: Preparing [2020-10-06T04:30:07.542Z] 74226c0bb18c: Preparing [2020-10-06T04:30:07.542Z] 67829ad2c62e: Preparing [2020-10-06T04:30:07.829Z] 67829ad2c62e: Pushed [2020-10-06T04:30:07.829Z] 42584938f22b: Pushed [2020-10-06T04:30:11.257Z] 74226c0bb18c: Pushed [2020-10-06T04:30:11.257Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:d4d41ccd55da9e64ba92facbd714708edb22f8965e4e85904df1ff41e022d74f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:11.605Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:11.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.47 [2020-10-06T04:30:11.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T04:30:11.939Z] 42584938f22b: Preparing [2020-10-06T04:30:11.939Z] 74226c0bb18c: Preparing [2020-10-06T04:30:11.939Z] 67829ad2c62e: Preparing [2020-10-06T04:30:11.939Z] 74226c0bb18c: Layer already exists [2020-10-06T04:30:11.939Z] 67829ad2c62e: Layer already exists [2020-10-06T04:30:12.208Z] 42584938f22b: Layer already exists [2020-10-06T04:30:12.208Z] 1.2.2-dev.47: digest: sha256:d4d41ccd55da9e64ba92facbd714708edb22f8965e4e85904df1ff41e022d74f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:12.550Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:12.883Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:30:12.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T04:30:12.883Z] 42584938f22b: Preparing [2020-10-06T04:30:12.883Z] 74226c0bb18c: Preparing [2020-10-06T04:30:12.883Z] 67829ad2c62e: Preparing [2020-10-06T04:30:12.883Z] 42584938f22b: Layer already exists [2020-10-06T04:30:12.883Z] 67829ad2c62e: Layer already exists [2020-10-06T04:30:12.883Z] 74226c0bb18c: Layer already exists [2020-10-06T04:30:13.154Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:d4d41ccd55da9e64ba92facbd714708edb22f8965e4e85904df1ff41e022d74f size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:13.506Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:15.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-06T04:30:15.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-06T04:30:15.522Z] 42584938f22b: Preparing [2020-10-06T04:30:15.522Z] 74226c0bb18c: Preparing [2020-10-06T04:30:15.522Z] 67829ad2c62e: Preparing [2020-10-06T04:30:15.522Z] 42584938f22b: Layer already exists [2020-10-06T04:30:15.522Z] 74226c0bb18c: Layer already exists [2020-10-06T04:30:15.522Z] 67829ad2c62e: Layer already exists [2020-10-06T04:30:15.522Z] master: digest: sha256:d4d41ccd55da9e64ba92facbd714708edb22f8965e4e85904df1ff41e022d74f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:30:15.832Z] ===================================================== [Pipeline] echo [2020-10-06T04:30:15.885Z] taggedImages: [2020-10-06T04:30:15.885Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:30:15.885Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.47 [2020-10-06T04:30:15.885Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:30:15.885Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-06T04:30:15.956Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-06T04:30:15.956Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:30:15.956Z] 1.2.2-dev.47 [2020-10-06T04:30:15.956Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:30:15.956Z] master [2020-10-06T04:30:15.956Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:16.463Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:16.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:30:16.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T04:30:16.801Z] b534f1980757: Preparing [2020-10-06T04:30:16.801Z] 728a2f97975a: Preparing [2020-10-06T04:30:16.801Z] ecad45e53d2b: Preparing [2020-10-06T04:30:16.801Z] ae5bcc25931d: Preparing [2020-10-06T04:30:16.801Z] 8c3271bb3e55: Preparing [2020-10-06T04:30:16.801Z] 7d596ffb79b2: Preparing [2020-10-06T04:30:16.801Z] 04919d2aea9a: Preparing [2020-10-06T04:30:16.801Z] f875f9e206db: Preparing [2020-10-06T04:30:16.801Z] 3994ac1dcb8b: Preparing [2020-10-06T04:30:16.801Z] 5f2247eaf593: Preparing [2020-10-06T04:30:16.801Z] 62d13be1b083: Preparing [2020-10-06T04:30:16.801Z] 94fdc660876c: Preparing [2020-10-06T04:30:16.801Z] 4e7279dfc0c0: Preparing [2020-10-06T04:30:16.801Z] e2f13739ad41: Preparing [2020-10-06T04:30:16.801Z] 7d596ffb79b2: Waiting [2020-10-06T04:30:16.801Z] 62d13be1b083: Waiting [2020-10-06T04:30:16.801Z] 94fdc660876c: Waiting [2020-10-06T04:30:16.801Z] 4e7279dfc0c0: Waiting [2020-10-06T04:30:16.801Z] e2f13739ad41: Waiting [2020-10-06T04:30:16.801Z] f875f9e206db: Waiting [2020-10-06T04:30:16.801Z] 3994ac1dcb8b: Waiting [2020-10-06T04:30:16.801Z] 5f2247eaf593: Waiting [2020-10-06T04:30:16.801Z] 04919d2aea9a: Waiting [2020-10-06T04:30:17.395Z] 8c3271bb3e55: Pushed [2020-10-06T04:30:17.668Z] b534f1980757: Pushed [2020-10-06T04:30:17.942Z] ae5bcc25931d: Pushed [2020-10-06T04:30:17.942Z] f875f9e206db: Layer already exists [2020-10-06T04:30:18.216Z] 3994ac1dcb8b: Layer already exists [2020-10-06T04:30:18.216Z] 5f2247eaf593: Layer already exists [2020-10-06T04:30:18.216Z] 62d13be1b083: Layer already exists [2020-10-06T04:30:18.216Z] 94fdc660876c: Layer already exists [2020-10-06T04:30:18.216Z] 04919d2aea9a: Pushed [2020-10-06T04:30:18.216Z] e2f13739ad41: Layer already exists [2020-10-06T04:30:18.216Z] 4e7279dfc0c0: Layer already exists [2020-10-06T04:30:18.806Z] 728a2f97975a: Pushed [2020-10-06T04:30:19.780Z] 7d596ffb79b2: Pushed [2020-10-06T04:30:29.891Z] ecad45e53d2b: Pushed [2020-10-06T04:30:29.891Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03: digest: sha256:098bc161346b5605df05abb36d778aa1ab1138d5880079da4783a0e47d5fcd97 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:30.249Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:30.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.47 [2020-10-06T04:30:30.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T04:30:30.585Z] b534f1980757: Preparing [2020-10-06T04:30:30.585Z] 728a2f97975a: Preparing [2020-10-06T04:30:30.585Z] ecad45e53d2b: Preparing [2020-10-06T04:30:30.585Z] ae5bcc25931d: Preparing [2020-10-06T04:30:30.585Z] 8c3271bb3e55: Preparing [2020-10-06T04:30:30.585Z] 7d596ffb79b2: Preparing [2020-10-06T04:30:30.585Z] 04919d2aea9a: Preparing [2020-10-06T04:30:30.585Z] f875f9e206db: Preparing [2020-10-06T04:30:30.585Z] 3994ac1dcb8b: Preparing [2020-10-06T04:30:30.585Z] 5f2247eaf593: Preparing [2020-10-06T04:30:30.585Z] 62d13be1b083: Preparing [2020-10-06T04:30:30.585Z] 94fdc660876c: Preparing [2020-10-06T04:30:30.585Z] 4e7279dfc0c0: Preparing [2020-10-06T04:30:30.585Z] e2f13739ad41: Preparing [2020-10-06T04:30:30.585Z] 7d596ffb79b2: Waiting [2020-10-06T04:30:30.585Z] 04919d2aea9a: Waiting [2020-10-06T04:30:30.585Z] f875f9e206db: Waiting [2020-10-06T04:30:30.585Z] 94fdc660876c: Waiting [2020-10-06T04:30:30.585Z] 4e7279dfc0c0: Waiting [2020-10-06T04:30:30.585Z] e2f13739ad41: Waiting [2020-10-06T04:30:30.585Z] 3994ac1dcb8b: Waiting [2020-10-06T04:30:30.585Z] 5f2247eaf593: Waiting [2020-10-06T04:30:30.585Z] 62d13be1b083: Waiting [2020-10-06T04:30:30.585Z] 8c3271bb3e55: Layer already exists [2020-10-06T04:30:30.585Z] 728a2f97975a: Layer already exists [2020-10-06T04:30:30.585Z] ecad45e53d2b: Layer already exists [2020-10-06T04:30:30.585Z] ae5bcc25931d: Layer already exists [2020-10-06T04:30:30.585Z] b534f1980757: Layer already exists [2020-10-06T04:30:30.585Z] f875f9e206db: Layer already exists [2020-10-06T04:30:30.585Z] 04919d2aea9a: Layer already exists [2020-10-06T04:30:30.585Z] 3994ac1dcb8b: Layer already exists [2020-10-06T04:30:30.585Z] 7d596ffb79b2: Layer already exists [2020-10-06T04:30:30.585Z] 5f2247eaf593: Layer already exists [2020-10-06T04:30:30.855Z] 4e7279dfc0c0: Layer already exists [2020-10-06T04:30:30.855Z] 94fdc660876c: Layer already exists [2020-10-06T04:30:30.855Z] e2f13739ad41: Layer already exists [2020-10-06T04:30:30.855Z] 62d13be1b083: Layer already exists [2020-10-06T04:30:30.855Z] 1.2.2-dev.47: digest: sha256:098bc161346b5605df05abb36d778aa1ab1138d5880079da4783a0e47d5fcd97 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:31.197Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:31.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:30:31.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T04:30:31.531Z] b534f1980757: Preparing [2020-10-06T04:30:31.531Z] 728a2f97975a: Preparing [2020-10-06T04:30:31.531Z] ecad45e53d2b: Preparing [2020-10-06T04:30:31.531Z] ae5bcc25931d: Preparing [2020-10-06T04:30:31.531Z] 8c3271bb3e55: Preparing [2020-10-06T04:30:31.531Z] 7d596ffb79b2: Preparing [2020-10-06T04:30:31.531Z] 04919d2aea9a: Preparing [2020-10-06T04:30:31.531Z] f875f9e206db: Preparing [2020-10-06T04:30:31.531Z] 3994ac1dcb8b: Preparing [2020-10-06T04:30:31.531Z] 5f2247eaf593: Preparing [2020-10-06T04:30:31.531Z] 62d13be1b083: Preparing [2020-10-06T04:30:31.531Z] 94fdc660876c: Preparing [2020-10-06T04:30:31.531Z] 4e7279dfc0c0: Preparing [2020-10-06T04:30:31.531Z] e2f13739ad41: Preparing [2020-10-06T04:30:31.531Z] 3994ac1dcb8b: Waiting [2020-10-06T04:30:31.531Z] 94fdc660876c: Waiting [2020-10-06T04:30:31.531Z] 5f2247eaf593: Waiting [2020-10-06T04:30:31.531Z] 62d13be1b083: Waiting [2020-10-06T04:30:31.531Z] 7d596ffb79b2: Waiting [2020-10-06T04:30:31.531Z] 04919d2aea9a: Waiting [2020-10-06T04:30:31.532Z] f875f9e206db: Waiting [2020-10-06T04:30:31.532Z] e2f13739ad41: Waiting [2020-10-06T04:30:31.532Z] 4e7279dfc0c0: Waiting [2020-10-06T04:30:31.532Z] 8c3271bb3e55: Layer already exists [2020-10-06T04:30:31.532Z] ecad45e53d2b: Layer already exists [2020-10-06T04:30:31.532Z] ae5bcc25931d: Layer already exists [2020-10-06T04:30:31.532Z] b534f1980757: Layer already exists [2020-10-06T04:30:31.532Z] 728a2f97975a: Layer already exists [2020-10-06T04:30:31.532Z] 7d596ffb79b2: Layer already exists [2020-10-06T04:30:31.532Z] 04919d2aea9a: Layer already exists [2020-10-06T04:30:31.532Z] 3994ac1dcb8b: Layer already exists [2020-10-06T04:30:31.532Z] f875f9e206db: Layer already exists [2020-10-06T04:30:31.803Z] 5f2247eaf593: Layer already exists [2020-10-06T04:30:31.803Z] 62d13be1b083: Layer already exists [2020-10-06T04:30:31.803Z] 94fdc660876c: Layer already exists [2020-10-06T04:30:31.803Z] e2f13739ad41: Layer already exists [2020-10-06T04:30:31.803Z] 4e7279dfc0c0: Layer already exists [2020-10-06T04:30:31.803Z] 890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47: digest: sha256:098bc161346b5605df05abb36d778aa1ab1138d5880079da4783a0e47d5fcd97 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:32.154Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:32.487Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-06T04:30:32.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-06T04:30:32.487Z] b534f1980757: Preparing [2020-10-06T04:30:32.487Z] 728a2f97975a: Preparing [2020-10-06T04:30:32.487Z] ecad45e53d2b: Preparing [2020-10-06T04:30:32.487Z] ae5bcc25931d: Preparing [2020-10-06T04:30:32.487Z] 8c3271bb3e55: Preparing [2020-10-06T04:30:32.487Z] 7d596ffb79b2: Preparing [2020-10-06T04:30:32.487Z] 04919d2aea9a: Preparing [2020-10-06T04:30:32.487Z] f875f9e206db: Preparing [2020-10-06T04:30:32.487Z] 3994ac1dcb8b: Preparing [2020-10-06T04:30:32.487Z] 5f2247eaf593: Preparing [2020-10-06T04:30:32.487Z] 62d13be1b083: Preparing [2020-10-06T04:30:32.487Z] 94fdc660876c: Preparing [2020-10-06T04:30:32.487Z] 4e7279dfc0c0: Preparing [2020-10-06T04:30:32.487Z] e2f13739ad41: Preparing [2020-10-06T04:30:32.487Z] 5f2247eaf593: Waiting [2020-10-06T04:30:32.487Z] 62d13be1b083: Waiting [2020-10-06T04:30:32.487Z] 94fdc660876c: Waiting [2020-10-06T04:30:32.487Z] 4e7279dfc0c0: Waiting [2020-10-06T04:30:32.487Z] 7d596ffb79b2: Waiting [2020-10-06T04:30:32.487Z] e2f13739ad41: Waiting [2020-10-06T04:30:32.487Z] 04919d2aea9a: Waiting [2020-10-06T04:30:32.487Z] 3994ac1dcb8b: Waiting [2020-10-06T04:30:32.487Z] f875f9e206db: Waiting [2020-10-06T04:30:32.487Z] ae5bcc25931d: Layer already exists [2020-10-06T04:30:32.487Z] 728a2f97975a: Layer already exists [2020-10-06T04:30:32.487Z] b534f1980757: Layer already exists [2020-10-06T04:30:32.487Z] ecad45e53d2b: Layer already exists [2020-10-06T04:30:32.487Z] 8c3271bb3e55: Layer already exists [2020-10-06T04:30:32.487Z] f875f9e206db: Layer already exists [2020-10-06T04:30:32.487Z] 7d596ffb79b2: Layer already exists [2020-10-06T04:30:32.487Z] 04919d2aea9a: Layer already exists [2020-10-06T04:30:32.487Z] 3994ac1dcb8b: Layer already exists [2020-10-06T04:30:32.756Z] 5f2247eaf593: Layer already exists [2020-10-06T04:30:32.756Z] 4e7279dfc0c0: Layer already exists [2020-10-06T04:30:32.756Z] 62d13be1b083: Layer already exists [2020-10-06T04:30:32.756Z] 94fdc660876c: Layer already exists [2020-10-06T04:30:32.756Z] e2f13739ad41: Layer already exists [2020-10-06T04:30:32.756Z] master: digest: sha256:098bc161346b5605df05abb36d778aa1ab1138d5880079da4783a0e47d5fcd97 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-06T04:30:32.939Z] ===================================================== [Pipeline] echo [2020-10-06T04:30:32.999Z] taggedImages: [2020-10-06T04:30:32.999Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:30:32.999Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.47 [2020-10-06T04:30:32.999Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03-1.2.2-dev.47 [2020-10-06T04:30:32.999Z] - 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-10-06T04:30:34.579Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-06T04:30:34.580Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-06T04:30:34.652Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:35.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T04:30:35.009Z] [2020-10-06T04:30:35.009Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:30:35.365Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T04:30:35.365Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-06T04:30:35.365Z] cbdbe7a5bc2a: Already exists [2020-10-06T04:30:35.365Z] 408f87550127: Pulling fs layer [2020-10-06T04:30:35.365Z] fe522b08c979: Pulling fs layer [2020-10-06T04:30:35.365Z] 221eaa008020: Pulling fs layer [2020-10-06T04:30:35.365Z] 2a4607e5d6b9: Pulling fs layer [2020-10-06T04:30:35.365Z] 8f79b27c4fd2: Pulling fs layer [2020-10-06T04:30:35.365Z] e5c8dbe1645b: Pulling fs layer [2020-10-06T04:30:35.365Z] 23e8b3b47431: Pulling fs layer [2020-10-06T04:30:35.365Z] 5c568d65a230: Pulling fs layer [2020-10-06T04:30:35.365Z] 8f79b27c4fd2: Waiting [2020-10-06T04:30:35.365Z] e5c8dbe1645b: Waiting [2020-10-06T04:30:35.365Z] 23e8b3b47431: Waiting [2020-10-06T04:30:35.365Z] 5c568d65a230: Waiting [2020-10-06T04:30:35.365Z] 2a4607e5d6b9: Waiting [2020-10-06T04:30:35.365Z] fe522b08c979: Verifying Checksum [2020-10-06T04:30:35.365Z] fe522b08c979: Download complete [2020-10-06T04:30:35.365Z] 408f87550127: Download complete [2020-10-06T04:30:35.365Z] 2a4607e5d6b9: Verifying Checksum [2020-10-06T04:30:35.365Z] 2a4607e5d6b9: Download complete [2020-10-06T04:30:35.365Z] 8f79b27c4fd2: Verifying Checksum [2020-10-06T04:30:35.365Z] 8f79b27c4fd2: Download complete [2020-10-06T04:30:35.626Z] 408f87550127: Pull complete [2020-10-06T04:30:35.887Z] fe522b08c979: Pull complete [2020-10-06T04:30:36.829Z] e5c8dbe1645b: Verifying Checksum [2020-10-06T04:30:36.829Z] e5c8dbe1645b: Download complete [2020-10-06T04:30:37.772Z] 23e8b3b47431: Verifying Checksum [2020-10-06T04:30:37.772Z] 23e8b3b47431: Download complete [2020-10-06T04:30:38.033Z] 5c568d65a230: Verifying Checksum [2020-10-06T04:30:38.033Z] 5c568d65a230: Download complete [2020-10-06T04:30:38.979Z] 221eaa008020: Verifying Checksum [2020-10-06T04:30:38.979Z] 221eaa008020: Download complete [2020-10-06T04:30:45.600Z] 221eaa008020: Pull complete [2020-10-06T04:30:45.600Z] 2a4607e5d6b9: Pull complete [2020-10-06T04:30:45.600Z] 8f79b27c4fd2: Pull complete [2020-10-06T04:30:48.904Z] e5c8dbe1645b: Pull complete [2020-10-06T04:30:53.123Z] 23e8b3b47431: Pull complete [2020-10-06T04:30:54.512Z] 5c568d65a230: Pull complete [2020-10-06T04:30:54.512Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-06T04:30:54.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-06T04:30:54.512Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-06T04:30:54.667Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:30:54.729Z] $ 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/162:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-snyk-go:1.317.0 cat [2020-10-06T04:30:56.547Z] $ docker top 635b1839de3ac9293717e2faa9ff8c443e2bc178ae5dbed53efd1d0180443ed6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T04:30:58.315Z] + snyk monitor '--org=edgex-jenkins' [2020-10-06T04:31:08.343Z] [2020-10-06T04:31:08.343Z] Monitoring /w/workspace/edgex-go/162 (github.com/edgexfoundry/edgex-go)... [2020-10-06T04:31:08.343Z] [2020-10-06T04:31:08.343Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/c12533c1-33e3-4bd3-84a1-99fdfd22d842 [2020-10-06T04:31:08.343Z] [2020-10-06T04:31:08.343Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-06T04:31:08.343Z] [2020-10-06T04:31:08.343Z] [2020-10-06T04:31:08.344Z] Snyk CLI supports Node.js 8 and higher. [2020-10-06T04:31:08.344Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-06T04:31:08.344Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-06T04:31:08.344Z] [2020-10-06T04:31:08.344Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-06T04:31:08.344Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-06T04:31:08.359Z] $ docker stop --time=1 635b1839de3ac9293717e2faa9ff8c443e2bc178ae5dbed53efd1d0180443ed6 [2020-10-06T04:31:11.234Z] $ docker rm -f 635b1839de3ac9293717e2faa9ff8c443e2bc178ae5dbed53efd1d0180443ed6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:31:12.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:31:12.529Z] [2020-10-06T04:31:12.529Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:31:12.872Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:31:12.872Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-06T04:31:12.872Z] e7c96db7181b: Pulling fs layer [2020-10-06T04:31:12.872Z] 1868ca2cb446: Pulling fs layer [2020-10-06T04:31:12.872Z] 136be5d0fe8e: Pulling fs layer [2020-10-06T04:31:12.872Z] 894bfe63afcb: Pulling fs layer [2020-10-06T04:31:12.872Z] 894bfe63afcb: Waiting [2020-10-06T04:31:12.872Z] 1868ca2cb446: Verifying Checksum [2020-10-06T04:31:12.872Z] 1868ca2cb446: Download complete [2020-10-06T04:31:12.872Z] 136be5d0fe8e: Download complete [2020-10-06T04:31:12.872Z] e7c96db7181b: Verifying Checksum [2020-10-06T04:31:12.872Z] e7c96db7181b: Download complete [2020-10-06T04:31:13.133Z] 894bfe63afcb: Verifying Checksum [2020-10-06T04:31:13.133Z] 894bfe63afcb: Download complete [2020-10-06T04:31:13.133Z] e7c96db7181b: Pull complete [2020-10-06T04:31:13.394Z] 1868ca2cb446: Pull complete [2020-10-06T04:31:13.655Z] 136be5d0fe8e: Pull complete [2020-10-06T04:31:13.655Z] 894bfe63afcb: Pull complete [2020-10-06T04:31:13.918Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-06T04:31:13.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:31:13.918Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-06T04:31:14.063Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:31:14.114Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:31:14.782Z] $ docker top 4f4df2e71c394463298579f39df67e774ad1e5e59fe39f580450ec4aabe46ddf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:31:15.302Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:31:15.302Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:31:18.123Z] $ docker stop --time=1 4f4df2e71c394463298579f39df67e774ad1e5e59fe39f580450ec4aabe46ddf [2020-10-06T04:31:19.650Z] $ docker rm -f 4f4df2e71c394463298579f39df67e774ad1e5e59fe39f580450ec4aabe46ddf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:31:20.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:31:20.424Z] . [Pipeline] withDockerContainer [2020-10-06T04:31:20.904Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:31:21.841Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:31:22.971Z] $ docker top a4c209798b6285124abaefddd6e8459a20947162e7370cad963a181cea922197 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:31:25.644Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:31:25.644Z] + tee [2020-10-06T04:31:25.644Z] clair timeout 1m0s [2020-10-06T04:31:25.644Z] docker timeout: 1m0s [2020-10-06T04:31:25.644Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:31:26.572Z] $ docker stop --time=1 a4c209798b6285124abaefddd6e8459a20947162e7370cad963a181cea922197 [2020-10-06T04:31:27.914Z] $ docker rm -f a4c209798b6285124abaefddd6e8459a20947162e7370cad963a181cea922197 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:31:28.441Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:31:28.467Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-core-command-go_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:31:28.550Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:31:29.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:31:29.027Z] . [Pipeline] withDockerContainer [2020-10-06T04:31:29.178Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:31:29.318Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:31:29.962Z] $ docker top 276ecd7cad273ba0798dc3575f2629c553dc7eeeca04ea3937351b0df0b26bfc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:31:30.576Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:31:30.576Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:31:36.189Z] $ docker stop --time=1 276ecd7cad273ba0798dc3575f2629c553dc7eeeca04ea3937351b0df0b26bfc [2020-10-06T04:31:37.525Z] $ docker rm -f 276ecd7cad273ba0798dc3575f2629c553dc7eeeca04ea3937351b0df0b26bfc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:31:37.993Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:31:37.994Z] . [Pipeline] withDockerContainer [2020-10-06T04:31:38.097Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:31:38.148Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:31:38.748Z] $ docker top a365586b48ef6d0fe157fb476ab0de6c34292165093a791805287d89c1229afb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:31:39.290Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:31:39.290Z] + tee [2020-10-06T04:31:39.290Z] clair timeout 1m0s [2020-10-06T04:31:39.290Z] docker timeout: 1m0s [2020-10-06T04:31:39.290Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:31:40.390Z] $ docker stop --time=1 a365586b48ef6d0fe157fb476ab0de6c34292165093a791805287d89c1229afb [2020-10-06T04:31:41.702Z] $ docker rm -f a365586b48ef6d0fe157fb476ab0de6c34292165093a791805287d89c1229afb [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:31:42.157Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:31:42.170Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-core-data-go_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:31:42.221Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:31:42.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:31:42.560Z] . [Pipeline] withDockerContainer [2020-10-06T04:31:42.661Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:31:42.712Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:31:43.324Z] $ docker top 21dfc1bd2873b9e1cb2c0c808dc566100fd0c3de70cd6269d897a7ad7c37b64b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:31:43.926Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:31:43.926Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:31:46.646Z] $ docker stop --time=1 21dfc1bd2873b9e1cb2c0c808dc566100fd0c3de70cd6269d897a7ad7c37b64b [2020-10-06T04:31:47.977Z] $ docker rm -f 21dfc1bd2873b9e1cb2c0c808dc566100fd0c3de70cd6269d897a7ad7c37b64b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:31:48.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:31:48.447Z] . [Pipeline] withDockerContainer [2020-10-06T04:31:48.586Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:31:48.689Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:31:49.303Z] $ docker top 4f6d46e6f818f64f0a3915c0f471e607ba24f6d0f1233130931a6e8e935f5841 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:31:49.808Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:31:49.808Z] + tee [2020-10-06T04:31:49.808Z] clair timeout 1m0s [2020-10-06T04:31:49.808Z] docker timeout: 1m0s [2020-10-06T04:31:49.808Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:31:50.478Z] $ docker stop --time=1 4f6d46e6f818f64f0a3915c0f471e607ba24f6d0f1233130931a6e8e935f5841 [2020-10-06T04:31:51.821Z] $ docker rm -f 4f6d46e6f818f64f0a3915c0f471e607ba24f6d0f1233130931a6e8e935f5841 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:31:52.309Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:31:52.323Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-core-metadata-go_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:31:52.422Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:31:52.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:31:52.768Z] . [Pipeline] withDockerContainer [2020-10-06T04:31:52.865Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:31:52.910Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:31:53.531Z] $ docker top 03e5ab806ee5448f7082b69604fa352f21762320eb4405f306651294f3fd06c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:31:54.065Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:31:54.065Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:31:58.465Z] $ docker stop --time=1 03e5ab806ee5448f7082b69604fa352f21762320eb4405f306651294f3fd06c8 [2020-10-06T04:31:59.815Z] $ docker rm -f 03e5ab806ee5448f7082b69604fa352f21762320eb4405f306651294f3fd06c8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:32:00.296Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:32:00.296Z] . [Pipeline] withDockerContainer [2020-10-06T04:32:00.413Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:32:00.465Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:32:01.249Z] $ docker top c7eb3afbd3730adbd7af5b59b75de751a7addc61b6aa474353eeae2010600cff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:32:01.853Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03+ tee [2020-10-06T04:32:01.853Z] [2020-10-06T04:32:01.853Z] clair timeout 1m0s [2020-10-06T04:32:01.853Z] docker timeout: 1m0s [2020-10-06T04:32:01.853Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:32:02.904Z] $ docker stop --time=1 c7eb3afbd3730adbd7af5b59b75de751a7addc61b6aa474353eeae2010600cff [2020-10-06T04:32:04.255Z] $ docker rm -f c7eb3afbd3730adbd7af5b59b75de751a7addc61b6aa474353eeae2010600cff [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:32:04.721Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:32:04.736Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-security-proxy-setup-go_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:32:04.817Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:32:05.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:32:05.314Z] . [Pipeline] withDockerContainer [2020-10-06T04:32:05.435Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:32:05.530Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:32:06.193Z] $ docker top a3bf81b81544819c2afc2a60097197df570488f35d275df4d8568f67acf3f97b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:32:06.725Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:32:06.725Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:32:13.476Z] $ docker stop --time=1 a3bf81b81544819c2afc2a60097197df570488f35d275df4d8568f67acf3f97b [2020-10-06T04:32:14.829Z] $ docker rm -f a3bf81b81544819c2afc2a60097197df570488f35d275df4d8568f67acf3f97b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:32:15.300Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:32:15.300Z] . [Pipeline] withDockerContainer [2020-10-06T04:32:15.411Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:32:15.470Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:32:16.108Z] $ docker top e52a3b7c633889d8998dddbd3810d911a85cb32f94cf8210531f8419a3b63c2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:32:16.656Z] + + tee/klar [2020-10-06T04:32:16.656Z] nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:32:16.656Z] clair timeout 1m0s [2020-10-06T04:32:16.656Z] docker timeout: 1m0s [2020-10-06T04:32:16.656Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:32:18.415Z] $ docker stop --time=1 e52a3b7c633889d8998dddbd3810d911a85cb32f94cf8210531f8419a3b63c2e [2020-10-06T04:32:19.750Z] $ docker rm -f e52a3b7c633889d8998dddbd3810d911a85cb32f94cf8210531f8419a3b63c2e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:32:20.221Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:32:20.234Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-security-secrets-setup-go_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:32:20.391Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:32:20.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:32:20.752Z] . [Pipeline] withDockerContainer [2020-10-06T04:32:20.845Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:32:20.892Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:32:21.536Z] $ docker top c8de53cf760078dbf27c5b8bdd4b55fbd0ba5ca7fcfa056a78aa2090496d35b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:32:22.057Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:32:22.057Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:32:30.484Z] $ docker stop --time=1 c8de53cf760078dbf27c5b8bdd4b55fbd0ba5ca7fcfa056a78aa2090496d35b9 [2020-10-06T04:32:31.846Z] $ docker rm -f c8de53cf760078dbf27c5b8bdd4b55fbd0ba5ca7fcfa056a78aa2090496d35b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:32:32.311Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:32:32.311Z] . [Pipeline] withDockerContainer [2020-10-06T04:32:32.409Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:32:32.457Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:32:33.032Z] $ docker top 49ed5252f2d93696c2dd7426a7f0aac4061c1ea1845f513dbf50e4bfb27f2424 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:32:33.554Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:32:33.554Z] + tee [2020-10-06T04:32:33.554Z] clair timeout 1m0s [2020-10-06T04:32:33.554Z] docker timeout: 1m0s [2020-10-06T04:32:33.554Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:32:35.034Z] $ docker stop --time=1 49ed5252f2d93696c2dd7426a7f0aac4061c1ea1845f513dbf50e4bfb27f2424 [2020-10-06T04:32:36.368Z] $ docker rm -f 49ed5252f2d93696c2dd7426a7f0aac4061c1ea1845f513dbf50e4bfb27f2424 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:32:36.835Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:32:36.849Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-security-secretstore-setup-go_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:32:36.898Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:32:37.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:32:37.244Z] . [Pipeline] withDockerContainer [2020-10-06T04:32:37.340Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:32:37.387Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:32:38.004Z] $ docker top 1f06c331a4a76c9c4bb9452fc5aac62be9f2760593560e05c4c79172f333f796 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:32:38.531Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:32:38.531Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:32:42.000Z] $ docker stop --time=1 1f06c331a4a76c9c4bb9452fc5aac62be9f2760593560e05c4c79172f333f796 [2020-10-06T04:32:43.355Z] $ docker rm -f 1f06c331a4a76c9c4bb9452fc5aac62be9f2760593560e05c4c79172f333f796 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:32:43.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:32:43.835Z] . [Pipeline] withDockerContainer [2020-10-06T04:32:43.936Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:32:44.176Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:32:44.828Z] $ docker top b90e12c0724ebaed32d68f7986813822dd5d11effc2a244a6574bb1cca98742c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:32:45.386Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-logging-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:32:45.386Z] [2020-10-06T04:32:45.386Z] clair timeout 1m0s [2020-10-06T04:32:45.386Z] docker timeout: 1m0s [2020-10-06T04:32:45.386Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:32:46.059Z] $ docker stop --time=1 b90e12c0724ebaed32d68f7986813822dd5d11effc2a244a6574bb1cca98742c [2020-10-06T04:32:47.404Z] $ docker rm -f b90e12c0724ebaed32d68f7986813822dd5d11effc2a244a6574bb1cca98742c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:32:47.869Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:32:47.884Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-support-logging-go_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:32:47.973Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:32:48.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:32:48.336Z] . [Pipeline] withDockerContainer [2020-10-06T04:32:48.430Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:32:48.474Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:32:49.155Z] $ docker top 30404edd99c475f3917938d7877927c7f2bdd91e64a8f12e8dd1bd728fce6e31 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:32:49.683Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:32:49.683Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:32:55.262Z] $ docker stop --time=1 30404edd99c475f3917938d7877927c7f2bdd91e64a8f12e8dd1bd728fce6e31 [2020-10-06T04:32:56.591Z] $ docker rm -f 30404edd99c475f3917938d7877927c7f2bdd91e64a8f12e8dd1bd728fce6e31 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:32:57.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:32:57.053Z] . [Pipeline] withDockerContainer [2020-10-06T04:32:57.156Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:32:57.207Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:32:57.782Z] $ docker top 10f3dfe5464cee469b67418d0f4e21b5b737682da87cdc891d2e881c85539ef4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:32:58.337Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:32:58.337Z] + tee [2020-10-06T04:32:58.337Z] clair timeout 1m0s [2020-10-06T04:32:58.337Z] docker timeout: 1m0s [2020-10-06T04:32:58.337Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:32:59.501Z] $ docker stop --time=1 10f3dfe5464cee469b67418d0f4e21b5b737682da87cdc891d2e881c85539ef4 [2020-10-06T04:33:00.842Z] $ docker rm -f 10f3dfe5464cee469b67418d0f4e21b5b737682da87cdc891d2e881c85539ef4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:33:01.364Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:33:01.384Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-support-notifications-go_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:33:01.439Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:33:01.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:33:01.890Z] . [Pipeline] withDockerContainer [2020-10-06T04:33:02.013Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:33:02.078Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:33:02.684Z] $ docker top 32d58ac281c37ac5865732ebbf8f51467c5233591453a29ff6480d7c4a95d55e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:33:03.211Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:33:03.211Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:33:05.923Z] $ docker stop --time=1 32d58ac281c37ac5865732ebbf8f51467c5233591453a29ff6480d7c4a95d55e [2020-10-06T04:33:07.247Z] $ docker rm -f 32d58ac281c37ac5865732ebbf8f51467c5233591453a29ff6480d7c4a95d55e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:33:07.729Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:33:07.729Z] . [Pipeline] withDockerContainer [2020-10-06T04:33:07.824Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:33:07.868Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:33:08.506Z] $ docker top a221ef0cc5509a4ce653a704d4400ae670c0f1a9d86aaf7c69666ee76bf22333 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:33:09.022Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:33:09.022Z] + tee [2020-10-06T04:33:09.022Z] clair timeout 1m0s [2020-10-06T04:33:09.022Z] docker timeout: 1m0s [2020-10-06T04:33:09.022Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:33:09.701Z] $ docker stop --time=1 a221ef0cc5509a4ce653a704d4400ae670c0f1a9d86aaf7c69666ee76bf22333 [2020-10-06T04:33:11.051Z] $ docker rm -f a221ef0cc5509a4ce653a704d4400ae670c0f1a9d86aaf7c69666ee76bf22333 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:33:11.522Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:33:11.534Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-support-scheduler-go_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:33:11.583Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:33:11.937Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:33:11.937Z] . [Pipeline] withDockerContainer [2020-10-06T04:33:12.115Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:33:12.170Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:33:12.774Z] $ docker top 309237f769f25b61e99b3c0f7990a642e638a66d6124b77ea8538960b87a6511 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:33:13.284Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:33:13.284Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:33:31.558Z] $ docker stop --time=1 309237f769f25b61e99b3c0f7990a642e638a66d6124b77ea8538960b87a6511 [2020-10-06T04:33:32.944Z] $ docker rm -f 309237f769f25b61e99b3c0f7990a642e638a66d6124b77ea8538960b87a6511 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:33:33.476Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:33:33.476Z] . [Pipeline] withDockerContainer [2020-10-06T04:33:33.580Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:33:33.626Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:33:34.248Z] $ docker top e4e1bd0fb5745babf93ef911b633ab7bc8d70104becc4eeccf251084ec4c3515 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:33:34.782Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:33:34.782Z] + tee [2020-10-06T04:33:34.782Z] clair timeout 1m0s [2020-10-06T04:33:34.782Z] docker timeout: 1m0s [2020-10-06T04:33:34.782Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:33:36.845Z] $ docker stop --time=1 e4e1bd0fb5745babf93ef911b633ab7bc8d70104becc4eeccf251084ec4c3515 [2020-10-06T04:33:38.161Z] $ docker rm -f e4e1bd0fb5745babf93ef911b633ab7bc8d70104becc4eeccf251084ec4c3515 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:33:38.652Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:33:38.669Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-sys-mgmt-agent-go_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:33:38.765Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:33:39.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:33:39.123Z] . [Pipeline] withDockerContainer [2020-10-06T04:33:39.219Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:33:39.382Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:33:39.992Z] $ docker top a4f1532c77302a6d9e2f94cb8b8b87f484db58968f1988d316b2211ad4a5fe96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:33:40.541Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:33:40.542Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:33:43.572Z] $ docker stop --time=1 a4f1532c77302a6d9e2f94cb8b8b87f484db58968f1988d316b2211ad4a5fe96 [2020-10-06T04:33:44.912Z] $ docker rm -f a4f1532c77302a6d9e2f94cb8b8b87f484db58968f1988d316b2211ad4a5fe96 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:33:45.418Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:33:45.419Z] . [Pipeline] withDockerContainer [2020-10-06T04:33:45.554Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:33:45.597Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:33:46.241Z] $ docker top 22f2477e5a680c7103a8571720e9f95c6b2f0ae0a09d9a62ab3359bec002c14a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:33:46.762Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:33:46.762Z] + tee [2020-10-06T04:33:46.762Z] clair timeout 1m0s [2020-10-06T04:33:46.762Z] docker timeout: 1m0s [2020-10-06T04:33:46.762Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:33:47.435Z] $ docker stop --time=1 22f2477e5a680c7103a8571720e9f95c6b2f0ae0a09d9a62ab3359bec002c14a [2020-10-06T04:33:48.779Z] $ docker rm -f 22f2477e5a680c7103a8571720e9f95c6b2f0ae0a09d9a62ab3359bec002c14a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:33:49.260Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:33:49.276Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-core-command-go-arm64_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:33:49.327Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:33:49.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:33:49.671Z] . [Pipeline] withDockerContainer [2020-10-06T04:33:49.780Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:33:49.821Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:33:50.496Z] $ docker top 51a859570816e48adad2ee20957ddc3d6015750f6921f367e42066ea3f816705 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:33:51.086Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:33:51.086Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:33:56.565Z] $ docker stop --time=1 51a859570816e48adad2ee20957ddc3d6015750f6921f367e42066ea3f816705 [2020-10-06T04:33:57.914Z] $ docker rm -f 51a859570816e48adad2ee20957ddc3d6015750f6921f367e42066ea3f816705 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:33:58.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:33:58.447Z] . [Pipeline] withDockerContainer [2020-10-06T04:33:58.558Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:33:58.674Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:33:59.255Z] $ docker top f35ed0baec37a167aef5e6361f517d9690c566cfbf1fd621c413824c73b21ac8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:33:59.755Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:33:59.756Z] + tee [2020-10-06T04:33:59.756Z] clair timeout 1m0s [2020-10-06T04:33:59.756Z] docker timeout: 1m0s [2020-10-06T04:33:59.756Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:34:00.792Z] $ docker stop --time=1 f35ed0baec37a167aef5e6361f517d9690c566cfbf1fd621c413824c73b21ac8 [2020-10-06T04:34:02.132Z] $ docker rm -f f35ed0baec37a167aef5e6361f517d9690c566cfbf1fd621c413824c73b21ac8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:34:02.826Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:34:02.841Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-core-data-go-arm64_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:34:02.896Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:34:03.250Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:34:03.250Z] . [Pipeline] withDockerContainer [2020-10-06T04:34:03.349Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:34:03.400Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:34:03.987Z] $ docker top e3dd6ab788a602dee4315bf22fc81bebeda73700d5d8a8354a3e7c56a6badeca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:34:04.501Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:34:04.502Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:34:07.266Z] $ docker stop --time=1 e3dd6ab788a602dee4315bf22fc81bebeda73700d5d8a8354a3e7c56a6badeca [2020-10-06T04:34:08.593Z] $ docker rm -f e3dd6ab788a602dee4315bf22fc81bebeda73700d5d8a8354a3e7c56a6badeca [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:34:09.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:34:09.060Z] . [Pipeline] withDockerContainer [2020-10-06T04:34:09.158Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:34:09.205Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:34:09.794Z] $ docker top cc92256fa660bb03427b312287f8b83adbd6398254169b42781f08e1c46031c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:34:10.414Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:34:10.415Z] + tee [2020-10-06T04:34:10.415Z] clair timeout 1m0s [2020-10-06T04:34:10.415Z] docker timeout: 1m0s [2020-10-06T04:34:10.415Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:34:11.106Z] $ docker stop --time=1 cc92256fa660bb03427b312287f8b83adbd6398254169b42781f08e1c46031c3 [2020-10-06T04:34:12.444Z] $ docker rm -f cc92256fa660bb03427b312287f8b83adbd6398254169b42781f08e1c46031c3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:34:12.911Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:34:12.924Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-core-metadata-go-arm64_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:34:13.004Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:34:13.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:34:13.396Z] . [Pipeline] withDockerContainer [2020-10-06T04:34:13.486Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:34:13.544Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:34:14.140Z] $ docker top ead92527ca76ef90cdca4f0823e6892773239a5e3334134052f4eaeedf0d5bcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:34:14.693Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:34:14.693Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:34:20.263Z] $ docker stop --time=1 ead92527ca76ef90cdca4f0823e6892773239a5e3334134052f4eaeedf0d5bcd [2020-10-06T04:34:21.577Z] $ docker rm -f ead92527ca76ef90cdca4f0823e6892773239a5e3334134052f4eaeedf0d5bcd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:34:22.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:34:22.056Z] . [Pipeline] withDockerContainer [2020-10-06T04:34:22.151Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:34:22.193Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:34:22.790Z] $ docker top 0fdb32cc1322d6b2cc4570efe5048cefb54647ab185af31f3a2b56c7010916a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:34:23.302Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03+ [2020-10-06T04:34:23.302Z] tee [2020-10-06T04:34:23.302Z] clair timeout 1m0s [2020-10-06T04:34:23.302Z] docker timeout: 1m0s [2020-10-06T04:34:23.302Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:34:24.352Z] $ docker stop --time=1 0fdb32cc1322d6b2cc4570efe5048cefb54647ab185af31f3a2b56c7010916a7 [2020-10-06T04:34:25.695Z] $ docker rm -f 0fdb32cc1322d6b2cc4570efe5048cefb54647ab185af31f3a2b56c7010916a7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:34:26.178Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:34:26.190Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:34:26.252Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:34:26.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:34:26.600Z] . [Pipeline] withDockerContainer [2020-10-06T04:34:26.692Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:34:26.736Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:34:27.354Z] $ docker top 1d23d252dea78ff543ebde72b19791d0ff4050e6e37acac0cc4b575745daa832 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:34:27.927Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:34:27.927Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:34:36.231Z] $ docker stop --time=1 1d23d252dea78ff543ebde72b19791d0ff4050e6e37acac0cc4b575745daa832 [2020-10-06T04:34:37.573Z] $ docker rm -f 1d23d252dea78ff543ebde72b19791d0ff4050e6e37acac0cc4b575745daa832 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:34:38.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:34:38.043Z] . [Pipeline] withDockerContainer [2020-10-06T04:34:38.137Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:34:38.181Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:34:38.767Z] $ docker top 60b07bacbd8c53644a9566bb36886379f9bb740cd5f2808fa75a1c492304ce16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:34:39.273Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:34:39.273Z] + tee [2020-10-06T04:34:39.273Z] clair timeout 1m0s [2020-10-06T04:34:39.273Z] docker timeout: 1m0s [2020-10-06T04:34:39.273Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:34:40.829Z] $ docker stop --time=1 60b07bacbd8c53644a9566bb36886379f9bb740cd5f2808fa75a1c492304ce16 [2020-10-06T04:34:42.159Z] $ docker rm -f 60b07bacbd8c53644a9566bb36886379f9bb740cd5f2808fa75a1c492304ce16 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:34:42.619Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:34:42.634Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:34:42.687Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:34:43.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:34:43.040Z] . [Pipeline] withDockerContainer [2020-10-06T04:34:43.129Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:34:43.170Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:34:43.759Z] $ docker top 0640265f1099dd6584626f1fc0cf9030f632358c469b22e1fbab5d175a98aa29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:34:44.282Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:34:44.282Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:34:52.723Z] $ docker stop --time=1 0640265f1099dd6584626f1fc0cf9030f632358c469b22e1fbab5d175a98aa29 [2020-10-06T04:34:54.051Z] $ docker rm -f 0640265f1099dd6584626f1fc0cf9030f632358c469b22e1fbab5d175a98aa29 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:34:54.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:34:54.565Z] . [Pipeline] withDockerContainer [2020-10-06T04:34:54.658Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:34:54.701Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:34:55.326Z] $ docker top d42b2d65c5606d394d62c72276f85c3ea21cf750bd5892ab40a227b14def53c0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:34:55.863Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:34:55.864Z] + tee [2020-10-06T04:34:55.864Z] clair timeout 1m0s [2020-10-06T04:34:55.864Z] docker timeout: 1m0s [2020-10-06T04:34:55.864Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:34:57.381Z] $ docker stop --time=1 d42b2d65c5606d394d62c72276f85c3ea21cf750bd5892ab40a227b14def53c0 [2020-10-06T04:34:58.729Z] $ docker rm -f d42b2d65c5606d394d62c72276f85c3ea21cf750bd5892ab40a227b14def53c0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:34:59.202Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:34:59.217Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:34:59.291Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:34:59.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:34:59.625Z] . [Pipeline] withDockerContainer [2020-10-06T04:34:59.722Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:34:59.768Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:35:00.395Z] $ docker top eff0a20779cd54b606cca847e7729f85706ea759e3bd44a3871295f223d18f98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:35:00.977Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:35:00.977Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:35:04.451Z] $ docker stop --time=1 eff0a20779cd54b606cca847e7729f85706ea759e3bd44a3871295f223d18f98 [2020-10-06T04:35:05.836Z] $ docker rm -f eff0a20779cd54b606cca847e7729f85706ea759e3bd44a3871295f223d18f98 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:35:06.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:35:06.350Z] . [Pipeline] withDockerContainer [2020-10-06T04:35:06.480Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:35:06.535Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:35:07.149Z] $ docker top a9d0685a7d08c71260d0247858d0b853241a74e5fa9c3911e48292fba73036da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:35:07.728Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:35:07.728Z] + tee [2020-10-06T04:35:07.728Z] clair timeout 1m0s [2020-10-06T04:35:07.728Z] docker timeout: 1m0s [2020-10-06T04:35:07.728Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:35:08.451Z] $ docker stop --time=1 a9d0685a7d08c71260d0247858d0b853241a74e5fa9c3911e48292fba73036da [2020-10-06T04:35:09.833Z] $ docker rm -f a9d0685a7d08c71260d0247858d0b853241a74e5fa9c3911e48292fba73036da [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:35:10.294Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:35:10.308Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-support-logging-go-arm64_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:35:10.361Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:35:10.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:35:10.718Z] . [Pipeline] withDockerContainer [2020-10-06T04:35:10.830Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:35:10.927Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:35:11.571Z] $ docker top eb11e761d54bf5f94e52ee51562a0c5e4491e86b389193abe1c8ac5ef1f25e61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:35:12.125Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:35:12.126Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:35:17.594Z] $ docker stop --time=1 eb11e761d54bf5f94e52ee51562a0c5e4491e86b389193abe1c8ac5ef1f25e61 [2020-10-06T04:35:18.943Z] $ docker rm -f eb11e761d54bf5f94e52ee51562a0c5e4491e86b389193abe1c8ac5ef1f25e61 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:35:19.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:35:19.423Z] . [Pipeline] withDockerContainer [2020-10-06T04:35:19.531Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:35:19.572Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:35:20.237Z] $ docker top 10e694da285eac16a71e6539a98bb2b6ab435c456635556ded72cc9437b9acca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:35:20.800Z] + tee [2020-10-06T04:35:20.800Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:35:20.800Z] clair timeout 1m0s [2020-10-06T04:35:20.800Z] docker timeout: 1m0s [2020-10-06T04:35:20.800Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:35:22.534Z] $ docker stop --time=1 10e694da285eac16a71e6539a98bb2b6ab435c456635556ded72cc9437b9acca [2020-10-06T04:35:23.885Z] $ docker rm -f 10e694da285eac16a71e6539a98bb2b6ab435c456635556ded72cc9437b9acca [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:35:24.366Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:35:24.380Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-support-notifications-go-arm64_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:35:24.433Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:35:24.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:35:24.802Z] . [Pipeline] withDockerContainer [2020-10-06T04:35:24.900Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:35:24.942Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:35:25.537Z] $ docker top e4848afad344e427a948ae7d11e94bd8420fd02de71e53d7a3c312d70fa286db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:35:26.193Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:35:26.193Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:35:28.974Z] $ docker stop --time=1 e4848afad344e427a948ae7d11e94bd8420fd02de71e53d7a3c312d70fa286db [2020-10-06T04:35:30.325Z] $ docker rm -f e4848afad344e427a948ae7d11e94bd8420fd02de71e53d7a3c312d70fa286db [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:35:31.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:35:31.997Z] . [Pipeline] withDockerContainer [2020-10-06T04:35:32.086Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:35:32.129Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:35:32.738Z] $ docker top d38987450ebf009f9d2bb62902f91f440dee5c4367ec7774b048e5e8145a5799 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:35:33.251Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:35:33.251Z] + tee [2020-10-06T04:35:33.251Z] clair timeout 1m0s [2020-10-06T04:35:33.251Z] docker timeout: 1m0s [2020-10-06T04:35:33.251Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:35:34.042Z] $ docker stop --time=1 d38987450ebf009f9d2bb62902f91f440dee5c4367ec7774b048e5e8145a5799 [2020-10-06T04:35:35.399Z] $ docker rm -f d38987450ebf009f9d2bb62902f91f440dee5c4367ec7774b048e5e8145a5799 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:35:35.862Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:35:35.876Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-support-scheduler-go-arm64_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:35:35.926Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:35:36.270Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:35:36.270Z] . [Pipeline] withDockerContainer [2020-10-06T04:35:36.370Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:35:36.418Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:35:37.034Z] $ docker top 2d2507a81d53e99a00df9057a08fd39fd4bbf20f58b7ad0bab362970e93c9d65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:35:37.539Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:35:37.539Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:35:52.574Z] $ docker stop --time=1 2d2507a81d53e99a00df9057a08fd39fd4bbf20f58b7ad0bab362970e93c9d65 [2020-10-06T04:35:53.980Z] $ docker rm -f 2d2507a81d53e99a00df9057a08fd39fd4bbf20f58b7ad0bab362970e93c9d65 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:35:54.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-06T04:35:54.441Z] . [Pipeline] withDockerContainer [2020-10-06T04:35:54.598Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:35:54.642Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-klar:latest cat [2020-10-06T04:35:55.285Z] $ docker top abe7d0a51e69db9ac6af8f146fe2c83d8a627440fd10c083f55b11fbaa57ea87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-06T04:35:55.799Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:890f92a9d8ed5a1b35c567ef67db74c505b78e03 [2020-10-06T04:35:55.799Z] + tee [2020-10-06T04:35:55.799Z] clair timeout 1m0s [2020-10-06T04:35:55.799Z] docker timeout: 1m0s [2020-10-06T04:35:55.799Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-06T04:35:57.519Z] $ docker stop --time=1 abe7d0a51e69db9ac6af8f146fe2c83d8a627440fd10c083f55b11fbaa57ea87 [2020-10-06T04:35:58.865Z] $ docker rm -f abe7d0a51e69db9ac6af8f146fe2c83d8a627440fd10c083f55b11fbaa57ea87 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-06T04:35:59.369Z] + mkdir -p /w/workspace/edgex-go/162/clair-reports [Pipeline] echo [2020-10-06T04:35:59.382Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/162/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_890f92a9d8ed5a1b35c567ef67db74c505b78e03.html [Pipeline] writeFile [Pipeline] step [2020-10-06T04:35:59.428Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-06T04:35:59.894Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T04:35:59.947Z] provisioning config files... [2020-10-06T04:35:59.961Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/162@tmp/config6511750598343398797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:36:00.320Z] --> edgex-publish-swagger.sh [2020-10-06T04:36:00.320Z] === Publish openapi/v1 API === [2020-10-06T04:36:00.320Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-06T04:36:00.320Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-06T04:36:00.320Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:00.320Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:01.702Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8669 0:00:01 0:00:01 --:--:-- 8680 100 10521 0 0 100 10521 0 8667 0:00:01 0:00:01 --:--:-- 8673 [2020-10-06T04:36:01.702Z] [2020-10-06T04:36:01.702Z] [2020-10-06T04:36:01.702Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-06T04:36:01.702Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:01.702Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:02.653Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27434 0:00:01 0:00:01 --:--:-- 27450 100 32556 0 0 100 32556 0 27242 0:00:01 0:00:01 --:--:-- 27266 [2020-10-06T04:36:02.653Z] [2020-10-06T04:36:02.653Z] [2020-10-06T04:36:02.653Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-06T04:36:02.653Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:02.653Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:04.034Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 65053 0:00:01 0:00:01 --:--:-- 65066 100 73720 0 0 100 73720 0 65045 0:00:01 0:00:01 --:--:-- 65066 [2020-10-06T04:36:04.034Z] [2020-10-06T04:36:04.034Z] [2020-10-06T04:36:04.034Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-06T04:36:04.034Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:04.034Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:04.976Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13567 0:00:01 0:00:01 --:--:-- 13580 [2020-10-06T04:36:04.976Z] [2020-10-06T04:36:04.976Z] [2020-10-06T04:36:04.976Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-06T04:36:04.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:04.976Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:05.915Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35140 0:00:01 0:00:01 --:--:-- 35130 100 38889 0 0 100 38889 0 35136 0:00:01 0:00:01 --:--:-- 35130 [2020-10-06T04:36:05.915Z] [2020-10-06T04:36:05.915Z] [2020-10-06T04:36:05.915Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-06T04:36:05.915Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:05.915Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:07.349Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 12917 0:00:01 0:00:01 --:--:-- 12929 100 14248 0 0 100 14248 0 12915 0:00:01 0:00:01 --:--:-- 12917 [2020-10-06T04:36:07.349Z] [2020-10-06T04:36:07.349Z] [2020-10-06T04:36:07.349Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-06T04:36:07.349Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:07.349Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:08.291Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 4154 --:--:-- --:--:-- --:--:-- 4154 100 4109 0 0 100 4109 0 4153 --:--:-- --:--:-- --:--:-- 4150 [2020-10-06T04:36:08.291Z] [2020-10-06T04:36:08.291Z] [2020-10-06T04:36:08.291Z] === Publish openapi/v2 API === [2020-10-06T04:36:08.291Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-06T04:36:08.291Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-06T04:36:08.291Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:08.291Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:09.234Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 28937 0:00:01 0:00:01 --:--:-- 28959 100 30234 0 0 100 30234 0 28933 0:00:01 0:00:01 --:--:-- 28959 [2020-10-06T04:36:09.234Z] [2020-10-06T04:36:09.234Z] [2020-10-06T04:36:09.234Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-06T04:36:09.234Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:09.234Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:10.176Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 54639 0:00:01 0:00:01 --:--:-- 54691 100 59012 0 0 100 59012 0 54627 0:00:01 0:00:01 --:--:-- 54640 [2020-10-06T04:36:10.176Z] [2020-10-06T04:36:10.176Z] [2020-10-06T04:36:10.176Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-06T04:36:10.176Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:10.176Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:11.558Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 58015 0:00:01 0:00:01 --:--:-- 58032 100 68246 0 0 100 68246 0 55528 0:00:01 0:00:01 --:--:-- 55574 [2020-10-06T04:36:11.558Z] [2020-10-06T04:36:11.558Z] [2020-10-06T04:36:11.558Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-06T04:36:11.558Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:11.558Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:12.504Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 26008 0:00:01 0:00:01 --:--:-- 26034 100 26165 0 0 100 26165 0 26004 0:00:01 0:00:01 --:--:-- 26008 [2020-10-06T04:36:12.504Z] [2020-10-06T04:36:12.504Z] [2020-10-06T04:36:12.504Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-06T04:36:12.504Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:12.504Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:13.897Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 58935 0:00:01 0:00:01 --:--:-- 58986 100 63410 0 0 100 63410 0 58924 0:00:01 0:00:01 --:--:-- 58986 [2020-10-06T04:36:13.897Z] [2020-10-06T04:36:13.897Z] [2020-10-06T04:36:13.897Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-06T04:36:13.897Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:13.897Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:14.841Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 40758 0:00:01 0:00:01 --:--:-- 40787 100 46049 0 0 100 46049 0 40751 0:00:01 0:00:01 --:--:-- 40787 [2020-10-06T04:36:14.841Z] [2020-10-06T04:36:14.841Z] [2020-10-06T04:36:14.841Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-06T04:36:14.841Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-06T04:36:14.841Z] Dload Upload Total Spent Left Speed [2020-10-06T04:36:16.046Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 24114 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 21310 0:00:01 0:00:01 --:--:-- 21320 [2020-10-06T04:36:16.046Z] [2020-10-06T04:36:16.046Z] [Pipeline] } [2020-10-06T04:36:16.055Z] 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-10-06T04:36:27.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:36:27.168Z] . [Pipeline] withDockerContainer [2020-10-06T04:36:27.275Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:36:27.314Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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:10004/edgex-devops/git-semver:latest cat [2020-10-06T04:36:28.407Z] $ docker top 1827035ec90a6c14071827348a5eadb56441dd0984fd7e5835575d261aa1378c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T04:36:28.712Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T04:36:28.712Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T04:36:28.936Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T04:36:28.939Z] $ docker exec 1827035ec90a6c14071827348a5eadb56441dd0984fd7e5835575d261aa1378c ssh-agent [2020-10-06T04:36:29.121Z] SSH_AUTH_SOCK=/tmp/ssh-cFpkYhJqEf5k/agent.11 [2020-10-06T04:36:29.121Z] SSH_AGENT_PID=16 [2020-10-06T04:36:29.130Z] Running ssh-add (command line suppressed) [2020-10-06T04:36:29.255Z] Identity added: /w/workspace/edgex-go/162@tmp/private_key_7431894935449967091.key (/w/workspace/edgex-go/162@tmp/private_key_7431894935449967091.key) [2020-10-06T04:36:29.302Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T04:36:29.641Z] + git semver tag [2020-10-06T04:36:29.902Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T04:36:29.902Z] # $GIT_DIR = /w/workspace/edgex-go/162/.git [2020-10-06T04:36:29.902Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/162 [2020-10-06T04:36:29.902Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T04:36:29.902Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T04:36:29.902Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T04:36:29.902Z] # $SEMVER_BRANCH = master [2020-10-06T04:36:29.902Z] # $SEMVER_DIR = /w/workspace/edgex-go/162/.semver [2020-10-06T04:36:29.902Z] # 890f92a9d8ed5a1b35c567ef67db74c505b78e03 HEAD [2020-10-06T04:36:30.164Z] # -> Force: false [2020-10-06T04:36:30.165Z] # 796d6b36c1bebb2f1ef68663b0ee32fd8a9d01b7 refs/tags/v1.2.2-dev.47 [Pipeline] } [2020-10-06T04:36:30.175Z] $ docker exec --env ******** --env ******** 1827035ec90a6c14071827348a5eadb56441dd0984fd7e5835575d261aa1378c ssh-agent -k [2020-10-06T04:36:30.298Z] unset SSH_AUTH_SOCK; [2020-10-06T04:36:30.298Z] unset SSH_AGENT_PID; [2020-10-06T04:36:30.298Z] echo Agent pid 16 killed; [2020-10-06T04:36:30.358Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T04:36:30.869Z] + git semver [Pipeline] } [2020-10-06T04:36:30.885Z] $ docker stop --time=1 1827035ec90a6c14071827348a5eadb56441dd0984fd7e5835575d261aa1378c [2020-10-06T04:36:32.231Z] $ docker rm -f 1827035ec90a6c14071827348a5eadb56441dd0984fd7e5835575d261aa1378c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:36:32.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T04:36:32.875Z] [2020-10-06T04:36:32.875Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:36:33.219Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T04:36:33.219Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-06T04:36:33.219Z] ab5ef0e58194: Pulling fs layer [2020-10-06T04:36:33.219Z] 9712f1f96733: Pulling fs layer [2020-10-06T04:36:33.219Z] 63f879dbbcfc: Pulling fs layer [2020-10-06T04:36:33.219Z] 0d9ebad4ef96: Pulling fs layer [2020-10-06T04:36:33.219Z] e9a5061849ea: Pulling fs layer [2020-10-06T04:36:33.219Z] d747dcd14b5f: Pulling fs layer [2020-10-06T04:36:33.219Z] 2de7ff778b66: Pulling fs layer [2020-10-06T04:36:33.219Z] e9a5061849ea: Waiting [2020-10-06T04:36:33.219Z] d747dcd14b5f: Waiting [2020-10-06T04:36:33.219Z] 2de7ff778b66: Waiting [2020-10-06T04:36:33.219Z] 0d9ebad4ef96: Waiting [2020-10-06T04:36:33.219Z] 9712f1f96733: Verifying Checksum [2020-10-06T04:36:33.219Z] 9712f1f96733: Download complete [2020-10-06T04:36:34.626Z] 63f879dbbcfc: Verifying Checksum [2020-10-06T04:36:34.626Z] 63f879dbbcfc: Download complete [2020-10-06T04:36:34.890Z] e9a5061849ea: Verifying Checksum [2020-10-06T04:36:34.890Z] e9a5061849ea: Download complete [2020-10-06T04:36:34.890Z] d747dcd14b5f: Download complete [2020-10-06T04:36:35.470Z] 2de7ff778b66: Verifying Checksum [2020-10-06T04:36:35.470Z] 2de7ff778b66: Download complete [2020-10-06T04:36:35.733Z] 0d9ebad4ef96: Verifying Checksum [2020-10-06T04:36:35.733Z] 0d9ebad4ef96: Download complete [2020-10-06T04:36:35.733Z] ab5ef0e58194: Verifying Checksum [2020-10-06T04:36:35.733Z] ab5ef0e58194: Download complete [2020-10-06T04:36:41.055Z] ab5ef0e58194: Pull complete [2020-10-06T04:36:41.055Z] 9712f1f96733: Pull complete [2020-10-06T04:36:43.620Z] 63f879dbbcfc: Pull complete [2020-10-06T04:36:50.423Z] 0d9ebad4ef96: Pull complete [2020-10-06T04:36:51.003Z] e9a5061849ea: Pull complete [2020-10-06T04:36:51.266Z] d747dcd14b5f: Pull complete [2020-10-06T04:36:54.582Z] 2de7ff778b66: Pull complete [2020-10-06T04:36:54.582Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-06T04:36:54.582Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-06T04:36:54.582Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-06T04:36:54.788Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:36:54.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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-lftools:0.23.1-centos7 cat [2020-10-06T04:36:58.112Z] $ docker top a6635ca32cfae470b9d5acb3616772e2f52fd9187e63dd071e759756b2b6b786 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-06T04:36:58.310Z] provisioning config files... [2020-10-06T04:36:58.320Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/162@tmp/config819775418384288625tmp [2020-10-06T04:36:58.336Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/162@tmp/config3255431163919142179tmp [2020-10-06T04:36:58.352Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/162@tmp/config7880676538003416436tmp [Pipeline] { [Pipeline] echo [2020-10-06T04:36:58.409Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:36:58.706Z] ---> sigul-configuration.sh [2020-10-06T04:36:58.706Z] gpg: directory `/root/.gnupg' created [2020-10-06T04:36:58.706Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-06T04:36:58.706Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-06T04:36:58.706Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-06T04:36:58.706Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-06T04:36:58.706Z] gpg: CAST5 encrypted data [2020-10-06T04:36:58.967Z] gpg: encrypted with 1 passphrase [2020-10-06T04:36:58.967Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-06T04:36:59.262Z] + mkdir /home/jenkins [2020-10-06T04:36:59.262Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-06T04:36:59.557Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-06T04:36:59.568Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:36:59.876Z] ---> sigul-install.sh [2020-10-06T04:37:09.897Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-06T04:37:10.220Z] + git tag --list [2020-10-06T04:37:10.220Z] 0.6.0 [2020-10-06T04:37:10.220Z] 0.6.1 [2020-10-06T04:37:10.220Z] 0.7.0 [2020-10-06T04:37:10.220Z] 0.7.1 [2020-10-06T04:37:10.220Z] v1.0.0 [2020-10-06T04:37:10.220Z] v1.0.1 [2020-10-06T04:37:10.220Z] v1.1.0 [2020-10-06T04:37:10.220Z] v1.2.0 [2020-10-06T04:37:10.220Z] v1.2.1 [2020-10-06T04:37:10.220Z] v1.2.2-dev.1 [2020-10-06T04:37:10.220Z] v1.2.2-dev.10 [2020-10-06T04:37:10.220Z] v1.2.2-dev.11 [2020-10-06T04:37:10.220Z] v1.2.2-dev.12 [2020-10-06T04:37:10.220Z] v1.2.2-dev.13 [2020-10-06T04:37:10.220Z] v1.2.2-dev.14 [2020-10-06T04:37:10.220Z] v1.2.2-dev.15 [2020-10-06T04:37:10.220Z] v1.2.2-dev.16 [2020-10-06T04:37:10.220Z] v1.2.2-dev.17 [2020-10-06T04:37:10.220Z] v1.2.2-dev.18 [2020-10-06T04:37:10.220Z] v1.2.2-dev.19 [2020-10-06T04:37:10.220Z] v1.2.2-dev.2 [2020-10-06T04:37:10.220Z] v1.2.2-dev.20 [2020-10-06T04:37:10.220Z] v1.2.2-dev.21 [2020-10-06T04:37:10.220Z] v1.2.2-dev.22 [2020-10-06T04:37:10.220Z] v1.2.2-dev.23 [2020-10-06T04:37:10.220Z] v1.2.2-dev.24 [2020-10-06T04:37:10.220Z] v1.2.2-dev.25 [2020-10-06T04:37:10.220Z] v1.2.2-dev.26 [2020-10-06T04:37:10.220Z] v1.2.2-dev.27 [2020-10-06T04:37:10.220Z] v1.2.2-dev.28 [2020-10-06T04:37:10.220Z] v1.2.2-dev.29 [2020-10-06T04:37:10.220Z] v1.2.2-dev.3 [2020-10-06T04:37:10.220Z] v1.2.2-dev.30 [2020-10-06T04:37:10.220Z] v1.2.2-dev.31 [2020-10-06T04:37:10.220Z] v1.2.2-dev.32 [2020-10-06T04:37:10.220Z] v1.2.2-dev.33 [2020-10-06T04:37:10.220Z] v1.2.2-dev.34 [2020-10-06T04:37:10.220Z] v1.2.2-dev.35 [2020-10-06T04:37:10.220Z] v1.2.2-dev.36 [2020-10-06T04:37:10.220Z] v1.2.2-dev.37 [2020-10-06T04:37:10.220Z] v1.2.2-dev.38 [2020-10-06T04:37:10.220Z] v1.2.2-dev.39 [2020-10-06T04:37:10.220Z] v1.2.2-dev.4 [2020-10-06T04:37:10.220Z] v1.2.2-dev.40 [2020-10-06T04:37:10.220Z] v1.2.2-dev.41 [2020-10-06T04:37:10.220Z] v1.2.2-dev.42 [2020-10-06T04:37:10.220Z] v1.2.2-dev.43 [2020-10-06T04:37:10.220Z] v1.2.2-dev.44 [2020-10-06T04:37:10.220Z] v1.2.2-dev.45 [2020-10-06T04:37:10.220Z] v1.2.2-dev.46 [2020-10-06T04:37:10.220Z] v1.2.2-dev.47 [2020-10-06T04:37:10.220Z] v1.2.2-dev.5 [2020-10-06T04:37:10.220Z] v1.2.2-dev.6 [2020-10-06T04:37:10.220Z] v1.2.2-dev.7 [2020-10-06T04:37:10.220Z] v1.2.2-dev.8 [2020-10-06T04:37:10.220Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-06T04:37:10.522Z] + lftools sign git-tag v1.2.2-dev.47 [2020-10-06T04:37:11.968Z] Signing Git tag with Sigul... [2020-10-06T04:37:11.968Z] Signing v1.2.2-dev.47 [Pipeline] echo [2020-10-06T04:37:12.926Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:37:13.222Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-06T04:37:13.232Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-06T04:37:13.325Z] $ docker stop --time=1 a6635ca32cfae470b9d5acb3616772e2f52fd9187e63dd071e759756b2b6b786 [2020-10-06T04:37:15.338Z] $ docker rm -f a6635ca32cfae470b9d5acb3616772e2f52fd9187e63dd071e759756b2b6b786 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:37:16.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:37:16.182Z] . [Pipeline] withDockerContainer [2020-10-06T04:37:16.298Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:37:16.361Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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:10004/edgex-devops/git-semver:latest cat [2020-10-06T04:37:17.109Z] $ docker top 6fac7bba08ea0adb9175bf52406fb6f3f9dbd22b83bbec2fe6654b6081f9e494 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T04:37:17.412Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T04:37:17.413Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T04:37:17.615Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T04:37:17.620Z] $ docker exec 6fac7bba08ea0adb9175bf52406fb6f3f9dbd22b83bbec2fe6654b6081f9e494 ssh-agent [2020-10-06T04:37:17.798Z] SSH_AUTH_SOCK=/tmp/ssh-Gw2zs0iwUD55/agent.11 [2020-10-06T04:37:17.798Z] SSH_AGENT_PID=16 [2020-10-06T04:37:17.807Z] Running ssh-add (command line suppressed) [2020-10-06T04:37:17.937Z] Identity added: /w/workspace/edgex-go/162@tmp/private_key_3570941282060279021.key (/w/workspace/edgex-go/162@tmp/private_key_3570941282060279021.key) [2020-10-06T04:37:17.998Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T04:37:18.400Z] + git semver bump pre [2020-10-06T04:37:18.400Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T04:37:18.400Z] # $GIT_DIR = /w/workspace/edgex-go/162/.git [2020-10-06T04:37:18.400Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/162 [2020-10-06T04:37:18.400Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T04:37:18.400Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T04:37:18.400Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T04:37:18.400Z] # $SEMVER_BRANCH = master [2020-10-06T04:37:18.400Z] # $SEMVER_DIR = /w/workspace/edgex-go/162/.semver [2020-10-06T04:37:18.400Z] 1.2.2-dev.48 [Pipeline] } [2020-10-06T04:37:18.415Z] $ docker exec --env ******** --env ******** 6fac7bba08ea0adb9175bf52406fb6f3f9dbd22b83bbec2fe6654b6081f9e494 ssh-agent -k [2020-10-06T04:37:18.544Z] unset SSH_AUTH_SOCK; [2020-10-06T04:37:18.544Z] unset SSH_AGENT_PID; [2020-10-06T04:37:18.544Z] echo Agent pid 16 killed; [2020-10-06T04:37:18.599Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T04:37:19.094Z] + git semver [Pipeline] } [2020-10-06T04:37:19.114Z] $ docker stop --time=1 6fac7bba08ea0adb9175bf52406fb6f3f9dbd22b83bbec2fe6654b6081f9e494 [2020-10-06T04:37:20.504Z] $ docker rm -f 6fac7bba08ea0adb9175bf52406fb6f3f9dbd22b83bbec2fe6654b6081f9e494 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-06T04:37:21.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T04:37:21.050Z] . [Pipeline] withDockerContainer [2020-10-06T04:37:21.159Z] prd-centos7-docker-4c-2g-3603 does not seem to be running inside a container [2020-10-06T04:37:21.214Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/162 -v /w/workspace/edgex-go/162:/w/workspace/edgex-go/162:rw,z -v /w/workspace/edgex-go/162@tmp:/w/workspace/edgex-go/162@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:10004/edgex-devops/git-semver:latest cat [2020-10-06T04:37:21.796Z] $ docker top 27c4fea1599f63ebeb2478638bb475f8dde7ccf163fb91cebc5ad8e3ddf6488f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T04:37:22.119Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T04:37:22.119Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T04:37:22.301Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T04:37:22.305Z] $ docker exec 27c4fea1599f63ebeb2478638bb475f8dde7ccf163fb91cebc5ad8e3ddf6488f ssh-agent [2020-10-06T04:37:22.478Z] SSH_AUTH_SOCK=/tmp/ssh-ZM8Vy3DklAGs/agent.11 [2020-10-06T04:37:22.478Z] SSH_AGENT_PID=17 [2020-10-06T04:37:22.486Z] Running ssh-add (command line suppressed) [2020-10-06T04:37:22.639Z] Identity added: /w/workspace/edgex-go/162@tmp/private_key_7412358479504970174.key (/w/workspace/edgex-go/162@tmp/private_key_7412358479504970174.key) [2020-10-06T04:37:22.698Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T04:37:23.041Z] + git semver push [2020-10-06T04:37:23.041Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T04:37:23.041Z] # $GIT_DIR = /w/workspace/edgex-go/162/.git [2020-10-06T04:37:23.041Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/162 [2020-10-06T04:37:23.041Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T04:37:23.041Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T04:37:23.041Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T04:37:23.041Z] # $SEMVER_BRANCH = master [2020-10-06T04:37:23.041Z] # $SEMVER_DIR = /w/workspace/edgex-go/162/.semver [Pipeline] } [2020-10-06T04:37:33.077Z] $ docker exec --env ******** --env ******** 27c4fea1599f63ebeb2478638bb475f8dde7ccf163fb91cebc5ad8e3ddf6488f ssh-agent -k [2020-10-06T04:37:33.213Z] unset SSH_AUTH_SOCK; [2020-10-06T04:37:33.213Z] unset SSH_AGENT_PID; [2020-10-06T04:37:33.213Z] echo Agent pid 17 killed; [2020-10-06T04:37:33.272Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T04:37:33.753Z] + git semver [Pipeline] } [2020-10-06T04:37:33.770Z] $ docker stop --time=1 27c4fea1599f63ebeb2478638bb475f8dde7ccf163fb91cebc5ad8e3ddf6488f [2020-10-06T04:37:35.135Z] $ docker rm -f 27c4fea1599f63ebeb2478638bb475f8dde7ccf163fb91cebc5ad8e3ddf6488f [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-10-06T04:37:36.088Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:37:36.961Z] ---> package-listing.sh [2020-10-06T04:37:36.961Z] ++ facter osfamily [2020-10-06T04:37:36.961Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T04:37:36.961Z] + OS_FAMILY=redhat [2020-10-06T04:37:36.961Z] + workspace=/w/workspace/edgex-go/162 [2020-10-06T04:37:36.961Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T04:37:36.961Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T04:37:36.961Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T04:37:36.961Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T04:37:36.961Z] + '[' /w/workspace/edgex-go/162 ']' [2020-10-06T04:37:36.961Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T04:37:36.961Z] + case "${OS_FAMILY}" in [2020-10-06T04:37:36.961Z] + rpm -qa [2020-10-06T04:37:36.961Z] + sort [2020-10-06T04:37:41.181Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T04:37:41.181Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T04:37:41.181Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T04:37:41.181Z] + '[' /w/workspace/edgex-go/162 ']' [2020-10-06T04:37:41.181Z] + mkdir -p /w/workspace/edgex-go/162/archives/ [2020-10-06T04:37:41.181Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/162/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T04:37:41.845Z] provisioning config files... [2020-10-06T04:37:41.862Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/162@tmp/config1218519512820357707tmp [Pipeline] { [Pipeline] echo [2020-10-06T04:37:41.930Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:37:42.228Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T04:37:42.241Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T04:37:42.376Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:37:42.673Z] ---> python-tools-install.sh [2020-10-06T04:37:42.673Z] Generating Requirements File [2020-10-06T04:39:04.309Z] Python 3.6.8 [2020-10-06T04:39:04.309Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T04:39:04.309Z] appdirs==1.4.3 [2020-10-06T04:39:04.309Z] argcomplete==1.12.1 [2020-10-06T04:39:04.309Z] aspy.yaml==1.3.0 [2020-10-06T04:39:04.309Z] attrs==19.3.0 [2020-10-06T04:39:04.309Z] Babel==2.8.0 [2020-10-06T04:39:04.309Z] beautifulsoup4==4.8.2 [2020-10-06T04:39:04.309Z] boto3==1.11.6 [2020-10-06T04:39:04.309Z] botocore==1.14.6 [2020-10-06T04:39:04.309Z] bs4==0.0.1 [2020-10-06T04:39:04.309Z] cachetools==4.1.1 [2020-10-06T04:39:04.309Z] certifi==2019.11.28 [2020-10-06T04:39:04.309Z] cffi==1.14.3 [2020-10-06T04:39:04.309Z] cfgv==2.0.1 [2020-10-06T04:39:04.309Z] chardet==3.0.4 [2020-10-06T04:39:04.309Z] click==7.1 [2020-10-06T04:39:04.309Z] cliff==3.4.0 [2020-10-06T04:39:04.309Z] cmd2==1.3.11 [2020-10-06T04:39:04.309Z] colorama==0.4.3 [2020-10-06T04:39:04.309Z] cryptography==3.1.1 [2020-10-06T04:39:04.309Z] debtcollector==2.2.0 [2020-10-06T04:39:04.309Z] decorator==4.4.2 [2020-10-06T04:39:04.309Z] defusedxml==0.6.0 [2020-10-06T04:39:04.309Z] Deprecated==1.2.7 [2020-10-06T04:39:04.309Z] distlib==0.3.1 [2020-10-06T04:39:04.309Z] distro==1.2.0 [2020-10-06T04:39:04.309Z] dnspython==1.16.0 [2020-10-06T04:39:04.309Z] docker==4.2.0 [2020-10-06T04:39:04.309Z] docutils==0.15.2 [2020-10-06T04:39:04.309Z] dogpile.cache==1.0.2 [2020-10-06T04:39:04.309Z] email-validator==1.0.5 [2020-10-06T04:39:04.309Z] filelock==3.0.12 [2020-10-06T04:39:04.309Z] future==0.18.2 [2020-10-06T04:39:04.309Z] google-auth==1.22.1 [2020-10-06T04:39:04.309Z] httplib2==0.17.0 [2020-10-06T04:39:04.309Z] identify==1.4.11 [2020-10-06T04:39:04.309Z] idna==2.9 [2020-10-06T04:39:04.309Z] importlib-metadata==1.7.0 [2020-10-06T04:39:04.309Z] importlib-resources==1.5.0 [2020-10-06T04:39:04.309Z] iso8601==0.1.13 [2020-10-06T04:39:04.309Z] Jinja2==2.11.1 [2020-10-06T04:39:04.309Z] jmespath==0.10.0 [2020-10-06T04:39:04.309Z] jsonpatch==1.26 [2020-10-06T04:39:04.309Z] jsonpointer==2.0 [2020-10-06T04:39:04.309Z] jsonschema==3.2.0 [2020-10-06T04:39:04.309Z] keystoneauth1==4.2.1 [2020-10-06T04:39:04.309Z] kubernetes==11.0.0 [2020-10-06T04:39:04.309Z] lftools==0.34.2 [2020-10-06T04:39:04.309Z] lxml==4.5.0 [2020-10-06T04:39:04.309Z] MarkupSafe==0.23 [2020-10-06T04:39:04.309Z] msgpack==1.0.0 [2020-10-06T04:39:04.309Z] multi-key-dict==2.0.3 [2020-10-06T04:39:04.309Z] munch==2.5.0 [2020-10-06T04:39:04.309Z] netaddr==0.8.0 [2020-10-06T04:39:04.309Z] netifaces==0.10.9 [2020-10-06T04:39:04.309Z] niet==1.4.2 [2020-10-06T04:39:04.309Z] nodeenv==1.3.5 [2020-10-06T04:39:04.309Z] oauth2client==4.1.3 [2020-10-06T04:39:04.309Z] oauthlib==3.1.0 [2020-10-06T04:39:04.309Z] openstacksdk==0.50.0 [2020-10-06T04:39:04.309Z] os-client-config==2.1.0 [2020-10-06T04:39:04.309Z] os-service-types==1.7.0 [2020-10-06T04:39:04.309Z] osc-lib==2.2.1 [2020-10-06T04:39:04.309Z] oslo.config==8.3.2 [2020-10-06T04:39:04.309Z] oslo.context==3.1.1 [2020-10-06T04:39:04.309Z] oslo.i18n==5.0.1 [2020-10-06T04:39:04.309Z] oslo.log==4.4.0 [2020-10-06T04:39:04.309Z] oslo.serialization==4.0.1 [2020-10-06T04:39:04.309Z] oslo.utils==4.6.0 [2020-10-06T04:39:04.309Z] packaging==20.4 [2020-10-06T04:39:04.309Z] pbr==5.4.4 [2020-10-06T04:39:04.309Z] pluggy==0.13.1 [2020-10-06T04:39:04.309Z] prettytable==0.7.2 [2020-10-06T04:39:04.309Z] py==1.9.0 [2020-10-06T04:39:04.309Z] pyasn1==0.4.8 [2020-10-06T04:39:04.309Z] pyasn1-modules==0.2.8 [2020-10-06T04:39:04.309Z] pycparser==2.20 [2020-10-06T04:39:04.309Z] pygerrit2==2.0.10 [2020-10-06T04:39:04.309Z] PyGithub==1.46 [2020-10-06T04:39:04.309Z] pyinotify==0.9.6 [2020-10-06T04:39:04.309Z] PyJWT==1.7.1 [2020-10-06T04:39:04.309Z] pyparsing==2.4.7 [2020-10-06T04:39:04.309Z] pyperclip==1.8.0 [2020-10-06T04:39:04.309Z] pyroute2==0.4.13 [2020-10-06T04:39:04.309Z] pyrsistent==0.15.7 [2020-10-06T04:39:04.309Z] PySocks==1.6.8 [2020-10-06T04:39:04.309Z] python-cinderclient==7.2.0 [2020-10-06T04:39:04.309Z] python-dateutil==2.8.1 [2020-10-06T04:39:04.309Z] python-heatclient==2.2.1 [2020-10-06T04:39:04.309Z] python-jenkins==1.7.0 [2020-10-06T04:39:04.309Z] python-keystoneclient==4.1.1 [2020-10-06T04:39:04.309Z] python-magnumclient==3.2.1 [2020-10-06T04:39:04.309Z] python-novaclient==17.2.1 [2020-10-06T04:39:04.309Z] python-openstackclient==5.4.0 [2020-10-06T04:39:04.309Z] python-swiftclient==3.10.1 [2020-10-06T04:39:04.309Z] pytz==2020.1 [2020-10-06T04:39:04.309Z] PyYAML==5.3 [2020-10-06T04:39:04.309Z] requests==2.23.0 [2020-10-06T04:39:04.309Z] requests-oauthlib==1.3.0 [2020-10-06T04:39:04.309Z] requestsexceptions==1.4.0 [2020-10-06T04:39:04.309Z] rfc3986==1.4.0 [2020-10-06T04:39:04.309Z] rpm==4.11.3 [2020-10-06T04:39:04.309Z] rsa==4.0 [2020-10-06T04:39:04.309Z] ruamel.yaml==0.16.10 [2020-10-06T04:39:04.309Z] ruamel.yaml.clib==0.2.0 [2020-10-06T04:39:04.309Z] s3transfer==0.3.3 [2020-10-06T04:39:04.309Z] shade==1.27.2 [2020-10-06T04:39:04.309Z] simplejson==3.17.2 [2020-10-06T04:39:04.309Z] six==1.14.0 [2020-10-06T04:39:04.309Z] soupsieve==2.0 [2020-10-06T04:39:04.309Z] stevedore==3.2.2 [2020-10-06T04:39:04.309Z] tabulate==0.8.6 [2020-10-06T04:39:04.309Z] toml==0.10.0 [2020-10-06T04:39:04.309Z] tox==3.20.0 [2020-10-06T04:39:04.309Z] tqdm==4.43.0 [2020-10-06T04:39:04.309Z] urllib3==1.25.8 [2020-10-06T04:39:04.309Z] virtualenv==20.0.33 [2020-10-06T04:39:04.309Z] wcwidth==0.2.5 [2020-10-06T04:39:04.309Z] websocket-client==0.57.0 [2020-10-06T04:39:04.309Z] wrapt==1.12.1 [2020-10-06T04:39:04.309Z] xdg==3.0.2 [2020-10-06T04:39:04.309Z] xmltodict==0.12.0 [2020-10-06T04:39:04.309Z] yq==2.11.1 [2020-10-06T04:39:04.309Z] zipp==3.3.0 [2020-10-06T04:39:04.309Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:04.309Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T04:39:04.309Z] Python 2.7.5 [2020-10-06T04:39:04.309Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T04:39:04.905Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-06T04:39:04.905Z] ansible==2.9.7 [2020-10-06T04:39:04.905Z] Babel==0.9.6 [2020-10-06T04:39:04.905Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T04:39:04.905Z] beautifulsoup4==4.4.1 [2020-10-06T04:39:04.905Z] bodhi==2.11.0 [2020-10-06T04:39:04.905Z] bodhi-client==2.11.0 [2020-10-06T04:39:04.905Z] CCColUtils==1.4 [2020-10-06T04:39:04.905Z] cffi==1.6.0 [2020-10-06T04:39:04.905Z] chardet==2.2.1 [2020-10-06T04:39:04.905Z] click==6.7 [2020-10-06T04:39:04.905Z] cloud-init==18.5 [2020-10-06T04:39:04.905Z] configobj==4.7.2 [2020-10-06T04:39:04.905Z] cryptography==1.7.2 [2020-10-06T04:39:04.905Z] decorator==3.4.0 [2020-10-06T04:39:04.905Z] distro==1.2.0 [2020-10-06T04:39:04.905Z] enum34==1.0.4 [2020-10-06T04:39:04.905Z] fedpkg==1.38 [2020-10-06T04:39:04.905Z] futures==3.1.1 [2020-10-06T04:39:04.905Z] gitdb==0.6.4 [2020-10-06T04:39:04.905Z] GitPython==1.0.1 [2020-10-06T04:39:04.905Z] html5lib==0.999 [2020-10-06T04:39:04.905Z] httplib2==0.9.2 [2020-10-06T04:39:04.905Z] idna==2.4 [2020-10-06T04:39:04.905Z] iniparse==0.4 [2020-10-06T04:39:04.905Z] ipaddress==1.0.16 [2020-10-06T04:39:04.905Z] IPy==0.75 [2020-10-06T04:39:04.905Z] javapackages==1.0.0 [2020-10-06T04:39:04.905Z] Jinja2==2.7.2 [2020-10-06T04:39:04.905Z] jmespath==0.9.4 [2020-10-06T04:39:04.905Z] jsonpatch==1.2 [2020-10-06T04:39:04.905Z] jsonpointer==1.9 [2020-10-06T04:39:04.905Z] kerberos==1.1 [2020-10-06T04:39:04.905Z] kitchen==1.1.1 [2020-10-06T04:39:04.905Z] langtable==0.0.31 [2020-10-06T04:39:04.905Z] lockfile==0.9.1 [2020-10-06T04:39:04.905Z] lxml==3.2.1 [2020-10-06T04:39:04.905Z] MarkupSafe==0.11 [2020-10-06T04:39:04.905Z] munch==2.0.2 [2020-10-06T04:39:04.905Z] offtrac==0.1.0 [2020-10-06T04:39:04.905Z] openidc-client==0.6.0 [2020-10-06T04:39:04.905Z] packagedb-cli==2.14.1 [2020-10-06T04:39:04.905Z] paramiko==2.1.1 [2020-10-06T04:39:04.905Z] perf==0.1 [2020-10-06T04:39:04.905Z] ply==3.4 [2020-10-06T04:39:04.905Z] policycoreutils-default-encoding==0.1 [2020-10-06T04:39:04.905Z] prettytable==0.7.2 [2020-10-06T04:39:04.905Z] pyasn1==0.1.9 [2020-10-06T04:39:04.905Z] pycparser==2.14 [2020-10-06T04:39:04.905Z] pycurl==7.19.0 [2020-10-06T04:39:04.905Z] pygobject==3.22.0 [2020-10-06T04:39:04.905Z] pygpgme==0.3 [2020-10-06T04:39:04.905Z] pyliblzma==0.5.3 [2020-10-06T04:39:04.905Z] pyOpenSSL==0.13.1 [2020-10-06T04:39:04.905Z] pyparsing==1.5.6 [2020-10-06T04:39:04.905Z] pyserial==2.6 [2020-10-06T04:39:04.905Z] python-augeas==0.5.0 [2020-10-06T04:39:04.905Z] python-bugzilla==2.3.0 [2020-10-06T04:39:04.905Z] python-dateutil==1.5 [2020-10-06T04:39:04.905Z] python-fedora==0.10.0 [2020-10-06T04:39:04.905Z] python-linux-procfs==0.4.9 [2020-10-06T04:39:04.905Z] python-yubico==1.2.3 [2020-10-06T04:39:04.905Z] pyudev==0.15 [2020-10-06T04:39:04.905Z] pyusb==1.0.0b1 [2020-10-06T04:39:04.905Z] pyxattr==0.5.1 [2020-10-06T04:39:04.905Z] PyYAML==3.10 [2020-10-06T04:39:04.905Z] requests==2.6.0 [2020-10-06T04:39:04.905Z] requests-kerberos==0.7.0 [2020-10-06T04:39:04.905Z] rpkg==1.60 [2020-10-06T04:39:04.905Z] schedutils==0.4 [2020-10-06T04:39:04.905Z] seobject==0.1 [2020-10-06T04:39:04.905Z] sepolicy==1.1 [2020-10-06T04:39:04.905Z] six==1.9.0 [2020-10-06T04:39:04.905Z] smmap==0.9.0 [2020-10-06T04:39:04.905Z] urlgrabber==3.10 [2020-10-06T04:39:04.905Z] urllib3==1.10.2 [2020-10-06T04:39:04.905Z] virtualenv==15.1.0 [2020-10-06T04:39:04.905Z] yum-langpacks==0.4.2 [2020-10-06T04:39:04.905Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T04:39:04.919Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:39:05.239Z] ---> sudo-logs.sh [2020-10-06T04:39:05.240Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T04:39:05.573Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:39:05.895Z] ---> job-cost.sh [2020-10-06T04:39:05.895Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KhRM [2020-10-06T04:39:18.140Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:18.140Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:18.140Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:18.140Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:18.401Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:18.401Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:18.662Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:18.662Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:18.662Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:18.922Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:18.922Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:19.182Z] Cache entry deserialization failed, entry ignored [2020-10-06T04:39:21.791Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T04:39:53.938Z] lf-activate-venv(): INFO: Adding /tmp/venv-KhRM/bin to PATH [2020-10-06T04:39:53.938Z] INFO: No Stack... [2020-10-06T04:39:53.938Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T04:39:53.938Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T04:39:53.953Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T04:39:54.254Z] ---> logs-deploy.sh [2020-10-06T04:39:54.254Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/162 [2020-10-06T04:39:54.254Z] INFO: archiving workspace using pattern(s): [2020-10-06T04:39:56.167Z] Archives upload complete. [2020-10-06T04:39:56.167Z] INFO: archiving logs to Nexus