Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 264d8cde997d401e7af676e9336abb311dd79af0 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-4260 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/173 [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/173 # 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 264d8cde997d401e7af676e9336abb311dd79af0 (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 264d8cde997d401e7af676e9336abb311dd79af0 # timeout=10 Commit message: "Merge pull request #2760 from jpwhitemn/set-conventional-commits" > git rev-list --no-walk 217964dd0161fb3ad150e73601c72e10d0200926 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-08T17:30:04.448Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-08T17:30:04.696Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-08T17:30:04.821Z] ========================================================= [2020-10-08T17:30:04.821Z] EdgeX Global Pipelines Version Info [2020-10-08T17:30:04.822Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:30:06.353Z] ------------------- [2020-10-08T17:30:06.353Z] stable info: [2020-10-08T17:30:06.353Z] ------------------- [2020-10-08T17:30:06.353Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-08T17:30:06.353Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-08T17:30:06.353Z] Message: update stable to v1.0.131 [2020-10-08T17:30:07.307Z] ------------------- [2020-10-08T17:30:07.307Z] experimental info: [2020-10-08T17:30:07.307Z] ------------------- [2020-10-08T17:30:07.307Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-08T17:30:07.307Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-08T17:30:07.307Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-08T17:30:07.585Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-08T17:30:07.675Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-08T17:30:07.761Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-08T17:30:07.848Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-08T17:30:08.007Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-08T17:30:08.105Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-08T17:30:08.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-08T17:30:08.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-08T17:30:08.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-08T17:30:08.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-08T17:30:08.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-08T17:30:08.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-08T17:30:08.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-08T17:30:08.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-08T17:30:08.948Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-08T17:30:09.067Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-08T17:30:09.154Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-08T17:30:09.238Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-08T17:30:09.320Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-08T17:30:09.401Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-08T17:30:09.486Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-08T17:30:09.571Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-08T17:30:09.692Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-08T17:30:09.787Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-08T17:30:09.874Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] echo [2020-10-08T17:30:09.980Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 264d8cd [Pipeline] echo [2020-10-08T17:30:10.093Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-08T17:30:10.482Z] ++ 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-08T17:30:10.482Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T17:30:10.482Z] ++ dirname cmd/core-command/Dockerfile [2020-10-08T17:30:10.482Z] ++ cut -d/ -f2 [2020-10-08T17:30:10.482Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-08T17:30:10.482Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T17:30:10.482Z] ++ dirname cmd/core-data/Dockerfile [2020-10-08T17:30:10.482Z] ++ cut -d/ -f2 [2020-10-08T17:30:10.482Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-08T17:30:10.482Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T17:30:10.482Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-08T17:30:10.482Z] ++ cut -d/ -f2 [2020-10-08T17:30:10.482Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-08T17:30:10.482Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T17:30:10.482Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-08T17:30:10.482Z] ++ cut -d/ -f2 [2020-10-08T17:30:10.482Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-08T17:30:10.482Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T17:30:10.482Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-08T17:30:10.482Z] ++ cut -d/ -f2 [2020-10-08T17:30:10.482Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-08T17:30:10.482Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T17:30:10.482Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-08T17:30:10.482Z] ++ cut -d/ -f2 [2020-10-08T17:30:10.482Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-08T17:30:10.482Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T17:30:10.482Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-08T17:30:10.482Z] ++ cut -d/ -f2 [2020-10-08T17:30:10.482Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-08T17:30:10.482Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T17:30:10.482Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-08T17:30:10.482Z] ++ cut -d/ -f2 [2020-10-08T17:30:10.482Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-08T17:30:10.482Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T17:30:10.482Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-08T17:30:10.482Z] ++ cut -d/ -f2 [2020-10-08T17:30:10.482Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-08T17:30:10.482Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-08T17:30:10.482Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-08T17:30:10.482Z] ++ cut -d/ -f2 [2020-10-08T17:30:10.482Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-08T17:30:10.554Z] 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-08T17:30:11.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T17:30:11.710Z] [2020-10-08T17:30:11.710Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:30:12.075Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T17:30:12.075Z] latest: Pulling from edgex-devops/git-semver [2020-10-08T17:30:12.075Z] 31603596830f: Pulling fs layer [2020-10-08T17:30:12.075Z] 2a8b12db71e7: Pulling fs layer [2020-10-08T17:30:12.075Z] 6ca5941a6612: Pulling fs layer [2020-10-08T17:30:12.075Z] ecc8261a40a4: Pulling fs layer [2020-10-08T17:30:12.075Z] ecc8261a40a4: Waiting [2020-10-08T17:30:12.075Z] 2a8b12db71e7: Verifying Checksum [2020-10-08T17:30:12.075Z] 2a8b12db71e7: Download complete [2020-10-08T17:30:12.343Z] 31603596830f: Verifying Checksum [2020-10-08T17:30:12.343Z] 31603596830f: Download complete [2020-10-08T17:30:12.343Z] ecc8261a40a4: Verifying Checksum [2020-10-08T17:30:12.343Z] ecc8261a40a4: Download complete [2020-10-08T17:30:12.343Z] 6ca5941a6612: Verifying Checksum [2020-10-08T17:30:12.344Z] 6ca5941a6612: Download complete [2020-10-08T17:30:12.608Z] 31603596830f: Pull complete [2020-10-08T17:30:12.608Z] 2a8b12db71e7: Pull complete [2020-10-08T17:30:13.566Z] 6ca5941a6612: Pull complete [2020-10-08T17:30:13.566Z] ecc8261a40a4: Pull complete [2020-10-08T17:30:13.832Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-08T17:30:13.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T17:30:13.832Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-08T17:30:13.951Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:30:14.018Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:30:16.109Z] $ docker top 0165ff91fdbce3db48bc1c6ba305bbca73dd85cd9d43eafafffe0922c83db745 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T17:30:16.491Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T17:30:16.491Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T17:30:16.746Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T17:30:16.751Z] $ docker exec 0165ff91fdbce3db48bc1c6ba305bbca73dd85cd9d43eafafffe0922c83db745 ssh-agent [2020-10-08T17:30:16.944Z] SSH_AUTH_SOCK=/tmp/ssh-bggqQk42Ohax/agent.12 [2020-10-08T17:30:16.944Z] SSH_AGENT_PID=17 [2020-10-08T17:30:16.956Z] Running ssh-add (command line suppressed) [2020-10-08T17:30:17.076Z] Identity added: /w/workspace/edgex-go/173@tmp/private_key_4511236613224973889.key (/w/workspace/edgex-go/173@tmp/private_key_4511236613224973889.key) [2020-10-08T17:30:17.133Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T17:30:17.481Z] + git describe --exact-match --tags HEAD [2020-10-08T17:30:17.481Z] fatal: no tag exactly matches '264d8cde997d401e7af676e9336abb311dd79af0' [Pipeline] } [2020-10-08T17:30:17.507Z] $ docker exec --env ******** --env ******** 0165ff91fdbce3db48bc1c6ba305bbca73dd85cd9d43eafafffe0922c83db745 ssh-agent -k [2020-10-08T17:30:17.621Z] unset SSH_AUTH_SOCK; [2020-10-08T17:30:17.621Z] unset SSH_AGENT_PID; [2020-10-08T17:30:17.621Z] echo Agent pid 17 killed; [2020-10-08T17:30:17.668Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-08T17:30:17.786Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-08T17:30:17.786Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-08T17:30:17.881Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T17:30:17.881Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T17:30:18.044Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T17:30:18.049Z] $ docker exec 0165ff91fdbce3db48bc1c6ba305bbca73dd85cd9d43eafafffe0922c83db745 ssh-agent [2020-10-08T17:30:18.215Z] SSH_AUTH_SOCK=/tmp/ssh-qrmO3yNs9qVB/agent.46 [2020-10-08T17:30:18.216Z] SSH_AGENT_PID=52 [2020-10-08T17:30:18.223Z] Running ssh-add (command line suppressed) [2020-10-08T17:30:18.342Z] Identity added: /w/workspace/edgex-go/173@tmp/private_key_8447835888353995422.key (/w/workspace/edgex-go/173@tmp/private_key_8447835888353995422.key) [2020-10-08T17:30:18.393Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T17:30:18.727Z] + git semver init [2020-10-08T17:30:18.727Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T17:30:18.727Z] # $GIT_DIR = /w/workspace/edgex-go/173/.git [2020-10-08T17:30:18.727Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/173 [2020-10-08T17:30:18.727Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T17:30:18.727Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T17:30:18.727Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T17:30:18.727Z] # $SEMVER_BRANCH = master [2020-10-08T17:30:18.727Z] # $SEMVER_TEMP = /tmp/semver-953388081 [2020-10-08T17:30:18.727Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-08T17:30:40.767Z] # '/tmp/semver-953388081' -> '/w/workspace/edgex-go/173/.semver' [2020-10-08T17:30:40.767Z] # -> Force: false [2020-10-08T17:30:40.767Z] # $SEMVER_DIR = /w/workspace/edgex-go/173/.semver [Pipeline] } [2020-10-08T17:30:40.784Z] $ docker exec --env ******** --env ******** 0165ff91fdbce3db48bc1c6ba305bbca73dd85cd9d43eafafffe0922c83db745 ssh-agent -k [2020-10-08T17:30:41.004Z] unset SSH_AUTH_SOCK; [2020-10-08T17:30:41.004Z] unset SSH_AGENT_PID; [2020-10-08T17:30:41.005Z] echo Agent pid 52 killed; [2020-10-08T17:30:41.078Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T17:30:41.609Z] + git semver [Pipeline] } [2020-10-08T17:30:41.632Z] $ docker stop --time=1 0165ff91fdbce3db48bc1c6ba305bbca73dd85cd9d43eafafffe0922c83db745 [2020-10-08T17:30:43.211Z] $ docker rm -f 0165ff91fdbce3db48bc1c6ba305bbca73dd85cd9d43eafafffe0922c83db745 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-08T17:30:57.248Z] Stashed 75 file(s) [Pipeline] echo [2020-10-08T17:30:57.253Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.58 [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-08T17:30:57.897Z] ========================================================= [2020-10-08T17:30:57.897Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-08T17:30:57.897Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:30:58.239Z] + 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-08T17:31:02.468Z] Sending build context to Docker daemon 324.9MB [2020-10-08T17:31:02.468Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-08T17:31:02.468Z] Step 2/7 : FROM ${BASE} [2020-10-08T17:31:02.468Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-08T17:31:02.468Z] df20fa9351a1: Pulling fs layer [2020-10-08T17:31:02.468Z] ed8968b2872e: Pulling fs layer [2020-10-08T17:31:02.468Z] a92cc7c5fd73: Pulling fs layer [2020-10-08T17:31:02.468Z] e871e8e8d7a9: Pulling fs layer [2020-10-08T17:31:02.468Z] e73272ec9a57: Pulling fs layer [2020-10-08T17:31:02.468Z] 1e910a182e73: Pulling fs layer [2020-10-08T17:31:02.468Z] 4e634b169226: Pulling fs layer [2020-10-08T17:31:02.468Z] e871e8e8d7a9: Waiting [2020-10-08T17:31:02.468Z] e73272ec9a57: Waiting [2020-10-08T17:31:02.468Z] 1e910a182e73: Waiting [2020-10-08T17:31:02.468Z] 4e634b169226: Waiting [2020-10-08T17:31:02.468Z] a92cc7c5fd73: Verifying Checksum [2020-10-08T17:31:02.468Z] a92cc7c5fd73: Download complete [2020-10-08T17:31:02.468Z] ed8968b2872e: Verifying Checksum [2020-10-08T17:31:02.468Z] ed8968b2872e: Download complete [2020-10-08T17:31:02.468Z] e73272ec9a57: Verifying Checksum [2020-10-08T17:31:02.468Z] e73272ec9a57: Download complete [2020-10-08T17:31:02.468Z] df20fa9351a1: Verifying Checksum [2020-10-08T17:31:02.468Z] 1e910a182e73: Verifying Checksum [2020-10-08T17:31:02.468Z] 1e910a182e73: Download complete [2020-10-08T17:31:02.468Z] df20fa9351a1: Pull complete [2020-10-08T17:31:02.468Z] ed8968b2872e: Pull complete [2020-10-08T17:31:02.730Z] a92cc7c5fd73: Pull complete [2020-10-08T17:31:04.676Z] 4e634b169226: Verifying Checksum [2020-10-08T17:31:04.676Z] 4e634b169226: Download complete [2020-10-08T17:31:04.941Z] e871e8e8d7a9: Verifying Checksum [2020-10-08T17:31:04.941Z] e871e8e8d7a9: Download complete [2020-10-08T17:31:10.483Z] e871e8e8d7a9: Pull complete [2020-10-08T17:31:10.483Z] e73272ec9a57: Pull complete [2020-10-08T17:31:10.483Z] 1e910a182e73: Pull complete [2020-10-08T17:31:12.680Z] Still waiting to schedule task [2020-10-08T17:31:12.680Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-08T17:31:14.318Z] 4e634b169226: Pull complete [2020-10-08T17:31:14.318Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-08T17:31:14.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-08T17:31:14.318Z] ---> f7629b54cfaa [2020-10-08T17:31:14.318Z] 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-08T17:31:14.733Z] ---> Running in b4896aa16730 [2020-10-08T17:31:15.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:31:16.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:31:17.017Z] (1/12) Installing libmagic (5.38-r0) [2020-10-08T17:31:17.597Z] (2/12) Installing file (5.38-r0) [2020-10-08T17:31:17.597Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-08T17:31:17.598Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-08T17:31:27.773Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-08T17:31:28.046Z] (6/12) Installing patch (2.7.6-r6) [2020-10-08T17:31:28.046Z] (7/12) Installing build-base (0.5-r2) [2020-10-08T17:31:28.046Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-08T17:31:28.317Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-08T17:31:28.317Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-08T17:31:28.317Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-08T17:31:28.899Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-08T17:31:28.899Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:31:28.899Z] OK: 233 MiB in 51 packages [2020-10-08T17:31:33.178Z] Removing intermediate container b4896aa16730 [2020-10-08T17:31:33.178Z] ---> 1ef8d8ffbe17 [2020-10-08T17:31:33.178Z] Step 4/7 : WORKDIR /edgex-go [2020-10-08T17:31:33.178Z] ---> Running in 3c419c0a416e [2020-10-08T17:31:33.178Z] Removing intermediate container 3c419c0a416e [2020-10-08T17:31:33.178Z] ---> f474e2e13686 [2020-10-08T17:31:33.178Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-08T17:31:33.178Z] latest: Pulling from library/docker [2020-10-08T17:31:33.178Z] df20fa9351a1: Already exists [2020-10-08T17:31:33.178Z] 25ad7478873d: Pulling fs layer [2020-10-08T17:31:33.178Z] 4684f6177b5d: Pulling fs layer [2020-10-08T17:31:33.178Z] 8ba584e970af: Pulling fs layer [2020-10-08T17:31:33.178Z] 3cdc74d2b06d: Pulling fs layer [2020-10-08T17:31:33.178Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-08T17:31:33.178Z] fca0ccc462d5: Pulling fs layer [2020-10-08T17:31:33.178Z] 3cdc74d2b06d: Waiting [2020-10-08T17:31:33.178Z] 4cf5a0d07c1f: Waiting [2020-10-08T17:31:33.178Z] fca0ccc462d5: Waiting [2020-10-08T17:31:33.454Z] 4684f6177b5d: Verifying Checksum [2020-10-08T17:31:33.454Z] 4684f6177b5d: Download complete [2020-10-08T17:31:33.454Z] 25ad7478873d: Verifying Checksum [2020-10-08T17:31:33.454Z] 25ad7478873d: Download complete [2020-10-08T17:31:33.454Z] 3cdc74d2b06d: Verifying Checksum [2020-10-08T17:31:33.454Z] 3cdc74d2b06d: Download complete [2020-10-08T17:31:33.454Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-08T17:31:33.454Z] 4cf5a0d07c1f: Download complete [2020-10-08T17:31:33.728Z] 25ad7478873d: Pull complete [2020-10-08T17:31:33.728Z] fca0ccc462d5: Verifying Checksum [2020-10-08T17:31:33.728Z] fca0ccc462d5: Download complete [2020-10-08T17:31:33.728Z] 4684f6177b5d: Pull complete [2020-10-08T17:31:34.323Z] 8ba584e970af: Verifying Checksum [2020-10-08T17:31:34.323Z] 8ba584e970af: Download complete [2020-10-08T17:31:36.947Z] 8ba584e970af: Pull complete [2020-10-08T17:31:36.947Z] 3cdc74d2b06d: Pull complete [2020-10-08T17:31:36.947Z] 4cf5a0d07c1f: Pull complete [2020-10-08T17:31:36.947Z] fca0ccc462d5: Pull complete [2020-10-08T17:31:36.947Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-08T17:31:36.947Z] Status: Downloaded newer image for docker:latest [2020-10-08T17:31:38.920Z] ---> 61b9826c17e9 [2020-10-08T17:31:38.920Z] Step 6/7 : COPY go.mod . [2020-10-08T17:31:38.920Z] ---> 4b0c851d2024 [2020-10-08T17:31:38.920Z] Step 7/7 : RUN go mod download [2020-10-08T17:31:38.920Z] ---> Running in 1203303993f5 [2020-10-08T17:32:00.993Z] Removing intermediate container 1203303993f5 [2020-10-08T17:32:00.993Z] ---> 12fbc43a86ba [2020-10-08T17:32:00.993Z] Successfully built 12fbc43a86ba [2020-10-08T17:32:00.993Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:32:01.315Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-08T17:32:01.315Z] . [Pipeline] withDockerContainer [2020-10-08T17:32:01.469Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:32:01.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:32:02.217Z] $ docker top 14dbd8be972af35e0b24156df1928e95589a83fe845051844a0ef48bf141ad6a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T17:32:02.765Z] + go version [2020-10-08T17:32:02.765Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-08T17:32:02.783Z] $ docker stop --time=1 14dbd8be972af35e0b24156df1928e95589a83fe845051844a0ef48bf141ad6a [2020-10-08T17:32:04.146Z] $ docker rm -f 14dbd8be972af35e0b24156df1928e95589a83fe845051844a0ef48bf141ad6a [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-08T17:32:07.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-08T17:32:07.373Z] [2020-10-08T17:32:07.373Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:32:07.725Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-08T17:32:07.725Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-08T17:32:07.725Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-08T17:32:07.725Z] ca9280d653b3: Pulling fs layer [2020-10-08T17:32:07.725Z] 7e9c9ca2126c: Pulling fs layer [2020-10-08T17:32:07.725Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-08T17:32:07.725Z] cbdbe7a5bc2a: Download complete [2020-10-08T17:32:07.987Z] cbdbe7a5bc2a: Pull complete [2020-10-08T17:32:08.937Z] ca9280d653b3: Verifying Checksum [2020-10-08T17:32:08.937Z] ca9280d653b3: Download complete [2020-10-08T17:32:09.892Z] 7e9c9ca2126c: Verifying Checksum [2020-10-08T17:32:09.892Z] 7e9c9ca2126c: Download complete [2020-10-08T17:32:09.892Z] ca9280d653b3: Pull complete [2020-10-08T17:32:16.541Z] 7e9c9ca2126c: Pull complete [2020-10-08T17:32:16.541Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-08T17:32:16.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-08T17:32:16.541Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-08T17:32:16.720Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:32:16.782Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:32:19.633Z] $ docker top be3fe0ede7850ee900b1d1feffe03a11a28de021fb22ad6a6652c615a04a88d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T17:32:20.164Z] + docker-compose build --help [2020-10-08T17:32:20.164Z] + grep parallel [2020-10-08T17:32:21.113Z] --parallel Build images in parallel. [Pipeline] } [2020-10-08T17:32:21.130Z] $ docker stop --time=1 be3fe0ede7850ee900b1d1feffe03a11a28de021fb22ad6a6652c615a04a88d9 [2020-10-08T17:32:22.469Z] $ docker rm -f be3fe0ede7850ee900b1d1feffe03a11a28de021fb22ad6a6652c615a04a88d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:32:23.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-08T17:32:23.085Z] . [Pipeline] withDockerContainer [2020-10-08T17:32:23.181Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:32:23.232Z] $ 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/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:32:23.789Z] $ docker top 047f13cb3731cf443526a5a81fae53cfc19db00f64543197aaf1d141c9d16bdf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T17:32:24.250Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-08T17:32:25.195Z] Building docker-core-command-go ... [2020-10-08T17:32:25.195Z] Building docker-core-data-go ... [2020-10-08T17:32:25.195Z] Building docker-core-metadata-go ... [2020-10-08T17:32:25.195Z] Building docker-security-proxy-setup-go ... [2020-10-08T17:32:25.195Z] Building docker-security-secrets-setup-go ... [2020-10-08T17:32:25.195Z] Building docker-security-secretstore-setup-go ... [2020-10-08T17:32:25.195Z] Building docker-support-logging-go ... [2020-10-08T17:32:25.195Z] Building docker-support-notifications-go ... [2020-10-08T17:32:25.195Z] Building docker-support-scheduler-go ... [2020-10-08T17:32:25.195Z] Building docker-sys-mgmt-agent-go ... [2020-10-08T17:32:25.195Z] Building docker-support-logging-go [2020-10-08T17:32:25.195Z] Building docker-security-secrets-setup-go [2020-10-08T17:32:25.195Z] Building docker-core-command-go [2020-10-08T17:32:25.195Z] Building docker-core-data-go [2020-10-08T17:32:25.195Z] Building docker-support-scheduler-go [2020-10-08T17:32:47.290Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:32:47.290Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:32:47.290Z] ---> 12fbc43a86ba [2020-10-08T17:32:47.290Z] Step 3/22 : WORKDIR /edgex-go [2020-10-08T17:32:47.290Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:32:47.290Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:32:47.290Z] ---> 12fbc43a86ba [2020-10-08T17:32:47.290Z] Step 3/23 : WORKDIR /edgex-go [2020-10-08T17:32:47.290Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:32:47.290Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-08T17:32:47.290Z] ---> 12fbc43a86ba [2020-10-08T17:32:47.290Z] Step 3/29 : WORKDIR /edgex-go [2020-10-08T17:32:47.290Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:32:47.291Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:32:47.291Z] ---> 12fbc43a86ba [2020-10-08T17:32:47.291Z] Step 3/21 : WORKDIR /edgex-go [2020-10-08T17:32:47.291Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:32:47.291Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:32:47.291Z] ---> 12fbc43a86ba [2020-10-08T17:32:47.291Z] Step 3/22 : WORKDIR /edgex-go [2020-10-08T17:32:47.291Z] ---> Running in 45b0b401356a [2020-10-08T17:32:47.291Z] ---> Running in d686b6c6eaed [2020-10-08T17:32:47.291Z] ---> Running in e942a195d6ca [2020-10-08T17:32:47.291Z] ---> Running in 7f62810513a3 [2020-10-08T17:32:47.291Z] ---> Running in 2cc769e78047 [2020-10-08T17:32:47.291Z] Removing intermediate container 45b0b401356a [2020-10-08T17:32:47.291Z] ---> 76bd83de8b7e [2020-10-08T17:32:47.291Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:32:47.291Z] Removing intermediate container 2cc769e78047 [2020-10-08T17:32:47.291Z] ---> 1b505eaaf3b3 [2020-10-08T17:32:47.291Z] Step 4/29 : RUN apk update && apk add make git [2020-10-08T17:32:47.291Z] Removing intermediate container 7f62810513a3 [2020-10-08T17:32:47.291Z] ---> 1d9b88d541d4 [2020-10-08T17:32:47.291Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:32:47.291Z] Removing intermediate container d686b6c6eaed [2020-10-08T17:32:47.291Z] ---> 3ef3addf4fc5 [2020-10-08T17:32:47.291Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:32:47.291Z] Removing intermediate container e942a195d6ca [2020-10-08T17:32:47.291Z] ---> 11cbd38981b2 [2020-10-08T17:32:47.291Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:32:47.553Z] ---> Running in 60145b133ead [2020-10-08T17:32:47.553Z] ---> Running in 9b3bca30c2d9 [2020-10-08T17:32:47.553Z] ---> Running in 4ca53186b2bc [2020-10-08T17:32:47.553Z] ---> Running in 291562ceeef4 [2020-10-08T17:32:47.553Z] ---> Running in 8d2d1d24a203 [2020-10-08T17:32:48.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:32:49.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:32:49.352Z] Removing intermediate container 60145b133ead [2020-10-08T17:32:49.352Z] ---> ba7b562b11f5 [2020-10-08T17:32:49.352Z] Step 5/22 : RUN apk update && apk add make git [2020-10-08T17:32:49.352Z] Removing intermediate container 4ca53186b2bc [2020-10-08T17:32:49.352Z] ---> 63053a75778a [2020-10-08T17:32:49.352Z] Step 5/21 : RUN apk update && apk add make git [2020-10-08T17:32:49.352Z] ---> Running in 2c48ff1fe36d [2020-10-08T17:32:49.615Z] ---> Running in 07ce2e194c33 [2020-10-08T17:32:49.615Z] Removing intermediate container 8d2d1d24a203 [2020-10-08T17:32:49.615Z] ---> c96e133fec46 [2020-10-08T17:32:49.615Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-08T17:32:49.877Z] Removing intermediate container 291562ceeef4 [2020-10-08T17:32:49.877Z] ---> 88da8f6216d8 [2020-10-08T17:32:49.877Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-08T17:32:49.877Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:32:49.877Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:32:49.877Z] OK: 12752 distinct packages available [2020-10-08T17:32:49.877Z] ---> Running in 0192542783d7 [2020-10-08T17:32:50.154Z] ---> Running in 58e1b4642676 [2020-10-08T17:32:50.154Z] OK: 233 MiB in 51 packages [2020-10-08T17:32:50.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:32:50.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:32:50.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:32:50.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:32:50.683Z] Removing intermediate container 9b3bca30c2d9 [2020-10-08T17:32:50.683Z] ---> efeca5f388ac [2020-10-08T17:32:50.683Z] Step 5/29 : COPY go.mod . [2020-10-08T17:32:50.948Z] ---> 00fd27e789ce [2020-10-08T17:32:50.948Z] Step 6/29 : RUN go mod download [2020-10-08T17:32:50.948Z] ---> Running in 09bfcadc2a66 [2020-10-08T17:32:51.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:32:51.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:32:51.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:32:51.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:32:52.065Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:32:52.065Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:32:52.065Z] OK: 12752 distinct packages available [2020-10-08T17:32:52.346Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:32:52.346Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:32:52.346Z] OK: 12752 distinct packages available [2020-10-08T17:32:52.346Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:32:52.346Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:32:52.346Z] OK: 12752 distinct packages available [2020-10-08T17:32:52.346Z] OK: 233 MiB in 51 packages [2020-10-08T17:32:52.651Z] OK: 233 MiB in 51 packages [2020-10-08T17:32:52.651Z] OK: 233 MiB in 51 packages [2020-10-08T17:32:52.651Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:32:52.651Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:32:52.651Z] OK: 12752 distinct packages available [2020-10-08T17:32:52.651Z] Removing intermediate container 09bfcadc2a66 [2020-10-08T17:32:52.651Z] ---> 0b56219fb9fb [2020-10-08T17:32:52.651Z] Step 7/29 : COPY . . [2020-10-08T17:32:52.651Z] OK: 233 MiB in 51 packages [2020-10-08T17:32:52.920Z] OK: 233 MiB in 51 packages [2020-10-08T17:32:53.891Z] Removing intermediate container 2c48ff1fe36d [2020-10-08T17:32:53.891Z] ---> 8ee545eb79ab [2020-10-08T17:32:53.891Z] Step 6/22 : COPY go.mod . [2020-10-08T17:32:53.891Z] Removing intermediate container 07ce2e194c33 [2020-10-08T17:32:53.891Z] ---> ba195fbb911a [2020-10-08T17:32:53.891Z] Step 6/21 : COPY go.mod . [2020-10-08T17:32:56.461Z] ---> 711c6090d09f [2020-10-08T17:32:56.461Z] Step 7/21 : RUN go mod download [2020-10-08T17:32:56.461Z] ---> 9b0700cbdb49 [2020-10-08T17:32:56.461Z] Step 7/22 : RUN go mod download [2020-10-08T17:32:57.414Z] Removing intermediate container 0192542783d7 [2020-10-08T17:32:57.414Z] ---> 70d2f3e17796 [2020-10-08T17:32:57.414Z] Step 6/22 : COPY go.mod . [2020-10-08T17:32:59.338Z] Removing intermediate container 58e1b4642676 [2020-10-08T17:32:59.338Z] ---> 54248c7483af [2020-10-08T17:32:59.338Z] Step 6/23 : COPY go.mod . [2020-10-08T17:32:59.338Z] ---> Running in 1dd0f307e6cb [2020-10-08T17:32:59.338Z] ---> Running in c053e8ca6755 [2020-10-08T17:33:00.285Z] ---> 2ea4603e0e5f [2020-10-08T17:33:00.285Z] Step 7/22 : RUN go mod download [2020-10-08T17:33:00.285Z] ---> 0aadf4251aaa [2020-10-08T17:33:00.285Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-08T17:33:00.558Z] ---> Running in 449587fe5df3 [2020-10-08T17:33:00.558Z] ---> a2721ef94d77 [2020-10-08T17:33:00.558Z] Step 7/23 : RUN go mod download [2020-10-08T17:33:00.558Z] ---> Running in ef7a4941c3bd [2020-10-08T17:33:00.823Z] ---> Running in e7921d087c14 [2020-10-08T17:33:01.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-08T17:33:02.031Z] Removing intermediate container c053e8ca6755 [2020-10-08T17:33:02.031Z] ---> 47cd9050f6e9 [2020-10-08T17:33:02.031Z] Step 8/22 : COPY . . [2020-10-08T17:33:02.031Z] Removing intermediate container 1dd0f307e6cb [2020-10-08T17:33:02.031Z] ---> 9057bdad66ff [2020-10-08T17:33:02.031Z] Step 8/21 : COPY . . [2020-10-08T17:33:02.317Z] Removing intermediate container 449587fe5df3 [2020-10-08T17:33:02.317Z] ---> 63f5a7447b60 [2020-10-08T17:33:02.317Z] Step 8/22 : COPY . . [2020-10-08T17:33:07.687Z] Removing intermediate container e7921d087c14 [2020-10-08T17:33:07.687Z] ---> dea212ac7e66 [2020-10-08T17:33:07.687Z] Step 8/23 : COPY . . [2020-10-08T17:33:07.880Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4262 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-08T17:33:07.974Z] Running in /w/workspace/edgex-go/173 [Pipeline] { [Pipeline] checkout [2020-10-08T17:33:13.352Z] using credential edgex-jenkins-ssh [2020-10-08T17:33:13.405Z] Cloning the remote Git repository [2020-10-08T17:33:13.461Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-08T17:33:13.576Z] > git init /w/workspace/edgex-go/173 # timeout=10 [2020-10-08T17:33:13.655Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-08T17:33:13.656Z] > git --version # timeout=10 [2020-10-08T17:33:13.673Z] > git --version # 'git version 2.17.1' [2020-10-08T17:33:13.675Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T17:33:13.730Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-08T17:33:30.188Z] ---> e4e0f217bd43 [2020-10-08T17:33:30.188Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-08T17:33:30.188Z] ---> 56951d41406c [2020-10-08T17:33:30.188Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-08T17:33:30.188Z] ---> d9a05eaa5b1b [2020-10-08T17:33:30.188Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-08T17:33:30.188Z] ---> Running in f8c8b532f369 [2020-10-08T17:33:30.188Z] ---> Running in bd5031e78c6a [2020-10-08T17:33:30.188Z] ---> Running in 5f29a42df236 [2020-10-08T17:33:30.188Z] ---> 37b7b1514d4a [2020-10-08T17:33:30.188Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-08T17:33:31.611Z] ---> Running in a62df147d939 [2020-10-08T17:33:31.611Z] Removing intermediate container ef7a4941c3bd [2020-10-08T17:33:31.611Z] ---> 04e5e06fcfb4 [2020-10-08T17:33:31.611Z] [2020-10-08T17:33:31.611Z] Step 9/29 : FROM alpine:latest [2020-10-08T17:33:31.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-08T17:33:31.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/core-command/core-command ./cmd/core-command [2020-10-08T17:33:31.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-08T17:33:32.174Z] latest: Pulling from library/alpine [2020-10-08T17:33:32.174Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/core-data/core-data ./cmd/core-data [2020-10-08T17:33:32.174Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-08T17:33:32.174Z] Status: Downloaded newer image for alpine:latest [2020-10-08T17:33:32.174Z] ---> a24bb4013296 [2020-10-08T17:33:32.174Z] 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-08T17:33:32.444Z] ---> Running in 7b358b9d71bb [2020-10-08T17:33:32.709Z] Removing intermediate container 7b358b9d71bb [2020-10-08T17:33:32.710Z] ---> 770224a2096a [2020-10-08T17:33:32.710Z] Step 11/29 : USER root [2020-10-08T17:33:32.710Z] ---> Running in 5d27dd42f17c [2020-10-08T17:33:32.979Z] Removing intermediate container 5d27dd42f17c [2020-10-08T17:33:32.979Z] ---> 468471e94bc0 [2020-10-08T17:33:32.979Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-08T17:33:32.979Z] ---> Running in f22b71878716 [2020-10-08T17:33:33.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:33:33.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:33:34.221Z] v3.12.0-375-g0ef1878ec5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:33:34.221Z] v3.12.0-374-gffd5b64509 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:33:34.221Z] OK: 12750 distinct packages available [2020-10-08T17:33:34.494Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-08T17:33:34.494Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-08T17:33:34.494Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:33:34.764Z] Executing ca-certificates-20191127-r4.trigger [2020-10-08T17:33:34.764Z] OK: 6 MiB in 16 packages [2020-10-08T17:33:38.588Z] Checking out Revision 264d8cde997d401e7af676e9336abb311dd79af0 (master) [2020-10-08T17:33:39.063Z] Removing intermediate container f22b71878716 [2020-10-08T17:33:39.063Z] ---> 20808c61aa55 [2020-10-08T17:33:39.063Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-08T17:33:39.063Z] ---> Running in 56a881fbcd93 [2020-10-08T17:33:37.806Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-08T17:33:37.823Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-08T17:33:37.849Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-08T17:33:37.921Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-08T17:33:37.922Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-08T17:33:37.938Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-08T17:33:38.619Z] > git config core.sparsecheckout # timeout=10 [2020-10-08T17:33:38.638Z] > git checkout -f 264d8cde997d401e7af676e9336abb311dd79af0 # timeout=10 [2020-10-08T17:33:39.335Z] Removing intermediate container 56a881fbcd93 [2020-10-08T17:33:39.335Z] ---> 9b71a96f4afa [2020-10-08T17:33:39.335Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-08T17:33:39.335Z] ---> Running in 7ec9a39dcfba [2020-10-08T17:33:39.928Z] Removing intermediate container 7ec9a39dcfba [2020-10-08T17:33:39.928Z] ---> 1fa519c269a8 [2020-10-08T17:33:39.928Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-08T17:33:39.928Z] ---> Running in bf6ea78df644 [2020-10-08T17:33:42.545Z] Removing intermediate container bf6ea78df644 [2020-10-08T17:33:42.545Z] ---> 79473b9921d4 [2020-10-08T17:33:42.545Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-08T17:33:43.079Z] Commit message: "Merge pull request #2760 from jpwhitemn/set-conventional-commits" [2020-10-08T17:33:43.528Z] ---> 915ea473952f [2020-10-08T17:33:43.528Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-08T17:33:44.162Z] ---> 8e3c6b592203 [2020-10-08T17:33:44.162Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-08T17:33:44.439Z] ---> d0b5f476ccaf [2020-10-08T17:33:44.439Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-08T17:33:45.884Z] ---> fc86e7fe38f3 [2020-10-08T17:33:45.884Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-08T17:33:46.158Z] ---> 8cccf466faa9 [2020-10-08T17:33:46.158Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-08T17:33:46.463Z] ---> Running in 6ba1a0d60c2e [2020-10-08T17:33:49.176Z] Removing intermediate container 6ba1a0d60c2e [2020-10-08T17:33:49.176Z] ---> 11c54b1f6a74 [2020-10-08T17:33:49.176Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-08T17:33:49.457Z] ---> 39f0863f975d [2020-10-08T17:33:49.457Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-08T17:33:49.738Z] ---> Running in 6701c7d606d8 [2020-10-08T17:33:52.397Z] Removing intermediate container 6701c7d606d8 [2020-10-08T17:33:52.397Z] ---> 6797f3de7863 [2020-10-08T17:33:52.397Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-08T17:33:52.397Z] ---> Running in 8c030dcb5504 [2020-10-08T17:33:55.274Z] Removing intermediate container 8c030dcb5504 [2020-10-08T17:33:55.274Z] ---> 1b78b468ed48 [2020-10-08T17:33:55.274Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-08T17:33:55.274Z] ---> Running in ce7a5e815c06 [2020-10-08T17:33:55.878Z] Removing intermediate container ce7a5e815c06 [2020-10-08T17:33:55.878Z] ---> 1b6892095942 [2020-10-08T17:33:55.878Z] Step 26/29 : CMD [ "generate" ] [2020-10-08T17:33:55.878Z] ---> Running in 48cd6a6c4e42 [2020-10-08T17:33:56.163Z] Removing intermediate container 48cd6a6c4e42 [2020-10-08T17:33:56.163Z] ---> f867a8b8ae1d [2020-10-08T17:33:56.163Z] Step 27/29 : LABEL arch=x86_64 [2020-10-08T17:33:56.443Z] ---> Running in 86dd19d6ef5f [2020-10-08T17:33:56.730Z] Removing intermediate container 86dd19d6ef5f [2020-10-08T17:33:56.730Z] ---> e08e1abb29c7 [2020-10-08T17:33:56.730Z] Step 28/29 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:33:56.730Z] ---> Running in a887c475bcaa [2020-10-08T17:33:57.016Z] Removing intermediate container a887c475bcaa [2020-10-08T17:33:57.016Z] ---> 2649b4684632 [2020-10-08T17:33:57.016Z] Step 29/29 : LABEL version=1.2.2-dev.58 [2020-10-08T17:33:57.305Z] ---> Running in dbae6b38ddf6 [2020-10-08T17:33:57.576Z] Removing intermediate container dbae6b38ddf6 [2020-10-08T17:33:57.576Z] ---> 90c2830351cf [2020-10-08T17:33:57.576Z] [Pipeline] echo [2020-10-08T17:33:57.664Z] ========================================================= [2020-10-08T17:33:57.664Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-08T17:33:57.664Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:33:57.903Z] Successfully built 90c2830351cf [2020-10-08T17:33:57.903Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-08T17:33:58.183Z] Building docker-security-proxy-setup-go [2020-10-08T17:33:58.612Z] + 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-08T17:34:03.013Z] Sending build context to Docker daemon 324.9MB [2020-10-08T17:34:03.013Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-08T17:34:03.013Z] Step 2/7 : FROM ${BASE} [2020-10-08T17:34:03.013Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-08T17:34:03.298Z] b538f80385f9: Pulling fs layer [2020-10-08T17:34:03.298Z] 74f711af9a0d: Pulling fs layer [2020-10-08T17:34:03.298Z] 99f96fe45779: Pulling fs layer [2020-10-08T17:34:03.298Z] 8529a6b9a6be: Pulling fs layer [2020-10-08T17:34:03.298Z] 45590311c82a: Pulling fs layer [2020-10-08T17:34:03.298Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-08T17:34:03.298Z] 209524e5b208: Pulling fs layer [2020-10-08T17:34:03.298Z] 45590311c82a: Waiting [2020-10-08T17:34:03.298Z] 69ca0ff8b7b3: Waiting [2020-10-08T17:34:03.298Z] 209524e5b208: Waiting [2020-10-08T17:34:03.298Z] 99f96fe45779: Verifying Checksum [2020-10-08T17:34:03.298Z] 99f96fe45779: Download complete [2020-10-08T17:34:03.298Z] 74f711af9a0d: Verifying Checksum [2020-10-08T17:34:03.298Z] 74f711af9a0d: Download complete [2020-10-08T17:34:03.298Z] 45590311c82a: Verifying Checksum [2020-10-08T17:34:03.298Z] 45590311c82a: Download complete [2020-10-08T17:34:03.298Z] 69ca0ff8b7b3: Download complete [2020-10-08T17:34:03.298Z] b538f80385f9: Verifying Checksum [2020-10-08T17:34:03.298Z] b538f80385f9: Download complete [2020-10-08T17:34:03.895Z] b538f80385f9: Pull complete [2020-10-08T17:34:04.501Z] 74f711af9a0d: Pull complete [2020-10-08T17:34:04.787Z] 99f96fe45779: Pull complete [2020-10-08T17:34:06.237Z] 209524e5b208: Verifying Checksum [2020-10-08T17:34:06.237Z] 209524e5b208: Download complete [2020-10-08T17:34:07.674Z] 8529a6b9a6be: Verifying Checksum [2020-10-08T17:34:07.674Z] 8529a6b9a6be: Download complete [2020-10-08T17:34:10.631Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container bd5031e78c6a [2020-10-08T17:34:10.631Z] ---> cff28d72015c [2020-10-08T17:34:10.631Z] [2020-10-08T17:34:10.631Z] Step 10/22 : FROM scratch [2020-10-08T17:34:10.631Z] ---> [2020-10-08T17:34:10.631Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-08T17:34:10.631Z] ---> Running in 1aeeeeb8394e [2020-10-08T17:34:14.034Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:34:14.034Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:34:14.034Z] ---> 12fbc43a86ba [2020-10-08T17:34:14.034Z] Step 3/20 : WORKDIR /edgex-go [2020-10-08T17:34:14.034Z] ---> Using cache [2020-10-08T17:34:14.034Z] ---> 11cbd38981b2 [2020-10-08T17:34:14.034Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:34:14.034Z] ---> Using cache [2020-10-08T17:34:14.034Z] ---> c96e133fec46 [2020-10-08T17:34:14.034Z] Step 5/20 : RUN apk update && apk add make git [2020-10-08T17:34:17.454Z] ---> Running in 131aaa09bf81 [2020-10-08T17:34:17.454Z] Removing intermediate container 1aeeeeb8394e [2020-10-08T17:34:17.454Z] ---> 841104bdc317 [2020-10-08T17:34:17.454Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-08T17:34:17.454Z] ---> Running in 231d1421d95d [2020-10-08T17:34:17.454Z] Removing intermediate container 5f29a42df236 [2020-10-08T17:34:17.454Z] ---> 3c0d4c091477 [2020-10-08T17:34:17.454Z] [2020-10-08T17:34:17.454Z] Step 10/21 : FROM scratch [2020-10-08T17:34:17.454Z] ---> [2020-10-08T17:34:17.454Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T17:34:17.454Z] Removing intermediate container f8c8b532f369 [2020-10-08T17:34:17.454Z] ---> 869ec2433929 [2020-10-08T17:34:17.454Z] [2020-10-08T17:34:17.454Z] Step 10/22 : FROM scratch [2020-10-08T17:34:17.454Z] ---> [2020-10-08T17:34:17.454Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T17:34:17.725Z] ---> Running in e28f77501a8b [2020-10-08T17:34:17.725Z] ---> Running in 7587332079b2 [2020-10-08T17:34:17.725Z] Removing intermediate container 231d1421d95d [2020-10-08T17:34:17.725Z] ---> c4284ef73749 [2020-10-08T17:34:17.725Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-08T17:34:17.725Z] ---> Running in dd3fb9bf2d59 [2020-10-08T17:34:17.869Z] 8529a6b9a6be: Pull complete [2020-10-08T17:34:17.869Z] 45590311c82a: Pull complete [2020-10-08T17:34:17.869Z] 69ca0ff8b7b3: Pull complete [2020-10-08T17:34:17.991Z] Removing intermediate container e28f77501a8b [2020-10-08T17:34:17.991Z] ---> 313715616fd6 [2020-10-08T17:34:17.991Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-08T17:34:17.991Z] Removing intermediate container 7587332079b2 [2020-10-08T17:34:17.991Z] ---> b738aae6eeab [2020-10-08T17:34:17.991Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-08T17:34:17.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:34:17.991Z] ---> Running in 25b4fb1543f8 [2020-10-08T17:34:18.257Z] ---> Running in 7bafab7bad75 [2020-10-08T17:34:18.257Z] Removing intermediate container dd3fb9bf2d59 [2020-10-08T17:34:18.257Z] ---> 98064a96fc05 [2020-10-08T17:34:18.257Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-08T17:34:18.835Z] Removing intermediate container 25b4fb1543f8 [2020-10-08T17:34:18.835Z] ---> 11d262f1be77 [2020-10-08T17:34:18.835Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-08T17:34:18.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:34:19.415Z] ---> d27bc7f859c6 [2020-10-08T17:34:19.415Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-08T17:34:19.415Z] ---> Running in 0c0e50cf9738 [2020-10-08T17:34:19.415Z] Removing intermediate container 7bafab7bad75 [2020-10-08T17:34:19.415Z] ---> 0d1364ce3826 [2020-10-08T17:34:19.415Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-08T17:34:19.681Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:34:19.681Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:34:19.681Z] OK: 12752 distinct packages available [2020-10-08T17:34:19.947Z] OK: 233 MiB in 51 packages [2020-10-08T17:34:20.215Z] ---> Running in ba34aecd95b2 [2020-10-08T17:34:20.802Z] Removing intermediate container 0c0e50cf9738 [2020-10-08T17:34:20.802Z] ---> 9e4a03dedbba [2020-10-08T17:34:20.802Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-08T17:34:20.802Z] ---> c700903226cc [2020-10-08T17:34:20.802Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-08T17:34:20.802Z] Removing intermediate container ba34aecd95b2 [2020-10-08T17:34:20.802Z] ---> 2d667cbe837b [2020-10-08T17:34:20.802Z] Step 14/22 : WORKDIR / [2020-10-08T17:34:20.802Z] Removing intermediate container a62df147d939 [2020-10-08T17:34:20.802Z] ---> 511dcce40b57 [2020-10-08T17:34:20.802Z] [2020-10-08T17:34:20.802Z] Step 10/23 : FROM alpine [2020-10-08T17:34:20.802Z] ---> a24bb4013296 [2020-10-08T17:34:20.802Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T17:34:21.072Z] ---> Running in d9370a4fcb67 [2020-10-08T17:34:21.072Z] ---> Running in 50b7d28d09b3 [2020-10-08T17:34:21.072Z] ---> 2795e9d167d9 [2020-10-08T17:34:21.072Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-08T17:34:21.336Z] Removing intermediate container 131aaa09bf81 [2020-10-08T17:34:21.336Z] ---> 971bff05b04f [2020-10-08T17:34:21.336Z] Step 6/20 : COPY go.mod . [2020-10-08T17:34:22.195Z] 209524e5b208: Pull complete [2020-10-08T17:34:22.195Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-08T17:34:22.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-08T17:34:22.195Z] ---> 5bddaf1c2fca [2020-10-08T17:34:22.195Z] 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-08T17:34:22.751Z] Removing intermediate container d9370a4fcb67 [2020-10-08T17:34:22.751Z] ---> 15c62a50b4bc [2020-10-08T17:34:22.752Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-08T17:34:22.752Z] Removing intermediate container 50b7d28d09b3 [2020-10-08T17:34:22.752Z] ---> 5d59a6aefa51 [2020-10-08T17:34:22.752Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-08T17:34:22.752Z] ---> c78b42de6b11 [2020-10-08T17:34:22.752Z] Step 7/20 : RUN go mod download [2020-10-08T17:34:22.752Z] ---> 151c8983f33c [2020-10-08T17:34:22.752Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-08T17:34:22.752Z] ---> 1168749fe50c [2020-10-08T17:34:22.752Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-08T17:34:22.752Z] ---> Running in 99ce9ca2c425 [2020-10-08T17:34:23.019Z] ---> Running in 3873d20ba3bc [2020-10-08T17:34:23.019Z] ---> 6b5bcfecafc2 [2020-10-08T17:34:23.019Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-08T17:34:23.610Z] ---> f4bfa04a6f51 [2020-10-08T17:34:23.610Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-08T17:34:23.610Z] ---> f8fa22bd74e6 [2020-10-08T17:34:23.610Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-08T17:34:23.610Z] Removing intermediate container 99ce9ca2c425 [2020-10-08T17:34:23.610Z] ---> 018fa69c6926 [2020-10-08T17:34:23.610Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-08T17:34:23.610Z] ---> Running in ea1911ac93cb [2020-10-08T17:34:23.610Z] ---> Running in 90d29b998e95 [2020-10-08T17:34:23.610Z] ---> 4a79b088dbc3 [2020-10-08T17:34:23.610Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-08T17:34:23.610Z] ---> Running in 8e9b76cdde8c [2020-10-08T17:34:23.878Z] Removing intermediate container 8e9b76cdde8c [2020-10-08T17:34:23.878Z] ---> 3578c29366d3 [2020-10-08T17:34:23.878Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:34:23.878Z] Removing intermediate container ea1911ac93cb [2020-10-08T17:34:23.878Z] ---> cca8b25441fe [2020-10-08T17:34:23.878Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:34:24.469Z] Removing intermediate container 90d29b998e95 [2020-10-08T17:34:24.469Z] ---> 795080cc587f [2020-10-08T17:34:24.469Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:34:24.469Z] ---> Running in 3fc52e4298d3 [2020-10-08T17:34:24.469Z] ---> Running in eb901ff2042e [2020-10-08T17:34:24.469Z] ---> Running in 9c0df92b90c2 [2020-10-08T17:34:24.469Z] ---> 58a4cf78d213 [2020-10-08T17:34:24.469Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-08T17:34:24.736Z] ---> Running in c87a8412d9e2 [2020-10-08T17:34:25.003Z] Removing intermediate container eb901ff2042e [2020-10-08T17:34:25.003Z] ---> 5e6ab03b3f9c [2020-10-08T17:34:25.003Z] Step 19/21 : LABEL arch=x86_64 [2020-10-08T17:34:25.003Z] Removing intermediate container 9c0df92b90c2 [2020-10-08T17:34:25.003Z] ---> 539c374f608b [2020-10-08T17:34:25.003Z] Step 20/22 : LABEL arch=x86_64 [2020-10-08T17:34:25.003Z] Removing intermediate container 3873d20ba3bc [2020-10-08T17:34:25.003Z] ---> c5fae80c035d [2020-10-08T17:34:25.003Z] Step 8/20 : COPY . . [2020-10-08T17:34:25.278Z] ---> Running in 92c8c5d7b1dd [2020-10-08T17:34:25.278Z] ---> Running in ca3fc01bac51 [2020-10-08T17:34:25.278Z] Removing intermediate container c87a8412d9e2 [2020-10-08T17:34:25.278Z] ---> 6f792d78a68e [2020-10-08T17:34:25.278Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:34:25.589Z] ---> Running in 1c1d30635db7 [2020-10-08T17:34:25.955Z] ---> Running in c00f0bf8d44a [2020-10-08T17:34:26.258Z] Removing intermediate container 92c8c5d7b1dd [2020-10-08T17:34:26.258Z] ---> 126fccc48a1c [2020-10-08T17:34:26.258Z] Step 20/21 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:34:26.559Z] Removing intermediate container ca3fc01bac51 [2020-10-08T17:34:26.559Z] ---> 46a19d6b166f [2020-10-08T17:34:26.559Z] Step 21/22 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:34:27.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:34:27.623Z] ---> Running in 42f2003a3353 [2020-10-08T17:34:27.623Z] Removing intermediate container c00f0bf8d44a [2020-10-08T17:34:27.623Z] ---> 3a61734da131 [2020-10-08T17:34:27.623Z] Step 20/22 : LABEL arch=x86_64 [2020-10-08T17:34:27.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:34:28.267Z] ---> Running in bd652c7b2f32 [2020-10-08T17:34:29.188Z] (1/12) Installing libmagic (5.38-r0) [2020-10-08T17:34:29.188Z] (2/12) Installing file (5.38-r0) [2020-10-08T17:34:29.188Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-08T17:34:29.476Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-08T17:34:30.509Z] ---> Running in 29b7d6a340ea [2020-10-08T17:34:30.509Z] Removing intermediate container 3fc52e4298d3 [2020-10-08T17:34:30.509Z] ---> c263828298ef [2020-10-08T17:34:30.509Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-08T17:34:31.911Z] Removing intermediate container 42f2003a3353 [2020-10-08T17:34:31.911Z] ---> bccdd88e10cd [2020-10-08T17:34:31.911Z] Step 21/21 : LABEL version=1.2.2-dev.58 [2020-10-08T17:34:33.779Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-08T17:34:33.779Z] (6/12) Installing patch (2.7.6-r6) [2020-10-08T17:34:33.779Z] (7/12) Installing build-base (0.5-r2) [2020-10-08T17:34:33.779Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-08T17:34:33.779Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-08T17:34:33.779Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-08T17:34:33.779Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-08T17:34:33.779Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-08T17:34:33.779Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:34:33.779Z] OK: 217 MiB in 51 packages [2020-10-08T17:34:33.869Z] ---> Running in 44a65bf2e788 [2020-10-08T17:34:33.869Z] Removing intermediate container 29b7d6a340ea [2020-10-08T17:34:33.869Z] ---> e5ec80e57c00 [2020-10-08T17:34:33.869Z] Step 21/22 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:34:33.869Z] Removing intermediate container bd652c7b2f32 [2020-10-08T17:34:33.869Z] ---> 122b63fd3624 [2020-10-08T17:34:33.869Z] Step 22/22 : LABEL version=1.2.2-dev.58 [2020-10-08T17:34:34.828Z] ---> Running in 585c90cacabd [2020-10-08T17:34:35.095Z] ---> Running in 881f342ebd18 [2020-10-08T17:34:35.095Z] ---> Running in e6cf5f8f9aff [2020-10-08T17:34:36.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:34:36.764Z] Removing intermediate container 585c90cacabd [2020-10-08T17:34:36.764Z] ---> 324369191746 [2020-10-08T17:34:36.764Z] [2020-10-08T17:34:36.764Z] ---> 135fca69ba1f [2020-10-08T17:34:36.764Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-08T17:34:36.764Z] Removing intermediate container e6cf5f8f9aff [2020-10-08T17:34:36.764Z] ---> afa2f1afa35e [2020-10-08T17:34:36.764Z] Step 22/22 : LABEL version=1.2.2-dev.58 [2020-10-08T17:34:36.764Z] Successfully built 324369191746 [2020-10-08T17:34:36.764Z] Removing intermediate container 881f342ebd18 [2020-10-08T17:34:36.764Z] ---> 7239a580b798 [2020-10-08T17:34:36.764Z] [2020-10-08T17:34:37.034Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-08T17:34:37.034Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-10-08T17:34:37.034Z] Successfully built 7239a580b798 [2020-10-08T17:34:37.034Z] ---> Running in 3e8eb78d251c [2020-10-08T17:34:37.034Z] ---> Running in 8ac29e16f41d [2020-10-08T17:34:37.034Z] Successfully tagged docker-support-logging-go:latest [2020-10-08T17:34:37.034Z]  Building docker-support-logging-go ... done Building docker-support-notifications-go [2020-10-08T17:34:37.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:34:37.310Z] Removing intermediate container 8ac29e16f41d [2020-10-08T17:34:37.310Z] ---> 0c665087fc2c [2020-10-08T17:34:37.310Z] [2020-10-08T17:34:37.310Z] Successfully built 0c665087fc2c [2020-10-08T17:34:37.310Z] Successfully tagged docker-core-command-go:latest [2020-10-08T17:34:37.310Z] Building docker-core-metadata-go [2020-10-08T17:34:37.580Z]  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-08T17:34:37.580Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-08T17:34:37.580Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-08T17:34:37.861Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-08T17:34:37.861Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-08T17:34:38.106Z] Removing intermediate container 1c1d30635db7 [2020-10-08T17:34:38.106Z] ---> 4bfc8f21d5d3 [2020-10-08T17:34:38.106Z] Step 4/7 : WORKDIR /edgex-go [2020-10-08T17:34:38.106Z] ---> Running in 2461895f51dd [2020-10-08T17:34:38.139Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-08T17:34:38.139Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:34:38.381Z] Removing intermediate container 2461895f51dd [2020-10-08T17:34:38.381Z] ---> 6ba9c30e7215 [2020-10-08T17:34:38.381Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-08T17:34:38.988Z] latest: Pulling from library/docker [2020-10-08T17:34:38.988Z] b538f80385f9: Already exists [2020-10-08T17:34:38.988Z] 259a493cd78d: Pulling fs layer [2020-10-08T17:34:38.988Z] b8e66b5100f5: Pulling fs layer [2020-10-08T17:34:38.988Z] 7f8258a56ab6: Pulling fs layer [2020-10-08T17:34:38.988Z] 75a0a0ebb566: Pulling fs layer [2020-10-08T17:34:38.988Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-08T17:34:38.988Z] 294320357d30: Pulling fs layer [2020-10-08T17:34:38.988Z] 75a0a0ebb566: Waiting [2020-10-08T17:34:38.988Z] 4a2c62f0a2a3: Waiting [2020-10-08T17:34:38.988Z] 294320357d30: Waiting [2020-10-08T17:34:38.988Z] b8e66b5100f5: Download complete [2020-10-08T17:34:39.266Z] 259a493cd78d: Verifying Checksum [2020-10-08T17:34:39.266Z] 259a493cd78d: Download complete [2020-10-08T17:34:39.266Z] 75a0a0ebb566: Verifying Checksum [2020-10-08T17:34:39.266Z] 75a0a0ebb566: Download complete [2020-10-08T17:34:39.266Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-08T17:34:39.266Z] 4a2c62f0a2a3: Download complete [2020-10-08T17:34:39.266Z] 294320357d30: Verifying Checksum [2020-10-08T17:34:39.266Z] 294320357d30: Download complete [2020-10-08T17:34:39.867Z] 259a493cd78d: Pull complete [2020-10-08T17:34:40.078Z] OK: 8 MiB in 19 packages [2020-10-08T17:34:40.145Z] b8e66b5100f5: Pull complete [2020-10-08T17:34:41.134Z] 7f8258a56ab6: Verifying Checksum [2020-10-08T17:34:41.134Z] 7f8258a56ab6: Download complete [2020-10-08T17:34:43.995Z] Removing intermediate container 44a65bf2e788 [2020-10-08T17:34:43.995Z] ---> 0b3bf1078f93 [2020-10-08T17:34:43.995Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-08T17:34:44.534Z] 7f8258a56ab6: Pull complete [2020-10-08T17:34:44.534Z] 75a0a0ebb566: Pull complete [2020-10-08T17:34:44.603Z] ---> 75e8bf3c201c [2020-10-08T17:34:44.603Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-08T17:34:45.130Z] 4a2c62f0a2a3: Pull complete [2020-10-08T17:34:45.402Z] 294320357d30: Pull complete [2020-10-08T17:34:45.403Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-08T17:34:45.403Z] Status: Downloaded newer image for docker:latest [2020-10-08T17:34:48.013Z] ---> e14a5cd2f5ef [2020-10-08T17:34:48.013Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-08T17:34:48.840Z] ---> fcc8ab8b3631 [2020-10-08T17:34:48.840Z] Step 6/7 : COPY go.mod . [2020-10-08T17:34:49.502Z] ---> 7d16917ec96e [2020-10-08T17:34:49.502Z] Step 7/7 : RUN go mod download [2020-10-08T17:34:49.502Z] ---> Running in b25b3f3976cd [2020-10-08T17:34:50.223Z] ---> 046611a9e4aa [2020-10-08T17:34:50.223Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-08T17:34:50.552Z] ---> Running in 60619822dd6e [2020-10-08T17:34:51.210Z] Removing intermediate container 60619822dd6e [2020-10-08T17:34:51.210Z] ---> 9baf40ac9fcb [2020-10-08T17:34:51.210Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:34:51.512Z] ---> Running in 7814b95479f9 [2020-10-08T17:34:52.164Z] Removing intermediate container 7814b95479f9 [2020-10-08T17:34:52.164Z] ---> d2f5367700ab [2020-10-08T17:34:52.164Z] Step 21/23 : LABEL arch=x86_64 [2020-10-08T17:34:52.766Z] ---> Running in 8d2d33434cab [2020-10-08T17:34:54.190Z] Removing intermediate container 8d2d33434cab [2020-10-08T17:34:54.190Z] ---> 27e138a9329b [2020-10-08T17:34:54.190Z] Step 22/23 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:34:55.157Z] ---> Running in 0124aca39e37 [2020-10-08T17:34:55.157Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:34:55.157Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:34:55.157Z] ---> 12fbc43a86ba [2020-10-08T17:34:55.157Z] Step 3/22 : WORKDIR /edgex-go [2020-10-08T17:34:55.157Z] ---> Using cache [2020-10-08T17:34:55.157Z] ---> 11cbd38981b2 [2020-10-08T17:34:55.157Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:34:55.157Z] ---> Using cache [2020-10-08T17:34:55.157Z] ---> c96e133fec46 [2020-10-08T17:34:55.157Z] Step 5/22 : RUN apk update && apk add make git [2020-10-08T17:34:55.157Z] ---> Using cache [2020-10-08T17:34:55.157Z] ---> 971bff05b04f [2020-10-08T17:34:55.157Z] Step 6/22 : COPY go.mod . [2020-10-08T17:34:55.157Z] ---> Using cache [2020-10-08T17:34:55.157Z] ---> c78b42de6b11 [2020-10-08T17:34:55.157Z] Step 7/22 : RUN go mod download [2020-10-08T17:34:55.157Z] ---> Using cache [2020-10-08T17:34:55.157Z] ---> c5fae80c035d [2020-10-08T17:34:55.157Z] Step 8/22 : COPY . . [2020-10-08T17:34:55.427Z] ---> Using cache [2020-10-08T17:34:55.427Z] ---> 135fca69ba1f [2020-10-08T17:34:55.427Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-08T17:34:55.427Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:34:55.427Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:34:55.427Z] ---> 12fbc43a86ba [2020-10-08T17:34:55.427Z] Step 3/26 : WORKDIR /edgex-go [2020-10-08T17:34:55.427Z] ---> Using cache [2020-10-08T17:34:55.427Z] ---> 11cbd38981b2 [2020-10-08T17:34:55.427Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:34:55.427Z] ---> Using cache [2020-10-08T17:34:55.427Z] ---> c96e133fec46 [2020-10-08T17:34:55.427Z] Step 5/26 : RUN apk update && apk add make git [2020-10-08T17:34:55.427Z] ---> Using cache [2020-10-08T17:34:55.427Z] ---> 971bff05b04f [2020-10-08T17:34:55.427Z] Step 6/26 : COPY go.mod . [2020-10-08T17:34:55.427Z] ---> Using cache [2020-10-08T17:34:55.427Z] ---> c78b42de6b11 [2020-10-08T17:34:55.427Z] Step 7/26 : RUN go mod download [2020-10-08T17:34:55.427Z] ---> Using cache [2020-10-08T17:34:55.427Z] ---> c5fae80c035d [2020-10-08T17:34:55.427Z] Step 8/26 : COPY . . [2020-10-08T17:34:55.427Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:34:55.427Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:34:55.427Z] ---> 12fbc43a86ba [2020-10-08T17:34:55.427Z] Step 3/24 : WORKDIR /edgex-go [2020-10-08T17:34:55.427Z] ---> Using cache [2020-10-08T17:34:55.427Z] ---> 11cbd38981b2 [2020-10-08T17:34:55.427Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:34:55.427Z] ---> Using cache [2020-10-08T17:34:55.427Z] ---> c96e133fec46 [2020-10-08T17:34:55.427Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-08T17:34:55.427Z] ---> Using cache [2020-10-08T17:34:55.427Z] ---> 135fca69ba1f [2020-10-08T17:34:55.427Z] 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-08T17:34:57.364Z] Removing intermediate container 0124aca39e37 [2020-10-08T17:34:57.364Z] ---> b054a8f81c97 [2020-10-08T17:34:57.364Z] Step 23/23 : LABEL version=1.2.2-dev.58 [2020-10-08T17:34:57.364Z] ---> Running in 7eb420e4813c [2020-10-08T17:34:57.364Z] ---> Running in db8276a5301a [2020-10-08T17:34:57.364Z] ---> Running in ee4b47c594e6 [2020-10-08T17:34:57.628Z] ---> Running in 6b9cf96780fe [2020-10-08T17:34:57.898Z] Removing intermediate container 6b9cf96780fe [2020-10-08T17:34:57.898Z] ---> 3b36651320a7 [2020-10-08T17:34:57.898Z] [2020-10-08T17:34:58.178Z] Successfully built 3b36651320a7 [2020-10-08T17:34:58.179Z] Successfully tagged docker-core-data-go:latest [2020-10-08T17:34:58.179Z] Building docker-sys-mgmt-agent-go [2020-10-08T17:34:58.179Z]  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.58" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-08T17:34:58.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-08T17:34:58.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:34:59.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:34:59.919Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:34:59.919Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:34:59.919Z] OK: 12752 distinct packages available [2020-10-08T17:35:00.881Z] OK: 233 MiB in 51 packages [2020-10-08T17:35:01.464Z] Removing intermediate container 3e8eb78d251c [2020-10-08T17:35:01.464Z] ---> e4d7f838be57 [2020-10-08T17:35:01.464Z] [2020-10-08T17:35:01.464Z] Step 10/20 : FROM alpine [2020-10-08T17:35:01.464Z] ---> a24bb4013296 [2020-10-08T17:35:01.464Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-08T17:35:02.915Z] ---> Running in 27a6ce1a665f [2020-10-08T17:35:04.376Z] Removing intermediate container ee4b47c594e6 [2020-10-08T17:35:04.376Z] ---> 23cb9c6501ba [2020-10-08T17:35:04.376Z] Step 6/24 : COPY go.mod . [2020-10-08T17:35:04.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:35:04.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:35:04.674Z] ---> 6a70250aad14 [2020-10-08T17:35:04.674Z] Step 7/24 : RUN go mod download [2020-10-08T17:35:04.674Z] ---> Running in b816c0730983 [2020-10-08T17:35:04.674Z] v3.12.0-375-g0ef1878ec5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:35:04.674Z] v3.12.0-374-gffd5b64509 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:35:04.674Z] OK: 12750 distinct packages available [2020-10-08T17:35:04.977Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-08T17:35:05.288Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-08T17:35:05.288Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-08T17:35:05.288Z] (4/4) Installing curl (7.69.1-r1) [2020-10-08T17:35:05.288Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:35:05.288Z] Executing ca-certificates-20191127-r4.trigger [2020-10-08T17:35:05.288Z] OK: 7 MiB in 18 packages [2020-10-08T17:35:07.415Z] Removing intermediate container 27a6ce1a665f [2020-10-08T17:35:07.415Z] ---> 9ca52f0e6f60 [2020-10-08T17:35:07.415Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-08T17:35:07.415Z] ---> Running in 4303aee47d3a [2020-10-08T17:35:08.878Z] Removing intermediate container 4303aee47d3a [2020-10-08T17:35:08.878Z] ---> c0e2b30c8ac5 [2020-10-08T17:35:08.878Z] Step 13/20 : WORKDIR /edgex [2020-10-08T17:35:08.878Z] Removing intermediate container b816c0730983 [2020-10-08T17:35:08.878Z] ---> b7e167ce197a [2020-10-08T17:35:08.878Z] Step 8/24 : COPY . . [2020-10-08T17:35:08.878Z] ---> Running in da16b8994dee [2020-10-08T17:35:09.882Z] Removing intermediate container da16b8994dee [2020-10-08T17:35:09.882Z] ---> e0f60aa379dd [2020-10-08T17:35:09.882Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-08T17:35:13.288Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:35:13.288Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:35:13.288Z] ---> 12fbc43a86ba [2020-10-08T17:35:13.288Z] Step 3/27 : WORKDIR /edgex-go [2020-10-08T17:35:13.288Z] ---> Using cache [2020-10-08T17:35:13.288Z] ---> 11cbd38981b2 [2020-10-08T17:35:13.288Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:35:13.288Z] ---> Using cache [2020-10-08T17:35:13.288Z] ---> c96e133fec46 [2020-10-08T17:35:13.288Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-08T17:35:13.888Z] ---> c1a405883e77 [2020-10-08T17:35:13.888Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-08T17:35:14.178Z] ---> Running in 4dbd9fae3dd8 [2020-10-08T17:35:16.426Z] Removing intermediate container b25b3f3976cd [2020-10-08T17:35:16.426Z] ---> e886a5a8fb2c [2020-10-08T17:35:16.426Z] Successfully built e886a5a8fb2c [2020-10-08T17:35:16.426Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:35:16.777Z] ---> 906695b15276 [2020-10-08T17:35:16.777Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-08T17:35:16.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:35:16.911Z] + docker inspect -f . ci-base-image-arm64 [2020-10-08T17:35:16.911Z] . [Pipeline] withDockerContainer [2020-10-08T17:35:17.334Z] prd-ubuntu18.04-docker-arm64-4c-16g-4262 does not seem to be running inside a container [2020-10-08T17:35:17.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:35:17.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:35:17.638Z] ---> Running in 5675284caa3c [2020-10-08T17:35:17.909Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:35:17.910Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:35:17.910Z] OK: 12752 distinct packages available [2020-10-08T17:35:18.187Z] Removing intermediate container 5675284caa3c [2020-10-08T17:35:18.187Z] ---> 9f884c4e465b [2020-10-08T17:35:18.187Z] Step 17/20 : CMD ["--init=true"] [2020-10-08T17:35:18.470Z] OK: 233 MiB in 51 packages [2020-10-08T17:35:18.470Z] ---> Running in 05dee60bf9a5 [2020-10-08T17:35:19.402Z] $ docker top 3def74b9acf29150e589eff809657c480b55f30fa92de214f6611e5017a80d12 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T17:35:20.903Z] + go version [2020-10-08T17:35:20.903Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-08T17:35:20.931Z] $ docker stop --time=1 3def74b9acf29150e589eff809657c480b55f30fa92de214f6611e5017a80d12 [2020-10-08T17:35:21.131Z] Removing intermediate container 05dee60bf9a5 [2020-10-08T17:35:21.131Z] ---> 2b90bb94a7f6 [2020-10-08T17:35:21.131Z] Step 18/20 : LABEL arch=x86_64 [2020-10-08T17:35:22.874Z] $ docker rm -f 3def74b9acf29150e589eff809657c480b55f30fa92de214f6611e5017a80d12 [2020-10-08T17:35:23.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-08T17:35:23.378Z] ---> Running in c34251b2405e [2020-10-08T17:35:23.378Z] Removing intermediate container 4dbd9fae3dd8 [2020-10-08T17:35:23.378Z] ---> a606932a9a09 [2020-10-08T17:35:23.378Z] Step 6/27 : COPY go.mod . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-10-08T17:35:23.659Z] ---> e2dd80224560 [2020-10-08T17:35:23.659Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-10-08T17:35:23.937Z] ---> Running in 7a755c5feba8 [2020-10-08T17:35:23.937Z] Removing intermediate container c34251b2405e [2020-10-08T17:35:23.937Z] ---> 1711d563d215 [2020-10-08T17:35:23.937Z] Step 19/20 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:35:24.213Z] ---> 32ccb6769ba1 [2020-10-08T17:35:24.213Z] Step 7/27 : RUN go mod download [2020-10-08T17:35:24.267Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-08T17:35:24.267Z] [2020-10-08T17:35:24.267Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:35:24.495Z] ---> Running in 69372c1452e1 [2020-10-08T17:35:24.495Z] ---> Running in 789a94c6caf9 [2020-10-08T17:35:24.660Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-08T17:35:24.660Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-08T17:35:24.660Z] 29e5d40040c1: Pulling fs layer [2020-10-08T17:35:24.660Z] 1ce36da41761: Pulling fs layer [2020-10-08T17:35:24.660Z] 25b303627fd3: Pulling fs layer [2020-10-08T17:35:24.761Z] Removing intermediate container 69372c1452e1 [2020-10-08T17:35:24.761Z] ---> c2757b85e3f3 [2020-10-08T17:35:24.761Z] Step 20/20 : LABEL version=1.2.2-dev.58 [2020-10-08T17:35:24.761Z] ---> Running in e011f19ab1d1 [2020-10-08T17:35:24.938Z] 29e5d40040c1: Verifying Checksum [2020-10-08T17:35:24.938Z] 29e5d40040c1: Download complete [2020-10-08T17:35:25.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-08T17:35:25.364Z] Removing intermediate container e011f19ab1d1 [2020-10-08T17:35:25.364Z] ---> 5f6731e715ce [2020-10-08T17:35:25.364Z] [2020-10-08T17:35:25.537Z] 29e5d40040c1: Pull complete [2020-10-08T17:35:25.631Z] Successfully built 5f6731e715ce [2020-10-08T17:35:25.631Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-08T17:35:25.810Z] 1ce36da41761: Verifying Checksum [2020-10-08T17:35:25.810Z] 1ce36da41761: Download complete [2020-10-08T17:35:26.596Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 789a94c6caf9 [2020-10-08T17:35:26.596Z] ---> 8da425597e94 [2020-10-08T17:35:26.596Z] Step 8/27 : COPY . . [2020-10-08T17:35:26.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-08T17:35:27.249Z] 1ce36da41761: Pull complete [2020-10-08T17:35:27.848Z] 25b303627fd3: Verifying Checksum [2020-10-08T17:35:27.848Z] 25b303627fd3: Download complete [2020-10-08T17:35:38.026Z] 25b303627fd3: Pull complete [2020-10-08T17:35:38.026Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-08T17:35:38.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-08T17:35:38.026Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-08T17:35:38.294Z] prd-ubuntu18.04-docker-arm64-4c-16g-4262 does not seem to be running inside a container [2020-10-08T17:35:38.384Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:35:41.800Z] $ docker top 5ad8296331abeccbec88fd81b74585d05dcd6fc0acfa403f4176e04fa568654e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T17:35:43.300Z] + + grepdocker-compose parallel build [2020-10-08T17:35:43.300Z] --help [2020-10-08T17:35:44.911Z] Removing intermediate container 7eb420e4813c [2020-10-08T17:35:44.911Z] ---> 0eecfeb15a2a [2020-10-08T17:35:44.911Z] [2020-10-08T17:35:44.911Z] Step 10/26 : FROM alpine:3.10 [2020-10-08T17:35:44.911Z] Removing intermediate container db8276a5301a [2020-10-08T17:35:44.911Z] ---> 3fda31d23c67 [2020-10-08T17:35:44.911Z] [2020-10-08T17:35:44.911Z] Step 10/22 : FROM scratch [2020-10-08T17:35:44.911Z] ---> [2020-10-08T17:35:44.911Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T17:35:44.911Z] 3.10: Pulling from library/alpine [2020-10-08T17:35:44.911Z] ---> 2135b50a8892 [2020-10-08T17:35:44.911Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-08T17:35:44.911Z] ---> Using cache [2020-10-08T17:35:44.911Z] ---> b738aae6eeab [2020-10-08T17:35:44.911Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-08T17:35:44.911Z] ---> Running in 5e99e80236c3 [2020-10-08T17:35:44.911Z] ---> Running in e61d84713f2d [2020-10-08T17:35:45.183Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-08T17:35:45.183Z] Removing intermediate container e61d84713f2d [2020-10-08T17:35:45.183Z] ---> 6b0ac3f0f93e [2020-10-08T17:35:45.183Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-08T17:35:45.183Z] Status: Downloaded newer image for alpine:3.10 [2020-10-08T17:35:45.183Z] ---> be4e4bea2c2e [2020-10-08T17:35:45.183Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-08T17:35:45.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-08T17:35:45.451Z] ---> Running in 2a03c1b6d597 [2020-10-08T17:35:45.451Z] ---> Running in 2884cc6e3aae [2020-10-08T17:35:45.724Z] Removing intermediate container 2a03c1b6d597 [2020-10-08T17:35:45.725Z] ---> 83f777af03b9 [2020-10-08T17:35:45.725Z] Step 14/22 : WORKDIR / [2020-10-08T17:35:45.725Z] ---> Running in ac8bb27caa97 [2020-10-08T17:35:46.021Z] Removing intermediate container ac8bb27caa97 [2020-10-08T17:35:46.021Z] ---> 9712005674fc [2020-10-08T17:35:46.021Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-08T17:35:46.021Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:35:46.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:35:46.306Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-08T17:35:46.306Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-08T17:35:46.306Z] OK: 10346 distinct packages available [2020-10-08T17:35:46.306Z] ---> c7a1ffaf2b3b [2020-10-08T17:35:46.306Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-08T17:35:46.589Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-08T17:35:46.589Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-08T17:35:46.677Z] --parallel Build images in parallel. [Pipeline] } [2020-10-08T17:35:46.704Z] $ docker stop --time=1 5ad8296331abeccbec88fd81b74585d05dcd6fc0acfa403f4176e04fa568654e [2020-10-08T17:35:46.871Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-08T17:35:46.871Z] (4/5) Installing curl (7.66.0-r1) [2020-10-08T17:35:46.871Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-08T17:35:46.871Z] Executing busybox-1.30.1-r3.trigger [2020-10-08T17:35:46.871Z] Executing ca-certificates-20191127-r2.trigger [2020-10-08T17:35:46.871Z] OK: 7 MiB in 19 packages [2020-10-08T17:35:48.319Z] ---> 4e1678a1c297 [2020-10-08T17:35:48.319Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-08T17:35:48.738Z] $ docker rm -f 5ad8296331abeccbec88fd81b74585d05dcd6fc0acfa403f4176e04fa568654e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:35:49.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-08T17:35:49.664Z] . [Pipeline] withDockerContainer [2020-10-08T17:35:49.940Z] prd-ubuntu18.04-docker-arm64-4c-16g-4262 does not seem to be running inside a container [2020-10-08T17:35:50.030Z] $ 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/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:35:50.429Z] ---> 9d8cea961c7b [2020-10-08T17:35:50.429Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-08T17:35:50.874Z] Removing intermediate container 2884cc6e3aae [2020-10-08T17:35:50.874Z] ---> 53f3b0be5dd5 [2020-10-08T17:35:50.874Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-08T17:35:51.229Z] ---> Running in 81e963d7f1cf [2020-10-08T17:35:51.229Z] ---> Running in 54ba265ce240 [2020-10-08T17:35:51.229Z] Removing intermediate container 7a755c5feba8 [2020-10-08T17:35:51.229Z] ---> eff0f04b007c [2020-10-08T17:35:51.229Z] [2020-10-08T17:35:51.229Z] Step 10/24 : FROM scratch [2020-10-08T17:35:51.229Z] ---> [2020-10-08T17:35:51.229Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-08T17:35:51.493Z] $ docker top 089fa63e7a7986417a4a6d5f39e79c4ff0e63df8293b4cf960d9e171b28cbc2a -eo pid,comm [2020-10-08T17:35:51.590Z] ---> Using cache [2020-10-08T17:35:51.590Z] ---> 841104bdc317 [2020-10-08T17:35:51.590Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-08T17:35:51.590Z] Removing intermediate container 54ba265ce240 [2020-10-08T17:35:51.590Z] ---> 774b0dc2976f [2020-10-08T17:35:51.590Z] Step 13/26 : WORKDIR / [2020-10-08T17:35:51.590Z] Removing intermediate container 81e963d7f1cf [2020-10-08T17:35:51.590Z] ---> f7da9b2f6ca8 [2020-10-08T17:35:51.590Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:35:51.590Z] ---> Running in 654eebe545e8 [2020-10-08T17:35:51.590Z] ---> Running in 998c09650aa8 [2020-10-08T17:35:51.590Z] ---> Running in 48c6233b5b71 [Pipeline] { [Pipeline] sh [2020-10-08T17:35:51.885Z] Removing intermediate container 654eebe545e8 [2020-10-08T17:35:51.885Z] ---> 24bb85906193 [2020-10-08T17:35:51.885Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-08T17:35:51.885Z] ---> Running in 9ad28dcecf53 [2020-10-08T17:35:51.885Z] Removing intermediate container 998c09650aa8 [2020-10-08T17:35:51.885Z] ---> 293f955e943e [2020-10-08T17:35:51.885Z] 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-08T17:35:51.885Z] Removing intermediate container 48c6233b5b71 [2020-10-08T17:35:51.885Z] ---> c31c1a9cb5b1 [2020-10-08T17:35:51.885Z] Step 20/22 : LABEL arch=x86_64 [2020-10-08T17:35:52.179Z] ---> Running in 88ffdaed6162 [2020-10-08T17:35:52.179Z] Removing intermediate container 9ad28dcecf53 [2020-10-08T17:35:52.179Z] ---> a2eb0cd415b0 [2020-10-08T17:35:52.179Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-08T17:35:52.179Z] ---> 30bae30df02b [2020-10-08T17:35:52.179Z] 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-08T17:35:52.470Z] Removing intermediate container 88ffdaed6162 [2020-10-08T17:35:52.470Z] ---> 2d6cb44572f6 [2020-10-08T17:35:52.470Z] Step 21/22 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:35:52.470Z] ---> Running in 02cc5f64af00 [2020-10-08T17:35:52.520Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-08T17:35:52.755Z] ---> 94ce69dd6346 [2020-10-08T17:35:52.755Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-08T17:35:52.755Z] ---> a0a696a99ade [2020-10-08T17:35:52.755Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-08T17:35:52.755Z] Removing intermediate container 02cc5f64af00 [2020-10-08T17:35:52.755Z] ---> 5a57aa9ea81b [2020-10-08T17:35:52.755Z] Step 22/22 : LABEL version=1.2.2-dev.58 [2020-10-08T17:35:53.023Z] ---> Running in a40f3aa65d83 [2020-10-08T17:35:53.985Z] Removing intermediate container a40f3aa65d83 [2020-10-08T17:35:53.985Z] ---> 5189a741bd27 [2020-10-08T17:35:53.985Z] [2020-10-08T17:35:53.985Z] Successfully built 5189a741bd27 [2020-10-08T17:35:53.985Z] ---> 858c3bdbb5cf [2020-10-08T17:35:53.985Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-08T17:35:54.255Z] ---> 14987836ba3a [2020-10-08T17:35:54.255Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-08T17:35:54.255Z] Successfully tagged docker-core-metadata-go:latest [2020-10-08T17:35:54.848Z]  Building docker-core-metadata-go ... done  ---> 6cb6d1f1f4ae [2020-10-08T17:35:54.848Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-08T17:35:55.808Z] ---> ae2b91d16214 [2020-10-08T17:35:55.808Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-08T17:35:55.808Z] ---> 3e8a0f993a8d [2020-10-08T17:35:55.808Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-08T17:35:55.902Z] Building docker-core-command-go ... [2020-10-08T17:35:55.902Z] Building docker-core-data-go ... [2020-10-08T17:35:55.902Z] Building docker-core-metadata-go ... [2020-10-08T17:35:55.902Z] Building docker-security-proxy-setup-go ... [2020-10-08T17:35:55.902Z] Building docker-security-secrets-setup-go ... [2020-10-08T17:35:55.902Z] Building docker-security-secretstore-setup-go ... [2020-10-08T17:35:55.902Z] Building docker-support-logging-go ... [2020-10-08T17:35:55.902Z] Building docker-support-notifications-go ... [2020-10-08T17:35:55.902Z] Building docker-support-scheduler-go ... [2020-10-08T17:35:55.902Z] Building docker-sys-mgmt-agent-go ... [2020-10-08T17:35:55.902Z] Building docker-core-metadata-go [2020-10-08T17:35:55.902Z] Building docker-support-logging-go [2020-10-08T17:35:55.902Z] Building docker-sys-mgmt-agent-go [2020-10-08T17:35:55.902Z] Building docker-core-data-go [2020-10-08T17:35:55.902Z] Building docker-security-secrets-setup-go [2020-10-08T17:35:56.084Z] ---> 72e9929fdf49 [2020-10-08T17:35:56.084Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-08T17:35:56.684Z] ---> f8aa8aa4a0e0 [2020-10-08T17:35:56.684Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-08T17:35:56.684Z] ---> 0005f3b546a2 [2020-10-08T17:35:56.684Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-08T17:35:56.953Z] ---> db347759ea6e [2020-10-08T17:35:56.953Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-08T17:35:57.225Z] ---> 4a4eb9a6ef7f [2020-10-08T17:35:57.225Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-08T17:35:57.225Z] ---> Running in ec03c13e0edd [2020-10-08T17:35:57.518Z] ---> 58c408e2c30d [2020-10-08T17:35:57.518Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-08T17:35:57.518Z] Removing intermediate container ec03c13e0edd [2020-10-08T17:35:57.518Z] ---> 4766d411a780 [2020-10-08T17:35:57.518Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:35:57.518Z] ---> Running in cf4b9af52b25 [2020-10-08T17:35:57.518Z] ---> Running in 937705b565b2 [2020-10-08T17:35:57.820Z] Removing intermediate container 937705b565b2 [2020-10-08T17:35:57.820Z] ---> 4dc827d864fd [2020-10-08T17:35:57.820Z] Step 22/24 : LABEL arch=x86_64 [2020-10-08T17:35:57.820Z] ---> Running in 2acea469d986 [2020-10-08T17:35:58.109Z] Removing intermediate container 2acea469d986 [2020-10-08T17:35:58.109Z] ---> b23a3d3a4371 [2020-10-08T17:35:58.109Z] Step 23/24 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:35:58.736Z] ---> Running in 51529271a50e [2020-10-08T17:35:59.689Z] Removing intermediate container 5e99e80236c3 [2020-10-08T17:35:59.689Z] ---> 1ebc6e110516 [2020-10-08T17:35:59.689Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-08T17:35:59.689Z] Removing intermediate container 51529271a50e [2020-10-08T17:35:59.689Z] ---> 7af776882153 [2020-10-08T17:35:59.689Z] Step 24/24 : LABEL version=1.2.2-dev.58 [2020-10-08T17:35:59.960Z] ---> Running in 5d8d234bfdc2 [2020-10-08T17:35:59.960Z] ---> Running in 7947b4d1f9bf [2020-10-08T17:35:59.960Z] Removing intermediate container cf4b9af52b25 [2020-10-08T17:35:59.960Z] ---> e3dda2599c8f [2020-10-08T17:35:59.960Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-08T17:36:00.230Z] ---> Running in 2aaf48154530 [2020-10-08T17:36:00.230Z] Removing intermediate container 7947b4d1f9bf [2020-10-08T17:36:00.230Z] ---> 550408760080 [2020-10-08T17:36:00.230Z] [2020-10-08T17:36:00.497Z] Successfully built 550408760080 [2020-10-08T17:36:00.497Z] Successfully tagged docker-support-notifications-go:latest [2020-10-08T17:36:00.762Z]  Building docker-support-notifications-go ... done Removing intermediate container 2aaf48154530 [2020-10-08T17:36:00.762Z] ---> 3cc9c7337012 [2020-10-08T17:36:00.762Z] Step 24/26 : LABEL arch=x86_64 [2020-10-08T17:36:00.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-08T17:36:00.762Z] ---> Running in d45800e55ce4 [2020-10-08T17:36:01.029Z] Removing intermediate container d45800e55ce4 [2020-10-08T17:36:01.029Z] ---> 7f82a773c346 [2020-10-08T17:36:01.029Z] Step 25/26 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:01.029Z] ---> Running in 1357a2a22099 [2020-10-08T17:36:01.029Z] Removing intermediate container 1357a2a22099 [2020-10-08T17:36:01.029Z] ---> 16085b14c663 [2020-10-08T17:36:01.029Z] Step 26/26 : LABEL version=1.2.2-dev.58 [2020-10-08T17:36:01.295Z] ---> Running in 5d3aedc01c6a [2020-10-08T17:36:01.560Z] Removing intermediate container 5d3aedc01c6a [2020-10-08T17:36:01.560Z] ---> bd2f943b6b8f [2020-10-08T17:36:01.560Z] [2020-10-08T17:36:01.560Z] Successfully built bd2f943b6b8f [2020-10-08T17:36:01.560Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-08T17:36:01.560Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5d8d234bfdc2 [2020-10-08T17:36:01.560Z] ---> 79ae417c174c [2020-10-08T17:36:01.560Z] [2020-10-08T17:36:01.560Z] Step 11/27 : FROM docker:latest [2020-10-08T17:36:01.560Z] ---> 809cc4dba987 [2020-10-08T17:36:01.560Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-08T17:36:01.832Z] ---> Running in 0814369b3754 [2020-10-08T17:36:02.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:36:02.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:36:02.364Z] (1/2) Installing readline (8.0.4-r0) [2020-10-08T17:36:02.364Z] (2/2) Installing bash (5.0.17-r0) [2020-10-08T17:36:02.631Z] Executing bash-5.0.17-r0.post-install [2020-10-08T17:36:02.631Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:36:02.631Z] OK: 12 MiB in 22 packages [2020-10-08T17:36:02.895Z] Removing intermediate container 0814369b3754 [2020-10-08T17:36:02.895Z] ---> 78c61f6cbe24 [2020-10-08T17:36:02.895Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-08T17:36:03.161Z] ---> Running in 7e275adb40ea [2020-10-08T17:36:03.740Z] Removing intermediate container 7e275adb40ea [2020-10-08T17:36:03.740Z] ---> e92956a41409 [2020-10-08T17:36:03.740Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-08T17:36:03.740Z] ---> Running in 44569bbac5d9 [2020-10-08T17:36:04.005Z] Removing intermediate container 44569bbac5d9 [2020-10-08T17:36:04.005Z] ---> 568c250ee028 [2020-10-08T17:36:04.005Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-08T17:36:04.005Z] ---> Running in 60c97af41bc0 [2020-10-08T17:36:04.270Z] Removing intermediate container 60c97af41bc0 [2020-10-08T17:36:04.270Z] ---> 69928d151842 [2020-10-08T17:36:04.270Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-08T17:36:04.270Z] ---> Running in 9b2cd400c849 [2020-10-08T17:36:04.536Z] Removing intermediate container 9b2cd400c849 [2020-10-08T17:36:04.536Z] ---> 58f171a50aa7 [2020-10-08T17:36:04.536Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-08T17:36:04.805Z] ---> e1ce1343bc9b [2020-10-08T17:36:04.805Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-08T17:36:05.073Z] ---> 901a454cc1ee [2020-10-08T17:36:05.073Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-08T17:36:05.653Z] ---> 08c005110bda [2020-10-08T17:36:05.653Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-08T17:36:05.653Z] ---> Running in 2e30f2f58ddc [2020-10-08T17:36:07.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:36:07.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:36:07.064Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-08T17:36:07.064Z] (2/33) Installing expat (2.2.9-r1) [2020-10-08T17:36:07.064Z] (3/33) Installing libffi (3.3-r2) [2020-10-08T17:36:07.064Z] (4/33) Installing gdbm (1.13-r1) [2020-10-08T17:36:07.064Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-08T17:36:07.064Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-08T17:36:07.064Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-08T17:36:08.020Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-08T17:36:08.020Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-08T17:36:08.020Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-08T17:36:08.020Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-08T17:36:08.020Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-08T17:36:08.020Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-08T17:36:08.285Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-08T17:36:08.285Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-08T17:36:08.285Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-08T17:36:08.285Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-08T17:36:08.285Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-08T17:36:08.285Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-08T17:36:08.285Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-08T17:36:08.285Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-08T17:36:08.285Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-08T17:36:08.285Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-08T17:36:08.575Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-08T17:36:08.575Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-08T17:36:08.575Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-08T17:36:08.575Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-08T17:36:08.575Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-08T17:36:08.575Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-08T17:36:08.575Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-08T17:36:08.575Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-08T17:36:08.575Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-08T17:36:08.575Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-08T17:36:08.575Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:36:08.575Z] OK: 71 MiB in 55 packages [2020-10-08T17:36:18.669Z] Removing intermediate container 2e30f2f58ddc [2020-10-08T17:36:18.669Z] ---> 09208a5021f5 [2020-10-08T17:36:18.669Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-08T17:36:18.669Z] ---> Running in cecbd202c2df [2020-10-08T17:36:19.272Z] Collecting docker-compose==1.23.2 [2020-10-08T17:36:19.272Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-08T17:36:19.563Z] Collecting jsonschema<3,>=2.5.1 [2020-10-08T17:36:19.563Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-08T17:36:19.563Z] Collecting texttable<0.10,>=0.9.0 [2020-10-08T17:36:19.563Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-08T17:36:20.196Z] Collecting PyYAML<4,>=3.10 [2020-10-08T17:36:20.196Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-08T17:36:21.147Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-08T17:36:21.147Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-08T17:36:21.412Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-08T17:36:21.412Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-08T17:36:21.991Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-08T17:36:21.991Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-08T17:36:21.991Z] Collecting docker<4.0,>=3.6.0 [2020-10-08T17:36:21.991Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-08T17:36:22.256Z] Collecting docopt<0.7,>=0.6.1 [2020-10-08T17:36:22.256Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-08T17:36:22.835Z] 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-08T17:36:22.835Z] Collecting cached-property<2,>=1.2.0 [2020-10-08T17:36:22.835Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-08T17:36:22.835Z] 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-08T17:36:22.835Z] Collecting idna<2.8,>=2.5 [2020-10-08T17:36:22.835Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-08T17:36:23.098Z] 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-08T17:36:23.098Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-08T17:36:23.098Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-08T17:36:23.098Z] Collecting docker-pycreds>=0.4.0 [2020-10-08T17:36:23.362Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-08T17:36:23.362Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-08T17:36:23.362Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-08T17:36:23.362Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-08T17:36:23.362Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-08T17:36:23.362Z] Installing collected packages: jsonschema, texttable, PyYAML, idna, urllib3, requests, dockerpty, websocket-client, docker-pycreds, docker, docopt, cached-property, docker-compose [2020-10-08T17:36:23.625Z] Running setup.py install for texttable: started [2020-10-08T17:36:23.900Z] Running setup.py install for texttable: finished with status 'done' [2020-10-08T17:36:23.900Z] Running setup.py install for PyYAML: started [2020-10-08T17:36:24.487Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-08T17:36:24.487Z] Attempting uninstall: idna [2020-10-08T17:36:24.487Z] Found existing installation: idna 2.9 [2020-10-08T17:36:24.487Z] Uninstalling idna-2.9: [2020-10-08T17:36:24.487Z] Successfully uninstalled idna-2.9 [2020-10-08T17:36:24.750Z] Attempting uninstall: urllib3 [2020-10-08T17:36:24.750Z] Found existing installation: urllib3 1.25.9 [2020-10-08T17:36:24.750Z] Uninstalling urllib3-1.25.9: [2020-10-08T17:36:24.750Z] Successfully uninstalled urllib3-1.25.9 [2020-10-08T17:36:25.018Z] Attempting uninstall: requests [2020-10-08T17:36:25.018Z] Found existing installation: requests 2.23.0 [2020-10-08T17:36:25.018Z] Uninstalling requests-2.23.0: [2020-10-08T17:36:25.018Z] Successfully uninstalled requests-2.23.0 [2020-10-08T17:36:25.284Z] Running setup.py install for dockerpty: started [2020-10-08T17:36:25.549Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-08T17:36:26.128Z] Running setup.py install for docopt: started [2020-10-08T17:36:26.392Z] Running setup.py install for docopt: finished with status 'done' [2020-10-08T17:36:26.970Z] 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-08T17:36:31.206Z] Removing intermediate container cecbd202c2df [2020-10-08T17:36:31.206Z] ---> bd740d1d800f [2020-10-08T17:36:31.206Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-08T17:36:31.206Z] ---> Running in 6793d7c47ebe [2020-10-08T17:36:31.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-08T17:36:31.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-08T17:36:31.787Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-08T17:36:31.787Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-08T17:36:31.787Z] (3/3) Installing curl (7.69.1-r1) [2020-10-08T17:36:31.787Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:36:31.787Z] OK: 72 MiB in 58 packages [2020-10-08T17:36:32.367Z] Removing intermediate container 6793d7c47ebe [2020-10-08T17:36:32.367Z] ---> eb484fd2a8b1 [2020-10-08T17:36:32.367Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-08T17:36:32.367Z] ---> Running in 1f7f2736ee49 [2020-10-08T17:36:32.367Z] Removing intermediate container 1f7f2736ee49 [2020-10-08T17:36:32.367Z] ---> 563cc93419d3 [2020-10-08T17:36:32.367Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:36:32.367Z] ---> Running in a46033f266cf [2020-10-08T17:36:32.631Z] Removing intermediate container a46033f266cf [2020-10-08T17:36:32.631Z] ---> 648895659c39 [2020-10-08T17:36:32.631Z] Step 25/27 : LABEL arch=x86_64 [2020-10-08T17:36:32.631Z] ---> Running in 150094e88c77 [2020-10-08T17:36:32.896Z] Removing intermediate container 150094e88c77 [2020-10-08T17:36:32.896Z] ---> c531d98aee25 [2020-10-08T17:36:32.896Z] Step 26/27 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:32.896Z] ---> Running in 3371d3ac43ea [2020-10-08T17:36:33.160Z] Removing intermediate container 3371d3ac43ea [2020-10-08T17:36:33.160Z] ---> 492243e9b5b9 [2020-10-08T17:36:33.160Z] Step 27/27 : LABEL version=1.2.2-dev.58 [2020-10-08T17:36:33.160Z] ---> Running in de6d9b1aeffc [2020-10-08T17:36:33.160Z] Removing intermediate container de6d9b1aeffc [2020-10-08T17:36:33.160Z] ---> e3d5e5529fb7 [2020-10-08T17:36:33.160Z] [2020-10-08T17:36:33.425Z] Successfully built e3d5e5529fb7 [2020-10-08T17:36:33.425Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-08T17:36:33.706Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-08T17:36:33.732Z] $ docker stop --time=1 047f13cb3731cf443526a5a81fae53cfc19db00f64543197aaf1d141c9d16bdf [2020-10-08T17:36:35.331Z] $ docker rm -f 047f13cb3731cf443526a5a81fae53cfc19db00f64543197aaf1d141c9d16bdf [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:36:35.861Z] + docker images [2020-10-08T17:36:35.861Z] + grep docker [2020-10-08T17:36:35.861Z] docker-sys-mgmt-agent-go latest e3d5e5529fb7 2 seconds ago 290MB [2020-10-08T17:36:35.861Z] docker-security-secretstore-setup-go latest bd2f943b6b8f 34 seconds ago 32.4MB [2020-10-08T17:36:35.861Z] docker-support-notifications-go latest 550408760080 35 seconds ago 13.6MB [2020-10-08T17:36:35.861Z] docker-core-metadata-go latest 5189a741bd27 42 seconds ago 14.2MB [2020-10-08T17:36:35.861Z] docker-security-proxy-setup-go latest 5f6731e715ce About a minute ago 15.8MB [2020-10-08T17:36:35.861Z] docker-core-data-go latest 3b36651320a7 About a minute ago 23.6MB [2020-10-08T17:36:35.861Z] docker-core-command-go latest 0c665087fc2c About a minute ago 12.2MB [2020-10-08T17:36:35.861Z] docker-support-logging-go latest 7239a580b798 About a minute ago 11.1MB [2020-10-08T17:36:35.861Z] docker-support-scheduler-go latest 324369191746 2 minutes ago 12.3MB [2020-10-08T17:36:35.861Z] docker-security-secrets-setup-go latest 90c2830351cf 2 minutes ago 24MB [2020-10-08T17:36:35.861Z] docker latest 809cc4dba987 2 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-08T17:36:36.497Z] provisioning config files... [2020-10-08T17:36:36.550Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/173@tmp/config4012414987104760902tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:36:36.933Z] ---> docker-login.sh [2020-10-08T17:36:36.933Z] nexus3.edgexfoundry.org:10001 [2020-10-08T17:36:36.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T17:36:37.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T17:36:37.195Z] Configure a credential helper to remove this warning. See [2020-10-08T17:36:37.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T17:36:37.195Z] [2020-10-08T17:36:37.195Z] Login Succeeded [2020-10-08T17:36:37.195Z] nexus3.edgexfoundry.org:10002 [2020-10-08T17:36:37.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T17:36:37.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T17:36:37.195Z] Configure a credential helper to remove this warning. See [2020-10-08T17:36:37.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T17:36:37.195Z] [2020-10-08T17:36:37.195Z] Login Succeeded [2020-10-08T17:36:37.195Z] nexus3.edgexfoundry.org:10003 [2020-10-08T17:36:37.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T17:36:37.457Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T17:36:37.457Z] Configure a credential helper to remove this warning. See [2020-10-08T17:36:37.457Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T17:36:37.457Z] [2020-10-08T17:36:37.457Z] Login Succeeded [2020-10-08T17:36:37.457Z] nexus3.edgexfoundry.org:10004 [2020-10-08T17:36:37.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T17:36:37.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T17:36:37.727Z] Configure a credential helper to remove this warning. See [2020-10-08T17:36:37.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T17:36:37.727Z] [2020-10-08T17:36:37.727Z] Login Succeeded [2020-10-08T17:36:37.727Z] docker.io [2020-10-08T17:36:37.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T17:36:38.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T17:36:38.302Z] Configure a credential helper to remove this warning. See [2020-10-08T17:36:38.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T17:36:38.303Z] [2020-10-08T17:36:38.303Z] Login Succeeded [2020-10-08T17:36:38.303Z] ---> docker-login.sh ends [Pipeline] } [2020-10-08T17:36:38.313Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:36:38.527Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-08T17:36:38.527Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:38.527Z] 1.2.2-dev.58 [2020-10-08T17:36:38.527Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:38.527Z] master [2020-10-08T17:36:38.527Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:39.043Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:39.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:39.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-08T17:36:39.481Z] be6cb21b036f: Preparing [2020-10-08T17:36:39.481Z] 767ab0496651: Preparing [2020-10-08T17:36:39.481Z] c33271b91027: Preparing [2020-10-08T17:36:39.748Z] be6cb21b036f: Pushed [2020-10-08T17:36:39.748Z] c33271b91027: Pushed [2020-10-08T17:36:40.697Z] 767ab0496651: Pushed [2020-10-08T17:36:40.961Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:0d016576f97af5abbe7aeb3492d9156be4eaf165ec99a878054d4659e2ac2e82 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:41.270Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:41.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.58 [2020-10-08T17:36:41.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-08T17:36:41.580Z] be6cb21b036f: Preparing [2020-10-08T17:36:41.580Z] 767ab0496651: Preparing [2020-10-08T17:36:41.580Z] c33271b91027: Preparing [2020-10-08T17:36:41.580Z] 767ab0496651: Layer already exists [2020-10-08T17:36:41.580Z] be6cb21b036f: Layer already exists [2020-10-08T17:36:41.580Z] c33271b91027: Layer already exists [2020-10-08T17:36:41.580Z] 1.2.2-dev.58: digest: sha256:0d016576f97af5abbe7aeb3492d9156be4eaf165ec99a878054d4659e2ac2e82 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:41.896Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:42.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:42.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-08T17:36:42.198Z] be6cb21b036f: Preparing [2020-10-08T17:36:42.198Z] 767ab0496651: Preparing [2020-10-08T17:36:42.198Z] c33271b91027: Preparing [2020-10-08T17:36:42.198Z] be6cb21b036f: Layer already exists [2020-10-08T17:36:42.198Z] 767ab0496651: Layer already exists [2020-10-08T17:36:42.198Z] c33271b91027: Layer already exists [2020-10-08T17:36:42.198Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:0d016576f97af5abbe7aeb3492d9156be4eaf165ec99a878054d4659e2ac2e82 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:42.509Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:42.829Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-08T17:36:42.829Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-08T17:36:42.829Z] be6cb21b036f: Preparing [2020-10-08T17:36:42.829Z] 767ab0496651: Preparing [2020-10-08T17:36:42.829Z] c33271b91027: Preparing [2020-10-08T17:36:42.829Z] c33271b91027: Layer already exists [2020-10-08T17:36:42.829Z] 767ab0496651: Layer already exists [2020-10-08T17:36:42.829Z] be6cb21b036f: Layer already exists [2020-10-08T17:36:42.829Z] master: digest: sha256:0d016576f97af5abbe7aeb3492d9156be4eaf165ec99a878054d4659e2ac2e82 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:36:43.072Z] ===================================================== [Pipeline] echo [2020-10-08T17:36:43.122Z] taggedImages: [2020-10-08T17:36:43.123Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:43.123Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.58 [2020-10-08T17:36:43.123Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:43.123Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-08T17:36:43.188Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-08T17:36:43.188Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:43.188Z] 1.2.2-dev.58 [2020-10-08T17:36:43.188Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:43.188Z] master [2020-10-08T17:36:43.188Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:43.824Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:44.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:44.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-08T17:36:44.211Z] 46acf01870cc: Preparing [2020-10-08T17:36:44.211Z] 1908f0637b18: Preparing [2020-10-08T17:36:44.211Z] b471d5b510f2: Preparing [2020-10-08T17:36:44.211Z] d61f9b9830c9: Preparing [2020-10-08T17:36:44.211Z] 490a6da97dc2: Preparing [2020-10-08T17:36:44.211Z] 50644c29ef5a: Preparing [2020-10-08T17:36:44.211Z] 50644c29ef5a: Waiting [2020-10-08T17:36:44.211Z] b471d5b510f2: Pushed [2020-10-08T17:36:44.494Z] 490a6da97dc2: Pushed [2020-10-08T17:36:44.494Z] 46acf01870cc: Pushed [2020-10-08T17:36:44.494Z] 50644c29ef5a: Layer already exists [2020-10-08T17:36:44.494Z] d61f9b9830c9: Pushed [2020-10-08T17:36:45.962Z] 1908f0637b18: Pushed [2020-10-08T17:36:45.962Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:28fdcdd4c7c8d05b0d513c246835fc5e49627343c95e109e9b122c4fac264d21 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:46.383Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:46.727Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.58 [2020-10-08T17:36:46.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-08T17:36:46.727Z] 46acf01870cc: Preparing [2020-10-08T17:36:46.727Z] 1908f0637b18: Preparing [2020-10-08T17:36:46.727Z] b471d5b510f2: Preparing [2020-10-08T17:36:46.727Z] d61f9b9830c9: Preparing [2020-10-08T17:36:46.727Z] 490a6da97dc2: Preparing [2020-10-08T17:36:46.727Z] 50644c29ef5a: Preparing [2020-10-08T17:36:46.727Z] 50644c29ef5a: Waiting [2020-10-08T17:36:46.727Z] b471d5b510f2: Layer already exists [2020-10-08T17:36:46.727Z] d61f9b9830c9: Layer already exists [2020-10-08T17:36:46.727Z] 1908f0637b18: Layer already exists [2020-10-08T17:36:46.727Z] 46acf01870cc: Layer already exists [2020-10-08T17:36:46.727Z] 490a6da97dc2: Layer already exists [2020-10-08T17:36:46.727Z] 50644c29ef5a: Layer already exists [2020-10-08T17:36:46.727Z] 1.2.2-dev.58: digest: sha256:28fdcdd4c7c8d05b0d513c246835fc5e49627343c95e109e9b122c4fac264d21 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:47.078Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:47.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:47.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-08T17:36:47.377Z] 46acf01870cc: Preparing [2020-10-08T17:36:47.377Z] 1908f0637b18: Preparing [2020-10-08T17:36:47.377Z] b471d5b510f2: Preparing [2020-10-08T17:36:47.377Z] d61f9b9830c9: Preparing [2020-10-08T17:36:47.377Z] 490a6da97dc2: Preparing [2020-10-08T17:36:47.377Z] 50644c29ef5a: Preparing [2020-10-08T17:36:47.377Z] 50644c29ef5a: Waiting [2020-10-08T17:36:47.377Z] 1908f0637b18: Layer already exists [2020-10-08T17:36:47.377Z] 490a6da97dc2: Layer already exists [2020-10-08T17:36:47.377Z] 46acf01870cc: Layer already exists [2020-10-08T17:36:47.377Z] b471d5b510f2: Layer already exists [2020-10-08T17:36:47.377Z] d61f9b9830c9: Layer already exists [2020-10-08T17:36:47.377Z] 50644c29ef5a: Layer already exists [2020-10-08T17:36:47.377Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:28fdcdd4c7c8d05b0d513c246835fc5e49627343c95e109e9b122c4fac264d21 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:47.682Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:48.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-08T17:36:48.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-08T17:36:48.060Z] 46acf01870cc: Preparing [2020-10-08T17:36:48.060Z] 1908f0637b18: Preparing [2020-10-08T17:36:48.060Z] b471d5b510f2: Preparing [2020-10-08T17:36:48.060Z] d61f9b9830c9: Preparing [2020-10-08T17:36:48.060Z] 490a6da97dc2: Preparing [2020-10-08T17:36:48.060Z] 50644c29ef5a: Preparing [2020-10-08T17:36:48.060Z] 50644c29ef5a: Waiting [2020-10-08T17:36:48.060Z] b471d5b510f2: Layer already exists [2020-10-08T17:36:48.060Z] 490a6da97dc2: Layer already exists [2020-10-08T17:36:48.060Z] d61f9b9830c9: Layer already exists [2020-10-08T17:36:48.060Z] 1908f0637b18: Layer already exists [2020-10-08T17:36:48.060Z] 46acf01870cc: Layer already exists [2020-10-08T17:36:48.060Z] 50644c29ef5a: Layer already exists [2020-10-08T17:36:48.060Z] master: digest: sha256:28fdcdd4c7c8d05b0d513c246835fc5e49627343c95e109e9b122c4fac264d21 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:36:48.246Z] ===================================================== [Pipeline] echo [2020-10-08T17:36:48.294Z] taggedImages: [2020-10-08T17:36:48.294Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:48.294Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.58 [2020-10-08T17:36:48.294Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:48.294Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-08T17:36:48.358Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-08T17:36:48.359Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:48.359Z] 1.2.2-dev.58 [2020-10-08T17:36:48.359Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:48.359Z] master [2020-10-08T17:36:48.359Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:48.859Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:49.161Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:49.161Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-08T17:36:49.161Z] edcc8e2584b0: Preparing [2020-10-08T17:36:49.161Z] 92fbf09fd963: Preparing [2020-10-08T17:36:49.161Z] 470f7c8c4877: Preparing [2020-10-08T17:36:49.161Z] 470f7c8c4877: Pushed [2020-10-08T17:36:49.161Z] edcc8e2584b0: Pushed [2020-10-08T17:36:50.559Z] 92fbf09fd963: Pushed [2020-10-08T17:36:50.820Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:1650efc2d25491a429380ef3bf44508cb021fca0980619789127411569917c37 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:51.128Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:51.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.58 [2020-10-08T17:36:51.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-08T17:36:51.436Z] edcc8e2584b0: Preparing [2020-10-08T17:36:51.436Z] 92fbf09fd963: Preparing [2020-10-08T17:36:51.436Z] 470f7c8c4877: Preparing [2020-10-08T17:36:51.436Z] edcc8e2584b0: Layer already exists [2020-10-08T17:36:51.436Z] 470f7c8c4877: Layer already exists [2020-10-08T17:36:51.436Z] 92fbf09fd963: Layer already exists [2020-10-08T17:36:51.436Z] 1.2.2-dev.58: digest: sha256:1650efc2d25491a429380ef3bf44508cb021fca0980619789127411569917c37 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:51.738Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:52.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:52.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-08T17:36:52.038Z] edcc8e2584b0: Preparing [2020-10-08T17:36:52.038Z] 92fbf09fd963: Preparing [2020-10-08T17:36:52.038Z] 470f7c8c4877: Preparing [2020-10-08T17:36:52.038Z] edcc8e2584b0: Layer already exists [2020-10-08T17:36:52.038Z] 470f7c8c4877: Layer already exists [2020-10-08T17:36:52.038Z] 92fbf09fd963: Layer already exists [2020-10-08T17:36:52.038Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:1650efc2d25491a429380ef3bf44508cb021fca0980619789127411569917c37 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:52.341Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:52.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-08T17:36:52.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-08T17:36:52.640Z] edcc8e2584b0: Preparing [2020-10-08T17:36:52.640Z] 92fbf09fd963: Preparing [2020-10-08T17:36:52.640Z] 470f7c8c4877: Preparing [2020-10-08T17:36:52.640Z] 92fbf09fd963: Layer already exists [2020-10-08T17:36:52.640Z] 470f7c8c4877: Layer already exists [2020-10-08T17:36:52.640Z] edcc8e2584b0: Layer already exists [2020-10-08T17:36:52.640Z] master: digest: sha256:1650efc2d25491a429380ef3bf44508cb021fca0980619789127411569917c37 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:36:52.843Z] ===================================================== [Pipeline] echo [2020-10-08T17:36:52.890Z] taggedImages: [2020-10-08T17:36:52.890Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:52.890Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.58 [2020-10-08T17:36:52.890Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:52.890Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-08T17:36:52.955Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-08T17:36:52.955Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:52.955Z] 1.2.2-dev.58 [2020-10-08T17:36:52.955Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:52.955Z] master [2020-10-08T17:36:52.955Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:53.471Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:53.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:53.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-08T17:36:53.962Z] b931f5420e16: Preparing [2020-10-08T17:36:53.962Z] 8499cc82b465: Preparing [2020-10-08T17:36:53.962Z] 1530d02ae76d: Preparing [2020-10-08T17:36:53.962Z] fca420127243: Preparing [2020-10-08T17:36:53.962Z] 50644c29ef5a: Preparing [2020-10-08T17:36:53.962Z] 50644c29ef5a: Layer already exists [2020-10-08T17:36:53.962Z] 8499cc82b465: Pushed [2020-10-08T17:36:53.962Z] 1530d02ae76d: Pushed [2020-10-08T17:36:54.246Z] fca420127243: Pushed [2020-10-08T17:36:54.851Z] b931f5420e16: Pushed [2020-10-08T17:36:55.114Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:bb2f7972c0d12cc95ac777f75f5376ea2becfcdaf3a6474ff2842fd8447329e5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:55.424Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:55.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.58 [2020-10-08T17:36:55.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-08T17:36:55.721Z] b931f5420e16: Preparing [2020-10-08T17:36:55.721Z] 8499cc82b465: Preparing [2020-10-08T17:36:55.721Z] 1530d02ae76d: Preparing [2020-10-08T17:36:55.721Z] fca420127243: Preparing [2020-10-08T17:36:55.721Z] 50644c29ef5a: Preparing [2020-10-08T17:36:55.721Z] 8499cc82b465: Layer already exists [2020-10-08T17:36:55.721Z] fca420127243: Layer already exists [2020-10-08T17:36:55.721Z] 1530d02ae76d: Layer already exists [2020-10-08T17:36:55.721Z] 50644c29ef5a: Layer already exists [2020-10-08T17:36:55.721Z] b931f5420e16: Layer already exists [2020-10-08T17:36:55.721Z] 1.2.2-dev.58: digest: sha256:bb2f7972c0d12cc95ac777f75f5376ea2becfcdaf3a6474ff2842fd8447329e5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:56.030Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:56.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:56.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-08T17:36:56.330Z] b931f5420e16: Preparing [2020-10-08T17:36:56.330Z] 8499cc82b465: Preparing [2020-10-08T17:36:56.330Z] 1530d02ae76d: Preparing [2020-10-08T17:36:56.330Z] fca420127243: Preparing [2020-10-08T17:36:56.330Z] 50644c29ef5a: Preparing [2020-10-08T17:36:56.330Z] 8499cc82b465: Layer already exists [2020-10-08T17:36:56.330Z] 50644c29ef5a: Layer already exists [2020-10-08T17:36:56.330Z] 1530d02ae76d: Layer already exists [2020-10-08T17:36:56.330Z] fca420127243: Layer already exists [2020-10-08T17:36:56.330Z] b931f5420e16: Layer already exists [2020-10-08T17:36:56.330Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:bb2f7972c0d12cc95ac777f75f5376ea2becfcdaf3a6474ff2842fd8447329e5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:56.638Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:56.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-08T17:36:56.938Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-08T17:36:56.938Z] b931f5420e16: Preparing [2020-10-08T17:36:56.938Z] 8499cc82b465: Preparing [2020-10-08T17:36:56.938Z] 1530d02ae76d: Preparing [2020-10-08T17:36:56.938Z] fca420127243: Preparing [2020-10-08T17:36:56.938Z] 50644c29ef5a: Preparing [2020-10-08T17:36:56.938Z] 1530d02ae76d: Layer already exists [2020-10-08T17:36:56.938Z] fca420127243: Layer already exists [2020-10-08T17:36:56.938Z] b931f5420e16: Layer already exists [2020-10-08T17:36:56.938Z] 8499cc82b465: Layer already exists [2020-10-08T17:36:56.938Z] 50644c29ef5a: Layer already exists [2020-10-08T17:36:56.938Z] master: digest: sha256:bb2f7972c0d12cc95ac777f75f5376ea2becfcdaf3a6474ff2842fd8447329e5 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:36:57.142Z] ===================================================== [Pipeline] echo [2020-10-08T17:36:57.188Z] taggedImages: [2020-10-08T17:36:57.188Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:57.188Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.58 [2020-10-08T17:36:57.188Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:57.188Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-08T17:36:57.247Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-08T17:36:57.247Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:57.247Z] 1.2.2-dev.58 [2020-10-08T17:36:57.247Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:36:57.247Z] master [2020-10-08T17:36:57.247Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:57.756Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:58.058Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:36:58.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-08T17:36:58.058Z] ee1272d7c2e1: Preparing [2020-10-08T17:36:58.058Z] 2f5b203b0ee3: Preparing [2020-10-08T17:36:58.058Z] 0e32e57556e2: Preparing [2020-10-08T17:36:58.058Z] 46e3de4af4b6: Preparing [2020-10-08T17:36:58.058Z] 46e3de4af4b6: Preparing [2020-10-08T17:36:58.058Z] 3d3a035c9575: Preparing [2020-10-08T17:36:58.058Z] 266dbd703deb: Preparing [2020-10-08T17:36:58.058Z] 68ae4bc9ad21: Preparing [2020-10-08T17:36:58.058Z] ee1272d7c2e1: Preparing [2020-10-08T17:36:58.058Z] 00cd74ae8a45: Preparing [2020-10-08T17:36:58.058Z] 75a406d48512: Preparing [2020-10-08T17:36:58.058Z] 96abbb75ca10: Preparing [2020-10-08T17:36:58.058Z] 50644c29ef5a: Preparing [2020-10-08T17:36:58.058Z] 266dbd703deb: Waiting [2020-10-08T17:36:58.058Z] 75a406d48512: Waiting [2020-10-08T17:36:58.058Z] 68ae4bc9ad21: Waiting [2020-10-08T17:36:58.058Z] 00cd74ae8a45: Waiting [2020-10-08T17:36:58.058Z] 96abbb75ca10: Waiting [2020-10-08T17:36:58.058Z] 50644c29ef5a: Waiting [2020-10-08T17:36:58.327Z] 0e32e57556e2: Pushed [2020-10-08T17:36:58.327Z] 3d3a035c9575: Pushed [2020-10-08T17:36:58.327Z] 46e3de4af4b6: Pushed [2020-10-08T17:36:58.327Z] 2f5b203b0ee3: Pushed [2020-10-08T17:36:58.327Z] 266dbd703deb: Pushed [2020-10-08T17:36:58.596Z] 00cd74ae8a45: Pushed [2020-10-08T17:36:58.596Z] 68ae4bc9ad21: Pushed [2020-10-08T17:36:58.596Z] 75a406d48512: Pushed [2020-10-08T17:36:58.596Z] 50644c29ef5a: Layer already exists [2020-10-08T17:36:58.859Z] 96abbb75ca10: Pushed [2020-10-08T17:36:59.121Z] ee1272d7c2e1: Pushed [2020-10-08T17:36:59.382Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:b235434936cfb1b613ed8420ff1799706fef52b7916de2a118f298089037db27 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:59.686Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:36:59.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.58 [2020-10-08T17:36:59.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-08T17:36:59.987Z] ee1272d7c2e1: Preparing [2020-10-08T17:36:59.987Z] 2f5b203b0ee3: Preparing [2020-10-08T17:36:59.987Z] 0e32e57556e2: Preparing [2020-10-08T17:36:59.987Z] 46e3de4af4b6: Preparing [2020-10-08T17:36:59.987Z] 46e3de4af4b6: Preparing [2020-10-08T17:36:59.987Z] 3d3a035c9575: Preparing [2020-10-08T17:36:59.987Z] 266dbd703deb: Preparing [2020-10-08T17:36:59.987Z] 68ae4bc9ad21: Preparing [2020-10-08T17:36:59.987Z] ee1272d7c2e1: Preparing [2020-10-08T17:36:59.987Z] 00cd74ae8a45: Preparing [2020-10-08T17:36:59.987Z] 75a406d48512: Preparing [2020-10-08T17:36:59.987Z] 96abbb75ca10: Preparing [2020-10-08T17:36:59.987Z] 50644c29ef5a: Preparing [2020-10-08T17:36:59.987Z] 68ae4bc9ad21: Waiting [2020-10-08T17:36:59.987Z] 96abbb75ca10: Waiting [2020-10-08T17:36:59.987Z] 00cd74ae8a45: Waiting [2020-10-08T17:36:59.987Z] 75a406d48512: Waiting [2020-10-08T17:36:59.987Z] 50644c29ef5a: Waiting [2020-10-08T17:36:59.987Z] 266dbd703deb: Waiting [2020-10-08T17:36:59.987Z] 46e3de4af4b6: Layer already exists [2020-10-08T17:36:59.987Z] 3d3a035c9575: Layer already exists [2020-10-08T17:36:59.987Z] ee1272d7c2e1: Layer already exists [2020-10-08T17:36:59.987Z] 2f5b203b0ee3: Layer already exists [2020-10-08T17:36:59.987Z] 0e32e57556e2: Layer already exists [2020-10-08T17:36:59.987Z] 266dbd703deb: Layer already exists [2020-10-08T17:36:59.987Z] 00cd74ae8a45: Layer already exists [2020-10-08T17:36:59.987Z] 68ae4bc9ad21: Layer already exists [2020-10-08T17:36:59.987Z] 96abbb75ca10: Layer already exists [2020-10-08T17:36:59.987Z] 75a406d48512: Layer already exists [2020-10-08T17:36:59.987Z] 50644c29ef5a: Layer already exists [2020-10-08T17:36:59.987Z] 1.2.2-dev.58: digest: sha256:b235434936cfb1b613ed8420ff1799706fef52b7916de2a118f298089037db27 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:00.293Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:00.589Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:00.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-08T17:37:00.590Z] ee1272d7c2e1: Preparing [2020-10-08T17:37:00.590Z] 2f5b203b0ee3: Preparing [2020-10-08T17:37:00.590Z] 0e32e57556e2: Preparing [2020-10-08T17:37:00.590Z] 46e3de4af4b6: Preparing [2020-10-08T17:37:00.590Z] 46e3de4af4b6: Preparing [2020-10-08T17:37:00.590Z] 3d3a035c9575: Preparing [2020-10-08T17:37:00.590Z] 266dbd703deb: Preparing [2020-10-08T17:37:00.590Z] 68ae4bc9ad21: Preparing [2020-10-08T17:37:00.590Z] ee1272d7c2e1: Preparing [2020-10-08T17:37:00.590Z] 00cd74ae8a45: Preparing [2020-10-08T17:37:00.590Z] 75a406d48512: Preparing [2020-10-08T17:37:00.590Z] 96abbb75ca10: Preparing [2020-10-08T17:37:00.590Z] 50644c29ef5a: Preparing [2020-10-08T17:37:00.590Z] 266dbd703deb: Waiting [2020-10-08T17:37:00.590Z] 68ae4bc9ad21: Waiting [2020-10-08T17:37:00.590Z] 00cd74ae8a45: Waiting [2020-10-08T17:37:00.590Z] 75a406d48512: Waiting [2020-10-08T17:37:00.590Z] 96abbb75ca10: Waiting [2020-10-08T17:37:00.590Z] 50644c29ef5a: Waiting [2020-10-08T17:37:00.590Z] 2f5b203b0ee3: Layer already exists [2020-10-08T17:37:00.590Z] ee1272d7c2e1: Layer already exists [2020-10-08T17:37:00.590Z] 3d3a035c9575: Layer already exists [2020-10-08T17:37:00.590Z] 46e3de4af4b6: Layer already exists [2020-10-08T17:37:00.590Z] 266dbd703deb: Layer already exists [2020-10-08T17:37:00.590Z] 68ae4bc9ad21: Layer already exists [2020-10-08T17:37:00.590Z] 75a406d48512: Layer already exists [2020-10-08T17:37:00.590Z] 00cd74ae8a45: Layer already exists [2020-10-08T17:37:00.590Z] 96abbb75ca10: Layer already exists [2020-10-08T17:37:00.590Z] 50644c29ef5a: Layer already exists [2020-10-08T17:37:00.850Z] 0e32e57556e2: Layer already exists [2020-10-08T17:37:00.850Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:b235434936cfb1b613ed8420ff1799706fef52b7916de2a118f298089037db27 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:01.152Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:01.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-08T17:37:01.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-08T17:37:01.450Z] ee1272d7c2e1: Preparing [2020-10-08T17:37:01.450Z] 2f5b203b0ee3: Preparing [2020-10-08T17:37:01.450Z] 0e32e57556e2: Preparing [2020-10-08T17:37:01.450Z] 46e3de4af4b6: Preparing [2020-10-08T17:37:01.450Z] 46e3de4af4b6: Preparing [2020-10-08T17:37:01.450Z] 3d3a035c9575: Preparing [2020-10-08T17:37:01.450Z] 266dbd703deb: Preparing [2020-10-08T17:37:01.450Z] 68ae4bc9ad21: Preparing [2020-10-08T17:37:01.450Z] ee1272d7c2e1: Preparing [2020-10-08T17:37:01.450Z] 00cd74ae8a45: Preparing [2020-10-08T17:37:01.450Z] 75a406d48512: Preparing [2020-10-08T17:37:01.450Z] 96abbb75ca10: Preparing [2020-10-08T17:37:01.450Z] 50644c29ef5a: Preparing [2020-10-08T17:37:01.450Z] 75a406d48512: Waiting [2020-10-08T17:37:01.450Z] 266dbd703deb: Waiting [2020-10-08T17:37:01.450Z] 50644c29ef5a: Waiting [2020-10-08T17:37:01.450Z] 96abbb75ca10: Waiting [2020-10-08T17:37:01.450Z] 68ae4bc9ad21: Waiting [2020-10-08T17:37:01.450Z] 00cd74ae8a45: Waiting [2020-10-08T17:37:01.450Z] 3d3a035c9575: Layer already exists [2020-10-08T17:37:01.450Z] 0e32e57556e2: Layer already exists [2020-10-08T17:37:01.450Z] ee1272d7c2e1: Layer already exists [2020-10-08T17:37:01.450Z] 46e3de4af4b6: Layer already exists [2020-10-08T17:37:01.450Z] 68ae4bc9ad21: Layer already exists [2020-10-08T17:37:01.450Z] 266dbd703deb: Layer already exists [2020-10-08T17:37:01.450Z] 00cd74ae8a45: Layer already exists [2020-10-08T17:37:01.450Z] 2f5b203b0ee3: Layer already exists [2020-10-08T17:37:01.450Z] 75a406d48512: Layer already exists [2020-10-08T17:37:01.450Z] 50644c29ef5a: Layer already exists [2020-10-08T17:37:01.450Z] 96abbb75ca10: Layer already exists [2020-10-08T17:37:01.450Z] master: digest: sha256:b235434936cfb1b613ed8420ff1799706fef52b7916de2a118f298089037db27 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:37:01.649Z] ===================================================== [Pipeline] echo [2020-10-08T17:37:01.701Z] taggedImages: [2020-10-08T17:37:01.701Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:01.701Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.58 [2020-10-08T17:37:01.701Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:01.701Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-08T17:37:01.767Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-08T17:37:01.767Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:01.767Z] 1.2.2-dev.58 [2020-10-08T17:37:01.767Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:01.767Z] master [2020-10-08T17:37:01.767Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:02.260Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:02.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:02.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-08T17:37:02.559Z] a517ca0b65a2: Preparing [2020-10-08T17:37:02.559Z] ed5a6a7d43a8: Preparing [2020-10-08T17:37:02.559Z] 8562b04fedb8: Preparing [2020-10-08T17:37:02.559Z] 46b5e0555047: Preparing [2020-10-08T17:37:02.559Z] d186224af637: Preparing [2020-10-08T17:37:02.559Z] b4fd1b2910cb: Preparing [2020-10-08T17:37:02.559Z] 9246e33a0d6a: Preparing [2020-10-08T17:37:02.559Z] ccc622c4bbf4: Preparing [2020-10-08T17:37:02.559Z] 87d045fcb1a7: Preparing [2020-10-08T17:37:02.559Z] 934af6de1ae6: Preparing [2020-10-08T17:37:02.559Z] 1b3ee35aacca: Preparing [2020-10-08T17:37:02.559Z] ccc622c4bbf4: Waiting [2020-10-08T17:37:02.559Z] 87d045fcb1a7: Waiting [2020-10-08T17:37:02.559Z] b4fd1b2910cb: Waiting [2020-10-08T17:37:02.559Z] 9246e33a0d6a: Waiting [2020-10-08T17:37:02.559Z] 934af6de1ae6: Waiting [2020-10-08T17:37:02.559Z] 1b3ee35aacca: Waiting [2020-10-08T17:37:02.824Z] a517ca0b65a2: Pushed [2020-10-08T17:37:02.824Z] ed5a6a7d43a8: Pushed [2020-10-08T17:37:03.095Z] b4fd1b2910cb: Pushed [2020-10-08T17:37:03.095Z] 9246e33a0d6a: Pushed [2020-10-08T17:37:03.095Z] ccc622c4bbf4: Pushed [2020-10-08T17:37:03.357Z] 87d045fcb1a7: Pushed [2020-10-08T17:37:03.357Z] 1b3ee35aacca: Layer already exists [2020-10-08T17:37:03.618Z] 8562b04fedb8: Pushed [2020-10-08T17:37:03.618Z] 934af6de1ae6: Pushed [2020-10-08T17:37:03.878Z] 46b5e0555047: Pushed [2020-10-08T17:37:03.878Z] d186224af637: Pushed [2020-10-08T17:37:04.139Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:7c364f23ae71f79bf2c81d348c43c3d51c7cc7e09bd5b14e13a0b7b95b62a8c1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:04.440Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:04.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.58 [2020-10-08T17:37:04.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-08T17:37:04.735Z] a517ca0b65a2: Preparing [2020-10-08T17:37:04.735Z] ed5a6a7d43a8: Preparing [2020-10-08T17:37:04.735Z] 8562b04fedb8: Preparing [2020-10-08T17:37:04.735Z] 46b5e0555047: Preparing [2020-10-08T17:37:04.735Z] d186224af637: Preparing [2020-10-08T17:37:04.735Z] b4fd1b2910cb: Preparing [2020-10-08T17:37:04.735Z] 9246e33a0d6a: Preparing [2020-10-08T17:37:04.735Z] ccc622c4bbf4: Preparing [2020-10-08T17:37:04.735Z] 87d045fcb1a7: Preparing [2020-10-08T17:37:04.735Z] 934af6de1ae6: Preparing [2020-10-08T17:37:04.735Z] 1b3ee35aacca: Preparing [2020-10-08T17:37:04.735Z] b4fd1b2910cb: Waiting [2020-10-08T17:37:04.735Z] 9246e33a0d6a: Waiting [2020-10-08T17:37:04.735Z] ccc622c4bbf4: Waiting [2020-10-08T17:37:04.735Z] 87d045fcb1a7: Waiting [2020-10-08T17:37:04.735Z] 934af6de1ae6: Waiting [2020-10-08T17:37:04.735Z] 1b3ee35aacca: Waiting [2020-10-08T17:37:04.735Z] 46b5e0555047: Layer already exists [2020-10-08T17:37:04.735Z] 8562b04fedb8: Layer already exists [2020-10-08T17:37:04.735Z] ed5a6a7d43a8: Layer already exists [2020-10-08T17:37:04.735Z] d186224af637: Layer already exists [2020-10-08T17:37:04.735Z] a517ca0b65a2: Layer already exists [2020-10-08T17:37:04.735Z] b4fd1b2910cb: Layer already exists [2020-10-08T17:37:04.735Z] 9246e33a0d6a: Layer already exists [2020-10-08T17:37:04.735Z] 87d045fcb1a7: Layer already exists [2020-10-08T17:37:04.735Z] ccc622c4bbf4: Layer already exists [2020-10-08T17:37:04.735Z] 934af6de1ae6: Layer already exists [2020-10-08T17:37:04.735Z] 1b3ee35aacca: Layer already exists [2020-10-08T17:37:04.735Z] 1.2.2-dev.58: digest: sha256:7c364f23ae71f79bf2c81d348c43c3d51c7cc7e09bd5b14e13a0b7b95b62a8c1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:05.037Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:05.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:05.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-08T17:37:05.334Z] a517ca0b65a2: Preparing [2020-10-08T17:37:05.334Z] ed5a6a7d43a8: Preparing [2020-10-08T17:37:05.334Z] 8562b04fedb8: Preparing [2020-10-08T17:37:05.334Z] 46b5e0555047: Preparing [2020-10-08T17:37:05.334Z] d186224af637: Preparing [2020-10-08T17:37:05.334Z] b4fd1b2910cb: Preparing [2020-10-08T17:37:05.334Z] 9246e33a0d6a: Preparing [2020-10-08T17:37:05.334Z] ccc622c4bbf4: Preparing [2020-10-08T17:37:05.334Z] 87d045fcb1a7: Preparing [2020-10-08T17:37:05.334Z] 934af6de1ae6: Preparing [2020-10-08T17:37:05.334Z] 1b3ee35aacca: Preparing [2020-10-08T17:37:05.334Z] ccc622c4bbf4: Waiting [2020-10-08T17:37:05.334Z] 87d045fcb1a7: Waiting [2020-10-08T17:37:05.334Z] 934af6de1ae6: Waiting [2020-10-08T17:37:05.334Z] 1b3ee35aacca: Waiting [2020-10-08T17:37:05.334Z] 9246e33a0d6a: Waiting [2020-10-08T17:37:05.334Z] b4fd1b2910cb: Waiting [2020-10-08T17:37:05.334Z] 8562b04fedb8: Layer already exists [2020-10-08T17:37:05.334Z] ed5a6a7d43a8: Layer already exists [2020-10-08T17:37:05.334Z] d186224af637: Layer already exists [2020-10-08T17:37:05.334Z] a517ca0b65a2: Layer already exists [2020-10-08T17:37:05.334Z] 46b5e0555047: Layer already exists [2020-10-08T17:37:05.334Z] b4fd1b2910cb: Layer already exists [2020-10-08T17:37:05.334Z] 87d045fcb1a7: Layer already exists [2020-10-08T17:37:05.334Z] ccc622c4bbf4: Layer already exists [2020-10-08T17:37:05.334Z] 934af6de1ae6: Layer already exists [2020-10-08T17:37:05.334Z] 9246e33a0d6a: Layer already exists [2020-10-08T17:37:05.334Z] 1b3ee35aacca: Layer already exists [2020-10-08T17:37:05.334Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:7c364f23ae71f79bf2c81d348c43c3d51c7cc7e09bd5b14e13a0b7b95b62a8c1 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:05.657Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:06.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-08T17:37:06.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-08T17:37:06.024Z] a517ca0b65a2: Preparing [2020-10-08T17:37:06.024Z] ed5a6a7d43a8: Preparing [2020-10-08T17:37:06.024Z] 8562b04fedb8: Preparing [2020-10-08T17:37:06.024Z] 46b5e0555047: Preparing [2020-10-08T17:37:06.024Z] d186224af637: Preparing [2020-10-08T17:37:06.024Z] b4fd1b2910cb: Preparing [2020-10-08T17:37:06.024Z] 9246e33a0d6a: Preparing [2020-10-08T17:37:06.024Z] ccc622c4bbf4: Preparing [2020-10-08T17:37:06.024Z] 87d045fcb1a7: Preparing [2020-10-08T17:37:06.024Z] 934af6de1ae6: Preparing [2020-10-08T17:37:06.024Z] 1b3ee35aacca: Preparing [2020-10-08T17:37:06.024Z] b4fd1b2910cb: Waiting [2020-10-08T17:37:06.024Z] 87d045fcb1a7: Waiting [2020-10-08T17:37:06.024Z] 9246e33a0d6a: Waiting [2020-10-08T17:37:06.024Z] ccc622c4bbf4: Waiting [2020-10-08T17:37:06.024Z] 934af6de1ae6: Waiting [2020-10-08T17:37:06.024Z] 1b3ee35aacca: Waiting [2020-10-08T17:37:06.024Z] d186224af637: Layer already exists [2020-10-08T17:37:06.024Z] ed5a6a7d43a8: Layer already exists [2020-10-08T17:37:06.024Z] 8562b04fedb8: Layer already exists [2020-10-08T17:37:06.024Z] a517ca0b65a2: Layer already exists [2020-10-08T17:37:06.024Z] 46b5e0555047: Layer already exists [2020-10-08T17:37:06.024Z] 9246e33a0d6a: Layer already exists [2020-10-08T17:37:06.024Z] b4fd1b2910cb: Layer already exists [2020-10-08T17:37:06.024Z] ccc622c4bbf4: Layer already exists [2020-10-08T17:37:06.024Z] 934af6de1ae6: Layer already exists [2020-10-08T17:37:06.024Z] 87d045fcb1a7: Layer already exists [2020-10-08T17:37:06.024Z] 1b3ee35aacca: Layer already exists [2020-10-08T17:37:06.024Z] master: digest: sha256:7c364f23ae71f79bf2c81d348c43c3d51c7cc7e09bd5b14e13a0b7b95b62a8c1 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:37:06.256Z] ===================================================== [Pipeline] echo [2020-10-08T17:37:06.306Z] taggedImages: [2020-10-08T17:37:06.306Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:06.306Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.58 [2020-10-08T17:37:06.306Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:06.306Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-08T17:37:06.380Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-08T17:37:06.380Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:06.380Z] 1.2.2-dev.58 [2020-10-08T17:37:06.380Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:06.380Z] master [2020-10-08T17:37:06.380Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:06.920Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:07.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:07.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-08T17:37:07.235Z] c4933122c199: Preparing [2020-10-08T17:37:07.235Z] 2486b1898d2e: Preparing [2020-10-08T17:37:07.235Z] cba4624960e8: Preparing [2020-10-08T17:37:07.235Z] 974a288d12df: Preparing [2020-10-08T17:37:07.235Z] cba4624960e8: Pushed [2020-10-08T17:37:07.499Z] c4933122c199: Pushed [2020-10-08T17:37:07.499Z] 974a288d12df: Pushed [2020-10-08T17:37:08.443Z] 2486b1898d2e: Pushed [2020-10-08T17:37:08.443Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:01b2da725b1c933b3034a331fdc3260b298f94f09a577e4ad6fad199de4f45c3 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:09.008Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:09.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.58 [2020-10-08T17:37:09.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-08T17:37:09.490Z] c4933122c199: Preparing [2020-10-08T17:37:09.490Z] 2486b1898d2e: Preparing [2020-10-08T17:37:09.490Z] cba4624960e8: Preparing [2020-10-08T17:37:09.490Z] 974a288d12df: Preparing [2020-10-08T17:37:09.490Z] 2486b1898d2e: Layer already exists [2020-10-08T17:37:09.490Z] cba4624960e8: Layer already exists [2020-10-08T17:37:09.490Z] 974a288d12df: Layer already exists [2020-10-08T17:37:09.490Z] c4933122c199: Layer already exists [2020-10-08T17:37:09.490Z] 1.2.2-dev.58: digest: sha256:01b2da725b1c933b3034a331fdc3260b298f94f09a577e4ad6fad199de4f45c3 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:09.795Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:10.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:10.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-08T17:37:10.089Z] c4933122c199: Preparing [2020-10-08T17:37:10.089Z] 2486b1898d2e: Preparing [2020-10-08T17:37:10.089Z] cba4624960e8: Preparing [2020-10-08T17:37:10.089Z] 974a288d12df: Preparing [2020-10-08T17:37:10.089Z] cba4624960e8: Layer already exists [2020-10-08T17:37:10.089Z] 974a288d12df: Layer already exists [2020-10-08T17:37:10.089Z] 2486b1898d2e: Layer already exists [2020-10-08T17:37:10.089Z] c4933122c199: Layer already exists [2020-10-08T17:37:10.089Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:01b2da725b1c933b3034a331fdc3260b298f94f09a577e4ad6fad199de4f45c3 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:10.392Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:10.688Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-08T17:37:10.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-08T17:37:10.688Z] c4933122c199: Preparing [2020-10-08T17:37:10.688Z] 2486b1898d2e: Preparing [2020-10-08T17:37:10.688Z] cba4624960e8: Preparing [2020-10-08T17:37:10.688Z] 974a288d12df: Preparing [2020-10-08T17:37:10.688Z] cba4624960e8: Layer already exists [2020-10-08T17:37:10.688Z] 974a288d12df: Layer already exists [2020-10-08T17:37:10.688Z] c4933122c199: Layer already exists [2020-10-08T17:37:10.688Z] 2486b1898d2e: Layer already exists [2020-10-08T17:37:10.688Z] master: digest: sha256:01b2da725b1c933b3034a331fdc3260b298f94f09a577e4ad6fad199de4f45c3 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:37:10.951Z] ===================================================== [Pipeline] echo [2020-10-08T17:37:11.007Z] taggedImages: [2020-10-08T17:37:11.007Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:11.007Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.58 [2020-10-08T17:37:11.007Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:11.007Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-08T17:37:11.077Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-08T17:37:11.077Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:11.077Z] 1.2.2-dev.58 [2020-10-08T17:37:11.077Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:11.077Z] master [2020-10-08T17:37:11.077Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:11.602Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:11.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:11.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-08T17:37:11.901Z] d22f8bb66c0d: Preparing [2020-10-08T17:37:11.901Z] e8522c01a604: Preparing [2020-10-08T17:37:11.901Z] 2832812c6cd8: Preparing [2020-10-08T17:37:11.901Z] ef150425d0a0: Preparing [2020-10-08T17:37:11.901Z] cded8db430c6: Preparing [2020-10-08T17:37:11.901Z] 9f9687397d20: Preparing [2020-10-08T17:37:11.901Z] 9f9687397d20: Waiting [2020-10-08T17:37:12.162Z] d22f8bb66c0d: Pushed [2020-10-08T17:37:12.162Z] 2832812c6cd8: Pushed [2020-10-08T17:37:12.162Z] cded8db430c6: Pushed [2020-10-08T17:37:12.162Z] ef150425d0a0: Pushed [2020-10-08T17:37:12.422Z] 9f9687397d20: Pushed [2020-10-08T17:37:13.363Z] e8522c01a604: Pushed [2020-10-08T17:37:13.363Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:3e1a6d4bb6c842f41bb139671c11c773ce21b2bed2638c5052c2a22afcd6a6c9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:13.664Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:13.961Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.58 [2020-10-08T17:37:13.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-08T17:37:13.961Z] d22f8bb66c0d: Preparing [2020-10-08T17:37:13.961Z] e8522c01a604: Preparing [2020-10-08T17:37:13.961Z] 2832812c6cd8: Preparing [2020-10-08T17:37:13.961Z] ef150425d0a0: Preparing [2020-10-08T17:37:13.961Z] cded8db430c6: Preparing [2020-10-08T17:37:13.961Z] 9f9687397d20: Preparing [2020-10-08T17:37:13.961Z] 9f9687397d20: Waiting [2020-10-08T17:37:13.961Z] 2832812c6cd8: Layer already exists [2020-10-08T17:37:13.961Z] d22f8bb66c0d: Layer already exists [2020-10-08T17:37:13.961Z] ef150425d0a0: Layer already exists [2020-10-08T17:37:13.961Z] cded8db430c6: Layer already exists [2020-10-08T17:37:13.961Z] e8522c01a604: Layer already exists [2020-10-08T17:37:13.961Z] 9f9687397d20: Layer already exists [2020-10-08T17:37:13.961Z] 1.2.2-dev.58: digest: sha256:3e1a6d4bb6c842f41bb139671c11c773ce21b2bed2638c5052c2a22afcd6a6c9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:14.281Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:14.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:14.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-08T17:37:14.581Z] d22f8bb66c0d: Preparing [2020-10-08T17:37:14.581Z] e8522c01a604: Preparing [2020-10-08T17:37:14.581Z] 2832812c6cd8: Preparing [2020-10-08T17:37:14.581Z] ef150425d0a0: Preparing [2020-10-08T17:37:14.581Z] cded8db430c6: Preparing [2020-10-08T17:37:14.581Z] 9f9687397d20: Preparing [2020-10-08T17:37:14.581Z] 9f9687397d20: Waiting [2020-10-08T17:37:14.581Z] ef150425d0a0: Layer already exists [2020-10-08T17:37:14.581Z] e8522c01a604: Layer already exists [2020-10-08T17:37:14.581Z] 2832812c6cd8: Layer already exists [2020-10-08T17:37:14.582Z] cded8db430c6: Layer already exists [2020-10-08T17:37:14.582Z] d22f8bb66c0d: Layer already exists [2020-10-08T17:37:14.582Z] 9f9687397d20: Layer already exists [2020-10-08T17:37:14.582Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:3e1a6d4bb6c842f41bb139671c11c773ce21b2bed2638c5052c2a22afcd6a6c9 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:14.884Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:15.181Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-08T17:37:15.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-08T17:37:15.181Z] d22f8bb66c0d: Preparing [2020-10-08T17:37:15.181Z] e8522c01a604: Preparing [2020-10-08T17:37:15.181Z] 2832812c6cd8: Preparing [2020-10-08T17:37:15.181Z] ef150425d0a0: Preparing [2020-10-08T17:37:15.181Z] cded8db430c6: Preparing [2020-10-08T17:37:15.181Z] 9f9687397d20: Preparing [2020-10-08T17:37:15.181Z] 9f9687397d20: Waiting [2020-10-08T17:37:15.181Z] cded8db430c6: Layer already exists [2020-10-08T17:37:15.181Z] ef150425d0a0: Layer already exists [2020-10-08T17:37:15.181Z] d22f8bb66c0d: Layer already exists [2020-10-08T17:37:15.181Z] 2832812c6cd8: Layer already exists [2020-10-08T17:37:15.181Z] e8522c01a604: Layer already exists [2020-10-08T17:37:15.181Z] 9f9687397d20: Layer already exists [2020-10-08T17:37:15.181Z] master: digest: sha256:3e1a6d4bb6c842f41bb139671c11c773ce21b2bed2638c5052c2a22afcd6a6c9 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:37:15.397Z] ===================================================== [Pipeline] echo [2020-10-08T17:37:15.443Z] taggedImages: [2020-10-08T17:37:15.443Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:15.443Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.58 [2020-10-08T17:37:15.443Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:15.443Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-08T17:37:15.505Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-08T17:37:15.506Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:15.506Z] 1.2.2-dev.58 [2020-10-08T17:37:15.506Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:15.506Z] master [2020-10-08T17:37:15.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:16.028Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:16.324Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:16.325Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-08T17:37:16.325Z] bd8a2b964d50: Preparing [2020-10-08T17:37:16.325Z] ad3f613c7249: Preparing [2020-10-08T17:37:16.325Z] dfd79e64998b: Preparing [2020-10-08T17:37:16.325Z] bd8a2b964d50: Pushed [2020-10-08T17:37:16.325Z] dfd79e64998b: Pushed [2020-10-08T17:37:17.710Z] ad3f613c7249: Pushed [2020-10-08T17:37:17.971Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:da873d6ae76cb25e4644b3045e42e193b1f12d2afd26d68b4fb3fc1b08f43a06 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:18.273Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:18.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.58 [2020-10-08T17:37:18.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-08T17:37:18.600Z] bd8a2b964d50: Preparing [2020-10-08T17:37:18.600Z] ad3f613c7249: Preparing [2020-10-08T17:37:18.600Z] dfd79e64998b: Preparing [2020-10-08T17:37:18.600Z] dfd79e64998b: Layer already exists [2020-10-08T17:37:18.600Z] ad3f613c7249: Layer already exists [2020-10-08T17:37:18.600Z] bd8a2b964d50: Layer already exists [2020-10-08T17:37:18.600Z] 1.2.2-dev.58: digest: sha256:da873d6ae76cb25e4644b3045e42e193b1f12d2afd26d68b4fb3fc1b08f43a06 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:18.903Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:19.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:19.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-08T17:37:19.198Z] bd8a2b964d50: Preparing [2020-10-08T17:37:19.198Z] ad3f613c7249: Preparing [2020-10-08T17:37:19.198Z] dfd79e64998b: Preparing [2020-10-08T17:37:19.198Z] dfd79e64998b: Layer already exists [2020-10-08T17:37:19.198Z] bd8a2b964d50: Layer already exists [2020-10-08T17:37:19.198Z] ad3f613c7249: Layer already exists [2020-10-08T17:37:19.198Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:da873d6ae76cb25e4644b3045e42e193b1f12d2afd26d68b4fb3fc1b08f43a06 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:19.501Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:19.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-08T17:37:19.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-08T17:37:19.797Z] bd8a2b964d50: Preparing [2020-10-08T17:37:19.797Z] ad3f613c7249: Preparing [2020-10-08T17:37:19.797Z] dfd79e64998b: Preparing [2020-10-08T17:37:19.797Z] ad3f613c7249: Layer already exists [2020-10-08T17:37:19.797Z] dfd79e64998b: Layer already exists [2020-10-08T17:37:19.797Z] bd8a2b964d50: Layer already exists [2020-10-08T17:37:19.797Z] master: digest: sha256:da873d6ae76cb25e4644b3045e42e193b1f12d2afd26d68b4fb3fc1b08f43a06 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:37:19.983Z] ===================================================== [Pipeline] echo [2020-10-08T17:37:20.055Z] taggedImages: [2020-10-08T17:37:20.055Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:20.055Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.58 [2020-10-08T17:37:20.055Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:20.055Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-08T17:37:20.121Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-08T17:37:20.121Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:20.121Z] 1.2.2-dev.58 [2020-10-08T17:37:20.121Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:20.121Z] master [2020-10-08T17:37:20.121Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:20.787Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:21.091Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:21.091Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-08T17:37:21.091Z] 76d774c0446f: Preparing [2020-10-08T17:37:21.091Z] e1f7e2a631f0: Preparing [2020-10-08T17:37:21.091Z] 90b2cc3d0328: Preparing [2020-10-08T17:37:21.091Z] c1bc4ec2fec0: Preparing [2020-10-08T17:37:21.091Z] 395b6f28b1c2: Preparing [2020-10-08T17:37:21.091Z] 3eca9c74c045: Preparing [2020-10-08T17:37:21.091Z] fd52695f57a6: Preparing [2020-10-08T17:37:21.091Z] 527eef706b20: Preparing [2020-10-08T17:37:21.091Z] 224742e9e948: Preparing [2020-10-08T17:37:21.091Z] 5391e5290f13: Preparing [2020-10-08T17:37:21.091Z] 13baed61c795: Preparing [2020-10-08T17:37:21.091Z] 51d6d3d09136: Preparing [2020-10-08T17:37:21.091Z] 1507bc794612: Preparing [2020-10-08T17:37:21.091Z] 50644c29ef5a: Preparing [2020-10-08T17:37:21.091Z] 5391e5290f13: Waiting [2020-10-08T17:37:21.091Z] 13baed61c795: Waiting [2020-10-08T17:37:21.091Z] 51d6d3d09136: Waiting [2020-10-08T17:37:21.091Z] 1507bc794612: Waiting [2020-10-08T17:37:21.091Z] 527eef706b20: Waiting [2020-10-08T17:37:21.091Z] 3eca9c74c045: Waiting [2020-10-08T17:37:21.091Z] fd52695f57a6: Waiting [2020-10-08T17:37:21.091Z] 50644c29ef5a: Waiting [2020-10-08T17:37:21.091Z] 224742e9e948: Waiting [2020-10-08T17:37:21.375Z] 395b6f28b1c2: Pushed [2020-10-08T17:37:21.375Z] 76d774c0446f: Pushed [2020-10-08T17:37:21.645Z] c1bc4ec2fec0: Pushed [2020-10-08T17:37:21.645Z] 527eef706b20: Layer already exists [2020-10-08T17:37:21.645Z] 224742e9e948: Layer already exists [2020-10-08T17:37:21.645Z] 5391e5290f13: Layer already exists [2020-10-08T17:37:21.645Z] fd52695f57a6: Pushed [2020-10-08T17:37:21.645Z] 13baed61c795: Layer already exists [2020-10-08T17:37:21.645Z] 51d6d3d09136: Layer already exists [2020-10-08T17:37:21.645Z] 1507bc794612: Layer already exists [2020-10-08T17:37:21.645Z] 50644c29ef5a: Layer already exists [2020-10-08T17:37:21.910Z] e1f7e2a631f0: Pushed [2020-10-08T17:37:22.529Z] 3eca9c74c045: Pushed [2020-10-08T17:37:26.015Z] 90b2cc3d0328: Pushed [2020-10-08T17:37:26.015Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:713b459185ec1eeb1fa5d15e1ae43e4d66056abd6cfdbbc77511ac22f4554547 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:26.319Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:26.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.58 [2020-10-08T17:37:26.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-08T17:37:26.619Z] 76d774c0446f: Preparing [2020-10-08T17:37:26.619Z] e1f7e2a631f0: Preparing [2020-10-08T17:37:26.619Z] 90b2cc3d0328: Preparing [2020-10-08T17:37:26.619Z] c1bc4ec2fec0: Preparing [2020-10-08T17:37:26.619Z] 395b6f28b1c2: Preparing [2020-10-08T17:37:26.619Z] 3eca9c74c045: Preparing [2020-10-08T17:37:26.619Z] fd52695f57a6: Preparing [2020-10-08T17:37:26.619Z] 527eef706b20: Preparing [2020-10-08T17:37:26.619Z] 224742e9e948: Preparing [2020-10-08T17:37:26.619Z] 5391e5290f13: Preparing [2020-10-08T17:37:26.619Z] 13baed61c795: Preparing [2020-10-08T17:37:26.619Z] 51d6d3d09136: Preparing [2020-10-08T17:37:26.619Z] 1507bc794612: Preparing [2020-10-08T17:37:26.619Z] 50644c29ef5a: Preparing [2020-10-08T17:37:26.619Z] 3eca9c74c045: Waiting [2020-10-08T17:37:26.619Z] fd52695f57a6: Waiting [2020-10-08T17:37:26.619Z] 527eef706b20: Waiting [2020-10-08T17:37:26.619Z] 224742e9e948: Waiting [2020-10-08T17:37:26.619Z] 5391e5290f13: Waiting [2020-10-08T17:37:26.619Z] 1507bc794612: Waiting [2020-10-08T17:37:26.619Z] 50644c29ef5a: Waiting [2020-10-08T17:37:26.619Z] 13baed61c795: Waiting [2020-10-08T17:37:26.619Z] 51d6d3d09136: Waiting [2020-10-08T17:37:26.619Z] 76d774c0446f: Layer already exists [2020-10-08T17:37:26.619Z] c1bc4ec2fec0: Layer already exists [2020-10-08T17:37:26.619Z] 90b2cc3d0328: Layer already exists [2020-10-08T17:37:26.619Z] 395b6f28b1c2: Layer already exists [2020-10-08T17:37:26.619Z] e1f7e2a631f0: Layer already exists [2020-10-08T17:37:26.619Z] 3eca9c74c045: Layer already exists [2020-10-08T17:37:26.619Z] 527eef706b20: Layer already exists [2020-10-08T17:37:26.619Z] fd52695f57a6: Layer already exists [2020-10-08T17:37:26.619Z] 5391e5290f13: Layer already exists [2020-10-08T17:37:26.619Z] 224742e9e948: Layer already exists [2020-10-08T17:37:26.619Z] 50644c29ef5a: Layer already exists [2020-10-08T17:37:26.619Z] 1507bc794612: Layer already exists [2020-10-08T17:37:26.619Z] 51d6d3d09136: Layer already exists [2020-10-08T17:37:26.619Z] 13baed61c795: Layer already exists [2020-10-08T17:37:26.619Z] 1.2.2-dev.58: digest: sha256:713b459185ec1eeb1fa5d15e1ae43e4d66056abd6cfdbbc77511ac22f4554547 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:26.922Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:27.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:27.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-08T17:37:27.222Z] 76d774c0446f: Preparing [2020-10-08T17:37:27.222Z] e1f7e2a631f0: Preparing [2020-10-08T17:37:27.222Z] 90b2cc3d0328: Preparing [2020-10-08T17:37:27.222Z] c1bc4ec2fec0: Preparing [2020-10-08T17:37:27.222Z] 395b6f28b1c2: Preparing [2020-10-08T17:37:27.222Z] 3eca9c74c045: Preparing [2020-10-08T17:37:27.222Z] fd52695f57a6: Preparing [2020-10-08T17:37:27.222Z] 527eef706b20: Preparing [2020-10-08T17:37:27.222Z] 224742e9e948: Preparing [2020-10-08T17:37:27.222Z] 5391e5290f13: Preparing [2020-10-08T17:37:27.222Z] 13baed61c795: Preparing [2020-10-08T17:37:27.222Z] 51d6d3d09136: Preparing [2020-10-08T17:37:27.222Z] 1507bc794612: Preparing [2020-10-08T17:37:27.222Z] 50644c29ef5a: Preparing [2020-10-08T17:37:27.222Z] 3eca9c74c045: Waiting [2020-10-08T17:37:27.222Z] fd52695f57a6: Waiting [2020-10-08T17:37:27.222Z] 527eef706b20: Waiting [2020-10-08T17:37:27.222Z] 224742e9e948: Waiting [2020-10-08T17:37:27.222Z] 5391e5290f13: Waiting [2020-10-08T17:37:27.222Z] 13baed61c795: Waiting [2020-10-08T17:37:27.222Z] 51d6d3d09136: Waiting [2020-10-08T17:37:27.222Z] 1507bc794612: Waiting [2020-10-08T17:37:27.222Z] 50644c29ef5a: Waiting [2020-10-08T17:37:27.222Z] 90b2cc3d0328: Layer already exists [2020-10-08T17:37:27.222Z] 76d774c0446f: Layer already exists [2020-10-08T17:37:27.222Z] e1f7e2a631f0: Layer already exists [2020-10-08T17:37:27.222Z] c1bc4ec2fec0: Layer already exists [2020-10-08T17:37:27.222Z] 395b6f28b1c2: Layer already exists [2020-10-08T17:37:27.222Z] 3eca9c74c045: Layer already exists [2020-10-08T17:37:27.222Z] 527eef706b20: Layer already exists [2020-10-08T17:37:27.222Z] 224742e9e948: Layer already exists [2020-10-08T17:37:27.222Z] 5391e5290f13: Layer already exists [2020-10-08T17:37:27.222Z] fd52695f57a6: Layer already exists [2020-10-08T17:37:27.222Z] 51d6d3d09136: Layer already exists [2020-10-08T17:37:27.222Z] 50644c29ef5a: Layer already exists [2020-10-08T17:37:27.222Z] 13baed61c795: Layer already exists [2020-10-08T17:37:27.222Z] 1507bc794612: Layer already exists [2020-10-08T17:37:27.222Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:713b459185ec1eeb1fa5d15e1ae43e4d66056abd6cfdbbc77511ac22f4554547 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:27.528Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:37:27.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-08T17:37:27.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-08T17:37:27.826Z] 76d774c0446f: Preparing [2020-10-08T17:37:27.826Z] e1f7e2a631f0: Preparing [2020-10-08T17:37:27.826Z] 90b2cc3d0328: Preparing [2020-10-08T17:37:27.826Z] c1bc4ec2fec0: Preparing [2020-10-08T17:37:27.826Z] 395b6f28b1c2: Preparing [2020-10-08T17:37:27.826Z] 3eca9c74c045: Preparing [2020-10-08T17:37:27.826Z] fd52695f57a6: Preparing [2020-10-08T17:37:27.826Z] 527eef706b20: Preparing [2020-10-08T17:37:27.826Z] 224742e9e948: Preparing [2020-10-08T17:37:27.826Z] 5391e5290f13: Preparing [2020-10-08T17:37:27.826Z] 13baed61c795: Preparing [2020-10-08T17:37:27.826Z] 51d6d3d09136: Preparing [2020-10-08T17:37:27.826Z] 1507bc794612: Preparing [2020-10-08T17:37:27.826Z] 50644c29ef5a: Preparing [2020-10-08T17:37:27.826Z] 5391e5290f13: Waiting [2020-10-08T17:37:27.826Z] 13baed61c795: Waiting [2020-10-08T17:37:27.826Z] 224742e9e948: Waiting [2020-10-08T17:37:27.826Z] 51d6d3d09136: Waiting [2020-10-08T17:37:27.826Z] 1507bc794612: Waiting [2020-10-08T17:37:27.826Z] 50644c29ef5a: Waiting [2020-10-08T17:37:27.826Z] 3eca9c74c045: Waiting [2020-10-08T17:37:27.826Z] fd52695f57a6: Waiting [2020-10-08T17:37:27.826Z] 527eef706b20: Waiting [2020-10-08T17:37:27.826Z] 76d774c0446f: Layer already exists [2020-10-08T17:37:27.826Z] 90b2cc3d0328: Layer already exists [2020-10-08T17:37:27.826Z] c1bc4ec2fec0: Layer already exists [2020-10-08T17:37:27.826Z] 395b6f28b1c2: Layer already exists [2020-10-08T17:37:27.826Z] e1f7e2a631f0: Layer already exists [2020-10-08T17:37:27.826Z] 3eca9c74c045: Layer already exists [2020-10-08T17:37:27.826Z] fd52695f57a6: Layer already exists [2020-10-08T17:37:27.826Z] 224742e9e948: Layer already exists [2020-10-08T17:37:27.826Z] 5391e5290f13: Layer already exists [2020-10-08T17:37:27.826Z] 527eef706b20: Layer already exists [2020-10-08T17:37:27.826Z] 13baed61c795: Layer already exists [2020-10-08T17:37:27.826Z] 50644c29ef5a: Layer already exists [2020-10-08T17:37:27.826Z] 1507bc794612: Layer already exists [2020-10-08T17:37:27.826Z] 51d6d3d09136: Layer already exists [2020-10-08T17:37:28.087Z] master: digest: sha256:713b459185ec1eeb1fa5d15e1ae43e4d66056abd6cfdbbc77511ac22f4554547 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:37:28.278Z] ===================================================== [Pipeline] echo [2020-10-08T17:37:28.328Z] taggedImages: [2020-10-08T17:37:28.328Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:37:28.328Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.58 [2020-10-08T17:37:28.328Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:37:28.328Z] - 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-08T17:37:32.762Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:37:32.762Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:37:32.762Z] ---> e886a5a8fb2c [2020-10-08T17:37:32.762Z] Step 3/22 : WORKDIR /edgex-go [2020-10-08T17:37:32.762Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:37:32.762Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:37:32.762Z] ---> e886a5a8fb2c [2020-10-08T17:37:32.762Z] Step 3/23 : WORKDIR /edgex-go [2020-10-08T17:37:32.762Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:37:32.762Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:37:32.762Z] ---> e886a5a8fb2c [2020-10-08T17:37:32.762Z] Step 3/22 : WORKDIR /edgex-go [2020-10-08T17:37:32.762Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:37:32.762Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-08T17:37:32.762Z] ---> e886a5a8fb2c [2020-10-08T17:37:32.762Z] Step 3/29 : WORKDIR /edgex-go [2020-10-08T17:37:32.762Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:37:32.762Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:37:32.762Z] ---> e886a5a8fb2c [2020-10-08T17:37:32.762Z] Step 3/27 : WORKDIR /edgex-go [2020-10-08T17:37:32.762Z] ---> Running in ce3f3a4d9dd0 [2020-10-08T17:37:32.762Z] ---> Running in f50ec235728c [2020-10-08T17:37:32.762Z] ---> Running in 0afb88d40cd8 [2020-10-08T17:37:32.762Z] ---> Running in 90dcc9234a15 [2020-10-08T17:37:32.762Z] ---> Running in 61682ee83a23 [2020-10-08T17:37:32.762Z] Removing intermediate container 61682ee83a23 [2020-10-08T17:37:32.762Z] ---> da65041db455 [2020-10-08T17:37:32.762Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:37:32.762Z] Removing intermediate container ce3f3a4d9dd0 [2020-10-08T17:37:32.762Z] ---> 8c5387ca51d1 [2020-10-08T17:37:32.762Z] Step 4/29 : RUN apk update && apk add make git [2020-10-08T17:37:32.762Z] Removing intermediate container 90dcc9234a15 [2020-10-08T17:37:32.762Z] ---> 0dc807737f18 [2020-10-08T17:37:32.762Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:37:32.762Z] Removing intermediate container f50ec235728c [2020-10-08T17:37:32.762Z] ---> be359961e2ae [2020-10-08T17:37:32.762Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:37:32.762Z] Removing intermediate container 0afb88d40cd8 [2020-10-08T17:37:32.762Z] ---> 80f0225292d5 [2020-10-08T17:37:32.762Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:37:32.762Z] ---> Running in f05e6e092e2f [2020-10-08T17:37:32.762Z] ---> Running in 8b4728d2f145 [2020-10-08T17:37:32.762Z] ---> Running in 6215a39414a1 [2020-10-08T17:37:32.762Z] ---> Running in 1175fe7f9a28 [2020-10-08T17:37:32.762Z] ---> Running in 4262ca1e52ad [2020-10-08T17:37:32.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:37:32.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:37:32.762Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:37:32.762Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:37:32.762Z] OK: 12623 distinct packages available [2020-10-08T17:37:32.762Z] Removing intermediate container f05e6e092e2f [2020-10-08T17:37:32.762Z] ---> 6c965a3ddd52 [2020-10-08T17:37:32.762Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-08T17:37:32.762Z] ---> Running in 6f131e9875c7 [2020-10-08T17:37:32.762Z] OK: 217 MiB in 51 packages [2020-10-08T17:37:32.762Z] Removing intermediate container 6215a39414a1 [2020-10-08T17:37:32.762Z] ---> be4dcf4a04d1 [2020-10-08T17:37:32.762Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-08T17:37:32.762Z] Removing intermediate container 4262ca1e52ad [2020-10-08T17:37:32.762Z] ---> 31d78276b22b [2020-10-08T17:37:32.762Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-08T17:37:32.762Z] ---> Running in 310c712ab0e0 [2020-10-08T17:37:32.762Z] Removing intermediate container 1175fe7f9a28 [2020-10-08T17:37:32.762Z] ---> e6d151411f1e [2020-10-08T17:37:32.762Z] Step 5/22 : RUN apk update && apk add make git [2020-10-08T17:37:32.762Z] ---> Running in 8ff20ac71609 [2020-10-08T17:37:32.762Z] ---> Running in b23e233c2767 [2020-10-08T17:37:32.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:37:32.762Z] Removing intermediate container 8b4728d2f145 [2020-10-08T17:37:32.762Z] ---> e219ab9be026 [2020-10-08T17:37:32.762Z] Step 5/29 : COPY go.mod . [2020-10-08T17:37:32.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:37:32.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:37:32.762Z] ---> f41c2e0745dc [2020-10-08T17:37:32.762Z] Step 6/29 : RUN go mod download [2020-10-08T17:37:32.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:37:32.762Z] ---> Running in a53b25b7660b [2020-10-08T17:37:32.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:37:32.762Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:37:32.762Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:37:32.762Z] OK: 12623 distinct packages available [2020-10-08T17:37:32.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:37:32.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:37:32.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:37:33.041Z] OK: 217 MiB in 51 packages [2020-10-08T17:37:33.041Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:37:33.041Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:37:33.041Z] OK: 12623 distinct packages available [2020-10-08T17:37:33.329Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:37:33.329Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:37:33.329Z] OK: 12623 distinct packages available [2020-10-08T17:37:33.609Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:37:33.609Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:37:33.609Z] OK: 12623 distinct packages available [2020-10-08T17:37:33.889Z] OK: 217 MiB in 51 packages [2020-10-08T17:37:34.520Z] OK: 217 MiB in 51 packages [2020-10-08T17:37:34.520Z] Removing intermediate container 6f131e9875c7 [2020-10-08T17:37:34.520Z] ---> 5cbc33922e0c [2020-10-08T17:37:34.520Z] Step 6/27 : COPY go.mod . [2020-10-08T17:37:34.520Z] OK: 217 MiB in 51 packages [2020-10-08T17:37:35.142Z] OK: 217 MiB in 51 packages [2020-10-08T17:37:35.783Z] ---> 346e24b3a4c0 [2020-10-08T17:37:35.784Z] Step 7/27 : RUN go mod download [2020-10-08T17:37:36.073Z] ---> Running in 29bafac76cfe [2020-10-08T17:37:36.073Z] Removing intermediate container a53b25b7660b [2020-10-08T17:37:36.073Z] ---> 0b22a5bea195 [2020-10-08T17:37:36.073Z] Step 7/29 : COPY . . [2020-10-08T17:37:36.356Z] Removing intermediate container 310c712ab0e0 [2020-10-08T17:37:36.356Z] ---> 394a76054890 [2020-10-08T17:37:36.356Z] Step 6/23 : COPY go.mod . [2020-10-08T17:37:36.356Z] Removing intermediate container b23e233c2767 [2020-10-08T17:37:36.356Z] ---> 2569d11ea15a [2020-10-08T17:37:36.356Z] Step 6/22 : COPY go.mod . [2020-10-08T17:37:37.352Z] Removing intermediate container 8ff20ac71609 [2020-10-08T17:37:37.352Z] ---> 9b02702d3ed8 [2020-10-08T17:37:37.352Z] Step 6/22 : COPY go.mod . [2020-10-08T17:37:37.627Z] ---> 367c067feee6 [2020-10-08T17:37:37.627Z] Step 7/23 : RUN go mod download [2020-10-08T17:37:38.224Z] ---> 6f9e1e5e77fc [2020-10-08T17:37:38.224Z] Step 7/22 : RUN go mod download [2020-10-08T17:37:38.497Z] ---> Running in e33b7a3f7908 [2020-10-08T17:37:39.101Z] ---> 59d6b33d0032 [2020-10-08T17:37:39.101Z] Step 7/22 : RUN go mod download [2020-10-08T17:37:39.101Z] ---> Running in b60dc3c4145d [2020-10-08T17:37:40.542Z] ---> Running in 9ae368df6fef [2020-10-08T17:37:42.560Z] Removing intermediate container 29bafac76cfe [2020-10-08T17:37:42.560Z] ---> f3f8dc9b67d4 [2020-10-08T17:37:42.560Z] Step 8/27 : COPY . . [2020-10-08T17:37:46.916Z] Removing intermediate container e33b7a3f7908 [2020-10-08T17:37:46.916Z] ---> b089a2b30399 [2020-10-08T17:37:46.916Z] Step 8/23 : COPY . . [2020-10-08T17:37:46.916Z] Removing intermediate container 9ae368df6fef [2020-10-08T17:37:46.916Z] ---> e240fb3a0fc2 [2020-10-08T17:37:46.916Z] Step 8/22 : COPY . . [2020-10-08T17:37:46.916Z] Removing intermediate container b60dc3c4145d [2020-10-08T17:37:46.916Z] ---> 52b1610a4085 [2020-10-08T17:37:46.916Z] Step 8/22 : COPY . . [2020-10-08T17:37:59.404Z] ---> 2c03d07a39ec [2020-10-08T17:37:59.404Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-08T17:38:02.073Z] ---> Running in a64d4efbd46c [2020-10-08T17:38:02.348Z] ---> 594e22160192 [2020-10-08T17:38:02.348Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-08T17:38:04.345Z] ---> Running in e4d5a0cef063 [2020-10-08T17:38:04.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-08T17:38:05.339Z] ---> e0869421e5e4 [2020-10-08T17:38:05.339Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-08T17:38:05.613Z] ---> e7d948546cf8 [2020-10-08T17:38:05.613Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-08T17:38:05.613Z] ---> Running in 7d6ddcda9b93 [2020-10-08T17:38:05.889Z] ---> Running in 5d686f2d70d5 [2020-10-08T17:38:06.174Z] ---> 2f8cca7c4cfc [2020-10-08T17:38:06.174Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-08T17:38:06.460Z] ---> Running in da55bbcc60ae [2020-10-08T17:38:07.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-08T17:38:08.894Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/core-data/core-data ./cmd/core-data [2020-10-08T17:38:09.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-08T17:38:09.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-08T17:39:31.348Z] Removing intermediate container a64d4efbd46c [2020-10-08T17:39:31.348Z] ---> 2ab50b2c0d9e [2020-10-08T17:39:31.348Z] [2020-10-08T17:39:31.348Z] Step 9/29 : FROM alpine:latest [2020-10-08T17:39:31.348Z] latest: Pulling from library/alpine [2020-10-08T17:39:31.348Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-08T17:39:31.348Z] Status: Downloaded newer image for alpine:latest [2020-10-08T17:39:31.348Z] ---> 62ee0e9f8440 [2020-10-08T17:39:31.348Z] 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-08T17:39:31.348Z] ---> Running in 86373d207131 [2020-10-08T17:39:31.348Z] Removing intermediate container 86373d207131 [2020-10-08T17:39:31.348Z] ---> 711dc07deae8 [2020-10-08T17:39:31.348Z] Step 11/29 : USER root [2020-10-08T17:39:31.348Z] ---> Running in f6c5edb1623d [2020-10-08T17:39:31.348Z] Removing intermediate container f6c5edb1623d [2020-10-08T17:39:31.348Z] ---> 59dfa9e5ed00 [2020-10-08T17:39:31.348Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-08T17:39:31.348Z] ---> Running in aa47142b0160 [2020-10-08T17:39:31.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:39:31.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:39:31.349Z] v3.12.0-375-g0ef1878ec5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:39:31.349Z] v3.12.0-374-gffd5b64509 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:39:31.349Z] OK: 12621 distinct packages available [2020-10-08T17:39:31.620Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-08T17:39:31.620Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-08T17:39:31.620Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:39:31.620Z] Executing ca-certificates-20191127-r4.trigger [2020-10-08T17:39:32.222Z] OK: 6 MiB in 16 packages [2020-10-08T17:39:35.653Z] Removing intermediate container aa47142b0160 [2020-10-08T17:39:35.653Z] ---> 19e0205944c1 [2020-10-08T17:39:35.653Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-08T17:39:35.653Z] ---> Running in 477cd52f236b [2020-10-08T17:39:36.645Z] Removing intermediate container 477cd52f236b [2020-10-08T17:39:36.645Z] ---> 5b24abc23780 [2020-10-08T17:39:36.645Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-08T17:39:37.284Z] ---> Running in 081ad716f769 [2020-10-08T17:39:38.740Z] Removing intermediate container 081ad716f769 [2020-10-08T17:39:38.740Z] ---> 5d5c7d5ebae0 [2020-10-08T17:39:38.740Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-08T17:39:38.740Z] Removing intermediate container e4d5a0cef063 [2020-10-08T17:39:38.740Z] ---> ce32bdd93ca7 [2020-10-08T17:39:38.740Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-08T17:39:39.025Z] ---> Running in ca4e1c349471 [2020-10-08T17:39:39.301Z] ---> Running in 06003ed78935 [2020-10-08T17:39:42.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-08T17:39:44.750Z] Removing intermediate container 5d686f2d70d5 [2020-10-08T17:39:44.750Z] ---> 60eda49b8b79 [2020-10-08T17:39:44.750Z] [2020-10-08T17:39:44.750Z] Step 10/22 : FROM scratch [2020-10-08T17:39:44.750Z] ---> [2020-10-08T17:39:44.750Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-08T17:39:44.750Z] ---> Running in adaa0f378eae [2020-10-08T17:39:44.750Z] Removing intermediate container ca4e1c349471 [2020-10-08T17:39:44.750Z] ---> 16bebd00b8b6 [2020-10-08T17:39:44.750Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-08T17:39:45.747Z] Removing intermediate container adaa0f378eae [2020-10-08T17:39:45.747Z] ---> eef2fd914550 [2020-10-08T17:39:45.747Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-08T17:39:46.026Z] ---> Running in 06460cbd2a80 [2020-10-08T17:39:46.642Z] ---> 6f3aa1edaa17 [2020-10-08T17:39:46.642Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-08T17:39:46.925Z] Removing intermediate container 06460cbd2a80 [2020-10-08T17:39:46.925Z] ---> 19e66248f71f [2020-10-08T17:39:46.925Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-08T17:39:46.925Z] ---> Running in 4408303a3799 [2020-10-08T17:39:48.385Z] ---> 2c27f9baf290 [2020-10-08T17:39:48.385Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-08T17:39:48.385Z] Removing intermediate container 4408303a3799 [2020-10-08T17:39:48.385Z] ---> 93820d51fa7f [2020-10-08T17:39:48.385Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-08T17:39:48.666Z] Removing intermediate container 06003ed78935 [2020-10-08T17:39:48.666Z] ---> bd60a66c259d [2020-10-08T17:39:48.666Z] [2020-10-08T17:39:48.666Z] Step 11/27 : FROM docker:latest [2020-10-08T17:39:48.666Z] ---> 45884bde0078 [2020-10-08T17:39:48.666Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-08T17:39:48.951Z] ---> Running in c6d3f7af45c6 [2020-10-08T17:39:49.937Z] ---> f089a227c5ad [2020-10-08T17:39:49.937Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-08T17:39:50.542Z] ---> 253daecc6610 [2020-10-08T17:39:50.542Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-08T17:39:51.548Z] ---> 1b558f501a88 [2020-10-08T17:39:51.548Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-08T17:39:51.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:39:51.823Z] ---> dd066214ac28 [2020-10-08T17:39:51.823Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-08T17:39:52.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:39:52.711Z] (1/2) Installing readline (8.0.4-r0) [2020-10-08T17:39:52.711Z] (2/2) Installing bash (5.0.17-r0) [2020-10-08T17:39:52.711Z] Executing bash-5.0.17-r0.post-install [2020-10-08T17:39:52.711Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:39:52.711Z] OK: 12 MiB in 22 packages [2020-10-08T17:39:53.312Z] ---> d2ab775b088b [2020-10-08T17:39:53.312Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-08T17:39:53.592Z] ---> Running in 02db1f278722 [2020-10-08T17:39:54.219Z] ---> cf7f6f7e4408 [2020-10-08T17:39:54.219Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-08T17:39:55.673Z] Removing intermediate container c6d3f7af45c6 [2020-10-08T17:39:55.673Z] ---> 2ef3a8cea5af [2020-10-08T17:39:55.673Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-08T17:39:55.956Z] ---> Running in 21f18f4f9c02 [2020-10-08T17:39:55.956Z] ---> 379538aa833c [2020-10-08T17:39:55.956Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-08T17:39:56.231Z] ---> Running in 4b3c3d3936dd [2020-10-08T17:39:57.220Z] Removing intermediate container 4b3c3d3936dd [2020-10-08T17:39:57.220Z] ---> 3dd526c2c8ef [2020-10-08T17:39:57.220Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:39:57.498Z] ---> Running in d7a288326f73 [2020-10-08T17:39:58.504Z] Removing intermediate container d7a288326f73 [2020-10-08T17:39:58.504Z] ---> 0d955d6c7145 [2020-10-08T17:39:58.504Z] Step 20/22 : LABEL arch=arm64 [2020-10-08T17:39:58.782Z] ---> Running in ca2ed5cc0ab4 [2020-10-08T17:39:58.782Z] Removing intermediate container 02db1f278722 [2020-10-08T17:39:58.782Z] ---> 25b271d76bbb [2020-10-08T17:39:58.782Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-08T17:40:00.241Z] Removing intermediate container ca2ed5cc0ab4 [2020-10-08T17:40:00.241Z] ---> 53fc0f60dee9 [2020-10-08T17:40:00.241Z] Step 21/22 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:40:00.241Z] ---> Running in 84cbea1142a3 [2020-10-08T17:40:00.241Z] ---> d1d242978da5 [2020-10-08T17:40:00.241Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-08T17:40:00.845Z] ---> Running in b7fbadefb083 [2020-10-08T17:40:00.845Z] Removing intermediate container 21f18f4f9c02 [2020-10-08T17:40:00.845Z] ---> cec4ba6b140a [2020-10-08T17:40:00.845Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-08T17:40:01.127Z] ---> Running in 14a916a175d5 [2020-10-08T17:40:01.411Z] Removing intermediate container 84cbea1142a3 [2020-10-08T17:40:01.411Z] ---> f8bfca86ef28 [2020-10-08T17:40:01.411Z] Step 22/22 : LABEL version=1.2.2-dev.58 [2020-10-08T17:40:01.694Z] ---> Running in d89953fe3b21 [2020-10-08T17:40:01.979Z] Removing intermediate container 14a916a175d5 [2020-10-08T17:40:01.979Z] ---> f06bb6baf854 [2020-10-08T17:40:01.979Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-08T17:40:02.270Z] ---> Running in 62b8c043e90b [2020-10-08T17:40:02.548Z] Removing intermediate container d89953fe3b21 [2020-10-08T17:40:02.548Z] ---> 6da0224bd5fa [2020-10-08T17:40:02.548Z] [2020-10-08T17:40:03.161Z] Successfully built 6da0224bd5fa [2020-10-08T17:40:03.161Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-08T17:40:03.161Z] Building docker-security-secretstore-setup-go [2020-10-08T17:40:03.442Z]  Building docker-support-logging-go ... done Removing intermediate container 62b8c043e90b [2020-10-08T17:40:03.442Z] ---> 11977b74dedd [2020-10-08T17:40:03.442Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-08T17:40:03.442Z] ---> Running in 95b38c9c7725 [2020-10-08T17:40:04.444Z] Removing intermediate container 95b38c9c7725 [2020-10-08T17:40:04.444Z] ---> ab64908a940c [2020-10-08T17:40:04.444Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-08T17:40:06.454Z] Removing intermediate container b7fbadefb083 [2020-10-08T17:40:06.454Z] ---> a3ebdc12b43d [2020-10-08T17:40:06.454Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-08T17:40:07.055Z] ---> efa39ec44252 [2020-10-08T17:40:07.055Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-08T17:40:07.055Z] ---> Running in c47d3b5cbe04 [2020-10-08T17:40:09.709Z] ---> 3c89e4ac7bc3 [2020-10-08T17:40:09.709Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-08T17:40:10.712Z] ---> 3a31f38a85b5 [2020-10-08T17:40:10.712Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-08T17:40:10.996Z] ---> Running in 6a5a5b235c1d [2020-10-08T17:40:12.988Z] Removing intermediate container c47d3b5cbe04 [2020-10-08T17:40:12.988Z] ---> 2f8373f376df [2020-10-08T17:40:12.988Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-08T17:40:13.262Z] ---> Running in 671ce845dc50 [2020-10-08T17:40:13.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:40:13.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:40:14.083Z] Removing intermediate container 671ce845dc50 [2020-10-08T17:40:14.083Z] ---> 006a6e850f08 [2020-10-08T17:40:14.083Z] Step 26/29 : CMD [ "generate" ] [2020-10-08T17:40:14.362Z] ---> Running in 9ffb1b12ecb4 [2020-10-08T17:40:14.637Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-08T17:40:14.637Z] (2/33) Installing expat (2.2.9-r1) [2020-10-08T17:40:14.637Z] (3/33) Installing libffi (3.3-r2) [2020-10-08T17:40:14.637Z] (4/33) Installing gdbm (1.13-r1) [2020-10-08T17:40:14.637Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-08T17:40:14.637Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-08T17:40:14.637Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-08T17:40:16.090Z] Removing intermediate container 9ffb1b12ecb4 [2020-10-08T17:40:16.090Z] ---> eace20eb7529 [2020-10-08T17:40:16.090Z] Step 27/29 : LABEL arch=arm64 [2020-10-08T17:40:16.696Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-08T17:40:16.696Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-08T17:40:16.696Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-08T17:40:16.696Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-08T17:40:16.696Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-08T17:40:16.970Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-08T17:40:16.970Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-08T17:40:16.970Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-08T17:40:17.245Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-08T17:40:17.245Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-08T17:40:17.245Z] ---> Running in 230df87563c7 [2020-10-08T17:40:17.245Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-08T17:40:17.245Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-08T17:40:17.245Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-08T17:40:17.245Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-08T17:40:17.520Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-08T17:40:17.520Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-08T17:40:17.520Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-08T17:40:17.520Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-08T17:40:17.520Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-08T17:40:17.520Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-08T17:40:17.520Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-08T17:40:17.520Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-08T17:40:17.520Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-08T17:40:17.794Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-08T17:40:17.794Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-08T17:40:17.794Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-08T17:40:18.069Z] Removing intermediate container da55bbcc60ae [2020-10-08T17:40:18.069Z] ---> a0a8467e7b42 [2020-10-08T17:40:18.069Z] [2020-10-08T17:40:18.069Z] Step 10/22 : FROM scratch [2020-10-08T17:40:18.069Z] ---> [2020-10-08T17:40:18.069Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T17:40:18.069Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:40:18.069Z] OK: 71 MiB in 55 packages [2020-10-08T17:40:18.344Z] Removing intermediate container 230df87563c7 [2020-10-08T17:40:18.344Z] ---> 2a4aeccf91cb [2020-10-08T17:40:18.344Z] Step 28/29 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:40:18.623Z] ---> Running in 2a85d7f79f78 [2020-10-08T17:40:18.916Z] ---> Running in 75e03974dd5f [2020-10-08T17:40:19.530Z] Removing intermediate container 2a85d7f79f78 [2020-10-08T17:40:19.530Z] ---> 9452cfedd466 [2020-10-08T17:40:19.530Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-08T17:40:19.804Z] ---> Running in 3e09e7ea5eb1 [2020-10-08T17:40:19.804Z] Removing intermediate container 75e03974dd5f [2020-10-08T17:40:19.804Z] ---> 77aa2dd16c30 [2020-10-08T17:40:19.804Z] Step 29/29 : LABEL version=1.2.2-dev.58 [2020-10-08T17:40:20.801Z] ---> Running in dbf3af5a5ee2 [2020-10-08T17:40:20.801Z] Removing intermediate container 3e09e7ea5eb1 [2020-10-08T17:40:20.801Z] ---> 9693ba4f4357 [2020-10-08T17:40:20.801Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-08T17:40:21.091Z] ---> Running in fae0488cd535 [2020-10-08T17:40:21.384Z] Removing intermediate container dbf3af5a5ee2 [2020-10-08T17:40:21.384Z] ---> fb6db49abe52 [2020-10-08T17:40:21.384Z] [2020-10-08T17:40:21.990Z] Removing intermediate container fae0488cd535 [2020-10-08T17:40:21.990Z] ---> 94ab3d0b4efb [2020-10-08T17:40:21.990Z] Step 14/22 : WORKDIR / [2020-10-08T17:40:22.268Z] Successfully built fb6db49abe52 [2020-10-08T17:40:22.268Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-08T17:40:22.268Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-10-08T17:40:22.546Z] ---> Running in a13f9c3e8328 [2020-10-08T17:40:23.532Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:40:23.532Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:40:23.532Z] ---> e886a5a8fb2c [2020-10-08T17:40:23.532Z] Step 3/26 : WORKDIR /edgex-go [2020-10-08T17:40:23.532Z] ---> Using cache [2020-10-08T17:40:23.532Z] ---> 80f0225292d5 [2020-10-08T17:40:23.532Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:40:23.532Z] ---> Using cache [2020-10-08T17:40:23.532Z] ---> 31d78276b22b [2020-10-08T17:40:23.532Z] Step 5/26 : RUN apk update && apk add make git [2020-10-08T17:40:25.000Z] Removing intermediate container a13f9c3e8328 [2020-10-08T17:40:25.000Z] ---> fd9adca9caee [2020-10-08T17:40:25.000Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-08T17:40:25.293Z] ---> Running in 885c6f50dc4a [2020-10-08T17:40:26.758Z] ---> e53a7c952c63 [2020-10-08T17:40:26.758Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-08T17:40:27.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:40:28.363Z] Removing intermediate container 6a5a5b235c1d [2020-10-08T17:40:28.363Z] ---> d875f7a8af3e [2020-10-08T17:40:28.363Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-08T17:40:28.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:40:29.362Z] ---> Running in e3436a40c3fc [2020-10-08T17:40:29.362Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:40:29.362Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:40:29.362Z] OK: 12623 distinct packages available [2020-10-08T17:40:29.362Z] ---> c950ece2ec3f [2020-10-08T17:40:29.362Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-08T17:40:29.974Z] Removing intermediate container 7d6ddcda9b93 [2020-10-08T17:40:29.974Z] ---> 7e008827feb6 [2020-10-08T17:40:29.974Z] [2020-10-08T17:40:29.974Z] Step 10/23 : FROM alpine [2020-10-08T17:40:29.974Z] ---> 62ee0e9f8440 [2020-10-08T17:40:29.974Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T17:40:29.974Z] ---> Running in 8382f2c2ec86 [2020-10-08T17:40:30.267Z] OK: 217 MiB in 51 packages [2020-10-08T17:40:30.551Z] ---> 83d5b00181cf [2020-10-08T17:40:30.551Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-08T17:40:30.869Z] Removing intermediate container 8382f2c2ec86 [2020-10-08T17:40:30.870Z] ---> f78c6c262ffa [2020-10-08T17:40:30.870Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-08T17:40:31.221Z] ---> Running in acfc0de77804 [2020-10-08T17:40:31.221Z] ---> Running in 5d9fecfb270f [2020-10-08T17:40:31.988Z] Removing intermediate container acfc0de77804 [2020-10-08T17:40:31.988Z] ---> 155b2eb5e74b [2020-10-08T17:40:31.988Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:40:32.610Z] ---> Running in 78f18bdba46d [2020-10-08T17:40:32.610Z] Removing intermediate container 5d9fecfb270f [2020-10-08T17:40:32.610Z] ---> ffd2d87d6a62 [2020-10-08T17:40:32.610Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-08T17:40:32.924Z] Removing intermediate container 885c6f50dc4a [2020-10-08T17:40:32.924Z] ---> d496015f2db4 [2020-10-08T17:40:32.924Z] Step 6/26 : COPY go.mod . [2020-10-08T17:40:32.924Z] ---> Running in e86f2e0663c4 [2020-10-08T17:40:33.214Z] Removing intermediate container 78f18bdba46d [2020-10-08T17:40:33.214Z] ---> a225606a30cf [2020-10-08T17:40:33.214Z] Step 20/22 : LABEL arch=arm64 [2020-10-08T17:40:33.538Z] ---> Running in c98659d8cde0 [2020-10-08T17:40:34.035Z] Removing intermediate container e86f2e0663c4 [2020-10-08T17:40:34.035Z] ---> b2d293fe02d5 [2020-10-08T17:40:34.035Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:40:34.715Z] ---> Running in ffb84d521383 [2020-10-08T17:40:34.715Z] Removing intermediate container c98659d8cde0 [2020-10-08T17:40:34.715Z] ---> 2e5c3fad4a2c [2020-10-08T17:40:34.715Z] Step 21/22 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:40:35.028Z] ---> 944ce4b0a319 [2020-10-08T17:40:35.028Z] Step 7/26 : RUN go mod download [2020-10-08T17:40:35.341Z] ---> Running in 80d31a59c840 [2020-10-08T17:40:35.341Z] ---> Running in dc6ad2b132e6 [2020-10-08T17:40:36.397Z] Removing intermediate container 80d31a59c840 [2020-10-08T17:40:36.397Z] ---> 40f7b98aa27f [2020-10-08T17:40:36.397Z] Step 22/22 : LABEL version=1.2.2-dev.58 [2020-10-08T17:40:36.675Z] ---> Running in 7ffce562b937 [2020-10-08T17:40:36.675Z] Collecting docker-compose==1.23.2 [2020-10-08T17:40:36.952Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-08T17:40:37.555Z] Removing intermediate container 7ffce562b937 [2020-10-08T17:40:37.555Z] ---> 29c82d5f7cf2 [2020-10-08T17:40:37.555Z] [2020-10-08T17:40:38.172Z] Collecting cached-property<2,>=1.2.0 [2020-10-08T17:40:38.172Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-08T17:40:38.172Z] Successfully built 29c82d5f7cf2 [2020-10-08T17:40:38.450Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-08T17:40:38.450Z] Building docker-support-notifications-go [2020-10-08T17:40:38.726Z]  Building docker-core-metadata-go ... done Collecting texttable<0.10,>=0.9.0 [2020-10-08T17:40:38.726Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-08T17:40:39.351Z] Removing intermediate container ffb84d521383 [2020-10-08T17:40:39.351Z] ---> b514b6ade7ca [2020-10-08T17:40:39.351Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-08T17:40:39.626Z] ---> Running in 77e0eba4c1d6 [2020-10-08T17:40:40.227Z] Removing intermediate container dc6ad2b132e6 [2020-10-08T17:40:40.227Z] ---> 8cd432cc5145 [2020-10-08T17:40:40.227Z] Step 8/26 : COPY . . [2020-10-08T17:40:41.219Z] Collecting docopt<0.7,>=0.6.1 [2020-10-08T17:40:41.219Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-08T17:40:41.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:40:42.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:40:43.041Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-08T17:40:43.041Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-08T17:40:43.318Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-08T17:40:43.318Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-08T17:40:43.597Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-08T17:40:43.597Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:40:43.597Z] OK: 8 MiB in 19 packages [2020-10-08T17:40:44.591Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-08T17:40:44.870Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-08T17:40:45.933Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:40:45.933Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:40:45.933Z] ---> e886a5a8fb2c [2020-10-08T17:40:45.933Z] Step 3/22 : WORKDIR /edgex-go [2020-10-08T17:40:45.933Z] ---> Using cache [2020-10-08T17:40:45.933Z] ---> 80f0225292d5 [2020-10-08T17:40:45.933Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:40:45.933Z] ---> Using cache [2020-10-08T17:40:45.933Z] ---> 31d78276b22b [2020-10-08T17:40:45.933Z] Step 5/22 : RUN apk update && apk add make git [2020-10-08T17:40:45.933Z] ---> Using cache [2020-10-08T17:40:45.933Z] ---> d496015f2db4 [2020-10-08T17:40:45.933Z] Step 6/22 : COPY go.mod . [2020-10-08T17:40:45.933Z] ---> Using cache [2020-10-08T17:40:45.933Z] ---> 944ce4b0a319 [2020-10-08T17:40:45.933Z] Step 7/22 : RUN go mod download [2020-10-08T17:40:45.933Z] ---> Using cache [2020-10-08T17:40:45.933Z] ---> 8cd432cc5145 [2020-10-08T17:40:45.933Z] Step 8/22 : COPY . . [2020-10-08T17:40:46.919Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-08T17:40:46.919Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-08T17:40:48.956Z] Collecting docker<4.0,>=3.6.0 [2020-10-08T17:40:49.234Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-08T17:40:49.852Z] 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-08T17:40:50.448Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-08T17:40:50.448Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-08T17:40:50.723Z] Removing intermediate container 77e0eba4c1d6 [2020-10-08T17:40:50.723Z] ---> 230d6dbd8ec1 [2020-10-08T17:40:50.723Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-08T17:40:53.379Z] Collecting jsonschema<3,>=2.5.1 [2020-10-08T17:40:53.379Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-08T17:40:53.379Z] ---> 3d11f907d01d [2020-10-08T17:40:53.379Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-08T17:40:53.983Z] Collecting PyYAML<4,>=3.10 [2020-10-08T17:40:53.983Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-08T17:40:57.423Z] ---> fead14cee1ea [2020-10-08T17:40:57.423Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-08T17:40:57.423Z] 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-08T17:40:57.698Z] Collecting idna<2.8,>=2.5 [2020-10-08T17:40:57.698Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-08T17:40:57.698Z] 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-08T17:40:58.309Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-08T17:40:58.309Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-08T17:40:59.297Z] ---> d5311a0464bf [2020-10-08T17:40:59.297Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-08T17:40:59.297Z] Collecting docker-pycreds>=0.4.0 [2020-10-08T17:40:59.297Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-08T17:40:59.573Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-08T17:40:59.573Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-08T17:40:59.573Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-08T17:40:59.573Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-08T17:40:59.851Z] ---> Running in dcaec144893d [2020-10-08T17:41:00.456Z] ---> 9205c7b60237 [2020-10-08T17:41:00.456Z] 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-08T17:41:00.726Z] Installing collected packages: cached-property, texttable, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, docker-compose [2020-10-08T17:41:00.726Z] Running setup.py install for texttable: started [2020-10-08T17:41:01.001Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:41:01.001Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:41:01.001Z] ---> e886a5a8fb2c [2020-10-08T17:41:01.001Z] Step 3/24 : WORKDIR /edgex-go [2020-10-08T17:41:01.001Z] ---> Using cache [2020-10-08T17:41:01.001Z] ---> 80f0225292d5 [2020-10-08T17:41:01.001Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:41:01.001Z] ---> Using cache [2020-10-08T17:41:01.001Z] ---> 31d78276b22b [2020-10-08T17:41:01.001Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-08T17:41:01.273Z] ---> Running in 1d7624454dda [2020-10-08T17:41:01.273Z] Removing intermediate container dcaec144893d [2020-10-08T17:41:01.273Z] ---> 759086f40e4a [2020-10-08T17:41:01.273Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:41:01.582Z] ---> Running in caeaf713496b [2020-10-08T17:41:01.855Z] ---> Running in 03b2ae4e9d15 [2020-10-08T17:41:03.298Z] Running setup.py install for texttable: finished with status 'done' [2020-10-08T17:41:03.298Z] Running setup.py install for docopt: started [2020-10-08T17:41:03.298Z] Removing intermediate container 03b2ae4e9d15 [2020-10-08T17:41:03.298Z] ---> 354f67202893 [2020-10-08T17:41:03.298Z] Step 21/23 : LABEL arch=arm64 [2020-10-08T17:41:03.574Z] ---> Running in f4a58faec8de [2020-10-08T17:41:04.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:41:04.178Z] Removing intermediate container f4a58faec8de [2020-10-08T17:41:04.178Z] ---> 5b7b3cb999f0 [2020-10-08T17:41:04.178Z] Step 22/23 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:41:04.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-08T17:41:04.453Z] ---> Running in e7773e2ca69d [2020-10-08T17:41:05.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:41:05.052Z] Removing intermediate container e7773e2ca69d [2020-10-08T17:41:05.052Z] ---> 022b4e40ff11 [2020-10-08T17:41:05.052Z] Step 23/23 : LABEL version=1.2.2-dev.58 [2020-10-08T17:41:05.335Z] ---> e1d0c3fcf9d2 [2020-10-08T17:41:05.335Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-08T17:41:05.335Z] ---> Running in 428524e2b0ee [2020-10-08T17:41:05.625Z] ---> Running in 3d0d779f7f21 [2020-10-08T17:41:05.912Z] Running setup.py install for docopt: finished with status 'done' [2020-10-08T17:41:05.912Z] Attempting uninstall: idna [2020-10-08T17:41:05.912Z] Found existing installation: idna 2.9 [2020-10-08T17:41:05.912Z] Uninstalling idna-2.9: [2020-10-08T17:41:05.912Z] Successfully uninstalled idna-2.9 [2020-10-08T17:41:06.189Z] v3.12.0-375-g0ef1878ec5 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:41:06.189Z] v3.12.0-374-gffd5b64509 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:41:06.189Z] OK: 12623 distinct packages available [2020-10-08T17:41:06.189Z] Removing intermediate container 428524e2b0ee [2020-10-08T17:41:06.189Z] ---> fde421e048a5 [2020-10-08T17:41:06.189Z] [2020-10-08T17:41:06.792Z] Successfully built fde421e048a5 [2020-10-08T17:41:06.792Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-08T17:41:06.792Z] Building docker-security-proxy-setup-go [2020-10-08T17:41:06.792Z]  Building docker-core-data-go ... done  Attempting uninstall: urllib3 [2020-10-08T17:41:06.792Z] Found existing installation: urllib3 1.25.9 [2020-10-08T17:41:06.792Z] Uninstalling urllib3-1.25.9: [2020-10-08T17:41:07.079Z] OK: 217 MiB in 51 packages [2020-10-08T17:41:07.079Z] Successfully uninstalled urllib3-1.25.9 [2020-10-08T17:41:08.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/core-command/core-command ./cmd/core-command [2020-10-08T17:41:08.098Z] Attempting uninstall: requests [2020-10-08T17:41:08.098Z] Found existing installation: requests 2.23.0 [2020-10-08T17:41:08.098Z] Uninstalling requests-2.23.0: [2020-10-08T17:41:08.377Z] Successfully uninstalled requests-2.23.0 [2020-10-08T17:41:09.839Z] Removing intermediate container caeaf713496b [2020-10-08T17:41:09.839Z] ---> d246883c33bd [2020-10-08T17:41:09.839Z] Step 6/24 : COPY go.mod . [2020-10-08T17:41:11.297Z] ---> 6f8fac348375 [2020-10-08T17:41:11.297Z] Step 7/24 : RUN go mod download [2020-10-08T17:41:11.297Z] Running setup.py install for dockerpty: started [2020-10-08T17:41:11.572Z] ---> Running in 01d09d7f06ad [2020-10-08T17:41:14.231Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-08T17:41:14.511Z] Running setup.py install for PyYAML: started [2020-10-08T17:41:17.935Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-08T17:41:18.213Z] Removing intermediate container 01d09d7f06ad [2020-10-08T17:41:18.213Z] ---> 8d38d428d677 [2020-10-08T17:41:18.213Z] Step 8/24 : COPY . . [2020-10-08T17:41:19.207Z] 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-08T17:41:29.452Z] Removing intermediate container e3436a40c3fc [2020-10-08T17:41:29.452Z] ---> d5f40146b376 [2020-10-08T17:41:29.452Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-08T17:41:29.452Z] ---> Running in 7972e22b6998 [2020-10-08T17:41:32.102Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:41:32.102Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:41:32.102Z] ---> e886a5a8fb2c [2020-10-08T17:41:32.102Z] Step 3/20 : WORKDIR /edgex-go [2020-10-08T17:41:32.102Z] ---> Using cache [2020-10-08T17:41:32.102Z] ---> 80f0225292d5 [2020-10-08T17:41:32.102Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:41:32.102Z] ---> Using cache [2020-10-08T17:41:32.102Z] ---> 31d78276b22b [2020-10-08T17:41:32.102Z] Step 5/20 : RUN apk update && apk add make git [2020-10-08T17:41:32.102Z] ---> Using cache [2020-10-08T17:41:32.102Z] ---> d496015f2db4 [2020-10-08T17:41:32.102Z] Step 6/20 : COPY go.mod . [2020-10-08T17:41:32.102Z] ---> Using cache [2020-10-08T17:41:32.102Z] ---> 944ce4b0a319 [2020-10-08T17:41:32.102Z] Step 7/20 : RUN go mod download [2020-10-08T17:41:32.102Z] ---> Using cache [2020-10-08T17:41:32.102Z] ---> 8cd432cc5145 [2020-10-08T17:41:32.102Z] Step 8/20 : COPY . . [2020-10-08T17:41:32.102Z] ---> Using cache [2020-10-08T17:41:32.102Z] ---> e1d0c3fcf9d2 [2020-10-08T17:41:32.102Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-08T17:41:32.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:41:32.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:41:33.314Z] ---> Running in 69974bcaad2f [2020-10-08T17:41:33.314Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-08T17:41:33.314Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-08T17:41:33.314Z] (3/3) Installing curl (7.69.1-r1) [2020-10-08T17:41:33.587Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:41:33.587Z] OK: 71 MiB in 58 packages [2020-10-08T17:41:36.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-08T17:41:36.232Z] Removing intermediate container 7972e22b6998 [2020-10-08T17:41:36.232Z] ---> 5d0c50cfa675 [2020-10-08T17:41:36.232Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-08T17:41:36.846Z] ---> Running in 3a6153eadc57 [2020-10-08T17:41:37.855Z] Removing intermediate container 3a6153eadc57 [2020-10-08T17:41:37.855Z] ---> ffc512bbd064 [2020-10-08T17:41:37.855Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:41:38.852Z] ---> Running in 15be4ef33f69 [2020-10-08T17:41:39.857Z] Removing intermediate container 15be4ef33f69 [2020-10-08T17:41:39.857Z] ---> 66a4cf9391f8 [2020-10-08T17:41:39.857Z] Step 25/27 : LABEL arch=arm64 [2020-10-08T17:41:40.141Z] ---> Running in 97b2beca1212 [2020-10-08T17:41:41.606Z] Removing intermediate container 97b2beca1212 [2020-10-08T17:41:41.606Z] ---> 7d7b12de602f [2020-10-08T17:41:41.606Z] Step 26/27 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:41:41.606Z] ---> Running in 5742a8a48a04 [2020-10-08T17:41:42.607Z] ---> b63709495d8b [2020-10-08T17:41:42.607Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-08T17:41:42.607Z] Removing intermediate container 5742a8a48a04 [2020-10-08T17:41:42.607Z] ---> 0cf5d67dc914 [2020-10-08T17:41:42.607Z] Step 27/27 : LABEL version=1.2.2-dev.58 [2020-10-08T17:41:42.887Z] ---> Running in b346cc4ec40c [2020-10-08T17:41:42.887Z] ---> Running in e212bc83aaf3 [2020-10-08T17:41:43.891Z] Removing intermediate container e212bc83aaf3 [2020-10-08T17:41:43.891Z] ---> a79a31f58197 [2020-10-08T17:41:43.891Z] [2020-10-08T17:41:44.502Z] Successfully built a79a31f58197 [2020-10-08T17:41:44.502Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-08T17:41:44.502Z] Building docker-support-scheduler-go [2020-10-08T17:41:45.497Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-08T17:42:07.707Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-08T17:42:07.707Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-08T17:42:07.707Z] ---> e886a5a8fb2c [2020-10-08T17:42:07.707Z] Step 3/21 : WORKDIR /edgex-go [2020-10-08T17:42:07.707Z] ---> Using cache [2020-10-08T17:42:07.707Z] ---> 80f0225292d5 [2020-10-08T17:42:07.707Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-08T17:42:07.707Z] ---> Using cache [2020-10-08T17:42:07.707Z] ---> 31d78276b22b [2020-10-08T17:42:07.707Z] Step 5/21 : RUN apk update && apk add make git [2020-10-08T17:42:07.707Z] ---> Using cache [2020-10-08T17:42:07.707Z] ---> d496015f2db4 [2020-10-08T17:42:07.707Z] Step 6/21 : COPY go.mod . [2020-10-08T17:42:07.707Z] ---> Using cache [2020-10-08T17:42:07.707Z] ---> 944ce4b0a319 [2020-10-08T17:42:07.707Z] Step 7/21 : RUN go mod download [2020-10-08T17:42:07.707Z] ---> Using cache [2020-10-08T17:42:07.707Z] ---> 8cd432cc5145 [2020-10-08T17:42:07.707Z] Step 8/21 : COPY . . [2020-10-08T17:42:07.707Z] ---> Using cache [2020-10-08T17:42:07.707Z] ---> e1d0c3fcf9d2 [2020-10-08T17:42:07.707Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-08T17:42:09.161Z] ---> Running in 167aa67dfce9 [2020-10-08T17:42:11.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-08T17:42:17.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-08T17:42:29.701Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.58" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-08T17:42:42.171Z] Removing intermediate container 1d7624454dda [2020-10-08T17:42:42.171Z] ---> 73c21b1f290b [2020-10-08T17:42:42.171Z] [2020-10-08T17:42:42.171Z] Step 10/26 : FROM alpine:3.10 [2020-10-08T17:42:42.171Z] 3.10: Pulling from library/alpine [2020-10-08T17:42:42.171Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-08T17:42:42.171Z] Status: Downloaded newer image for alpine:3.10 [2020-10-08T17:42:42.171Z] ---> 536a684cf733 [2020-10-08T17:42:42.171Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-08T17:42:42.448Z] ---> Running in 0665578900b2 [2020-10-08T17:42:45.099Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:42:45.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:42:46.312Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-08T17:42:46.312Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-08T17:42:46.312Z] OK: 10167 distinct packages available [2020-10-08T17:42:46.917Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-08T17:42:47.198Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-08T17:42:47.198Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-08T17:42:47.198Z] (4/5) Installing curl (7.66.0-r1) [2020-10-08T17:42:47.198Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-08T17:42:47.198Z] Executing busybox-1.30.1-r3.trigger [2020-10-08T17:42:47.198Z] Executing ca-certificates-20191127-r2.trigger [2020-10-08T17:42:47.800Z] OK: 7 MiB in 19 packages [2020-10-08T17:42:50.472Z] Removing intermediate container 0665578900b2 [2020-10-08T17:42:50.472Z] ---> 80505395fe5f [2020-10-08T17:42:50.472Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-08T17:42:50.472Z] ---> Running in 5eee832f37e9 [2020-10-08T17:42:51.082Z] Removing intermediate container 5eee832f37e9 [2020-10-08T17:42:51.082Z] ---> bea9c26b125a [2020-10-08T17:42:51.082Z] Step 13/26 : WORKDIR / [2020-10-08T17:42:51.082Z] ---> Running in ab00fc08a859 [2020-10-08T17:42:51.690Z] Removing intermediate container ab00fc08a859 [2020-10-08T17:42:51.690Z] ---> 85e1137d7f09 [2020-10-08T17:42:51.690Z] 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-08T17:42:53.153Z] ---> 9e07f3144849 [2020-10-08T17:42:53.153Z] 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-08T17:42:54.161Z] ---> c5f14870acd5 [2020-10-08T17:42:54.161Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-08T17:42:56.182Z] ---> 82c04c9722f0 [2020-10-08T17:42:56.182Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-08T17:42:57.641Z] ---> 2c67d646b003 [2020-10-08T17:42:57.641Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-08T17:42:57.923Z] Removing intermediate container 3d0d779f7f21 [2020-10-08T17:42:57.923Z] ---> cf8451ffced3 [2020-10-08T17:42:57.923Z] [2020-10-08T17:42:57.923Z] Step 10/22 : FROM scratch [2020-10-08T17:42:57.923Z] ---> [2020-10-08T17:42:57.923Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T17:42:58.201Z] ---> Using cache [2020-10-08T17:42:58.201Z] ---> 9452cfedd466 [2020-10-08T17:42:58.201Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-08T17:42:58.478Z] ---> Running in 84b8865edb8f [2020-10-08T17:42:59.478Z] ---> 154a3e7d5489 [2020-10-08T17:42:59.478Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-08T17:42:59.478Z] Removing intermediate container 84b8865edb8f [2020-10-08T17:42:59.478Z] ---> 2a2b917006c3 [2020-10-08T17:42:59.478Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-08T17:42:59.758Z] ---> Running in 57217c7daf1f [2020-10-08T17:43:00.754Z] Removing intermediate container 57217c7daf1f [2020-10-08T17:43:00.754Z] ---> c8c73af3f16f [2020-10-08T17:43:00.754Z] Step 14/22 : WORKDIR / [2020-10-08T17:43:01.037Z] ---> Running in dabd308b17b8 [2020-10-08T17:43:02.509Z] Removing intermediate container dabd308b17b8 [2020-10-08T17:43:02.509Z] ---> 61d8260b3308 [2020-10-08T17:43:02.509Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-08T17:43:02.509Z] ---> 34a0127a3f94 [2020-10-08T17:43:02.509Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-08T17:43:03.112Z] Removing intermediate container 69974bcaad2f [2020-10-08T17:43:03.112Z] ---> 5f4167bab1ed [2020-10-08T17:43:03.112Z] [2020-10-08T17:43:03.112Z] Step 10/20 : FROM alpine [2020-10-08T17:43:03.112Z] ---> 62ee0e9f8440 [2020-10-08T17:43:03.112Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-08T17:43:03.389Z] ---> Running in 2e13a432ae9c [2020-10-08T17:43:03.986Z] ---> 5b9291eaf9b0 [2020-10-08T17:43:03.986Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-08T17:43:04.966Z] ---> a3b9cb1030e8 [2020-10-08T17:43:04.966Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-08T17:43:06.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-08T17:43:06.428Z] ---> b1df2857afec [2020-10-08T17:43:06.428Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-08T17:43:06.428Z] ---> cf014f96fb6a [2020-10-08T17:43:06.428Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-08T17:43:06.702Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-08T17:43:06.702Z] ---> Running in 8e5cff2e5c75 [2020-10-08T17:43:07.692Z] v3.12.0-375-g0ef1878ec5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-08T17:43:07.692Z] v3.12.0-374-gffd5b64509 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-08T17:43:07.692Z] OK: 12621 distinct packages available [2020-10-08T17:43:07.967Z] ---> 2dee5e68d234 [2020-10-08T17:43:07.967Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-08T17:43:08.245Z] ---> Running in 961affc607b9 [2020-10-08T17:43:08.520Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-08T17:43:08.796Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-08T17:43:08.796Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-08T17:43:08.796Z] (4/4) Installing curl (7.69.1-r1) [2020-10-08T17:43:08.796Z] Executing busybox-1.31.1-r16.trigger [2020-10-08T17:43:08.796Z] Executing ca-certificates-20191127-r4.trigger [2020-10-08T17:43:09.078Z] Removing intermediate container 961affc607b9 [2020-10-08T17:43:09.078Z] ---> 0a53093967ee [2020-10-08T17:43:09.078Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:43:09.078Z] OK: 7 MiB in 18 packages [2020-10-08T17:43:09.078Z] ---> Running in 26d67f45c214 [2020-10-08T17:43:10.085Z] Removing intermediate container 26d67f45c214 [2020-10-08T17:43:10.085Z] ---> 6a3f77cb7825 [2020-10-08T17:43:10.085Z] Step 20/22 : LABEL arch=arm64 [2020-10-08T17:43:10.484Z] ---> Running in 7d3815970057 [2020-10-08T17:43:11.617Z] Removing intermediate container 7d3815970057 [2020-10-08T17:43:11.617Z] ---> 950dae503e0f [2020-10-08T17:43:11.617Z] Step 21/22 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:43:11.935Z] ---> Running in adf088a3e2b0 [2020-10-08T17:43:12.308Z] Removing intermediate container 8e5cff2e5c75 [2020-10-08T17:43:12.308Z] ---> f79a4ca0daf6 [2020-10-08T17:43:12.308Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-08T17:43:12.604Z] Removing intermediate container 2e13a432ae9c [2020-10-08T17:43:12.604Z] ---> 761dad1089d7 [2020-10-08T17:43:12.604Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-08T17:43:12.604Z] ---> Running in be2691c8d9c2 [2020-10-08T17:43:12.604Z] ---> Running in 0a68d2f94cad [2020-10-08T17:43:12.889Z] Removing intermediate container adf088a3e2b0 [2020-10-08T17:43:12.889Z] ---> 31b8a38265b3 [2020-10-08T17:43:12.889Z] Step 22/22 : LABEL version=1.2.2-dev.58 [2020-10-08T17:43:13.166Z] ---> Running in ddf47feb11c7 [2020-10-08T17:43:13.449Z] Removing intermediate container be2691c8d9c2 [2020-10-08T17:43:13.449Z] ---> 4a5dba15aca3 [2020-10-08T17:43:13.449Z] Step 24/26 : LABEL arch=arm64 [2020-10-08T17:43:13.732Z] Removing intermediate container 0a68d2f94cad [2020-10-08T17:43:13.732Z] ---> 61c5ad7922e8 [2020-10-08T17:43:13.732Z] Step 13/20 : WORKDIR /edgex [2020-10-08T17:43:13.732Z] ---> Running in fb4419410893 [2020-10-08T17:43:14.052Z] ---> Running in 5d03be3cca02 [2020-10-08T17:43:14.052Z] Removing intermediate container ddf47feb11c7 [2020-10-08T17:43:14.052Z] ---> 05c3ba68b7c3 [2020-10-08T17:43:14.052Z] [2020-10-08T17:43:15.175Z] Removing intermediate container 5d03be3cca02 [2020-10-08T17:43:15.175Z] ---> be1842f18980 [2020-10-08T17:43:15.175Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-08T17:43:15.175Z] Removing intermediate container fb4419410893 [2020-10-08T17:43:15.175Z] ---> 8fec5345f9b7 [2020-10-08T17:43:15.175Z] Step 25/26 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:43:15.557Z] Successfully built 05c3ba68b7c3 [2020-10-08T17:43:15.557Z] ---> Running in 88a1d6292ec1 [2020-10-08T17:43:15.557Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-08T17:43:16.547Z]  Building docker-core-command-go ... done Removing intermediate container 88a1d6292ec1 [2020-10-08T17:43:16.547Z] ---> ff2c41b13c4d [2020-10-08T17:43:16.547Z] Step 26/26 : LABEL version=1.2.2-dev.58 [2020-10-08T17:43:16.547Z] ---> c573bfef1812 [2020-10-08T17:43:16.547Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-08T17:43:16.547Z] ---> Running in 6409bd0ed688 [2020-10-08T17:43:17.537Z] Removing intermediate container 6409bd0ed688 [2020-10-08T17:43:17.537Z] ---> 3ab63b2f0291 [2020-10-08T17:43:17.537Z] [2020-10-08T17:43:18.524Z] Successfully built 3ab63b2f0291 [2020-10-08T17:43:18.524Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-08T17:43:18.524Z]  Building docker-security-secretstore-setup-go ... done  ---> 58b3b9a19659 [2020-10-08T17:43:18.524Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-08T17:43:18.800Z] ---> Running in 4b3673afa1ab [2020-10-08T17:43:19.403Z] Removing intermediate container 4b3673afa1ab [2020-10-08T17:43:19.403Z] ---> bb40fe496775 [2020-10-08T17:43:19.403Z] Step 17/20 : CMD ["--init=true"] [2020-10-08T17:43:19.680Z] ---> Running in 1a53a60e371a [2020-10-08T17:43:20.291Z] Removing intermediate container 1a53a60e371a [2020-10-08T17:43:20.291Z] ---> c4d69f685ec5 [2020-10-08T17:43:20.291Z] Step 18/20 : LABEL arch=arm64 [2020-10-08T17:43:20.569Z] ---> Running in f15f9bc0c031 [2020-10-08T17:43:21.185Z] Removing intermediate container f15f9bc0c031 [2020-10-08T17:43:21.185Z] ---> f3bf8520a620 [2020-10-08T17:43:21.185Z] Step 19/20 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:43:21.464Z] ---> Running in 1c2b582d22b0 [2020-10-08T17:43:22.071Z] Removing intermediate container 1c2b582d22b0 [2020-10-08T17:43:22.071Z] ---> 285aa883e79b [2020-10-08T17:43:22.071Z] Step 20/20 : LABEL version=1.2.2-dev.58 [2020-10-08T17:43:22.071Z] ---> Running in 4e702c556fa7 [2020-10-08T17:43:22.675Z] Removing intermediate container 4e702c556fa7 [2020-10-08T17:43:22.675Z] ---> ffba9de8f258 [2020-10-08T17:43:22.675Z] [2020-10-08T17:43:23.282Z] Successfully built ffba9de8f258 [2020-10-08T17:43:23.282Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-08T17:43:30.026Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b346cc4ec40c [2020-10-08T17:43:30.026Z] ---> 395837f4f490 [2020-10-08T17:43:30.026Z] [2020-10-08T17:43:30.026Z] Step 10/24 : FROM scratch [2020-10-08T17:43:30.026Z] ---> [2020-10-08T17:43:30.026Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-08T17:43:30.026Z] ---> Using cache [2020-10-08T17:43:30.026Z] ---> eef2fd914550 [2020-10-08T17:43:30.026Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-08T17:43:30.026Z] ---> Running in f5f80771fd63 [2020-10-08T17:43:30.026Z] Removing intermediate container f5f80771fd63 [2020-10-08T17:43:30.026Z] ---> 50480c13e7c3 [2020-10-08T17:43:30.026Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-08T17:43:30.026Z] ---> Running in ca26bf222239 [2020-10-08T17:43:30.631Z] Removing intermediate container ca26bf222239 [2020-10-08T17:43:30.631Z] ---> f27ae7fbcf49 [2020-10-08T17:43:30.631Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-08T17:43:31.625Z] ---> 79d1bb7efe58 [2020-10-08T17:43:31.625Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-08T17:43:33.073Z] ---> 75e3368e9554 [2020-10-08T17:43:33.073Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-08T17:43:34.074Z] ---> 4e64e728aa3d [2020-10-08T17:43:34.074Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-08T17:43:34.074Z] Removing intermediate container 167aa67dfce9 [2020-10-08T17:43:34.074Z] ---> 255729bcfb7a [2020-10-08T17:43:34.074Z] [2020-10-08T17:43:34.074Z] Step 10/21 : FROM scratch [2020-10-08T17:43:34.074Z] ---> [2020-10-08T17:43:34.074Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-08T17:43:34.351Z] ---> Using cache [2020-10-08T17:43:34.351Z] ---> 9452cfedd466 [2020-10-08T17:43:34.351Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-08T17:43:34.351Z] ---> Running in adc55cc8d93a [2020-10-08T17:43:34.950Z] ---> 1ecfac120120 [2020-10-08T17:43:34.950Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-08T17:43:34.950Z] Removing intermediate container adc55cc8d93a [2020-10-08T17:43:34.950Z] ---> 3fdb318f8de0 [2020-10-08T17:43:34.950Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-08T17:43:34.950Z] ---> Running in 610c81a62e65 [2020-10-08T17:43:35.550Z] Removing intermediate container 610c81a62e65 [2020-10-08T17:43:35.550Z] ---> be5c6b45de69 [2020-10-08T17:43:35.550Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-08T17:43:36.155Z] ---> d20b98aa8c06 [2020-10-08T17:43:36.155Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-08T17:43:36.155Z] ---> aaf3180cc115 [2020-10-08T17:43:36.155Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-08T17:43:37.146Z] ---> de5a5f9a2013 [2020-10-08T17:43:37.146Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-08T17:43:37.422Z] ---> Running in 89a95abc8a00 [2020-10-08T17:43:37.422Z] ---> 95465d647d2e [2020-10-08T17:43:37.422Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-08T17:43:38.024Z] Removing intermediate container 89a95abc8a00 [2020-10-08T17:43:38.024Z] ---> 1ee55c4b81b1 [2020-10-08T17:43:38.024Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:43:38.024Z] ---> Running in 8b134b81d82e [2020-10-08T17:43:38.299Z] ---> acc8d0ecdb5d [2020-10-08T17:43:38.299Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-08T17:43:38.575Z] ---> Running in f4b86fc6fe3d [2020-10-08T17:43:38.575Z] Removing intermediate container 8b134b81d82e [2020-10-08T17:43:38.575Z] ---> 8a8029165d38 [2020-10-08T17:43:38.575Z] Step 22/24 : LABEL arch=arm64 [2020-10-08T17:43:38.849Z] ---> Running in 0d3689367095 [2020-10-08T17:43:38.849Z] Removing intermediate container f4b86fc6fe3d [2020-10-08T17:43:38.849Z] ---> 8d134395dc91 [2020-10-08T17:43:38.849Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-08T17:43:39.125Z] ---> Running in bc04362a0fe4 [2020-10-08T17:43:39.125Z] Removing intermediate container 0d3689367095 [2020-10-08T17:43:39.125Z] ---> 56d509ea69e4 [2020-10-08T17:43:39.125Z] Step 23/24 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:43:39.402Z] ---> Running in f9b3c8b1a4ae [2020-10-08T17:43:39.680Z] Removing intermediate container bc04362a0fe4 [2020-10-08T17:43:39.680Z] ---> 0739b28f4950 [2020-10-08T17:43:39.680Z] Step 19/21 : LABEL arch=arm64 [2020-10-08T17:43:39.680Z] ---> Running in 03e22cee2783 [2020-10-08T17:43:39.956Z] Removing intermediate container f9b3c8b1a4ae [2020-10-08T17:43:39.956Z] ---> 82882a58e8a6 [2020-10-08T17:43:39.956Z] Step 24/24 : LABEL version=1.2.2-dev.58 [2020-10-08T17:43:39.956Z] ---> Running in 03bd683cf4fc [2020-10-08T17:43:40.232Z] Removing intermediate container 03e22cee2783 [2020-10-08T17:43:40.232Z] ---> 833c67a5fd8f [2020-10-08T17:43:40.232Z] Step 20/21 : LABEL git_sha=264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:43:40.510Z] ---> Running in 5e2bd2b6ac24 [2020-10-08T17:43:40.510Z] Removing intermediate container 03bd683cf4fc [2020-10-08T17:43:40.510Z] ---> 29b88e174673 [2020-10-08T17:43:40.510Z] [2020-10-08T17:43:41.104Z] Successfully built 29b88e174673 [2020-10-08T17:43:41.104Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-08T17:43:41.104Z]  Building docker-support-notifications-go ... done Removing intermediate container 5e2bd2b6ac24 [2020-10-08T17:43:41.104Z] ---> 7558e0fd3deb [2020-10-08T17:43:41.104Z] Step 21/21 : LABEL version=1.2.2-dev.58 [2020-10-08T17:43:41.104Z] ---> Running in ac3a4dc50a8b [2020-10-08T17:43:41.699Z] Removing intermediate container ac3a4dc50a8b [2020-10-08T17:43:41.699Z] ---> 27ffa31e9063 [2020-10-08T17:43:41.699Z] [2020-10-08T17:43:41.971Z] Successfully built 27ffa31e9063 [2020-10-08T17:43:41.971Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-08T17:43:42.257Z]  Building docker-support-scheduler-go ... done  [Pipeline] } [2020-10-08T17:43:42.261Z] $ docker stop --time=1 089fa63e7a7986417a4a6d5f39e79c4ff0e63df8293b4cf960d9e171b28cbc2a [2020-10-08T17:43:44.179Z] $ docker rm -f 089fa63e7a7986417a4a6d5f39e79c4ff0e63df8293b4cf960d9e171b28cbc2a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:43:44.916Z] + docker images [2020-10-08T17:43:44.916Z] + grep docker [2020-10-08T17:43:45.188Z] docker-support-scheduler-go-arm64 latest 27ffa31e9063 4 seconds ago 11.5MB [2020-10-08T17:43:45.188Z] docker-support-notifications-go-arm64 latest 29b88e174673 5 seconds ago 12.9MB [2020-10-08T17:43:45.188Z] docker-security-proxy-setup-go-arm64 latest ffba9de8f258 23 seconds ago 15.1MB [2020-10-08T17:43:45.188Z] docker-security-secretstore-setup-go-arm64 latest 3ab63b2f0291 28 seconds ago 30.8MB [2020-10-08T17:43:45.188Z] docker-core-command-go-arm64 latest 05c3ba68b7c3 32 seconds ago 11.4MB [2020-10-08T17:43:45.188Z] docker-sys-mgmt-agent-go-arm64 latest a79a31f58197 2 minutes ago 270MB [2020-10-08T17:43:45.188Z] docker-core-data-go-arm64 latest fde421e048a5 2 minutes ago 22.2MB [2020-10-08T17:43:45.188Z] docker-core-metadata-go-arm64 latest 29c82d5f7cf2 3 minutes ago 13.3MB [2020-10-08T17:43:45.188Z] docker-security-secrets-setup-go-arm64 latest fb6db49abe52 3 minutes ago 22.7MB [2020-10-08T17:43:45.188Z] docker-support-logging-go-arm64 latest 6da0224bd5fa 3 minutes ago 10.6MB [2020-10-08T17:43:45.188Z] 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-08T17:43:45.751Z] provisioning config files... [2020-10-08T17:43:45.795Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/173@tmp/config3019137301718816979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:43:46.196Z] ---> docker-login.sh [2020-10-08T17:43:46.196Z] nexus3.edgexfoundry.org:10001 [2020-10-08T17:43:46.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T17:43:46.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T17:43:46.739Z] Configure a credential helper to remove this warning. See [2020-10-08T17:43:46.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T17:43:46.739Z] [2020-10-08T17:43:46.739Z] Login Succeeded [2020-10-08T17:43:46.739Z] nexus3.edgexfoundry.org:10002 [2020-10-08T17:43:47.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T17:43:47.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T17:43:47.333Z] Configure a credential helper to remove this warning. See [2020-10-08T17:43:47.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T17:43:47.333Z] [2020-10-08T17:43:47.333Z] Login Succeeded [2020-10-08T17:43:47.333Z] nexus3.edgexfoundry.org:10003 [2020-10-08T17:43:48.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T17:43:49.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T17:43:49.026Z] Configure a credential helper to remove this warning. See [2020-10-08T17:43:49.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T17:43:49.026Z] [2020-10-08T17:43:49.026Z] Login Succeeded [2020-10-08T17:43:49.026Z] nexus3.edgexfoundry.org:10004 [2020-10-08T17:43:49.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T17:43:49.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T17:43:49.569Z] Configure a credential helper to remove this warning. See [2020-10-08T17:43:49.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T17:43:49.569Z] [2020-10-08T17:43:49.569Z] Login Succeeded [2020-10-08T17:43:49.569Z] docker.io [2020-10-08T17:43:50.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-08T17:43:50.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-08T17:43:50.431Z] Configure a credential helper to remove this warning. See [2020-10-08T17:43:50.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-08T17:43:50.431Z] [2020-10-08T17:43:50.431Z] Login Succeeded [2020-10-08T17:43:50.431Z] ---> docker-login.sh ends [Pipeline] } [2020-10-08T17:43:50.446Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:43:50.678Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-08T17:43:50.678Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:43:50.678Z] 1.2.2-dev.58 [2020-10-08T17:43:50.678Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:43:50.678Z] master [2020-10-08T17:43:50.678Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:43:51.189Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:43:51.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:43:51.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-08T17:43:51.523Z] 99bc2ca242fc: Preparing [2020-10-08T17:43:51.523Z] 52f75d8d8c29: Preparing [2020-10-08T17:43:51.523Z] 1c0973e8558a: Preparing [2020-10-08T17:43:51.793Z] 1c0973e8558a: Pushed [2020-10-08T17:43:51.793Z] 99bc2ca242fc: Pushed [2020-10-08T17:43:55.158Z] 52f75d8d8c29: Pushed [2020-10-08T17:43:55.158Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:213fd54c55030575c833dbcce894c2292275302dcce158ebd5052f917ea41da6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:43:55.499Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:43:55.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.58 [2020-10-08T17:43:55.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-08T17:43:55.832Z] 99bc2ca242fc: Preparing [2020-10-08T17:43:55.832Z] 52f75d8d8c29: Preparing [2020-10-08T17:43:55.832Z] 1c0973e8558a: Preparing [2020-10-08T17:43:56.102Z] 1c0973e8558a: Layer already exists [2020-10-08T17:43:56.102Z] 99bc2ca242fc: Layer already exists [2020-10-08T17:43:56.102Z] 52f75d8d8c29: Layer already exists [2020-10-08T17:43:56.102Z] 1.2.2-dev.58: digest: sha256:213fd54c55030575c833dbcce894c2292275302dcce158ebd5052f917ea41da6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:43:56.444Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:43:56.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:43:56.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-08T17:43:56.782Z] 99bc2ca242fc: Preparing [2020-10-08T17:43:56.782Z] 52f75d8d8c29: Preparing [2020-10-08T17:43:56.782Z] 1c0973e8558a: Preparing [2020-10-08T17:43:57.051Z] 1c0973e8558a: Layer already exists [2020-10-08T17:43:57.051Z] 99bc2ca242fc: Layer already exists [2020-10-08T17:43:57.051Z] 52f75d8d8c29: Layer already exists [2020-10-08T17:43:57.322Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:213fd54c55030575c833dbcce894c2292275302dcce158ebd5052f917ea41da6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:43:57.663Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:43:58.000Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-08T17:43:58.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-08T17:43:58.000Z] 99bc2ca242fc: Preparing [2020-10-08T17:43:58.000Z] 52f75d8d8c29: Preparing [2020-10-08T17:43:58.000Z] 1c0973e8558a: Preparing [2020-10-08T17:43:58.270Z] 1c0973e8558a: Layer already exists [2020-10-08T17:43:58.270Z] 99bc2ca242fc: Layer already exists [2020-10-08T17:43:59.237Z] 52f75d8d8c29: Layer already exists [2020-10-08T17:43:59.237Z] master: digest: sha256:213fd54c55030575c833dbcce894c2292275302dcce158ebd5052f917ea41da6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:43:59.457Z] ===================================================== [Pipeline] echo [2020-10-08T17:43:59.509Z] taggedImages: [2020-10-08T17:43:59.509Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:43:59.509Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.58 [2020-10-08T17:43:59.509Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:43:59.509Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-08T17:43:59.573Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-08T17:43:59.573Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:43:59.573Z] 1.2.2-dev.58 [2020-10-08T17:43:59.573Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:43:59.573Z] master [2020-10-08T17:43:59.573Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:00.124Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:00.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:00.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-08T17:44:00.463Z] be913bd5b954: Preparing [2020-10-08T17:44:00.463Z] aaaab1e49caa: Preparing [2020-10-08T17:44:00.463Z] 9a5af0e9e2c0: Preparing [2020-10-08T17:44:00.463Z] 2049762d2d66: Preparing [2020-10-08T17:44:00.463Z] f6f089b4d001: Preparing [2020-10-08T17:44:00.463Z] e2f13739ad41: Preparing [2020-10-08T17:44:00.463Z] e2f13739ad41: Waiting [2020-10-08T17:44:01.058Z] be913bd5b954: Pushed [2020-10-08T17:44:01.058Z] 9a5af0e9e2c0: Pushed [2020-10-08T17:44:01.058Z] f6f089b4d001: Pushed [2020-10-08T17:44:01.058Z] e2f13739ad41: Layer already exists [2020-10-08T17:44:01.657Z] 2049762d2d66: Pushed [2020-10-08T17:44:04.262Z] aaaab1e49caa: Pushed [2020-10-08T17:44:04.262Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:690d847a8fb66761ca11be6c105098892124aaa2eb8fbd79232eb39bab9bd95c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:04.871Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:05.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:05.210Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-08T17:44:05.210Z] be913bd5b954: Preparing [2020-10-08T17:44:05.210Z] aaaab1e49caa: Preparing [2020-10-08T17:44:05.210Z] 9a5af0e9e2c0: Preparing [2020-10-08T17:44:05.210Z] 2049762d2d66: Preparing [2020-10-08T17:44:05.210Z] f6f089b4d001: Preparing [2020-10-08T17:44:05.210Z] e2f13739ad41: Preparing [2020-10-08T17:44:05.210Z] e2f13739ad41: Waiting [2020-10-08T17:44:05.210Z] 9a5af0e9e2c0: Layer already exists [2020-10-08T17:44:05.210Z] 2049762d2d66: Layer already exists [2020-10-08T17:44:05.210Z] aaaab1e49caa: Layer already exists [2020-10-08T17:44:05.210Z] f6f089b4d001: Layer already exists [2020-10-08T17:44:05.210Z] be913bd5b954: Layer already exists [2020-10-08T17:44:05.483Z] e2f13739ad41: Layer already exists [2020-10-08T17:44:05.483Z] 1.2.2-dev.58: digest: sha256:690d847a8fb66761ca11be6c105098892124aaa2eb8fbd79232eb39bab9bd95c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:05.822Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:06.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:06.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-08T17:44:06.155Z] be913bd5b954: Preparing [2020-10-08T17:44:06.155Z] aaaab1e49caa: Preparing [2020-10-08T17:44:06.155Z] 9a5af0e9e2c0: Preparing [2020-10-08T17:44:06.155Z] 2049762d2d66: Preparing [2020-10-08T17:44:06.155Z] f6f089b4d001: Preparing [2020-10-08T17:44:06.155Z] e2f13739ad41: Preparing [2020-10-08T17:44:06.155Z] e2f13739ad41: Waiting [2020-10-08T17:44:06.155Z] aaaab1e49caa: Layer already exists [2020-10-08T17:44:06.155Z] be913bd5b954: Layer already exists [2020-10-08T17:44:06.155Z] f6f089b4d001: Layer already exists [2020-10-08T17:44:06.155Z] 2049762d2d66: Layer already exists [2020-10-08T17:44:06.426Z] 9a5af0e9e2c0: Layer already exists [2020-10-08T17:44:06.426Z] e2f13739ad41: Layer already exists [2020-10-08T17:44:06.426Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:690d847a8fb66761ca11be6c105098892124aaa2eb8fbd79232eb39bab9bd95c size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:06.763Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:07.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-08T17:44:07.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-08T17:44:07.102Z] be913bd5b954: Preparing [2020-10-08T17:44:07.102Z] aaaab1e49caa: Preparing [2020-10-08T17:44:07.102Z] 9a5af0e9e2c0: Preparing [2020-10-08T17:44:07.102Z] 2049762d2d66: Preparing [2020-10-08T17:44:07.102Z] f6f089b4d001: Preparing [2020-10-08T17:44:07.102Z] e2f13739ad41: Preparing [2020-10-08T17:44:07.102Z] e2f13739ad41: Waiting [2020-10-08T17:44:07.371Z] be913bd5b954: Layer already exists [2020-10-08T17:44:07.371Z] aaaab1e49caa: Layer already exists [2020-10-08T17:44:07.371Z] f6f089b4d001: Layer already exists [2020-10-08T17:44:07.371Z] 2049762d2d66: Layer already exists [2020-10-08T17:44:07.371Z] 9a5af0e9e2c0: Layer already exists [2020-10-08T17:44:07.371Z] e2f13739ad41: Layer already exists [2020-10-08T17:44:07.371Z] master: digest: sha256:690d847a8fb66761ca11be6c105098892124aaa2eb8fbd79232eb39bab9bd95c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:44:07.583Z] ===================================================== [Pipeline] echo [2020-10-08T17:44:07.628Z] taggedImages: [2020-10-08T17:44:07.628Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:07.628Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:07.628Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:07.628Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-08T17:44:07.708Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-08T17:44:07.708Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:07.708Z] 1.2.2-dev.58 [2020-10-08T17:44:07.708Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:07.708Z] master [2020-10-08T17:44:07.708Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:08.211Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:08.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:08.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-08T17:44:08.544Z] 3c03e460e7c6: Preparing [2020-10-08T17:44:08.544Z] 8de08ffd3da2: Preparing [2020-10-08T17:44:08.544Z] 2ff4dd66cbbf: Preparing [2020-10-08T17:44:08.814Z] 3c03e460e7c6: Pushed [2020-10-08T17:44:08.814Z] 2ff4dd66cbbf: Pushed [2020-10-08T17:44:12.184Z] 8de08ffd3da2: Pushed [2020-10-08T17:44:12.455Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:1b9f81c985ed21186798768f62910190c9aeebf85093bbf3cce579eb821d1dbe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:12.792Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:13.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:13.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-08T17:44:13.123Z] 3c03e460e7c6: Preparing [2020-10-08T17:44:13.123Z] 8de08ffd3da2: Preparing [2020-10-08T17:44:13.123Z] 2ff4dd66cbbf: Preparing [2020-10-08T17:44:13.123Z] 8de08ffd3da2: Layer already exists [2020-10-08T17:44:13.123Z] 3c03e460e7c6: Layer already exists [2020-10-08T17:44:13.123Z] 2ff4dd66cbbf: Layer already exists [2020-10-08T17:44:13.396Z] 1.2.2-dev.58: digest: sha256:1b9f81c985ed21186798768f62910190c9aeebf85093bbf3cce579eb821d1dbe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:13.737Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:14.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:14.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-08T17:44:14.074Z] 3c03e460e7c6: Preparing [2020-10-08T17:44:14.074Z] 8de08ffd3da2: Preparing [2020-10-08T17:44:14.074Z] 2ff4dd66cbbf: Preparing [2020-10-08T17:44:14.074Z] 8de08ffd3da2: Layer already exists [2020-10-08T17:44:14.074Z] 3c03e460e7c6: Layer already exists [2020-10-08T17:44:14.074Z] 2ff4dd66cbbf: Layer already exists [2020-10-08T17:44:14.346Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:1b9f81c985ed21186798768f62910190c9aeebf85093bbf3cce579eb821d1dbe size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:14.687Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:15.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-08T17:44:15.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-08T17:44:15.023Z] 3c03e460e7c6: Preparing [2020-10-08T17:44:15.023Z] 8de08ffd3da2: Preparing [2020-10-08T17:44:15.023Z] 2ff4dd66cbbf: Preparing [2020-10-08T17:44:15.023Z] 3c03e460e7c6: Layer already exists [2020-10-08T17:44:15.023Z] 8de08ffd3da2: Layer already exists [2020-10-08T17:44:15.023Z] 2ff4dd66cbbf: Layer already exists [2020-10-08T17:44:15.294Z] master: digest: sha256:1b9f81c985ed21186798768f62910190c9aeebf85093bbf3cce579eb821d1dbe size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:44:15.477Z] ===================================================== [Pipeline] echo [2020-10-08T17:44:15.524Z] taggedImages: [2020-10-08T17:44:15.524Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:15.524Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:15.524Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:15.524Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-08T17:44:15.593Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-08T17:44:15.593Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:15.593Z] 1.2.2-dev.58 [2020-10-08T17:44:15.593Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:15.593Z] master [2020-10-08T17:44:15.593Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:16.101Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:16.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:16.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-08T17:44:16.478Z] 79f72e56aac3: Preparing [2020-10-08T17:44:16.478Z] 00e12763db5c: Preparing [2020-10-08T17:44:16.478Z] 5f6f8ea11e53: Preparing [2020-10-08T17:44:16.478Z] 9ad8b10e8cce: Preparing [2020-10-08T17:44:16.478Z] e2f13739ad41: Preparing [2020-10-08T17:44:16.754Z] e2f13739ad41: Layer already exists [2020-10-08T17:44:16.754Z] 00e12763db5c: Pushed [2020-10-08T17:44:16.754Z] 5f6f8ea11e53: Pushed [2020-10-08T17:44:17.347Z] 9ad8b10e8cce: Pushed [2020-10-08T17:44:19.311Z] 79f72e56aac3: Pushed [2020-10-08T17:44:19.311Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:70e89a7f698960623e1d4e54d5d26d3e2242249d38fbf87619ccbbfd89eb69aa size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:19.649Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:19.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:19.982Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-08T17:44:19.982Z] 79f72e56aac3: Preparing [2020-10-08T17:44:19.982Z] 00e12763db5c: Preparing [2020-10-08T17:44:19.982Z] 5f6f8ea11e53: Preparing [2020-10-08T17:44:19.982Z] 9ad8b10e8cce: Preparing [2020-10-08T17:44:19.982Z] e2f13739ad41: Preparing [2020-10-08T17:44:20.252Z] e2f13739ad41: Layer already exists [2020-10-08T17:44:20.252Z] 79f72e56aac3: Layer already exists [2020-10-08T17:44:20.252Z] 00e12763db5c: Layer already exists [2020-10-08T17:44:20.252Z] 5f6f8ea11e53: Layer already exists [2020-10-08T17:44:20.252Z] 9ad8b10e8cce: Layer already exists [2020-10-08T17:44:20.252Z] 1.2.2-dev.58: digest: sha256:70e89a7f698960623e1d4e54d5d26d3e2242249d38fbf87619ccbbfd89eb69aa size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:20.594Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:20.975Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:20.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-08T17:44:20.975Z] 79f72e56aac3: Preparing [2020-10-08T17:44:20.975Z] 00e12763db5c: Preparing [2020-10-08T17:44:20.975Z] 5f6f8ea11e53: Preparing [2020-10-08T17:44:20.975Z] 9ad8b10e8cce: Preparing [2020-10-08T17:44:20.975Z] e2f13739ad41: Preparing [2020-10-08T17:44:21.256Z] 9ad8b10e8cce: Layer already exists [2020-10-08T17:44:21.256Z] e2f13739ad41: Layer already exists [2020-10-08T17:44:21.256Z] 5f6f8ea11e53: Layer already exists [2020-10-08T17:44:21.256Z] 00e12763db5c: Layer already exists [2020-10-08T17:44:21.256Z] 79f72e56aac3: Layer already exists [2020-10-08T17:44:21.256Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:70e89a7f698960623e1d4e54d5d26d3e2242249d38fbf87619ccbbfd89eb69aa size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:21.631Z] + 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-08T17:44:21.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-08T17:44:21.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-08T17:44:21.968Z] 79f72e56aac3: Preparing [2020-10-08T17:44:21.968Z] 00e12763db5c: Preparing [2020-10-08T17:44:21.968Z] 5f6f8ea11e53: Preparing [2020-10-08T17:44:21.968Z] 9ad8b10e8cce: Preparing [2020-10-08T17:44:21.968Z] e2f13739ad41: Preparing [2020-10-08T17:44:21.968Z] 9ad8b10e8cce: Layer already exists [2020-10-08T17:44:21.968Z] e2f13739ad41: Layer already exists [2020-10-08T17:44:21.968Z] 5f6f8ea11e53: Layer already exists [2020-10-08T17:44:21.968Z] 00e12763db5c: Layer already exists [2020-10-08T17:44:21.968Z] 79f72e56aac3: Layer already exists [2020-10-08T17:44:22.244Z] master: digest: sha256:70e89a7f698960623e1d4e54d5d26d3e2242249d38fbf87619ccbbfd89eb69aa size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:44:22.469Z] ===================================================== [Pipeline] echo [2020-10-08T17:44:22.521Z] taggedImages: [2020-10-08T17:44:22.521Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:22.521Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:22.521Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:22.521Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-08T17:44:22.583Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-08T17:44:22.583Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:22.583Z] 1.2.2-dev.58 [2020-10-08T17:44:22.583Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:22.583Z] master [2020-10-08T17:44:22.583Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:23.186Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:23.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:23.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-08T17:44:23.549Z] ce78726d3a89: Preparing [2020-10-08T17:44:23.549Z] f86d2f7c116b: Preparing [2020-10-08T17:44:23.549Z] 25a1a45a484b: Preparing [2020-10-08T17:44:23.549Z] 01b9afe61228: Preparing [2020-10-08T17:44:23.549Z] 01b9afe61228: Preparing [2020-10-08T17:44:23.549Z] 272cd79ede58: Preparing [2020-10-08T17:44:23.549Z] 903e75f799ef: Preparing [2020-10-08T17:44:23.549Z] dbe7e903017b: Preparing [2020-10-08T17:44:23.549Z] ce78726d3a89: Preparing [2020-10-08T17:44:23.549Z] 5da4e1ee443f: Preparing [2020-10-08T17:44:23.549Z] 2c99753373cd: Preparing [2020-10-08T17:44:23.549Z] cce98aa5a53b: Preparing [2020-10-08T17:44:23.549Z] e2f13739ad41: Preparing [2020-10-08T17:44:23.549Z] 903e75f799ef: Waiting [2020-10-08T17:44:23.549Z] 5da4e1ee443f: Waiting [2020-10-08T17:44:23.549Z] dbe7e903017b: Waiting [2020-10-08T17:44:23.550Z] cce98aa5a53b: Waiting [2020-10-08T17:44:23.550Z] 2c99753373cd: Waiting [2020-10-08T17:44:23.550Z] e2f13739ad41: Waiting [2020-10-08T17:44:24.551Z] f86d2f7c116b: Pushed [2020-10-08T17:44:24.551Z] 25a1a45a484b: Pushed [2020-10-08T17:44:24.551Z] 272cd79ede58: Pushed [2020-10-08T17:44:24.551Z] 01b9afe61228: Pushed [2020-10-08T17:44:24.827Z] dbe7e903017b: Pushed [2020-10-08T17:44:24.827Z] 903e75f799ef: Pushed [2020-10-08T17:44:24.827Z] 5da4e1ee443f: Pushed [2020-10-08T17:44:24.827Z] 2c99753373cd: Pushed [2020-10-08T17:44:24.827Z] e2f13739ad41: Layer already exists [2020-10-08T17:44:25.098Z] cce98aa5a53b: Pushed [2020-10-08T17:44:26.070Z] ce78726d3a89: Pushed [2020-10-08T17:44:26.339Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:caa66eaf8a07bc6d1a28d4c1dee56a20b9da3c9e7b55299175b03a7b196a7ca3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:26.946Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:27.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:27.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-08T17:44:27.288Z] ce78726d3a89: Preparing [2020-10-08T17:44:27.288Z] f86d2f7c116b: Preparing [2020-10-08T17:44:27.288Z] 25a1a45a484b: Preparing [2020-10-08T17:44:27.288Z] 01b9afe61228: Preparing [2020-10-08T17:44:27.288Z] 01b9afe61228: Preparing [2020-10-08T17:44:27.288Z] 272cd79ede58: Preparing [2020-10-08T17:44:27.288Z] 903e75f799ef: Preparing [2020-10-08T17:44:27.288Z] dbe7e903017b: Preparing [2020-10-08T17:44:27.288Z] ce78726d3a89: Preparing [2020-10-08T17:44:27.288Z] 5da4e1ee443f: Preparing [2020-10-08T17:44:27.288Z] 2c99753373cd: Preparing [2020-10-08T17:44:27.288Z] cce98aa5a53b: Preparing [2020-10-08T17:44:27.288Z] e2f13739ad41: Preparing [2020-10-08T17:44:27.288Z] 903e75f799ef: Waiting [2020-10-08T17:44:27.288Z] dbe7e903017b: Waiting [2020-10-08T17:44:27.288Z] 5da4e1ee443f: Waiting [2020-10-08T17:44:27.288Z] cce98aa5a53b: Waiting [2020-10-08T17:44:27.288Z] e2f13739ad41: Waiting [2020-10-08T17:44:27.288Z] 2c99753373cd: Waiting [2020-10-08T17:44:27.558Z] 272cd79ede58: Layer already exists [2020-10-08T17:44:27.558Z] ce78726d3a89: Layer already exists [2020-10-08T17:44:27.558Z] 25a1a45a484b: Layer already exists [2020-10-08T17:44:27.558Z] f86d2f7c116b: Layer already exists [2020-10-08T17:44:27.558Z] 01b9afe61228: Layer already exists [2020-10-08T17:44:27.558Z] 2c99753373cd: Layer already exists [2020-10-08T17:44:27.558Z] 903e75f799ef: Layer already exists [2020-10-08T17:44:27.558Z] dbe7e903017b: Layer already exists [2020-10-08T17:44:27.558Z] 5da4e1ee443f: Layer already exists [2020-10-08T17:44:27.558Z] cce98aa5a53b: Layer already exists [2020-10-08T17:44:27.558Z] e2f13739ad41: Layer already exists [2020-10-08T17:44:27.558Z] 1.2.2-dev.58: digest: sha256:caa66eaf8a07bc6d1a28d4c1dee56a20b9da3c9e7b55299175b03a7b196a7ca3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:27.892Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:28.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:28.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-08T17:44:28.226Z] ce78726d3a89: Preparing [2020-10-08T17:44:28.226Z] f86d2f7c116b: Preparing [2020-10-08T17:44:28.226Z] 25a1a45a484b: Preparing [2020-10-08T17:44:28.226Z] 01b9afe61228: Preparing [2020-10-08T17:44:28.226Z] 01b9afe61228: Preparing [2020-10-08T17:44:28.226Z] 272cd79ede58: Preparing [2020-10-08T17:44:28.226Z] 903e75f799ef: Preparing [2020-10-08T17:44:28.226Z] dbe7e903017b: Preparing [2020-10-08T17:44:28.226Z] ce78726d3a89: Preparing [2020-10-08T17:44:28.226Z] 5da4e1ee443f: Preparing [2020-10-08T17:44:28.226Z] 2c99753373cd: Preparing [2020-10-08T17:44:28.226Z] cce98aa5a53b: Preparing [2020-10-08T17:44:28.226Z] e2f13739ad41: Preparing [2020-10-08T17:44:28.226Z] dbe7e903017b: Waiting [2020-10-08T17:44:28.226Z] 5da4e1ee443f: Waiting [2020-10-08T17:44:28.226Z] 2c99753373cd: Waiting [2020-10-08T17:44:28.226Z] cce98aa5a53b: Waiting [2020-10-08T17:44:28.226Z] e2f13739ad41: Waiting [2020-10-08T17:44:28.226Z] 903e75f799ef: Waiting [2020-10-08T17:44:28.501Z] 25a1a45a484b: Layer already exists [2020-10-08T17:44:28.501Z] 272cd79ede58: Layer already exists [2020-10-08T17:44:28.501Z] f86d2f7c116b: Layer already exists [2020-10-08T17:44:28.501Z] ce78726d3a89: Layer already exists [2020-10-08T17:44:28.501Z] 01b9afe61228: Layer already exists [2020-10-08T17:44:28.501Z] 903e75f799ef: Layer already exists [2020-10-08T17:44:28.501Z] 5da4e1ee443f: Layer already exists [2020-10-08T17:44:28.501Z] dbe7e903017b: Layer already exists [2020-10-08T17:44:28.501Z] cce98aa5a53b: Layer already exists [2020-10-08T17:44:28.501Z] 2c99753373cd: Layer already exists [2020-10-08T17:44:28.501Z] e2f13739ad41: Layer already exists [2020-10-08T17:44:28.501Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:caa66eaf8a07bc6d1a28d4c1dee56a20b9da3c9e7b55299175b03a7b196a7ca3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:28.840Z] + 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-08T17:44:29.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-08T17:44:29.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-08T17:44:29.177Z] ce78726d3a89: Preparing [2020-10-08T17:44:29.177Z] f86d2f7c116b: Preparing [2020-10-08T17:44:29.177Z] 25a1a45a484b: Preparing [2020-10-08T17:44:29.177Z] 01b9afe61228: Preparing [2020-10-08T17:44:29.177Z] 01b9afe61228: Preparing [2020-10-08T17:44:29.177Z] 272cd79ede58: Preparing [2020-10-08T17:44:29.177Z] 903e75f799ef: Preparing [2020-10-08T17:44:29.177Z] dbe7e903017b: Preparing [2020-10-08T17:44:29.177Z] ce78726d3a89: Preparing [2020-10-08T17:44:29.177Z] 5da4e1ee443f: Preparing [2020-10-08T17:44:29.177Z] 2c99753373cd: Preparing [2020-10-08T17:44:29.177Z] cce98aa5a53b: Preparing [2020-10-08T17:44:29.177Z] e2f13739ad41: Preparing [2020-10-08T17:44:29.177Z] 903e75f799ef: Waiting [2020-10-08T17:44:29.177Z] dbe7e903017b: Waiting [2020-10-08T17:44:29.177Z] cce98aa5a53b: Waiting [2020-10-08T17:44:29.177Z] 5da4e1ee443f: Waiting [2020-10-08T17:44:29.177Z] 2c99753373cd: Waiting [2020-10-08T17:44:29.177Z] e2f13739ad41: Waiting [2020-10-08T17:44:29.451Z] 272cd79ede58: Layer already exists [2020-10-08T17:44:29.451Z] f86d2f7c116b: Layer already exists [2020-10-08T17:44:29.451Z] 01b9afe61228: Layer already exists [2020-10-08T17:44:29.451Z] 25a1a45a484b: Layer already exists [2020-10-08T17:44:29.451Z] ce78726d3a89: Layer already exists [2020-10-08T17:44:29.451Z] dbe7e903017b: Layer already exists [2020-10-08T17:44:29.451Z] 903e75f799ef: Layer already exists [2020-10-08T17:44:29.451Z] 5da4e1ee443f: Layer already exists [2020-10-08T17:44:29.451Z] cce98aa5a53b: Layer already exists [2020-10-08T17:44:29.451Z] 2c99753373cd: Layer already exists [2020-10-08T17:44:29.451Z] e2f13739ad41: Layer already exists [2020-10-08T17:44:29.451Z] master: digest: sha256:caa66eaf8a07bc6d1a28d4c1dee56a20b9da3c9e7b55299175b03a7b196a7ca3 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:44:29.655Z] ===================================================== [Pipeline] echo [2020-10-08T17:44:29.714Z] taggedImages: [2020-10-08T17:44:29.715Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:29.715Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:29.715Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:29.715Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-08T17:44:29.803Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-08T17:44:29.803Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:29.803Z] 1.2.2-dev.58 [2020-10-08T17:44:29.803Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:29.803Z] master [2020-10-08T17:44:29.803Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:30.310Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:30.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:30.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-08T17:44:30.640Z] f53729793dfe: Preparing [2020-10-08T17:44:30.640Z] 6a05640be8ed: Preparing [2020-10-08T17:44:30.640Z] b3084d5ff9be: Preparing [2020-10-08T17:44:30.640Z] e20ba2ecfd85: Preparing [2020-10-08T17:44:30.640Z] 0e6ca20f8434: Preparing [2020-10-08T17:44:30.640Z] ab132f92b4cf: Preparing [2020-10-08T17:44:30.640Z] 9516f51d3538: Preparing [2020-10-08T17:44:30.640Z] f7739f7ef8cc: Preparing [2020-10-08T17:44:30.640Z] 0bbbf71f5ea0: Preparing [2020-10-08T17:44:30.640Z] 20b1b073e0b5: Preparing [2020-10-08T17:44:30.640Z] 66b385cf80cf: Preparing [2020-10-08T17:44:30.640Z] f7739f7ef8cc: Waiting [2020-10-08T17:44:30.640Z] 0bbbf71f5ea0: Waiting [2020-10-08T17:44:30.640Z] ab132f92b4cf: Waiting [2020-10-08T17:44:30.640Z] 66b385cf80cf: Waiting [2020-10-08T17:44:30.640Z] 9516f51d3538: Waiting [2020-10-08T17:44:30.915Z] f53729793dfe: Pushed [2020-10-08T17:44:30.915Z] 6a05640be8ed: Pushed [2020-10-08T17:44:31.195Z] ab132f92b4cf: Pushed [2020-10-08T17:44:31.195Z] 9516f51d3538: Pushed [2020-10-08T17:44:31.469Z] f7739f7ef8cc: Pushed [2020-10-08T17:44:31.469Z] 0bbbf71f5ea0: Pushed [2020-10-08T17:44:31.743Z] 66b385cf80cf: Layer already exists [2020-10-08T17:44:32.016Z] 20b1b073e0b5: Pushed [2020-10-08T17:44:33.443Z] 0e6ca20f8434: Pushed [2020-10-08T17:44:33.443Z] b3084d5ff9be: Pushed [2020-10-08T17:44:33.443Z] e20ba2ecfd85: Pushed [2020-10-08T17:44:33.443Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:5eeac5adc2939baffc4a5ac4100dd0e5d86eda47c6a93214d1047ad60412d507 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:34.053Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:34.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:34.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-08T17:44:34.396Z] f53729793dfe: Preparing [2020-10-08T17:44:34.396Z] 6a05640be8ed: Preparing [2020-10-08T17:44:34.396Z] b3084d5ff9be: Preparing [2020-10-08T17:44:34.396Z] e20ba2ecfd85: Preparing [2020-10-08T17:44:34.396Z] 0e6ca20f8434: Preparing [2020-10-08T17:44:34.396Z] ab132f92b4cf: Preparing [2020-10-08T17:44:34.396Z] 9516f51d3538: Preparing [2020-10-08T17:44:34.396Z] f7739f7ef8cc: Preparing [2020-10-08T17:44:34.396Z] 0bbbf71f5ea0: Preparing [2020-10-08T17:44:34.396Z] 20b1b073e0b5: Preparing [2020-10-08T17:44:34.396Z] 66b385cf80cf: Preparing [2020-10-08T17:44:34.396Z] 9516f51d3538: Waiting [2020-10-08T17:44:34.396Z] f7739f7ef8cc: Waiting [2020-10-08T17:44:34.396Z] 0bbbf71f5ea0: Waiting [2020-10-08T17:44:34.396Z] 20b1b073e0b5: Waiting [2020-10-08T17:44:34.396Z] 66b385cf80cf: Waiting [2020-10-08T17:44:34.396Z] ab132f92b4cf: Waiting [2020-10-08T17:44:34.667Z] 0e6ca20f8434: Layer already exists [2020-10-08T17:44:34.667Z] f53729793dfe: Layer already exists [2020-10-08T17:44:34.667Z] 6a05640be8ed: Layer already exists [2020-10-08T17:44:34.667Z] b3084d5ff9be: Layer already exists [2020-10-08T17:44:34.667Z] e20ba2ecfd85: Layer already exists [2020-10-08T17:44:34.667Z] f7739f7ef8cc: Layer already exists [2020-10-08T17:44:34.667Z] 20b1b073e0b5: Layer already exists [2020-10-08T17:44:34.667Z] 0bbbf71f5ea0: Layer already exists [2020-10-08T17:44:34.667Z] ab132f92b4cf: Layer already exists [2020-10-08T17:44:34.667Z] 9516f51d3538: Layer already exists [2020-10-08T17:44:34.667Z] 66b385cf80cf: Layer already exists [2020-10-08T17:44:34.667Z] 1.2.2-dev.58: digest: sha256:5eeac5adc2939baffc4a5ac4100dd0e5d86eda47c6a93214d1047ad60412d507 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:35.009Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:35.345Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:35.345Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-08T17:44:35.345Z] f53729793dfe: Preparing [2020-10-08T17:44:35.345Z] 6a05640be8ed: Preparing [2020-10-08T17:44:35.345Z] b3084d5ff9be: Preparing [2020-10-08T17:44:35.345Z] e20ba2ecfd85: Preparing [2020-10-08T17:44:35.345Z] 0e6ca20f8434: Preparing [2020-10-08T17:44:35.345Z] ab132f92b4cf: Preparing [2020-10-08T17:44:35.345Z] 9516f51d3538: Preparing [2020-10-08T17:44:35.345Z] f7739f7ef8cc: Preparing [2020-10-08T17:44:35.345Z] 0bbbf71f5ea0: Preparing [2020-10-08T17:44:35.345Z] 20b1b073e0b5: Preparing [2020-10-08T17:44:35.345Z] 66b385cf80cf: Preparing [2020-10-08T17:44:35.345Z] f7739f7ef8cc: Waiting [2020-10-08T17:44:35.345Z] 0bbbf71f5ea0: Waiting [2020-10-08T17:44:35.345Z] 20b1b073e0b5: Waiting [2020-10-08T17:44:35.345Z] 66b385cf80cf: Waiting [2020-10-08T17:44:35.345Z] ab132f92b4cf: Waiting [2020-10-08T17:44:35.345Z] 9516f51d3538: Waiting [2020-10-08T17:44:35.345Z] b3084d5ff9be: Layer already exists [2020-10-08T17:44:35.345Z] f53729793dfe: Layer already exists [2020-10-08T17:44:35.345Z] e20ba2ecfd85: Layer already exists [2020-10-08T17:44:35.616Z] 6a05640be8ed: Layer already exists [2020-10-08T17:44:35.616Z] 0e6ca20f8434: Layer already exists [2020-10-08T17:44:35.616Z] ab132f92b4cf: Layer already exists [2020-10-08T17:44:35.616Z] 9516f51d3538: Layer already exists [2020-10-08T17:44:35.616Z] 20b1b073e0b5: Layer already exists [2020-10-08T17:44:35.616Z] f7739f7ef8cc: Layer already exists [2020-10-08T17:44:35.616Z] 0bbbf71f5ea0: Layer already exists [2020-10-08T17:44:35.616Z] 66b385cf80cf: Layer already exists [2020-10-08T17:44:35.616Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:5eeac5adc2939baffc4a5ac4100dd0e5d86eda47c6a93214d1047ad60412d507 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:35.956Z] + 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-08T17:44:36.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-08T17:44:36.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-08T17:44:36.291Z] f53729793dfe: Preparing [2020-10-08T17:44:36.291Z] 6a05640be8ed: Preparing [2020-10-08T17:44:36.291Z] b3084d5ff9be: Preparing [2020-10-08T17:44:36.291Z] e20ba2ecfd85: Preparing [2020-10-08T17:44:36.291Z] 0e6ca20f8434: Preparing [2020-10-08T17:44:36.291Z] ab132f92b4cf: Preparing [2020-10-08T17:44:36.291Z] 9516f51d3538: Preparing [2020-10-08T17:44:36.291Z] f7739f7ef8cc: Preparing [2020-10-08T17:44:36.291Z] 0bbbf71f5ea0: Preparing [2020-10-08T17:44:36.291Z] 20b1b073e0b5: Preparing [2020-10-08T17:44:36.291Z] 66b385cf80cf: Preparing [2020-10-08T17:44:36.291Z] f7739f7ef8cc: Waiting [2020-10-08T17:44:36.291Z] 0bbbf71f5ea0: Waiting [2020-10-08T17:44:36.291Z] 20b1b073e0b5: Waiting [2020-10-08T17:44:36.291Z] ab132f92b4cf: Waiting [2020-10-08T17:44:36.291Z] 9516f51d3538: Waiting [2020-10-08T17:44:36.291Z] 66b385cf80cf: Waiting [2020-10-08T17:44:36.564Z] 0e6ca20f8434: Layer already exists [2020-10-08T17:44:36.564Z] b3084d5ff9be: Layer already exists [2020-10-08T17:44:36.564Z] f53729793dfe: Layer already exists [2020-10-08T17:44:36.564Z] e20ba2ecfd85: Layer already exists [2020-10-08T17:44:36.564Z] 6a05640be8ed: Layer already exists [2020-10-08T17:44:36.564Z] 9516f51d3538: Layer already exists [2020-10-08T17:44:36.564Z] ab132f92b4cf: Layer already exists [2020-10-08T17:44:36.564Z] 20b1b073e0b5: Layer already exists [2020-10-08T17:44:36.564Z] 0bbbf71f5ea0: Layer already exists [2020-10-08T17:44:36.564Z] f7739f7ef8cc: Layer already exists [2020-10-08T17:44:36.564Z] 66b385cf80cf: Layer already exists [2020-10-08T17:44:36.564Z] master: digest: sha256:5eeac5adc2939baffc4a5ac4100dd0e5d86eda47c6a93214d1047ad60412d507 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:44:36.784Z] ===================================================== [Pipeline] echo [2020-10-08T17:44:36.833Z] taggedImages: [2020-10-08T17:44:36.833Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:36.833Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:36.833Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:36.833Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-08T17:44:36.896Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-08T17:44:36.896Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:36.896Z] 1.2.2-dev.58 [2020-10-08T17:44:36.896Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:36.896Z] master [2020-10-08T17:44:36.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:37.453Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:37.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:37.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-08T17:44:37.785Z] c41589dc1317: Preparing [2020-10-08T17:44:37.785Z] f1b279698349: Preparing [2020-10-08T17:44:37.785Z] 312c68980355: Preparing [2020-10-08T17:44:37.785Z] 196b0a6aba17: Preparing [2020-10-08T17:44:38.055Z] c41589dc1317: Pushed [2020-10-08T17:44:38.327Z] 196b0a6aba17: Pushed [2020-10-08T17:44:39.302Z] 312c68980355: Pushed [2020-10-08T17:44:40.720Z] f1b279698349: Pushed [2020-10-08T17:44:40.990Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:dd5f62b66ab6cc73734bc6bb022cfa11ea1d0de364863955d9039984b1628e0a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:41.331Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:41.663Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:41.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-08T17:44:41.663Z] c41589dc1317: Preparing [2020-10-08T17:44:41.663Z] f1b279698349: Preparing [2020-10-08T17:44:41.663Z] 312c68980355: Preparing [2020-10-08T17:44:41.663Z] 196b0a6aba17: Preparing [2020-10-08T17:44:41.663Z] c41589dc1317: Layer already exists [2020-10-08T17:44:41.663Z] f1b279698349: Layer already exists [2020-10-08T17:44:41.932Z] 312c68980355: Layer already exists [2020-10-08T17:44:41.932Z] 196b0a6aba17: Layer already exists [2020-10-08T17:44:41.932Z] 1.2.2-dev.58: digest: sha256:dd5f62b66ab6cc73734bc6bb022cfa11ea1d0de364863955d9039984b1628e0a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:42.272Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:42.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:42.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-08T17:44:42.605Z] c41589dc1317: Preparing [2020-10-08T17:44:42.605Z] f1b279698349: Preparing [2020-10-08T17:44:42.605Z] 312c68980355: Preparing [2020-10-08T17:44:42.605Z] 196b0a6aba17: Preparing [2020-10-08T17:44:42.605Z] 196b0a6aba17: Layer already exists [2020-10-08T17:44:42.605Z] 312c68980355: Layer already exists [2020-10-08T17:44:42.605Z] f1b279698349: Layer already exists [2020-10-08T17:44:42.605Z] c41589dc1317: Layer already exists [2020-10-08T17:44:42.877Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:dd5f62b66ab6cc73734bc6bb022cfa11ea1d0de364863955d9039984b1628e0a size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:43.219Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:43.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-08T17:44:43.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-08T17:44:43.550Z] c41589dc1317: Preparing [2020-10-08T17:44:43.550Z] f1b279698349: Preparing [2020-10-08T17:44:43.550Z] 312c68980355: Preparing [2020-10-08T17:44:43.550Z] 196b0a6aba17: Preparing [2020-10-08T17:44:43.550Z] 312c68980355: Layer already exists [2020-10-08T17:44:43.550Z] 196b0a6aba17: Layer already exists [2020-10-08T17:44:43.550Z] c41589dc1317: Layer already exists [2020-10-08T17:44:43.820Z] f1b279698349: Layer already exists [2020-10-08T17:44:43.820Z] master: digest: sha256:dd5f62b66ab6cc73734bc6bb022cfa11ea1d0de364863955d9039984b1628e0a size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:44:44.034Z] ===================================================== [Pipeline] echo [2020-10-08T17:44:44.105Z] taggedImages: [2020-10-08T17:44:44.106Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:44.106Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:44.106Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:44.106Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-08T17:44:44.194Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-08T17:44:44.194Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:44.194Z] 1.2.2-dev.58 [2020-10-08T17:44:44.194Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:44.194Z] master [2020-10-08T17:44:44.194Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:44.728Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:45.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:45.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-08T17:44:45.061Z] 9dfa7b323589: Preparing [2020-10-08T17:44:45.061Z] 4e400a2d181e: Preparing [2020-10-08T17:44:45.061Z] 48a530504cb4: Preparing [2020-10-08T17:44:45.061Z] 44087fc983ee: Preparing [2020-10-08T17:44:45.061Z] 130e271184e3: Preparing [2020-10-08T17:44:45.061Z] 4a81a90bd6ad: Preparing [2020-10-08T17:44:45.061Z] 4a81a90bd6ad: Waiting [2020-10-08T17:44:45.331Z] 9dfa7b323589: Pushed [2020-10-08T17:44:45.331Z] 48a530504cb4: Pushed [2020-10-08T17:44:45.602Z] 44087fc983ee: Pushed [2020-10-08T17:44:45.602Z] 130e271184e3: Pushed [2020-10-08T17:44:45.874Z] 4a81a90bd6ad: Pushed [2020-10-08T17:44:48.480Z] 4e400a2d181e: Pushed [2020-10-08T17:44:48.758Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:388bab37fe08813a178cdf86480e0c61f56ccb0bfa330fe693549c600dd174eb size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:49.096Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:49.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:49.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-08T17:44:49.433Z] 9dfa7b323589: Preparing [2020-10-08T17:44:49.433Z] 4e400a2d181e: Preparing [2020-10-08T17:44:49.433Z] 48a530504cb4: Preparing [2020-10-08T17:44:49.433Z] 44087fc983ee: Preparing [2020-10-08T17:44:49.433Z] 130e271184e3: Preparing [2020-10-08T17:44:49.433Z] 4a81a90bd6ad: Preparing [2020-10-08T17:44:49.433Z] 4a81a90bd6ad: Waiting [2020-10-08T17:44:49.705Z] 9dfa7b323589: Layer already exists [2020-10-08T17:44:49.705Z] 44087fc983ee: Layer already exists [2020-10-08T17:44:49.705Z] 48a530504cb4: Layer already exists [2020-10-08T17:44:49.705Z] 4e400a2d181e: Layer already exists [2020-10-08T17:44:49.705Z] 130e271184e3: Layer already exists [2020-10-08T17:44:49.705Z] 4a81a90bd6ad: Layer already exists [2020-10-08T17:44:49.705Z] 1.2.2-dev.58: digest: sha256:388bab37fe08813a178cdf86480e0c61f56ccb0bfa330fe693549c600dd174eb size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:50.048Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:50.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:50.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-08T17:44:50.382Z] 9dfa7b323589: Preparing [2020-10-08T17:44:50.382Z] 4e400a2d181e: Preparing [2020-10-08T17:44:50.382Z] 48a530504cb4: Preparing [2020-10-08T17:44:50.382Z] 44087fc983ee: Preparing [2020-10-08T17:44:50.382Z] 130e271184e3: Preparing [2020-10-08T17:44:50.382Z] 4a81a90bd6ad: Preparing [2020-10-08T17:44:50.382Z] 4a81a90bd6ad: Waiting [2020-10-08T17:44:50.382Z] 4e400a2d181e: Layer already exists [2020-10-08T17:44:50.382Z] 9dfa7b323589: Layer already exists [2020-10-08T17:44:50.382Z] 48a530504cb4: Layer already exists [2020-10-08T17:44:50.382Z] 130e271184e3: Layer already exists [2020-10-08T17:44:50.382Z] 44087fc983ee: Layer already exists [2020-10-08T17:44:50.382Z] 4a81a90bd6ad: Layer already exists [2020-10-08T17:44:50.652Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:388bab37fe08813a178cdf86480e0c61f56ccb0bfa330fe693549c600dd174eb size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:51.003Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:51.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-08T17:44:51.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-08T17:44:51.335Z] 9dfa7b323589: Preparing [2020-10-08T17:44:51.335Z] 4e400a2d181e: Preparing [2020-10-08T17:44:51.335Z] 48a530504cb4: Preparing [2020-10-08T17:44:51.335Z] 44087fc983ee: Preparing [2020-10-08T17:44:51.335Z] 130e271184e3: Preparing [2020-10-08T17:44:51.335Z] 4a81a90bd6ad: Preparing [2020-10-08T17:44:51.335Z] 4a81a90bd6ad: Waiting [2020-10-08T17:44:51.607Z] 4e400a2d181e: Layer already exists [2020-10-08T17:44:51.607Z] 48a530504cb4: Layer already exists [2020-10-08T17:44:51.607Z] 9dfa7b323589: Layer already exists [2020-10-08T17:44:51.607Z] 44087fc983ee: Layer already exists [2020-10-08T17:44:51.607Z] 4a81a90bd6ad: Layer already exists [2020-10-08T17:44:52.578Z] 130e271184e3: Layer already exists [2020-10-08T17:44:52.578Z] master: digest: sha256:388bab37fe08813a178cdf86480e0c61f56ccb0bfa330fe693549c600dd174eb size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:44:52.756Z] ===================================================== [Pipeline] echo [2020-10-08T17:44:52.799Z] taggedImages: [2020-10-08T17:44:52.799Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:52.799Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:52.799Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:52.799Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-08T17:44:52.909Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-08T17:44:52.909Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:52.909Z] 1.2.2-dev.58 [2020-10-08T17:44:52.909Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:52.909Z] master [2020-10-08T17:44:52.909Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:53.417Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:53.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:44:53.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-08T17:44:53.763Z] 2ae8b84ac8b3: Preparing [2020-10-08T17:44:53.763Z] a3a05f672644: Preparing [2020-10-08T17:44:53.763Z] 6376f447c4e5: Preparing [2020-10-08T17:44:54.034Z] 6376f447c4e5: Pushed [2020-10-08T17:44:54.034Z] 2ae8b84ac8b3: Pushed [2020-10-08T17:44:57.405Z] a3a05f672644: Pushed [2020-10-08T17:44:57.405Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:ca07738df47ddebc4ad5e426775b86b146d2b8cffc1a0edf4135fed1d6d2a12d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:57.744Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:58.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.58 [2020-10-08T17:44:58.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-08T17:44:58.076Z] 2ae8b84ac8b3: Preparing [2020-10-08T17:44:58.076Z] a3a05f672644: Preparing [2020-10-08T17:44:58.076Z] 6376f447c4e5: Preparing [2020-10-08T17:44:58.345Z] a3a05f672644: Layer already exists [2020-10-08T17:44:58.345Z] 6376f447c4e5: Layer already exists [2020-10-08T17:44:58.345Z] 2ae8b84ac8b3: Layer already exists [2020-10-08T17:44:58.345Z] 1.2.2-dev.58: digest: sha256:ca07738df47ddebc4ad5e426775b86b146d2b8cffc1a0edf4135fed1d6d2a12d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:58.681Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:59.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:44:59.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-08T17:44:59.019Z] 2ae8b84ac8b3: Preparing [2020-10-08T17:44:59.019Z] a3a05f672644: Preparing [2020-10-08T17:44:59.019Z] 6376f447c4e5: Preparing [2020-10-08T17:44:59.019Z] a3a05f672644: Layer already exists [2020-10-08T17:44:59.019Z] 2ae8b84ac8b3: Layer already exists [2020-10-08T17:44:59.019Z] 6376f447c4e5: Layer already exists [2020-10-08T17:44:59.291Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:ca07738df47ddebc4ad5e426775b86b146d2b8cffc1a0edf4135fed1d6d2a12d size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:59.633Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:44:59.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-08T17:44:59.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-08T17:44:59.968Z] 2ae8b84ac8b3: Preparing [2020-10-08T17:44:59.968Z] a3a05f672644: Preparing [2020-10-08T17:44:59.968Z] 6376f447c4e5: Preparing [2020-10-08T17:44:59.968Z] 6376f447c4e5: Layer already exists [2020-10-08T17:44:59.968Z] a3a05f672644: Layer already exists [2020-10-08T17:44:59.968Z] 2ae8b84ac8b3: Layer already exists [2020-10-08T17:45:00.239Z] master: digest: sha256:ca07738df47ddebc4ad5e426775b86b146d2b8cffc1a0edf4135fed1d6d2a12d size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:45:00.520Z] ===================================================== [Pipeline] echo [2020-10-08T17:45:00.568Z] taggedImages: [2020-10-08T17:45:00.568Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:45:00.568Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.58 [2020-10-08T17:45:00.568Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:45:00.568Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-08T17:45:00.649Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-08T17:45:00.649Z] 264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:45:00.649Z] 1.2.2-dev.58 [2020-10-08T17:45:00.649Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:45:00.649Z] master [2020-10-08T17:45:00.649Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:45:01.162Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:45:01.494Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:45:01.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-08T17:45:01.494Z] e5136869f329: Preparing [2020-10-08T17:45:01.494Z] 9567da39d516: Preparing [2020-10-08T17:45:01.494Z] 314ed3417d6b: Preparing [2020-10-08T17:45:01.494Z] 787872d787b6: Preparing [2020-10-08T17:45:01.494Z] ac989bc4332a: Preparing [2020-10-08T17:45:01.494Z] 60f2e701804a: Preparing [2020-10-08T17:45:01.494Z] e06b37a4b091: Preparing [2020-10-08T17:45:01.494Z] f875f9e206db: Preparing [2020-10-08T17:45:01.494Z] 3994ac1dcb8b: Preparing [2020-10-08T17:45:01.494Z] 5f2247eaf593: Preparing [2020-10-08T17:45:01.494Z] 62d13be1b083: Preparing [2020-10-08T17:45:01.494Z] 94fdc660876c: Preparing [2020-10-08T17:45:01.494Z] 4e7279dfc0c0: Preparing [2020-10-08T17:45:01.494Z] e2f13739ad41: Preparing [2020-10-08T17:45:01.494Z] 5f2247eaf593: Waiting [2020-10-08T17:45:01.494Z] 60f2e701804a: Waiting [2020-10-08T17:45:01.494Z] e06b37a4b091: Waiting [2020-10-08T17:45:01.494Z] f875f9e206db: Waiting [2020-10-08T17:45:01.494Z] 62d13be1b083: Waiting [2020-10-08T17:45:01.494Z] 94fdc660876c: Waiting [2020-10-08T17:45:01.494Z] 3994ac1dcb8b: Waiting [2020-10-08T17:45:01.494Z] 4e7279dfc0c0: Waiting [2020-10-08T17:45:01.494Z] e2f13739ad41: Waiting [2020-10-08T17:45:02.094Z] ac989bc4332a: Pushed [2020-10-08T17:45:02.371Z] e5136869f329: Pushed [2020-10-08T17:45:02.974Z] 787872d787b6: Pushed [2020-10-08T17:45:03.250Z] e06b37a4b091: Pushed [2020-10-08T17:45:03.250Z] 3994ac1dcb8b: Layer already exists [2020-10-08T17:45:03.250Z] 5f2247eaf593: Layer already exists [2020-10-08T17:45:03.250Z] f875f9e206db: Layer already exists [2020-10-08T17:45:03.522Z] 62d13be1b083: Layer already exists [2020-10-08T17:45:03.522Z] 4e7279dfc0c0: Layer already exists [2020-10-08T17:45:03.522Z] 94fdc660876c: Layer already exists [2020-10-08T17:45:03.522Z] e2f13739ad41: Layer already exists [2020-10-08T17:45:03.796Z] 9567da39d516: Pushed [2020-10-08T17:45:04.781Z] 60f2e701804a: Pushed [2020-10-08T17:45:14.908Z] 314ed3417d6b: Pushed [2020-10-08T17:45:14.908Z] 264d8cde997d401e7af676e9336abb311dd79af0: digest: sha256:7b4cd4c7e296fc6904ed8a2c8967bd8f289e1bc7b1ceb2e31d5454d564564162 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:45:15.241Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:45:15.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.58 [2020-10-08T17:45:15.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-08T17:45:15.571Z] e5136869f329: Preparing [2020-10-08T17:45:15.571Z] 9567da39d516: Preparing [2020-10-08T17:45:15.571Z] 314ed3417d6b: Preparing [2020-10-08T17:45:15.571Z] 787872d787b6: Preparing [2020-10-08T17:45:15.571Z] ac989bc4332a: Preparing [2020-10-08T17:45:15.571Z] 60f2e701804a: Preparing [2020-10-08T17:45:15.571Z] e06b37a4b091: Preparing [2020-10-08T17:45:15.571Z] f875f9e206db: Preparing [2020-10-08T17:45:15.571Z] 3994ac1dcb8b: Preparing [2020-10-08T17:45:15.571Z] 5f2247eaf593: Preparing [2020-10-08T17:45:15.571Z] 62d13be1b083: Preparing [2020-10-08T17:45:15.571Z] 94fdc660876c: Preparing [2020-10-08T17:45:15.571Z] 4e7279dfc0c0: Preparing [2020-10-08T17:45:15.571Z] e2f13739ad41: Preparing [2020-10-08T17:45:15.571Z] 60f2e701804a: Waiting [2020-10-08T17:45:15.571Z] e06b37a4b091: Waiting [2020-10-08T17:45:15.571Z] f875f9e206db: Waiting [2020-10-08T17:45:15.571Z] 3994ac1dcb8b: Waiting [2020-10-08T17:45:15.571Z] 5f2247eaf593: Waiting [2020-10-08T17:45:15.571Z] 62d13be1b083: Waiting [2020-10-08T17:45:15.571Z] 94fdc660876c: Waiting [2020-10-08T17:45:15.571Z] 4e7279dfc0c0: Waiting [2020-10-08T17:45:15.571Z] e2f13739ad41: Waiting [2020-10-08T17:45:15.571Z] 314ed3417d6b: Layer already exists [2020-10-08T17:45:15.571Z] 9567da39d516: Layer already exists [2020-10-08T17:45:15.862Z] 787872d787b6: Layer already exists [2020-10-08T17:45:15.862Z] ac989bc4332a: Layer already exists [2020-10-08T17:45:15.862Z] e5136869f329: Layer already exists [2020-10-08T17:45:15.862Z] 60f2e701804a: Layer already exists [2020-10-08T17:45:15.862Z] 3994ac1dcb8b: Layer already exists [2020-10-08T17:45:15.862Z] f875f9e206db: Layer already exists [2020-10-08T17:45:15.862Z] e06b37a4b091: Layer already exists [2020-10-08T17:45:15.862Z] 5f2247eaf593: Layer already exists [2020-10-08T17:45:15.862Z] 94fdc660876c: Layer already exists [2020-10-08T17:45:15.862Z] 62d13be1b083: Layer already exists [2020-10-08T17:45:15.862Z] e2f13739ad41: Layer already exists [2020-10-08T17:45:15.862Z] 4e7279dfc0c0: Layer already exists [2020-10-08T17:45:15.862Z] 1.2.2-dev.58: digest: sha256:7b4cd4c7e296fc6904ed8a2c8967bd8f289e1bc7b1ceb2e31d5454d564564162 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:45:16.219Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:45:16.571Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:45:16.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-08T17:45:16.571Z] e5136869f329: Preparing [2020-10-08T17:45:16.571Z] 9567da39d516: Preparing [2020-10-08T17:45:16.571Z] 314ed3417d6b: Preparing [2020-10-08T17:45:16.571Z] 787872d787b6: Preparing [2020-10-08T17:45:16.571Z] ac989bc4332a: Preparing [2020-10-08T17:45:16.571Z] 60f2e701804a: Preparing [2020-10-08T17:45:16.571Z] e06b37a4b091: Preparing [2020-10-08T17:45:16.571Z] f875f9e206db: Preparing [2020-10-08T17:45:16.572Z] 3994ac1dcb8b: Preparing [2020-10-08T17:45:16.572Z] 5f2247eaf593: Preparing [2020-10-08T17:45:16.572Z] 62d13be1b083: Preparing [2020-10-08T17:45:16.572Z] 94fdc660876c: Preparing [2020-10-08T17:45:16.572Z] 4e7279dfc0c0: Preparing [2020-10-08T17:45:16.572Z] e2f13739ad41: Preparing [2020-10-08T17:45:16.572Z] 60f2e701804a: Waiting [2020-10-08T17:45:16.572Z] e06b37a4b091: Waiting [2020-10-08T17:45:16.572Z] f875f9e206db: Waiting [2020-10-08T17:45:16.572Z] 3994ac1dcb8b: Waiting [2020-10-08T17:45:16.572Z] 5f2247eaf593: Waiting [2020-10-08T17:45:16.572Z] 62d13be1b083: Waiting [2020-10-08T17:45:16.572Z] 94fdc660876c: Waiting [2020-10-08T17:45:16.572Z] e2f13739ad41: Waiting [2020-10-08T17:45:16.572Z] 4e7279dfc0c0: Waiting [2020-10-08T17:45:16.854Z] e5136869f329: Layer already exists [2020-10-08T17:45:16.854Z] 9567da39d516: Layer already exists [2020-10-08T17:45:16.854Z] 314ed3417d6b: Layer already exists [2020-10-08T17:45:16.854Z] 787872d787b6: Layer already exists [2020-10-08T17:45:16.854Z] ac989bc4332a: Layer already exists [2020-10-08T17:45:16.854Z] e06b37a4b091: Layer already exists [2020-10-08T17:45:16.854Z] f875f9e206db: Layer already exists [2020-10-08T17:45:16.854Z] 3994ac1dcb8b: Layer already exists [2020-10-08T17:45:16.854Z] 60f2e701804a: Layer already exists [2020-10-08T17:45:16.854Z] 5f2247eaf593: Layer already exists [2020-10-08T17:45:16.854Z] 62d13be1b083: Layer already exists [2020-10-08T17:45:16.854Z] 4e7279dfc0c0: Layer already exists [2020-10-08T17:45:16.854Z] e2f13739ad41: Layer already exists [2020-10-08T17:45:16.854Z] 94fdc660876c: Layer already exists [2020-10-08T17:45:16.854Z] 264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58: digest: sha256:7b4cd4c7e296fc6904ed8a2c8967bd8f289e1bc7b1ceb2e31d5454d564564162 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:45:17.231Z] + 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-08T17:45:17.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-08T17:45:17.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-08T17:45:17.593Z] e5136869f329: Preparing [2020-10-08T17:45:17.593Z] 9567da39d516: Preparing [2020-10-08T17:45:17.593Z] 314ed3417d6b: Preparing [2020-10-08T17:45:17.593Z] 787872d787b6: Preparing [2020-10-08T17:45:17.593Z] ac989bc4332a: Preparing [2020-10-08T17:45:17.593Z] 60f2e701804a: Preparing [2020-10-08T17:45:17.593Z] e06b37a4b091: Preparing [2020-10-08T17:45:17.593Z] f875f9e206db: Preparing [2020-10-08T17:45:17.593Z] 3994ac1dcb8b: Preparing [2020-10-08T17:45:17.593Z] 5f2247eaf593: Preparing [2020-10-08T17:45:17.593Z] 62d13be1b083: Preparing [2020-10-08T17:45:17.593Z] 94fdc660876c: Preparing [2020-10-08T17:45:17.593Z] 4e7279dfc0c0: Preparing [2020-10-08T17:45:17.593Z] e2f13739ad41: Preparing [2020-10-08T17:45:17.593Z] 3994ac1dcb8b: Waiting [2020-10-08T17:45:17.593Z] 5f2247eaf593: Waiting [2020-10-08T17:45:17.593Z] 62d13be1b083: Waiting [2020-10-08T17:45:17.593Z] 94fdc660876c: Waiting [2020-10-08T17:45:17.593Z] 4e7279dfc0c0: Waiting [2020-10-08T17:45:17.593Z] 60f2e701804a: Waiting [2020-10-08T17:45:17.593Z] e2f13739ad41: Waiting [2020-10-08T17:45:17.593Z] f875f9e206db: Waiting [2020-10-08T17:45:17.593Z] e06b37a4b091: Waiting [2020-10-08T17:45:17.866Z] e5136869f329: Layer already exists [2020-10-08T17:45:17.866Z] ac989bc4332a: Layer already exists [2020-10-08T17:45:17.866Z] 9567da39d516: Layer already exists [2020-10-08T17:45:17.866Z] 314ed3417d6b: Layer already exists [2020-10-08T17:45:17.866Z] 787872d787b6: Layer already exists [2020-10-08T17:45:17.866Z] e06b37a4b091: Layer already exists [2020-10-08T17:45:17.866Z] 3994ac1dcb8b: Layer already exists [2020-10-08T17:45:17.866Z] 60f2e701804a: Layer already exists [2020-10-08T17:45:17.866Z] 62d13be1b083: Layer already exists [2020-10-08T17:45:17.866Z] f875f9e206db: Layer already exists [2020-10-08T17:45:17.866Z] 5f2247eaf593: Layer already exists [2020-10-08T17:45:17.866Z] 94fdc660876c: Layer already exists [2020-10-08T17:45:17.866Z] 4e7279dfc0c0: Layer already exists [2020-10-08T17:45:17.866Z] e2f13739ad41: Layer already exists [2020-10-08T17:45:17.866Z] master: digest: sha256:7b4cd4c7e296fc6904ed8a2c8967bd8f289e1bc7b1ceb2e31d5454d564564162 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-08T17:45:18.055Z] ===================================================== [Pipeline] echo [2020-10-08T17:45:18.099Z] taggedImages: [2020-10-08T17:45:18.099Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:45:18.099Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.58 [2020-10-08T17:45:18.099Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0-1.2.2-dev.58 [2020-10-08T17:45:18.099Z] - 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-08T17:45:19.548Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-08T17:45:19.551Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-08T17:45:19.608Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:45:19.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-08T17:45:19.969Z] [2020-10-08T17:45:19.969Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:45:20.329Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-08T17:45:20.329Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-08T17:45:20.329Z] cbdbe7a5bc2a: Already exists [2020-10-08T17:45:20.329Z] 408f87550127: Pulling fs layer [2020-10-08T17:45:20.329Z] fe522b08c979: Pulling fs layer [2020-10-08T17:45:20.329Z] 221eaa008020: Pulling fs layer [2020-10-08T17:45:20.329Z] 2a4607e5d6b9: Pulling fs layer [2020-10-08T17:45:20.329Z] 8f79b27c4fd2: Pulling fs layer [2020-10-08T17:45:20.329Z] e5c8dbe1645b: Pulling fs layer [2020-10-08T17:45:20.329Z] 23e8b3b47431: Pulling fs layer [2020-10-08T17:45:20.329Z] 5c568d65a230: Pulling fs layer [2020-10-08T17:45:20.329Z] 8f79b27c4fd2: Waiting [2020-10-08T17:45:20.329Z] e5c8dbe1645b: Waiting [2020-10-08T17:45:20.329Z] 23e8b3b47431: Waiting [2020-10-08T17:45:20.329Z] 5c568d65a230: Waiting [2020-10-08T17:45:20.329Z] 2a4607e5d6b9: Waiting [2020-10-08T17:45:20.329Z] fe522b08c979: Verifying Checksum [2020-10-08T17:45:20.329Z] fe522b08c979: Download complete [2020-10-08T17:45:20.329Z] 408f87550127: Download complete [2020-10-08T17:45:20.329Z] 2a4607e5d6b9: Verifying Checksum [2020-10-08T17:45:20.329Z] 2a4607e5d6b9: Download complete [2020-10-08T17:45:20.329Z] 8f79b27c4fd2: Verifying Checksum [2020-10-08T17:45:20.329Z] 8f79b27c4fd2: Download complete [2020-10-08T17:45:20.600Z] 408f87550127: Pull complete [2020-10-08T17:45:20.862Z] fe522b08c979: Pull complete [2020-10-08T17:45:21.814Z] e5c8dbe1645b: Verifying Checksum [2020-10-08T17:45:21.814Z] e5c8dbe1645b: Download complete [2020-10-08T17:45:22.778Z] 23e8b3b47431: Verifying Checksum [2020-10-08T17:45:22.779Z] 23e8b3b47431: Download complete [2020-10-08T17:45:23.046Z] 5c568d65a230: Verifying Checksum [2020-10-08T17:45:23.046Z] 5c568d65a230: Download complete [2020-10-08T17:45:24.444Z] 221eaa008020: Verifying Checksum [2020-10-08T17:45:24.444Z] 221eaa008020: Download complete [2020-10-08T17:45:31.053Z] 221eaa008020: Pull complete [2020-10-08T17:45:31.053Z] 2a4607e5d6b9: Pull complete [2020-10-08T17:45:31.053Z] 8f79b27c4fd2: Pull complete [2020-10-08T17:45:32.975Z] e5c8dbe1645b: Pull complete [2020-10-08T17:45:38.285Z] 23e8b3b47431: Pull complete [2020-10-08T17:45:40.212Z] 5c568d65a230: Pull complete [2020-10-08T17:45:40.212Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-08T17:45:40.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-08T17:45:40.212Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-08T17:45:40.367Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:45:40.423Z] $ 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/173:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:45:41.462Z] $ docker top c43f88900523b62dac163340f3c66d1d56abd77864b7a07885105d79143e4808 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-08T17:45:41.997Z] + snyk monitor '--org=edgex-jenkins' [2020-10-08T17:45:54.287Z] [2020-10-08T17:45:54.287Z] Monitoring /w/workspace/edgex-go/173 (github.com/edgexfoundry/edgex-go)... [2020-10-08T17:45:54.287Z] [2020-10-08T17:45:54.287Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/48f7579b-0f6b-4d31-89f9-f2c43f8123be [2020-10-08T17:45:54.287Z] [2020-10-08T17:45:54.287Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-08T17:45:54.287Z] [2020-10-08T17:45:54.287Z] [2020-10-08T17:45:54.287Z] Snyk CLI supports Node.js 8 and higher. [2020-10-08T17:45:54.287Z] 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-08T17:45:54.287Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-08T17:45:54.287Z] [2020-10-08T17:45:54.287Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-08T17:45:54.287Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-08T17:45:54.305Z] $ docker stop --time=1 c43f88900523b62dac163340f3c66d1d56abd77864b7a07885105d79143e4808 [2020-10-08T17:45:57.207Z] $ docker rm -f c43f88900523b62dac163340f3c66d1d56abd77864b7a07885105d79143e4808 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:45:59.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:45:59.009Z] [2020-10-08T17:45:59.009Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:45:59.369Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:45:59.369Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-08T17:45:59.369Z] e7c96db7181b: Pulling fs layer [2020-10-08T17:45:59.369Z] 1868ca2cb446: Pulling fs layer [2020-10-08T17:45:59.369Z] 136be5d0fe8e: Pulling fs layer [2020-10-08T17:45:59.369Z] 894bfe63afcb: Pulling fs layer [2020-10-08T17:45:59.369Z] 894bfe63afcb: Waiting [2020-10-08T17:45:59.369Z] 1868ca2cb446: Verifying Checksum [2020-10-08T17:45:59.369Z] 1868ca2cb446: Download complete [2020-10-08T17:45:59.369Z] 136be5d0fe8e: Download complete [2020-10-08T17:45:59.369Z] e7c96db7181b: Verifying Checksum [2020-10-08T17:45:59.369Z] e7c96db7181b: Download complete [2020-10-08T17:45:59.631Z] 894bfe63afcb: Verifying Checksum [2020-10-08T17:45:59.631Z] 894bfe63afcb: Download complete [2020-10-08T17:45:59.896Z] e7c96db7181b: Pull complete [2020-10-08T17:45:59.896Z] 1868ca2cb446: Pull complete [2020-10-08T17:46:00.158Z] 136be5d0fe8e: Pull complete [2020-10-08T17:46:00.420Z] 894bfe63afcb: Pull complete [2020-10-08T17:46:00.420Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-08T17:46:00.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:46:00.420Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-08T17:46:00.522Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:46:00.571Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:46:01.768Z] $ docker top f592d9850aa810682d2159aec91bfb139b3915166b24dd30d5710ed5a4b7fa20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:46:02.332Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:46:02.333Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:46:05.041Z] $ docker stop --time=1 f592d9850aa810682d2159aec91bfb139b3915166b24dd30d5710ed5a4b7fa20 [2020-10-08T17:46:06.425Z] $ docker rm -f f592d9850aa810682d2159aec91bfb139b3915166b24dd30d5710ed5a4b7fa20 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:46:06.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:46:06.913Z] . [Pipeline] withDockerContainer [2020-10-08T17:46:07.014Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:46:07.060Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:46:07.980Z] $ docker top e97a219ec2d0428ead2990af1fcac3f9a221c767f0ee0e335e0f1466b3b13ff3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:46:08.521Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:46:08.521Z] + tee [2020-10-08T17:46:08.521Z] clair timeout 1m0s [2020-10-08T17:46:08.521Z] docker timeout: 1m0s [2020-10-08T17:46:08.521Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:46:09.195Z] $ docker stop --time=1 e97a219ec2d0428ead2990af1fcac3f9a221c767f0ee0e335e0f1466b3b13ff3 [2020-10-08T17:46:10.531Z] $ docker rm -f e97a219ec2d0428ead2990af1fcac3f9a221c767f0ee0e335e0f1466b3b13ff3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:46:11.038Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:46:11.053Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-core-command-go_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:46:11.107Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:46:11.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:46:11.490Z] . [Pipeline] withDockerContainer [2020-10-08T17:46:11.592Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:46:11.638Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:46:12.280Z] $ docker top 1ec9a0f4fcbe4d5e7becb8c8fab63948ccf7db2bdac263c6e37c1fdcb5104e0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:46:12.820Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:46:12.821Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:46:18.312Z] $ docker stop --time=1 1ec9a0f4fcbe4d5e7becb8c8fab63948ccf7db2bdac263c6e37c1fdcb5104e0d [2020-10-08T17:46:19.684Z] $ docker rm -f 1ec9a0f4fcbe4d5e7becb8c8fab63948ccf7db2bdac263c6e37c1fdcb5104e0d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:46:20.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:46:20.166Z] . [Pipeline] withDockerContainer [2020-10-08T17:46:20.269Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:46:20.325Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:46:20.916Z] $ docker top 3f4026f4a320978d3765a93059e9b4511655d057d384463d93a752b0db22566b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:46:21.464Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:46:21.464Z] + tee [2020-10-08T17:46:21.464Z] clair timeout 1m0s [2020-10-08T17:46:21.464Z] docker timeout: 1m0s [2020-10-08T17:46:21.464Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:46:22.541Z] $ docker stop --time=1 3f4026f4a320978d3765a93059e9b4511655d057d384463d93a752b0db22566b [2020-10-08T17:46:23.898Z] $ docker rm -f 3f4026f4a320978d3765a93059e9b4511655d057d384463d93a752b0db22566b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:46:24.373Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:46:24.388Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-core-data-go_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:46:24.448Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:46:24.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:46:24.806Z] . [Pipeline] withDockerContainer [2020-10-08T17:46:24.911Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:46:24.960Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:46:25.633Z] $ docker top 324d31e6bbf25c0ed54da523117abb88bb727cd8a79f34448d0d983dded9d52b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:46:26.218Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:46:26.218Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:46:28.939Z] $ docker stop --time=1 324d31e6bbf25c0ed54da523117abb88bb727cd8a79f34448d0d983dded9d52b [2020-10-08T17:46:30.288Z] $ docker rm -f 324d31e6bbf25c0ed54da523117abb88bb727cd8a79f34448d0d983dded9d52b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:46:30.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:46:30.815Z] . [Pipeline] withDockerContainer [2020-10-08T17:46:30.950Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:46:31.002Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:46:31.735Z] $ docker top d68c18a26b5504e0712c2cd2aa7545a548bf6dae3b861f4bd10f82eb0fa5cb24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:46:32.326Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:46:32.326Z] + tee [2020-10-08T17:46:32.326Z] clair timeout 1m0s [2020-10-08T17:46:32.326Z] docker timeout: 1m0s [2020-10-08T17:46:32.326Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:46:33.009Z] $ docker stop --time=1 d68c18a26b5504e0712c2cd2aa7545a548bf6dae3b861f4bd10f82eb0fa5cb24 [2020-10-08T17:46:34.417Z] $ docker rm -f d68c18a26b5504e0712c2cd2aa7545a548bf6dae3b861f4bd10f82eb0fa5cb24 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:46:35.052Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:46:35.066Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-core-metadata-go_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:46:35.129Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:46:35.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:46:35.494Z] . [Pipeline] withDockerContainer [2020-10-08T17:46:35.596Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:46:35.646Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:46:36.254Z] $ docker top 26d3055aa9bf679739275db8b400bdb75546c137ab085fa861c36625d5bd8bcf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:46:36.810Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:46:36.810Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:46:41.275Z] $ docker stop --time=1 26d3055aa9bf679739275db8b400bdb75546c137ab085fa861c36625d5bd8bcf [2020-10-08T17:46:42.615Z] $ docker rm -f 26d3055aa9bf679739275db8b400bdb75546c137ab085fa861c36625d5bd8bcf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:46:43.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:46:43.132Z] . [Pipeline] withDockerContainer [2020-10-08T17:46:43.236Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:46:43.290Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:46:43.956Z] $ docker top 8cd1354c93409a0c29862bb5256a302207033240fc365d0db5780a6db46baf29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:46:44.530Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:46:44.530Z] + tee [2020-10-08T17:46:44.530Z] clair timeout 1m0s [2020-10-08T17:46:44.530Z] docker timeout: 1m0s [2020-10-08T17:46:44.530Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:46:45.644Z] $ docker stop --time=1 8cd1354c93409a0c29862bb5256a302207033240fc365d0db5780a6db46baf29 [2020-10-08T17:46:47.035Z] $ docker rm -f 8cd1354c93409a0c29862bb5256a302207033240fc365d0db5780a6db46baf29 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:46:47.537Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:46:47.552Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-security-proxy-setup-go_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:46:47.610Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:46:47.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:46:47.958Z] . [Pipeline] withDockerContainer [2020-10-08T17:46:48.072Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:46:48.128Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:46:48.848Z] $ docker top c6bb425b7310b3e503c81b1f3529f37573ea4c72be4c38d8910da36fd4304e5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:46:49.520Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:46:49.520Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:46:57.894Z] $ docker stop --time=1 c6bb425b7310b3e503c81b1f3529f37573ea4c72be4c38d8910da36fd4304e5d [2020-10-08T17:46:59.241Z] $ docker rm -f c6bb425b7310b3e503c81b1f3529f37573ea4c72be4c38d8910da36fd4304e5d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:46:59.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:46:59.715Z] . [Pipeline] withDockerContainer [2020-10-08T17:46:59.827Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:46:59.879Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:47:00.476Z] $ docker top f28f0b84694665a518aa987fd87cf6d6fe415cf08ab44ace01ba866de63a1c10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:47:01.183Z] + + tee/klar [2020-10-08T17:47:01.184Z] nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:47:01.184Z] clair timeout 1m0s [2020-10-08T17:47:01.184Z] docker timeout: 1m0s [2020-10-08T17:47:01.184Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:47:02.705Z] $ docker stop --time=1 f28f0b84694665a518aa987fd87cf6d6fe415cf08ab44ace01ba866de63a1c10 [2020-10-08T17:47:04.055Z] $ docker rm -f f28f0b84694665a518aa987fd87cf6d6fe415cf08ab44ace01ba866de63a1c10 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:47:04.547Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:47:04.562Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-security-secrets-setup-go_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:47:04.617Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:47:04.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:47:04.963Z] . [Pipeline] withDockerContainer [2020-10-08T17:47:05.070Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:47:05.120Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:47:05.874Z] $ docker top a266cee53eba7ba1e0eb299811c21d92a329a9fd38bf080850b2e333321ad316 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:47:06.446Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:47:06.446Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:47:16.705Z] $ docker stop --time=1 a266cee53eba7ba1e0eb299811c21d92a329a9fd38bf080850b2e333321ad316 [2020-10-08T17:47:18.079Z] $ docker rm -f a266cee53eba7ba1e0eb299811c21d92a329a9fd38bf080850b2e333321ad316 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:47:18.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:47:18.563Z] . [Pipeline] withDockerContainer [2020-10-08T17:47:18.731Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:47:18.783Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:47:19.420Z] $ docker top 59f0f6e6b58ba88db9c6e0e651961a7c599bf5558d4771c20cd2149d20be15d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:47:19.941Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:47:19.942Z] + tee [2020-10-08T17:47:19.942Z] clair timeout 1m0s [2020-10-08T17:47:19.942Z] docker timeout: 1m0s [2020-10-08T17:47:19.942Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:47:21.478Z] $ docker stop --time=1 59f0f6e6b58ba88db9c6e0e651961a7c599bf5558d4771c20cd2149d20be15d2 [2020-10-08T17:47:22.803Z] $ docker rm -f 59f0f6e6b58ba88db9c6e0e651961a7c599bf5558d4771c20cd2149d20be15d2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:47:23.279Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:47:23.293Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-security-secretstore-setup-go_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:47:23.347Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:47:23.696Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:47:23.696Z] . [Pipeline] withDockerContainer [2020-10-08T17:47:23.798Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:47:23.844Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:47:24.480Z] $ docker top a77d580f974f35dca1b59107b3d02b24f9e96413bce9f1dd78cfdd042ab044cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:47:25.081Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:47:25.081Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:47:28.573Z] $ docker stop --time=1 a77d580f974f35dca1b59107b3d02b24f9e96413bce9f1dd78cfdd042ab044cc [2020-10-08T17:47:29.911Z] $ docker rm -f a77d580f974f35dca1b59107b3d02b24f9e96413bce9f1dd78cfdd042ab044cc [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:47:30.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:47:30.414Z] . [Pipeline] withDockerContainer [2020-10-08T17:47:30.518Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:47:30.564Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:47:31.252Z] $ docker top 8f03ae86f86955684640f297999eff88c5f82cd1944677c92727e6172c334d74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:47:31.809Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:47:31.809Z] + tee [2020-10-08T17:47:31.809Z] clair timeout 1m0s [2020-10-08T17:47:31.809Z] docker timeout: 1m0s [2020-10-08T17:47:31.809Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:47:32.483Z] $ docker stop --time=1 8f03ae86f86955684640f297999eff88c5f82cd1944677c92727e6172c334d74 [2020-10-08T17:47:33.858Z] $ docker rm -f 8f03ae86f86955684640f297999eff88c5f82cd1944677c92727e6172c334d74 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:47:34.364Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:47:34.382Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-support-logging-go_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:47:34.437Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:47:34.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:47:34.786Z] . [Pipeline] withDockerContainer [2020-10-08T17:47:34.894Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:47:34.942Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:47:35.587Z] $ docker top 9f815b6b03ccce76865d7ab4c150b2b2ea0ef1dcde8dc46d928c87c9f6ef27a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:47:36.110Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:47:36.110Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:47:41.666Z] $ docker stop --time=1 9f815b6b03ccce76865d7ab4c150b2b2ea0ef1dcde8dc46d928c87c9f6ef27a6 [2020-10-08T17:47:43.014Z] $ docker rm -f 9f815b6b03ccce76865d7ab4c150b2b2ea0ef1dcde8dc46d928c87c9f6ef27a6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:47:43.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:47:43.482Z] . [Pipeline] withDockerContainer [2020-10-08T17:47:43.581Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:47:43.674Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:47:44.310Z] $ docker top aacfbcae84129dc71a39683438550723e8ecb32603a1697ec74e2d957771bf24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:47:44.846Z] + tee [2020-10-08T17:47:44.846Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:47:44.846Z] clair timeout 1m0s [2020-10-08T17:47:44.846Z] docker timeout: 1m0s [2020-10-08T17:47:44.846Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:47:45.894Z] $ docker stop --time=1 aacfbcae84129dc71a39683438550723e8ecb32603a1697ec74e2d957771bf24 [2020-10-08T17:47:47.235Z] $ docker rm -f aacfbcae84129dc71a39683438550723e8ecb32603a1697ec74e2d957771bf24 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:47:47.710Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:47:47.726Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-support-notifications-go_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:47:47.775Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:47:48.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:47:48.129Z] . [Pipeline] withDockerContainer [2020-10-08T17:47:48.248Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:47:48.366Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:47:49.077Z] $ docker top 614b9eb75a3e61ce9f7addd14af36719d1e1a13aebb4ab328fc303436720157c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:47:49.605Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:47:49.605Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:47:52.302Z] $ docker stop --time=1 614b9eb75a3e61ce9f7addd14af36719d1e1a13aebb4ab328fc303436720157c [2020-10-08T17:47:53.635Z] $ docker rm -f 614b9eb75a3e61ce9f7addd14af36719d1e1a13aebb4ab328fc303436720157c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:47:54.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:47:54.103Z] . [Pipeline] withDockerContainer [2020-10-08T17:47:54.202Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:47:54.249Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:47:54.899Z] $ docker top 471fce2ad809e78cd1dd234a2ac824a38764098dfe115fcaef8ab0840a2979c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:47:55.550Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:47:55.550Z] + tee [2020-10-08T17:47:55.550Z] clair timeout 1m0s [2020-10-08T17:47:55.550Z] docker timeout: 1m0s [2020-10-08T17:47:55.550Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:47:56.225Z] $ docker stop --time=1 471fce2ad809e78cd1dd234a2ac824a38764098dfe115fcaef8ab0840a2979c1 [2020-10-08T17:47:57.579Z] $ docker rm -f 471fce2ad809e78cd1dd234a2ac824a38764098dfe115fcaef8ab0840a2979c1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:47:58.090Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:47:58.104Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-support-scheduler-go_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:47:58.153Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:47:58.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:47:58.501Z] . [Pipeline] withDockerContainer [2020-10-08T17:47:58.600Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:47:58.648Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:47:59.292Z] $ docker top 48cfda1134addc804e0838ed87873579b2b4694a5286a73d7742a5ddf73921c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:47:59.807Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:47:59.807Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:48:15.025Z] $ docker stop --time=1 48cfda1134addc804e0838ed87873579b2b4694a5286a73d7742a5ddf73921c9 [2020-10-08T17:48:16.497Z] $ docker rm -f 48cfda1134addc804e0838ed87873579b2b4694a5286a73d7742a5ddf73921c9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:48:17.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:48:17.048Z] . [Pipeline] withDockerContainer [2020-10-08T17:48:17.158Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:48:17.207Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:48:17.914Z] $ docker top 02f53be7c2115a9f4c50de38aee4194bc1b39bc458e488ead9ded8d8153237e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:48:18.450Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:48:18.451Z] + tee [2020-10-08T17:48:18.451Z] clair timeout 1m0s [2020-10-08T17:48:18.451Z] docker timeout: 1m0s [2020-10-08T17:48:18.451Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:48:19.990Z] $ docker stop --time=1 02f53be7c2115a9f4c50de38aee4194bc1b39bc458e488ead9ded8d8153237e8 [2020-10-08T17:48:21.341Z] $ docker rm -f 02f53be7c2115a9f4c50de38aee4194bc1b39bc458e488ead9ded8d8153237e8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:48:21.866Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:48:21.880Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-sys-mgmt-agent-go_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:48:21.937Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:48:22.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:48:22.287Z] . [Pipeline] withDockerContainer [2020-10-08T17:48:22.412Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:48:22.464Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:48:23.074Z] $ docker top b64abcec1da77bbc3671fb4fbd33912160d5aac611ea411dfad3ac81a2887381 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:48:23.687Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:48:23.687Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:48:26.388Z] $ docker stop --time=1 b64abcec1da77bbc3671fb4fbd33912160d5aac611ea411dfad3ac81a2887381 [2020-10-08T17:48:27.738Z] $ docker rm -f b64abcec1da77bbc3671fb4fbd33912160d5aac611ea411dfad3ac81a2887381 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:48:28.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:48:28.305Z] . [Pipeline] withDockerContainer [2020-10-08T17:48:28.409Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:48:28.454Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:48:29.102Z] $ docker top a537cc57125ae47924189909e8987e0c56ff93d17505d21b388229949fe67458 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:48:29.645Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:48:29.645Z] + tee [2020-10-08T17:48:29.645Z] clair timeout 1m0s [2020-10-08T17:48:29.645Z] docker timeout: 1m0s [2020-10-08T17:48:29.645Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:48:30.322Z] $ docker stop --time=1 a537cc57125ae47924189909e8987e0c56ff93d17505d21b388229949fe67458 [2020-10-08T17:48:31.696Z] $ docker rm -f a537cc57125ae47924189909e8987e0c56ff93d17505d21b388229949fe67458 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:48:32.197Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:48:32.210Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-core-command-go-arm64_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:48:32.270Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:48:32.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:48:32.754Z] . [Pipeline] withDockerContainer [2020-10-08T17:48:32.863Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:48:32.908Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:48:33.597Z] $ docker top 8bf248681f58bf74cbb507cf5430080131d4fed67d96b6079a79f9249a166c8f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:48:34.144Z] + + /klartee [2020-10-08T17:48:34.144Z] nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:48:39.694Z] $ docker stop --time=1 8bf248681f58bf74cbb507cf5430080131d4fed67d96b6079a79f9249a166c8f [2020-10-08T17:48:41.054Z] $ docker rm -f 8bf248681f58bf74cbb507cf5430080131d4fed67d96b6079a79f9249a166c8f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:48:41.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:48:41.531Z] . [Pipeline] withDockerContainer [2020-10-08T17:48:41.634Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:48:41.681Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:48:42.386Z] $ docker top dbf13684dc74d68fb7d02491324747b87e3a78fa40be53778de529308746ca4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:48:42.895Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:48:42.895Z] + tee [2020-10-08T17:48:42.895Z] clair timeout 1m0s [2020-10-08T17:48:42.895Z] docker timeout: 1m0s [2020-10-08T17:48:42.895Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:48:43.943Z] $ docker stop --time=1 dbf13684dc74d68fb7d02491324747b87e3a78fa40be53778de529308746ca4c [2020-10-08T17:48:45.293Z] $ docker rm -f dbf13684dc74d68fb7d02491324747b87e3a78fa40be53778de529308746ca4c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:48:45.783Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:48:45.799Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-core-data-go-arm64_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:48:45.853Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:48:46.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:48:46.192Z] . [Pipeline] withDockerContainer [2020-10-08T17:48:46.311Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:48:46.362Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:48:47.005Z] $ docker top 6ea9bcd366294c1f8f7686ae8a52b8bd4ea317ec45fed0632f4668256167c762 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:48:47.555Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:48:47.555Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:48:50.343Z] $ docker stop --time=1 6ea9bcd366294c1f8f7686ae8a52b8bd4ea317ec45fed0632f4668256167c762 [2020-10-08T17:48:51.690Z] $ docker rm -f 6ea9bcd366294c1f8f7686ae8a52b8bd4ea317ec45fed0632f4668256167c762 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:48:52.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:48:52.194Z] . [Pipeline] withDockerContainer [2020-10-08T17:48:52.292Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:48:52.338Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:48:52.997Z] $ docker top 2a489564a62213321324e68921cf1659ec61636dcdb2e5e174581a0da3c84ebc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:48:53.599Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:48:53.599Z] + tee [2020-10-08T17:48:53.599Z] clair timeout 1m0s [2020-10-08T17:48:53.599Z] docker timeout: 1m0s [2020-10-08T17:48:53.599Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:48:54.271Z] $ docker stop --time=1 2a489564a62213321324e68921cf1659ec61636dcdb2e5e174581a0da3c84ebc [2020-10-08T17:48:55.626Z] $ docker rm -f 2a489564a62213321324e68921cf1659ec61636dcdb2e5e174581a0da3c84ebc [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:48:56.119Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:48:56.135Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-core-metadata-go-arm64_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:48:56.226Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:48:56.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:48:56.567Z] . [Pipeline] withDockerContainer [2020-10-08T17:48:56.665Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:48:56.709Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:48:57.401Z] $ docker top ffef6d8d21f756701e828e9d40619de816ac1202a61b53503d1249f7c5f0df7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:48:57.930Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:48:57.931Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:49:02.303Z] $ docker stop --time=1 ffef6d8d21f756701e828e9d40619de816ac1202a61b53503d1249f7c5f0df7f [2020-10-08T17:49:03.681Z] $ docker rm -f ffef6d8d21f756701e828e9d40619de816ac1202a61b53503d1249f7c5f0df7f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:49:04.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:49:04.174Z] . [Pipeline] withDockerContainer [2020-10-08T17:49:04.280Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:49:04.332Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:49:05.032Z] $ docker top 98c02a5e41a69692c5421910fc6d57ca86cdfff507a0ce46c83ef2dde54f7a18 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:49:05.569Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:49:05.569Z] + tee [2020-10-08T17:49:05.569Z] clair timeout 1m0s [2020-10-08T17:49:05.569Z] docker timeout: 1m0s [2020-10-08T17:49:05.569Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:49:06.663Z] $ docker stop --time=1 98c02a5e41a69692c5421910fc6d57ca86cdfff507a0ce46c83ef2dde54f7a18 [2020-10-08T17:49:08.535Z] $ docker rm -f 98c02a5e41a69692c5421910fc6d57ca86cdfff507a0ce46c83ef2dde54f7a18 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:49:09.033Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:49:09.047Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:49:09.119Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:49:09.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:49:09.454Z] . [Pipeline] withDockerContainer [2020-10-08T17:49:09.560Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:49:09.609Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:49:10.319Z] $ docker top a41c11db78659fd2f568eadf7b309ee5772c1dfa2811222a3f1120753202f550 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:49:10.839Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:49:10.839Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:49:21.007Z] $ docker stop --time=1 a41c11db78659fd2f568eadf7b309ee5772c1dfa2811222a3f1120753202f550 [2020-10-08T17:49:22.351Z] $ docker rm -f a41c11db78659fd2f568eadf7b309ee5772c1dfa2811222a3f1120753202f550 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:49:22.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:49:22.852Z] . [Pipeline] withDockerContainer [2020-10-08T17:49:22.961Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:49:23.015Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:49:23.599Z] $ docker top ab4da1f2aa592de7617c41a03147c68117715278b7c43d5e77e55b466e7c49b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:49:24.187Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:49:24.187Z] + tee [2020-10-08T17:49:24.187Z] clair timeout 1m0s [2020-10-08T17:49:24.187Z] docker timeout: 1m0s [2020-10-08T17:49:24.187Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:49:25.740Z] $ docker stop --time=1 ab4da1f2aa592de7617c41a03147c68117715278b7c43d5e77e55b466e7c49b5 [2020-10-08T17:49:27.122Z] $ docker rm -f ab4da1f2aa592de7617c41a03147c68117715278b7c43d5e77e55b466e7c49b5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:49:27.635Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:49:27.664Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:49:27.728Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:49:28.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:49:28.091Z] . [Pipeline] withDockerContainer [2020-10-08T17:49:28.204Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:49:28.254Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:49:28.964Z] $ docker top 644b76f2bfd9d3e2c3363fe45630355ca9735149e10e0afb94c9d2a8570e0bcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:49:29.549Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:49:29.549Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:49:37.924Z] $ docker stop --time=1 644b76f2bfd9d3e2c3363fe45630355ca9735149e10e0afb94c9d2a8570e0bcd [2020-10-08T17:49:39.702Z] $ docker rm -f 644b76f2bfd9d3e2c3363fe45630355ca9735149e10e0afb94c9d2a8570e0bcd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:49:40.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:49:40.235Z] . [Pipeline] withDockerContainer [2020-10-08T17:49:40.345Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:49:40.393Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:49:41.119Z] $ docker top 3dd09200e1dd4f6051ca50e3741787fa18c2e0a19e5e44fdc48f8b58b11969a7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:49:41.703Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:49:41.703Z] + tee [2020-10-08T17:49:41.703Z] clair timeout 1m0s [2020-10-08T17:49:41.703Z] docker timeout: 1m0s [2020-10-08T17:49:41.703Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:49:43.240Z] $ docker stop --time=1 3dd09200e1dd4f6051ca50e3741787fa18c2e0a19e5e44fdc48f8b58b11969a7 [2020-10-08T17:49:44.560Z] $ docker rm -f 3dd09200e1dd4f6051ca50e3741787fa18c2e0a19e5e44fdc48f8b58b11969a7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:49:45.032Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:49:45.046Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:49:45.122Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:49:45.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:49:45.490Z] . [Pipeline] withDockerContainer [2020-10-08T17:49:45.590Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:49:45.636Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:49:46.233Z] $ docker top cc7a54238ccc3bf96c5d4ac5307df276df270745640127408a996fecc4f78908 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:49:46.820Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:49:46.820Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:49:50.336Z] $ docker stop --time=1 cc7a54238ccc3bf96c5d4ac5307df276df270745640127408a996fecc4f78908 [2020-10-08T17:49:51.687Z] $ docker rm -f cc7a54238ccc3bf96c5d4ac5307df276df270745640127408a996fecc4f78908 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:49:52.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:49:52.177Z] . [Pipeline] withDockerContainer [2020-10-08T17:49:52.273Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:49:52.319Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:49:52.989Z] $ docker top 5a62a8d36dda7113ae950b54aaa098c2b1f38880a37faf069643323dfba1a4bf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:49:53.558Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:49:53.558Z] + tee [2020-10-08T17:49:53.558Z] clair timeout 1m0s [2020-10-08T17:49:53.558Z] docker timeout: 1m0s [2020-10-08T17:49:53.558Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:49:54.234Z] $ docker stop --time=1 5a62a8d36dda7113ae950b54aaa098c2b1f38880a37faf069643323dfba1a4bf [2020-10-08T17:49:55.634Z] $ docker rm -f 5a62a8d36dda7113ae950b54aaa098c2b1f38880a37faf069643323dfba1a4bf [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:49:56.140Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:49:56.154Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-support-logging-go-arm64_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:49:56.211Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:49:56.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:49:56.565Z] . [Pipeline] withDockerContainer [2020-10-08T17:49:56.661Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:49:56.704Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:49:57.421Z] $ docker top 8a4b82003b735272e6b12065be086e168f875cd4c8688df9722e7a69b2de2ee9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:49:57.944Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:49:57.944Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:50:03.469Z] $ docker stop --time=1 8a4b82003b735272e6b12065be086e168f875cd4c8688df9722e7a69b2de2ee9 [2020-10-08T17:50:04.853Z] $ docker rm -f 8a4b82003b735272e6b12065be086e168f875cd4c8688df9722e7a69b2de2ee9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:50:05.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:50:05.333Z] . [Pipeline] withDockerContainer [2020-10-08T17:50:05.458Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:50:05.506Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:50:06.179Z] $ docker top 59a37c4708861c05918d65f202ff361cca080ae948166cd913625dfc2a720aff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:50:06.756Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:50:06.756Z] + tee [2020-10-08T17:50:06.756Z] clair timeout 1m0s [2020-10-08T17:50:06.756Z] docker timeout: 1m0s [2020-10-08T17:50:06.756Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:50:07.817Z] $ docker stop --time=1 59a37c4708861c05918d65f202ff361cca080ae948166cd913625dfc2a720aff [2020-10-08T17:50:09.161Z] $ docker rm -f 59a37c4708861c05918d65f202ff361cca080ae948166cd913625dfc2a720aff [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:50:09.668Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:50:09.681Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-support-notifications-go-arm64_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:50:09.735Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:50:10.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:50:10.080Z] . [Pipeline] withDockerContainer [2020-10-08T17:50:10.178Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:50:10.222Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:50:10.872Z] $ docker top ec1742b4b2262ff9a54214f8ed94f494d8a031bcab03e91bc237e420b435c5b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:50:11.428Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:50:11.428Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:50:14.128Z] $ docker stop --time=1 ec1742b4b2262ff9a54214f8ed94f494d8a031bcab03e91bc237e420b435c5b1 [2020-10-08T17:50:15.532Z] $ docker rm -f ec1742b4b2262ff9a54214f8ed94f494d8a031bcab03e91bc237e420b435c5b1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:50:16.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:50:16.019Z] . [Pipeline] withDockerContainer [2020-10-08T17:50:16.119Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:50:16.169Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:50:16.817Z] $ docker top 6c266f6ff0db22ff74bda045815ad7529ff1f44c2fd7bf022b4bbc97100458a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:50:17.343Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:50:17.343Z] + tee [2020-10-08T17:50:17.343Z] clair timeout 1m0s [2020-10-08T17:50:17.343Z] docker timeout: 1m0s [2020-10-08T17:50:17.343Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:50:18.014Z] $ docker stop --time=1 6c266f6ff0db22ff74bda045815ad7529ff1f44c2fd7bf022b4bbc97100458a2 [2020-10-08T17:50:19.351Z] $ docker rm -f 6c266f6ff0db22ff74bda045815ad7529ff1f44c2fd7bf022b4bbc97100458a2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:50:19.821Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:50:19.834Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-support-scheduler-go-arm64_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:50:19.885Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:50:20.253Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:50:20.253Z] . [Pipeline] withDockerContainer [2020-10-08T17:50:20.351Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:50:20.395Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:50:21.036Z] $ docker top 8ed860acc7d9d635882f5b2b526f7f3e76584849bea966c0cf7fe7475e0cd4b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:50:21.585Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:50:21.586Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:50:36.736Z] $ docker stop --time=1 8ed860acc7d9d635882f5b2b526f7f3e76584849bea966c0cf7fe7475e0cd4b9 [2020-10-08T17:50:38.106Z] $ docker rm -f 8ed860acc7d9d635882f5b2b526f7f3e76584849bea966c0cf7fe7475e0cd4b9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:50:39.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-08T17:50:39.026Z] . [Pipeline] withDockerContainer [2020-10-08T17:50:39.125Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:50:39.171Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:50:39.897Z] $ docker top 69925f2da61e32efcc04fbd14474757f1cfb8e242dcc94e5bade90db7b5bd0e2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-08T17:50:40.440Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:264d8cde997d401e7af676e9336abb311dd79af0 [2020-10-08T17:50:40.440Z] + tee [2020-10-08T17:50:40.440Z] clair timeout 1m0s [2020-10-08T17:50:40.440Z] docker timeout: 1m0s [2020-10-08T17:50:40.440Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-08T17:50:41.941Z] $ docker stop --time=1 69925f2da61e32efcc04fbd14474757f1cfb8e242dcc94e5bade90db7b5bd0e2 [2020-10-08T17:50:43.266Z] $ docker rm -f 69925f2da61e32efcc04fbd14474757f1cfb8e242dcc94e5bade90db7b5bd0e2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-08T17:50:43.728Z] + mkdir -p /w/workspace/edgex-go/173/clair-reports [Pipeline] echo [2020-10-08T17:50:43.742Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/173/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_264d8cde997d401e7af676e9336abb311dd79af0.html [Pipeline] writeFile [Pipeline] step [2020-10-08T17:50:43.795Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-08T17:50:44.237Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-08T17:50:44.293Z] provisioning config files... [2020-10-08T17:50:44.313Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/173@tmp/config6616075996750638103tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:50:44.725Z] --> edgex-publish-swagger.sh [2020-10-08T17:50:44.725Z] === Publish openapi/v1 API === [2020-10-08T17:50:44.725Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-08T17:50:44.725Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-08T17:50:44.725Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:44.725Z] Dload Upload Total Spent Left Speed [2020-10-08T17:50:45.950Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8132 0:00:01 0:00:01 --:--:-- 8130 100 10521 0 0 100 10521 0 7885 0:00:01 0:00:01 --:--:-- 7886 [2020-10-08T17:50:45.951Z] [2020-10-08T17:50:45.951Z] [2020-10-08T17:50:45.951Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-08T17:50:45.951Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:45.951Z] Dload Upload Total Spent Left Speed [2020-10-08T17:50:47.340Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 27060 0:00:01 0:00:01 --:--:-- 27084 100 32556 0 0 100 32556 0 25904 0:00:01 0:00:01 --:--:-- 25920 [2020-10-08T17:50:47.340Z] [2020-10-08T17:50:47.340Z] [2020-10-08T17:50:47.340Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-08T17:50:47.340Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:47.340Z] Dload Upload Total Spent Left Speed [2020-10-08T17:50:48.728Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 65926 0:00:01 0:00:01 --:--:-- 65939 100 73720 0 0 100 73720 0 65916 0:00:01 0:00:01 --:--:-- 65939 [2020-10-08T17:50:48.728Z] [2020-10-08T17:50:48.728Z] [2020-10-08T17:50:48.728Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-08T17:50:48.728Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:48.728Z] Dload Upload Total Spent Left Speed [2020-10-08T17:50:49.675Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12706 0:00:01 0:00:01 --:--:-- 12715 100 13580 0 0 100 13580 0 12704 0:00:01 0:00:01 --:--:-- 12715 [2020-10-08T17:50:49.675Z] [2020-10-08T17:50:49.675Z] [2020-10-08T17:50:49.675Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-08T17:50:49.675Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:49.675Z] Dload Upload Total Spent Left Speed [2020-10-08T17:50:50.627Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 33461 0:00:01 0:00:01 --:--:-- 33467 100 38889 0 0 100 38889 0 33456 0:00:01 0:00:01 --:--:-- 33467 [2020-10-08T17:50:50.627Z] [2020-10-08T17:50:50.627Z] [2020-10-08T17:50:50.627Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-08T17:50:50.627Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:50.627Z] Dload Upload Total Spent Left Speed [2020-10-08T17:50:52.019Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11935 0:00:01 0:00:01 --:--:-- 11943 100 14248 0 0 100 14248 0 11294 0:00:01 0:00:01 --:--:-- 11298 [2020-10-08T17:50:52.019Z] [2020-10-08T17:50:52.019Z] [2020-10-08T17:50:52.019Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-08T17:50:52.019Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:52.019Z] Dload Upload Total Spent Left Speed [2020-10-08T17:50:52.965Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3760 0:00:01 0:00:01 --:--:-- 3762 100 4109 0 0 100 4109 0 3759 0:00:01 0:00:01 --:--:-- 3762 [2020-10-08T17:50:52.965Z] [2020-10-08T17:50:52.965Z] [2020-10-08T17:50:52.965Z] === Publish openapi/v2 API === [2020-10-08T17:50:52.965Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-08T17:50:52.965Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-08T17:50:52.965Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:52.965Z] Dload Upload Total Spent Left Speed [2020-10-08T17:50:54.363Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 28901 0:00:01 0:00:01 --:--:-- 28932 100 30234 0 0 100 30234 0 28896 0:00:01 0:00:01 --:--:-- 28904 [2020-10-08T17:50:54.363Z] [2020-10-08T17:50:54.363Z] [2020-10-08T17:50:54.363Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-08T17:50:54.363Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:54.363Z] Dload Upload Total Spent Left Speed [2020-10-08T17:50:55.330Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58943 0 0 100 58943 0 53630 0:00:01 0:00:01 --:--:-- 53682 100 58943 0 0 100 58943 0 53619 0:00:01 0:00:01 --:--:-- 53633 [2020-10-08T17:50:55.330Z] [2020-10-08T17:50:55.330Z] [2020-10-08T17:50:55.330Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-08T17:50:55.330Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:55.330Z] Dload Upload Total Spent Left Speed [2020-10-08T17:50:56.293Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 114k 0 0 100 114k 0 105k 0:00:01 0:00:01 --:--:-- 105k 100 114k 0 0 100 114k 0 105k 0:00:01 0:00:01 --:--:-- 105k [2020-10-08T17:50:56.293Z] [2020-10-08T17:50:56.293Z] [2020-10-08T17:50:56.293Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-08T17:50:56.293Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:56.293Z] Dload Upload Total Spent Left Speed [2020-10-08T17:50:57.679Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 21625 0:00:01 0:00:01 --:--:-- 21641 100 26165 0 0 100 26165 0 19595 0:00:01 0:00:01 --:--:-- 19599 [2020-10-08T17:50:57.679Z] [2020-10-08T17:50:57.679Z] [2020-10-08T17:50:57.679Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-08T17:50:57.679Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:57.679Z] Dload Upload Total Spent Left Speed [2020-10-08T17:50:59.062Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 56592 0:00:01 0:00:01 --:--:-- 56616 100 63410 0 0 100 63410 0 56584 0:00:01 0:00:01 --:--:-- 56616 [2020-10-08T17:50:59.062Z] [2020-10-08T17:50:59.062Z] [2020-10-08T17:50:59.062Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-08T17:50:59.062Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:50:59.062Z] Dload Upload Total Spent Left Speed [2020-10-08T17:51:00.006Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 43075 0:00:01 0:00:01 --:--:-- 43117 [2020-10-08T17:51:00.006Z] [2020-10-08T17:51:00.006Z] [2020-10-08T17:51:00.006Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-08T17:51:00.006Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-08T17:51:00.006Z] Dload Upload Total Spent Left Speed [2020-10-08T17:51:00.949Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 21743 0:00:01 0:00:01 --:--:-- 21743 100 24114 0 0 100 24114 0 21737 0:00:01 0:00:01 --:--:-- 21724 [2020-10-08T17:51:00.949Z] [2020-10-08T17:51:00.949Z] [Pipeline] } [2020-10-08T17:51:00.959Z] 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-08T17:51:11.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T17:51:11.556Z] . [Pipeline] withDockerContainer [2020-10-08T17:51:11.684Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:51:11.729Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:51:12.816Z] $ docker top b005329601dda75e01af1ff518604bf8b5d46796ea3d9b9eaff3d0382f24f31a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T17:51:13.146Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T17:51:13.146Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T17:51:13.385Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T17:51:13.389Z] $ docker exec b005329601dda75e01af1ff518604bf8b5d46796ea3d9b9eaff3d0382f24f31a ssh-agent [2020-10-08T17:51:13.566Z] SSH_AUTH_SOCK=/tmp/ssh-kgWYqcwflQE9/agent.11 [2020-10-08T17:51:13.567Z] SSH_AGENT_PID=17 [2020-10-08T17:51:13.575Z] Running ssh-add (command line suppressed) [2020-10-08T17:51:13.708Z] Identity added: /w/workspace/edgex-go/173@tmp/private_key_8691146589168045258.key (/w/workspace/edgex-go/173@tmp/private_key_8691146589168045258.key) [2020-10-08T17:51:13.765Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T17:51:14.106Z] + git semver tag [2020-10-08T17:51:14.368Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T17:51:14.368Z] # $GIT_DIR = /w/workspace/edgex-go/173/.git [2020-10-08T17:51:14.368Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/173 [2020-10-08T17:51:14.368Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T17:51:14.368Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T17:51:14.368Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T17:51:14.368Z] # $SEMVER_BRANCH = master [2020-10-08T17:51:14.368Z] # $SEMVER_DIR = /w/workspace/edgex-go/173/.semver [2020-10-08T17:51:14.368Z] # 264d8cde997d401e7af676e9336abb311dd79af0 HEAD [2020-10-08T17:51:14.630Z] # -> Force: false [2020-10-08T17:51:14.630Z] # dc9302542db153758438108832b04d21db112906 refs/tags/v1.2.2-dev.58 [Pipeline] } [2020-10-08T17:51:14.646Z] $ docker exec --env ******** --env ******** b005329601dda75e01af1ff518604bf8b5d46796ea3d9b9eaff3d0382f24f31a ssh-agent -k [2020-10-08T17:51:14.809Z] unset SSH_AUTH_SOCK; [2020-10-08T17:51:14.810Z] unset SSH_AGENT_PID; [2020-10-08T17:51:14.810Z] echo Agent pid 17 killed; [2020-10-08T17:51:14.878Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T17:51:15.351Z] + git semver [Pipeline] } [2020-10-08T17:51:15.369Z] $ docker stop --time=1 b005329601dda75e01af1ff518604bf8b5d46796ea3d9b9eaff3d0382f24f31a [2020-10-08T17:51:16.707Z] $ docker rm -f b005329601dda75e01af1ff518604bf8b5d46796ea3d9b9eaff3d0382f24f31a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:51:17.330Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-08T17:51:17.330Z] [2020-10-08T17:51:17.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:51:17.675Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-08T17:51:17.675Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-08T17:51:17.675Z] ab5ef0e58194: Pulling fs layer [2020-10-08T17:51:17.675Z] 9712f1f96733: Pulling fs layer [2020-10-08T17:51:17.675Z] 63f879dbbcfc: Pulling fs layer [2020-10-08T17:51:17.675Z] 0d9ebad4ef96: Pulling fs layer [2020-10-08T17:51:17.675Z] e9a5061849ea: Pulling fs layer [2020-10-08T17:51:17.675Z] d747dcd14b5f: Pulling fs layer [2020-10-08T17:51:17.675Z] 2de7ff778b66: Pulling fs layer [2020-10-08T17:51:17.675Z] e9a5061849ea: Waiting [2020-10-08T17:51:17.675Z] d747dcd14b5f: Waiting [2020-10-08T17:51:17.675Z] 2de7ff778b66: Waiting [2020-10-08T17:51:17.675Z] 0d9ebad4ef96: Waiting [2020-10-08T17:51:17.675Z] 9712f1f96733: Verifying Checksum [2020-10-08T17:51:17.675Z] 9712f1f96733: Download complete [2020-10-08T17:51:20.233Z] 63f879dbbcfc: Verifying Checksum [2020-10-08T17:51:20.233Z] 63f879dbbcfc: Download complete [2020-10-08T17:51:20.233Z] e9a5061849ea: Verifying Checksum [2020-10-08T17:51:20.233Z] e9a5061849ea: Download complete [2020-10-08T17:51:20.233Z] d747dcd14b5f: Verifying Checksum [2020-10-08T17:51:20.233Z] d747dcd14b5f: Download complete [2020-10-08T17:51:20.810Z] 2de7ff778b66: Verifying Checksum [2020-10-08T17:51:20.810Z] 2de7ff778b66: Download complete [2020-10-08T17:51:20.810Z] 0d9ebad4ef96: Verifying Checksum [2020-10-08T17:51:20.810Z] 0d9ebad4ef96: Download complete [2020-10-08T17:51:20.810Z] ab5ef0e58194: Download complete [2020-10-08T17:51:25.041Z] ab5ef0e58194: Pull complete [2020-10-08T17:51:25.308Z] 9712f1f96733: Pull complete [2020-10-08T17:51:27.888Z] 63f879dbbcfc: Pull complete [2020-10-08T17:51:34.526Z] 0d9ebad4ef96: Pull complete [2020-10-08T17:51:34.526Z] e9a5061849ea: Pull complete [2020-10-08T17:51:34.526Z] d747dcd14b5f: Pull complete [2020-10-08T17:51:38.772Z] 2de7ff778b66: Pull complete [2020-10-08T17:51:38.772Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-08T17:51:38.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-08T17:51:38.772Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-08T17:51:38.947Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:51:39.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:51:41.515Z] $ docker top bf80f09594be1a0200b2790c63e76662f007b388b0d2c528017a512951769615 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-08T17:51:41.843Z] provisioning config files... [2020-10-08T17:51:41.858Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/173@tmp/config7142999664863455738tmp [2020-10-08T17:51:41.877Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/173@tmp/config5283464619793737778tmp [2020-10-08T17:51:41.892Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/173@tmp/config5930416109582205845tmp [Pipeline] { [Pipeline] echo [2020-10-08T17:51:41.948Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:51:42.255Z] ---> sigul-configuration.sh [2020-10-08T17:51:42.255Z] gpg: directory `/root/.gnupg' created [2020-10-08T17:51:42.255Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-08T17:51:42.255Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-08T17:51:42.255Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-08T17:51:42.255Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-08T17:51:42.255Z] gpg: CAST5 encrypted data [2020-10-08T17:51:42.517Z] gpg: encrypted with 1 passphrase [2020-10-08T17:51:42.517Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-08T17:51:42.819Z] + mkdir /home/jenkins [2020-10-08T17:51:42.820Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-08T17:51:43.118Z] + 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-08T17:51:43.130Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:51:43.431Z] ---> sigul-install.sh [2020-10-08T17:51:48.851Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-08T17:51:49.147Z] + git tag --list [2020-10-08T17:51:49.147Z] 0.6.0 [2020-10-08T17:51:49.147Z] 0.6.1 [2020-10-08T17:51:49.147Z] 0.7.0 [2020-10-08T17:51:49.147Z] 0.7.1 [2020-10-08T17:51:49.147Z] v1.0.0 [2020-10-08T17:51:49.147Z] v1.0.1 [2020-10-08T17:51:49.147Z] v1.1.0 [2020-10-08T17:51:49.147Z] v1.2.0 [2020-10-08T17:51:49.147Z] v1.2.1 [2020-10-08T17:51:49.147Z] v1.2.2-dev.1 [2020-10-08T17:51:49.147Z] v1.2.2-dev.10 [2020-10-08T17:51:49.147Z] v1.2.2-dev.11 [2020-10-08T17:51:49.147Z] v1.2.2-dev.12 [2020-10-08T17:51:49.147Z] v1.2.2-dev.13 [2020-10-08T17:51:49.147Z] v1.2.2-dev.14 [2020-10-08T17:51:49.147Z] v1.2.2-dev.15 [2020-10-08T17:51:49.147Z] v1.2.2-dev.16 [2020-10-08T17:51:49.147Z] v1.2.2-dev.17 [2020-10-08T17:51:49.147Z] v1.2.2-dev.18 [2020-10-08T17:51:49.147Z] v1.2.2-dev.19 [2020-10-08T17:51:49.147Z] v1.2.2-dev.2 [2020-10-08T17:51:49.147Z] v1.2.2-dev.20 [2020-10-08T17:51:49.147Z] v1.2.2-dev.21 [2020-10-08T17:51:49.147Z] v1.2.2-dev.22 [2020-10-08T17:51:49.147Z] v1.2.2-dev.23 [2020-10-08T17:51:49.147Z] v1.2.2-dev.24 [2020-10-08T17:51:49.147Z] v1.2.2-dev.25 [2020-10-08T17:51:49.147Z] v1.2.2-dev.26 [2020-10-08T17:51:49.147Z] v1.2.2-dev.27 [2020-10-08T17:51:49.147Z] v1.2.2-dev.28 [2020-10-08T17:51:49.147Z] v1.2.2-dev.29 [2020-10-08T17:51:49.147Z] v1.2.2-dev.3 [2020-10-08T17:51:49.147Z] v1.2.2-dev.30 [2020-10-08T17:51:49.147Z] v1.2.2-dev.31 [2020-10-08T17:51:49.147Z] v1.2.2-dev.32 [2020-10-08T17:51:49.147Z] v1.2.2-dev.33 [2020-10-08T17:51:49.147Z] v1.2.2-dev.34 [2020-10-08T17:51:49.147Z] v1.2.2-dev.35 [2020-10-08T17:51:49.147Z] v1.2.2-dev.36 [2020-10-08T17:51:49.147Z] v1.2.2-dev.37 [2020-10-08T17:51:49.147Z] v1.2.2-dev.38 [2020-10-08T17:51:49.147Z] v1.2.2-dev.39 [2020-10-08T17:51:49.147Z] v1.2.2-dev.4 [2020-10-08T17:51:49.147Z] v1.2.2-dev.40 [2020-10-08T17:51:49.147Z] v1.2.2-dev.41 [2020-10-08T17:51:49.147Z] v1.2.2-dev.42 [2020-10-08T17:51:49.147Z] v1.2.2-dev.43 [2020-10-08T17:51:49.147Z] v1.2.2-dev.44 [2020-10-08T17:51:49.147Z] v1.2.2-dev.45 [2020-10-08T17:51:49.147Z] v1.2.2-dev.46 [2020-10-08T17:51:49.147Z] v1.2.2-dev.47 [2020-10-08T17:51:49.147Z] v1.2.2-dev.48 [2020-10-08T17:51:49.147Z] v1.2.2-dev.49 [2020-10-08T17:51:49.147Z] v1.2.2-dev.5 [2020-10-08T17:51:49.147Z] v1.2.2-dev.50 [2020-10-08T17:51:49.147Z] v1.2.2-dev.51 [2020-10-08T17:51:49.147Z] v1.2.2-dev.52 [2020-10-08T17:51:49.147Z] v1.2.2-dev.53 [2020-10-08T17:51:49.147Z] v1.2.2-dev.54 [2020-10-08T17:51:49.147Z] v1.2.2-dev.55 [2020-10-08T17:51:49.147Z] v1.2.2-dev.56 [2020-10-08T17:51:49.147Z] v1.2.2-dev.57 [2020-10-08T17:51:49.147Z] v1.2.2-dev.58 [2020-10-08T17:51:49.147Z] v1.2.2-dev.6 [2020-10-08T17:51:49.147Z] v1.2.2-dev.7 [2020-10-08T17:51:49.147Z] v1.2.2-dev.8 [2020-10-08T17:51:49.147Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-08T17:51:49.452Z] + lftools sign git-tag v1.2.2-dev.58 [2020-10-08T17:51:50.840Z] Signing Git tag with Sigul... [2020-10-08T17:51:50.840Z] Signing v1.2.2-dev.58 [Pipeline] echo [2020-10-08T17:51:52.239Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:51:52.536Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-08T17:51:52.546Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-08T17:51:52.640Z] $ docker stop --time=1 bf80f09594be1a0200b2790c63e76662f007b388b0d2c528017a512951769615 [2020-10-08T17:51:54.594Z] $ docker rm -f bf80f09594be1a0200b2790c63e76662f007b388b0d2c528017a512951769615 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:51:55.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T17:51:55.449Z] . [Pipeline] withDockerContainer [2020-10-08T17:51:55.560Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:51:55.608Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:51:56.250Z] $ docker top 221210a8f9486490fbe50a82a927e00ec14ced1517f36624a7aeb95dbaea9ded -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T17:51:56.596Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T17:51:56.596Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T17:51:56.793Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T17:51:56.797Z] $ docker exec 221210a8f9486490fbe50a82a927e00ec14ced1517f36624a7aeb95dbaea9ded ssh-agent [2020-10-08T17:51:56.972Z] SSH_AUTH_SOCK=/tmp/ssh-yOFMofbvHCwl/agent.11 [2020-10-08T17:51:56.972Z] SSH_AGENT_PID=17 [2020-10-08T17:51:56.980Z] Running ssh-add (command line suppressed) [2020-10-08T17:51:57.113Z] Identity added: /w/workspace/edgex-go/173@tmp/private_key_7001940837358603485.key (/w/workspace/edgex-go/173@tmp/private_key_7001940837358603485.key) [2020-10-08T17:51:57.172Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T17:51:57.507Z] + git semver bump pre [2020-10-08T17:51:57.507Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T17:51:57.507Z] # $GIT_DIR = /w/workspace/edgex-go/173/.git [2020-10-08T17:51:57.507Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/173 [2020-10-08T17:51:57.507Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T17:51:57.507Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T17:51:57.507Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T17:51:57.507Z] # $SEMVER_BRANCH = master [2020-10-08T17:51:57.507Z] # $SEMVER_DIR = /w/workspace/edgex-go/173/.semver [2020-10-08T17:51:57.507Z] 1.2.2-dev.59 [Pipeline] } [2020-10-08T17:51:57.519Z] $ docker exec --env ******** --env ******** 221210a8f9486490fbe50a82a927e00ec14ced1517f36624a7aeb95dbaea9ded ssh-agent -k [2020-10-08T17:51:57.643Z] unset SSH_AUTH_SOCK; [2020-10-08T17:51:57.643Z] unset SSH_AGENT_PID; [2020-10-08T17:51:57.643Z] echo Agent pid 17 killed; [2020-10-08T17:51:57.696Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T17:51:58.180Z] + git semver [Pipeline] } [2020-10-08T17:51:58.197Z] $ docker stop --time=1 221210a8f9486490fbe50a82a927e00ec14ced1517f36624a7aeb95dbaea9ded [2020-10-08T17:51:59.548Z] $ docker rm -f 221210a8f9486490fbe50a82a927e00ec14ced1517f36624a7aeb95dbaea9ded [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-08T17:52:00.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-08T17:52:00.065Z] . [Pipeline] withDockerContainer [2020-10-08T17:52:00.178Z] prd-centos7-docker-4c-2g-4260 does not seem to be running inside a container [2020-10-08T17:52:00.217Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/173 -v /w/workspace/edgex-go/173:/w/workspace/edgex-go/173:rw,z -v /w/workspace/edgex-go/173@tmp:/w/workspace/edgex-go/173@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-08T17:52:00.917Z] $ docker top 07834c50620c6b6ac83d4d08f60e49678f0d1d75dd4abf26b127c3229c5d6632 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-08T17:52:01.258Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-08T17:52:01.258Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-08T17:52:01.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-08T17:52:01.467Z] $ docker exec 07834c50620c6b6ac83d4d08f60e49678f0d1d75dd4abf26b127c3229c5d6632 ssh-agent [2020-10-08T17:52:01.649Z] SSH_AUTH_SOCK=/tmp/ssh-VcFvIXN6aIvm/agent.13 [2020-10-08T17:52:01.649Z] SSH_AGENT_PID=19 [2020-10-08T17:52:01.656Z] Running ssh-add (command line suppressed) [2020-10-08T17:52:01.785Z] Identity added: /w/workspace/edgex-go/173@tmp/private_key_7485294770209128767.key (/w/workspace/edgex-go/173@tmp/private_key_7485294770209128767.key) [2020-10-08T17:52:01.840Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-08T17:52:02.173Z] + git semver push [2020-10-08T17:52:02.173Z] # -> Open(): unable to determine branch for HEAD [2020-10-08T17:52:02.173Z] # $GIT_DIR = /w/workspace/edgex-go/173/.git [2020-10-08T17:52:02.173Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/173 [2020-10-08T17:52:02.173Z] # $SEMVER_REMOTE_NAME = origin [2020-10-08T17:52:02.173Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-08T17:52:02.173Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-08T17:52:02.173Z] # $SEMVER_BRANCH = master [2020-10-08T17:52:02.173Z] # $SEMVER_DIR = /w/workspace/edgex-go/173/.semver [Pipeline] } [2020-10-08T17:52:12.198Z] $ docker exec --env ******** --env ******** 07834c50620c6b6ac83d4d08f60e49678f0d1d75dd4abf26b127c3229c5d6632 ssh-agent -k [2020-10-08T17:52:12.344Z] unset SSH_AUTH_SOCK; [2020-10-08T17:52:12.344Z] unset SSH_AGENT_PID; [2020-10-08T17:52:12.344Z] echo Agent pid 19 killed; [2020-10-08T17:52:12.402Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-08T17:52:12.886Z] + git semver [Pipeline] } [2020-10-08T17:52:12.903Z] $ docker stop --time=1 07834c50620c6b6ac83d4d08f60e49678f0d1d75dd4abf26b127c3229c5d6632 [2020-10-08T17:52:14.245Z] $ docker rm -f 07834c50620c6b6ac83d4d08f60e49678f0d1d75dd4abf26b127c3229c5d6632 [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-08T17:52:15.342Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:52:16.226Z] ---> package-listing.sh [2020-10-08T17:52:16.226Z] ++ facter osfamily [2020-10-08T17:52:16.226Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-08T17:52:16.226Z] + OS_FAMILY=redhat [2020-10-08T17:52:16.226Z] + workspace=/w/workspace/edgex-go/173 [2020-10-08T17:52:16.226Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-08T17:52:16.226Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-08T17:52:16.226Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-08T17:52:16.226Z] + PACKAGES=/tmp/packages_start.txt [2020-10-08T17:52:16.226Z] + '[' /w/workspace/edgex-go/173 ']' [2020-10-08T17:52:16.226Z] + PACKAGES=/tmp/packages_end.txt [2020-10-08T17:52:16.226Z] + case "${OS_FAMILY}" in [2020-10-08T17:52:16.226Z] + rpm -qa [2020-10-08T17:52:16.226Z] + sort [2020-10-08T17:52:20.455Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-08T17:52:20.455Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-08T17:52:20.455Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-08T17:52:20.455Z] + '[' /w/workspace/edgex-go/173 ']' [2020-10-08T17:52:20.455Z] + mkdir -p /w/workspace/edgex-go/173/archives/ [2020-10-08T17:52:20.455Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/173/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-08T17:52:21.485Z] provisioning config files... [2020-10-08T17:52:21.508Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/173@tmp/config2131924401217190889tmp [Pipeline] { [Pipeline] echo [2020-10-08T17:52:21.572Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:52:21.866Z] ---> create-netrc.sh [Pipeline] } [2020-10-08T17:52:21.876Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-08T17:52:21.966Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:52:22.331Z] ---> python-tools-install.sh [2020-10-08T17:52:22.331Z] Generating Requirements File [2020-10-08T17:53:43.909Z] Python 3.6.8 [2020-10-08T17:53:43.909Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-08T17:53:43.909Z] appdirs==1.4.3 [2020-10-08T17:53:43.909Z] argcomplete==1.12.1 [2020-10-08T17:53:43.909Z] aspy.yaml==1.3.0 [2020-10-08T17:53:43.909Z] attrs==19.3.0 [2020-10-08T17:53:43.909Z] Babel==2.8.0 [2020-10-08T17:53:43.909Z] beautifulsoup4==4.8.2 [2020-10-08T17:53:43.909Z] boto3==1.11.6 [2020-10-08T17:53:43.909Z] botocore==1.14.6 [2020-10-08T17:53:43.909Z] bs4==0.0.1 [2020-10-08T17:53:43.909Z] cachetools==4.1.1 [2020-10-08T17:53:43.909Z] certifi==2019.11.28 [2020-10-08T17:53:43.909Z] cffi==1.14.3 [2020-10-08T17:53:43.909Z] cfgv==2.0.1 [2020-10-08T17:53:43.909Z] chardet==3.0.4 [2020-10-08T17:53:43.909Z] click==7.1 [2020-10-08T17:53:43.909Z] cliff==3.4.0 [2020-10-08T17:53:43.909Z] cmd2==1.3.11 [2020-10-08T17:53:43.909Z] colorama==0.4.3 [2020-10-08T17:53:43.909Z] cryptography==3.1.1 [2020-10-08T17:53:43.909Z] debtcollector==2.2.0 [2020-10-08T17:53:43.909Z] decorator==4.4.2 [2020-10-08T17:53:43.909Z] defusedxml==0.6.0 [2020-10-08T17:53:43.909Z] Deprecated==1.2.7 [2020-10-08T17:53:43.909Z] distlib==0.3.1 [2020-10-08T17:53:43.909Z] distro==1.2.0 [2020-10-08T17:53:43.909Z] dnspython==1.16.0 [2020-10-08T17:53:43.909Z] docker==4.2.0 [2020-10-08T17:53:43.909Z] docutils==0.15.2 [2020-10-08T17:53:43.909Z] dogpile.cache==1.0.2 [2020-10-08T17:53:43.909Z] email-validator==1.0.5 [2020-10-08T17:53:43.909Z] filelock==3.0.12 [2020-10-08T17:53:43.909Z] future==0.18.2 [2020-10-08T17:53:43.909Z] google-auth==1.22.1 [2020-10-08T17:53:43.909Z] httplib2==0.17.0 [2020-10-08T17:53:43.909Z] identify==1.4.11 [2020-10-08T17:53:43.909Z] idna==2.9 [2020-10-08T17:53:43.909Z] importlib-metadata==1.7.0 [2020-10-08T17:53:43.909Z] importlib-resources==1.5.0 [2020-10-08T17:53:43.909Z] iso8601==0.1.13 [2020-10-08T17:53:43.909Z] Jinja2==2.11.1 [2020-10-08T17:53:43.909Z] jmespath==0.10.0 [2020-10-08T17:53:43.909Z] jsonpatch==1.26 [2020-10-08T17:53:43.909Z] jsonpointer==2.0 [2020-10-08T17:53:43.909Z] jsonschema==3.2.0 [2020-10-08T17:53:43.909Z] keystoneauth1==4.2.1 [2020-10-08T17:53:43.909Z] kubernetes==11.0.0 [2020-10-08T17:53:43.909Z] lftools==0.34.2 [2020-10-08T17:53:43.909Z] lxml==4.5.0 [2020-10-08T17:53:43.909Z] MarkupSafe==0.23 [2020-10-08T17:53:43.909Z] msgpack==1.0.0 [2020-10-08T17:53:43.909Z] multi-key-dict==2.0.3 [2020-10-08T17:53:43.909Z] munch==2.5.0 [2020-10-08T17:53:43.909Z] netaddr==0.8.0 [2020-10-08T17:53:43.909Z] netifaces==0.10.9 [2020-10-08T17:53:43.909Z] niet==1.4.2 [2020-10-08T17:53:43.909Z] nodeenv==1.3.5 [2020-10-08T17:53:43.909Z] oauth2client==4.1.3 [2020-10-08T17:53:43.909Z] oauthlib==3.1.0 [2020-10-08T17:53:43.909Z] openstacksdk==0.50.0 [2020-10-08T17:53:43.909Z] os-client-config==2.1.0 [2020-10-08T17:53:43.909Z] os-service-types==1.7.0 [2020-10-08T17:53:43.909Z] osc-lib==2.2.1 [2020-10-08T17:53:43.909Z] oslo.config==8.3.2 [2020-10-08T17:53:43.909Z] oslo.context==3.1.1 [2020-10-08T17:53:43.909Z] oslo.i18n==5.0.1 [2020-10-08T17:53:43.909Z] oslo.log==4.4.0 [2020-10-08T17:53:43.909Z] oslo.serialization==4.0.1 [2020-10-08T17:53:43.909Z] oslo.utils==4.6.0 [2020-10-08T17:53:43.909Z] packaging==20.4 [2020-10-08T17:53:43.909Z] pbr==5.4.4 [2020-10-08T17:53:43.909Z] pluggy==0.13.1 [2020-10-08T17:53:43.909Z] prettytable==0.7.2 [2020-10-08T17:53:43.909Z] py==1.9.0 [2020-10-08T17:53:43.909Z] pyasn1==0.4.8 [2020-10-08T17:53:43.909Z] pyasn1-modules==0.2.8 [2020-10-08T17:53:43.909Z] pycparser==2.20 [2020-10-08T17:53:43.909Z] pygerrit2==2.0.10 [2020-10-08T17:53:43.909Z] PyGithub==1.46 [2020-10-08T17:53:43.909Z] pyinotify==0.9.6 [2020-10-08T17:53:43.909Z] PyJWT==1.7.1 [2020-10-08T17:53:43.909Z] pyparsing==2.4.7 [2020-10-08T17:53:43.909Z] pyperclip==1.8.0 [2020-10-08T17:53:43.909Z] pyroute2==0.4.13 [2020-10-08T17:53:43.909Z] pyrsistent==0.15.7 [2020-10-08T17:53:43.909Z] PySocks==1.6.8 [2020-10-08T17:53:43.909Z] python-cinderclient==7.2.0 [2020-10-08T17:53:43.909Z] python-dateutil==2.8.1 [2020-10-08T17:53:43.909Z] python-heatclient==2.2.1 [2020-10-08T17:53:43.909Z] python-jenkins==1.7.0 [2020-10-08T17:53:43.909Z] python-keystoneclient==4.1.1 [2020-10-08T17:53:43.909Z] python-magnumclient==3.2.1 [2020-10-08T17:53:43.910Z] python-novaclient==17.2.1 [2020-10-08T17:53:43.910Z] python-openstackclient==5.4.0 [2020-10-08T17:53:43.910Z] python-swiftclient==3.10.1 [2020-10-08T17:53:43.910Z] pytz==2020.1 [2020-10-08T17:53:43.910Z] PyYAML==5.3 [2020-10-08T17:53:43.910Z] requests==2.23.0 [2020-10-08T17:53:43.910Z] requests-oauthlib==1.3.0 [2020-10-08T17:53:43.910Z] requestsexceptions==1.4.0 [2020-10-08T17:53:43.910Z] rfc3986==1.4.0 [2020-10-08T17:53:43.910Z] rpm==4.11.3 [2020-10-08T17:53:43.910Z] rsa==4.0 [2020-10-08T17:53:43.910Z] ruamel.yaml==0.16.10 [2020-10-08T17:53:43.910Z] ruamel.yaml.clib==0.2.0 [2020-10-08T17:53:43.910Z] s3transfer==0.3.3 [2020-10-08T17:53:43.910Z] shade==1.27.2 [2020-10-08T17:53:43.910Z] simplejson==3.17.2 [2020-10-08T17:53:43.910Z] six==1.14.0 [2020-10-08T17:53:43.910Z] soupsieve==2.0 [2020-10-08T17:53:43.910Z] stevedore==3.2.2 [2020-10-08T17:53:43.910Z] tabulate==0.8.6 [2020-10-08T17:53:43.910Z] toml==0.10.0 [2020-10-08T17:53:43.910Z] tox==3.20.0 [2020-10-08T17:53:43.910Z] tqdm==4.43.0 [2020-10-08T17:53:43.910Z] urllib3==1.25.8 [2020-10-08T17:53:43.910Z] virtualenv==20.0.33 [2020-10-08T17:53:43.910Z] wcwidth==0.2.5 [2020-10-08T17:53:43.910Z] websocket-client==0.57.0 [2020-10-08T17:53:43.910Z] wrapt==1.12.1 [2020-10-08T17:53:43.910Z] xdg==3.0.2 [2020-10-08T17:53:43.910Z] xmltodict==0.12.0 [2020-10-08T17:53:43.910Z] yq==2.11.1 [2020-10-08T17:53:43.910Z] zipp==3.3.0 [2020-10-08T17:53:43.910Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:53:43.910Z] 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-08T17:53:43.910Z] Python 2.7.5 [2020-10-08T17:53:43.910Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-08T17:53:43.910Z] 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-08T17:53:43.910Z] ansible==2.9.7 [2020-10-08T17:53:43.910Z] Babel==0.9.6 [2020-10-08T17:53:43.910Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-08T17:53:43.910Z] beautifulsoup4==4.4.1 [2020-10-08T17:53:43.910Z] bodhi==2.11.0 [2020-10-08T17:53:43.910Z] bodhi-client==2.11.0 [2020-10-08T17:53:43.910Z] CCColUtils==1.4 [2020-10-08T17:53:43.910Z] cffi==1.6.0 [2020-10-08T17:53:43.910Z] chardet==2.2.1 [2020-10-08T17:53:43.910Z] click==6.7 [2020-10-08T17:53:43.910Z] cloud-init==18.5 [2020-10-08T17:53:43.910Z] configobj==4.7.2 [2020-10-08T17:53:43.910Z] cryptography==1.7.2 [2020-10-08T17:53:43.910Z] decorator==3.4.0 [2020-10-08T17:53:43.910Z] distro==1.2.0 [2020-10-08T17:53:43.910Z] enum34==1.0.4 [2020-10-08T17:53:43.910Z] fedpkg==1.38 [2020-10-08T17:53:43.910Z] futures==3.1.1 [2020-10-08T17:53:43.910Z] gitdb==0.6.4 [2020-10-08T17:53:43.910Z] GitPython==1.0.1 [2020-10-08T17:53:43.910Z] html5lib==0.999 [2020-10-08T17:53:43.910Z] httplib2==0.9.2 [2020-10-08T17:53:43.910Z] idna==2.4 [2020-10-08T17:53:43.910Z] iniparse==0.4 [2020-10-08T17:53:43.910Z] ipaddress==1.0.16 [2020-10-08T17:53:43.910Z] IPy==0.75 [2020-10-08T17:53:43.910Z] javapackages==1.0.0 [2020-10-08T17:53:43.910Z] Jinja2==2.7.2 [2020-10-08T17:53:43.910Z] jmespath==0.9.4 [2020-10-08T17:53:43.910Z] jsonpatch==1.2 [2020-10-08T17:53:43.910Z] jsonpointer==1.9 [2020-10-08T17:53:43.910Z] kerberos==1.1 [2020-10-08T17:53:43.910Z] kitchen==1.1.1 [2020-10-08T17:53:43.910Z] langtable==0.0.31 [2020-10-08T17:53:43.910Z] lockfile==0.9.1 [2020-10-08T17:53:43.910Z] lxml==3.2.1 [2020-10-08T17:53:43.910Z] MarkupSafe==0.11 [2020-10-08T17:53:43.910Z] munch==2.0.2 [2020-10-08T17:53:43.910Z] offtrac==0.1.0 [2020-10-08T17:53:43.910Z] openidc-client==0.6.0 [2020-10-08T17:53:43.910Z] packagedb-cli==2.14.1 [2020-10-08T17:53:43.910Z] paramiko==2.1.1 [2020-10-08T17:53:43.910Z] perf==0.1 [2020-10-08T17:53:43.910Z] ply==3.4 [2020-10-08T17:53:43.910Z] policycoreutils-default-encoding==0.1 [2020-10-08T17:53:43.910Z] prettytable==0.7.2 [2020-10-08T17:53:43.910Z] pyasn1==0.1.9 [2020-10-08T17:53:43.910Z] pycparser==2.14 [2020-10-08T17:53:43.910Z] pycurl==7.19.0 [2020-10-08T17:53:43.910Z] pygobject==3.22.0 [2020-10-08T17:53:43.910Z] pygpgme==0.3 [2020-10-08T17:53:43.910Z] pyliblzma==0.5.3 [2020-10-08T17:53:43.910Z] pyOpenSSL==0.13.1 [2020-10-08T17:53:43.910Z] pyparsing==1.5.6 [2020-10-08T17:53:43.910Z] pyserial==2.6 [2020-10-08T17:53:43.910Z] python-augeas==0.5.0 [2020-10-08T17:53:43.910Z] python-bugzilla==2.3.0 [2020-10-08T17:53:43.910Z] python-dateutil==1.5 [2020-10-08T17:53:43.910Z] python-fedora==0.10.0 [2020-10-08T17:53:43.910Z] python-linux-procfs==0.4.9 [2020-10-08T17:53:43.910Z] python-yubico==1.2.3 [2020-10-08T17:53:43.910Z] pyudev==0.15 [2020-10-08T17:53:43.910Z] pyusb==1.0.0b1 [2020-10-08T17:53:43.910Z] pyxattr==0.5.1 [2020-10-08T17:53:43.910Z] PyYAML==3.10 [2020-10-08T17:53:43.910Z] requests==2.6.0 [2020-10-08T17:53:43.910Z] requests-kerberos==0.7.0 [2020-10-08T17:53:43.910Z] rpkg==1.60 [2020-10-08T17:53:43.910Z] schedutils==0.4 [2020-10-08T17:53:43.910Z] seobject==0.1 [2020-10-08T17:53:43.910Z] sepolicy==1.1 [2020-10-08T17:53:43.910Z] six==1.9.0 [2020-10-08T17:53:43.910Z] smmap==0.9.0 [2020-10-08T17:53:43.910Z] urlgrabber==3.10 [2020-10-08T17:53:43.910Z] urllib3==1.10.2 [2020-10-08T17:53:43.910Z] virtualenv==15.1.0 [2020-10-08T17:53:43.910Z] yum-langpacks==0.4.2 [2020-10-08T17:53:43.910Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-08T17:53:43.929Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:53:44.234Z] ---> sudo-logs.sh [2020-10-08T17:53:44.234Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-08T17:53:44.513Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:53:44.811Z] ---> job-cost.sh [2020-10-08T17:53:44.811Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3Feg [2020-10-08T17:53:57.081Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:53:57.081Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:53:57.081Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:53:57.081Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:53:57.352Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:53:57.352Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:53:57.614Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:53:57.876Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:53:57.876Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:53:57.876Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:53:58.137Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:53:58.137Z] Cache entry deserialization failed, entry ignored [2020-10-08T17:54:00.689Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-08T17:54:32.851Z] lf-activate-venv(): INFO: Adding /tmp/venv-3Feg/bin to PATH [2020-10-08T17:54:32.851Z] INFO: No Stack... [2020-10-08T17:54:32.851Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-08T17:54:32.851Z] INFO: Archiving Costs [Pipeline] echo [2020-10-08T17:54:32.865Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-08T17:54:33.163Z] ---> logs-deploy.sh [2020-10-08T17:54:33.164Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/173 [2020-10-08T17:54:33.164Z] INFO: archiving workspace using pattern(s): [2020-10-08T17:54:35.088Z] Archives upload complete. [2020-10-08T17:54:35.088Z] INFO: archiving logs to Nexus [2020-10-08T17:54:36.035Z] ---> uname -a: [2020-10-08T17:54:36.035Z] Linux prd-centos7-docker-4c-2g-4260.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-08T17:54:36.035Z] [2020-10-08T17:54:36.035Z]