Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8ed4663ed9bc2c138391a89900cee915784c2c31 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5154 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/184 [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/184 # 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 8ed4663ed9bc2c138391a89900cee915784c2c31 (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 8ed4663ed9bc2c138391a89900cee915784c2c31 # timeout=10 Commit message: "fix: Use DB credentials for Redis Streams MesssageBus connection (#2792)" > git rev-list --no-walk d1ae39c9809767981d25a381d379eb7776e0cd9b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-13T20:08:39.656Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-13T20:08:39.958Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-13T20:08:40.053Z] ========================================================= [2020-10-13T20:08:40.053Z] EdgeX Global Pipelines Version Info [2020-10-13T20:08:40.053Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:08:41.600Z] ------------------- [2020-10-13T20:08:41.600Z] stable info: [2020-10-13T20:08:41.600Z] ------------------- [2020-10-13T20:08:41.600Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-13T20:08:41.600Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-13T20:08:41.600Z] Message: update stable to v1.0.131 [2020-10-13T20:08:42.549Z] ------------------- [2020-10-13T20:08:42.549Z] experimental info: [2020-10-13T20:08:42.549Z] ------------------- [2020-10-13T20:08:42.549Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-13T20:08:42.549Z] Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af [2020-10-13T20:08:42.549Z] Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-13T20:08:42.805Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-13T20:08:42.887Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-13T20:08:43.011Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-13T20:08:43.102Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-13T20:08:43.226Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-13T20:08:43.401Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-13T20:08:43.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-13T20:08:43.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-13T20:08:43.688Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-13T20:08:43.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-13T20:08:43.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-13T20:08:44.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-13T20:08:44.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-13T20:08:44.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-13T20:08:44.353Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-13T20:08:44.531Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-13T20:08:44.649Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-13T20:08:44.773Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-13T20:08:44.860Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-13T20:08:44.961Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-13T20:08:45.062Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-13T20:08:45.194Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-13T20:08:45.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-13T20:08:45.391Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-13T20:08:45.472Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] echo [2020-10-13T20:08:45.576Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8ed4663 [Pipeline] echo [2020-10-13T20:08:45.701Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-13T20:08:46.191Z] ++ 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-13T20:08:46.192Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T20:08:46.192Z] ++ dirname cmd/core-command/Dockerfile [2020-10-13T20:08:46.192Z] ++ cut -d/ -f2 [2020-10-13T20:08:46.192Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-13T20:08:46.192Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T20:08:46.192Z] ++ dirname cmd/core-data/Dockerfile [2020-10-13T20:08:46.192Z] ++ cut -d/ -f2 [2020-10-13T20:08:46.192Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-13T20:08:46.192Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T20:08:46.192Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-13T20:08:46.192Z] ++ cut -d/ -f2 [2020-10-13T20:08:46.192Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-13T20:08:46.192Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T20:08:46.192Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-13T20:08:46.192Z] ++ cut -d/ -f2 [2020-10-13T20:08:46.192Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-13T20:08:46.192Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T20:08:46.192Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-13T20:08:46.192Z] ++ cut -d/ -f2 [2020-10-13T20:08:46.192Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-13T20:08:46.192Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T20:08:46.192Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-13T20:08:46.192Z] ++ cut -d/ -f2 [2020-10-13T20:08:46.192Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-13T20:08:46.192Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T20:08:46.192Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-13T20:08:46.192Z] ++ cut -d/ -f2 [2020-10-13T20:08:46.192Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-13T20:08:46.192Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T20:08:46.192Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-13T20:08:46.192Z] ++ cut -d/ -f2 [2020-10-13T20:08:46.192Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-13T20:08:46.192Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T20:08:46.192Z] ++ cut -d/ -f2 [2020-10-13T20:08:46.192Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-13T20:08:46.192Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-13T20:08:46.192Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-13T20:08:46.192Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-13T20:08:46.192Z] ++ cut -d/ -f2 [2020-10-13T20:08:46.192Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-13T20:08:46.355Z] 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-13T20:08:47.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T20:08:47.534Z] [2020-10-13T20:08:47.534Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:08:47.936Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T20:08:47.936Z] latest: Pulling from edgex-devops/git-semver [2020-10-13T20:08:47.936Z] 31603596830f: Pulling fs layer [2020-10-13T20:08:47.936Z] 2a8b12db71e7: Pulling fs layer [2020-10-13T20:08:47.936Z] 6ca5941a6612: Pulling fs layer [2020-10-13T20:08:47.936Z] ecc8261a40a4: Pulling fs layer [2020-10-13T20:08:47.936Z] ecc8261a40a4: Waiting [2020-10-13T20:08:47.936Z] 2a8b12db71e7: Verifying Checksum [2020-10-13T20:08:47.936Z] 2a8b12db71e7: Download complete [2020-10-13T20:08:48.259Z] 31603596830f: Verifying Checksum [2020-10-13T20:08:48.259Z] 31603596830f: Download complete [2020-10-13T20:08:48.558Z] 6ca5941a6612: Verifying Checksum [2020-10-13T20:08:48.558Z] 6ca5941a6612: Download complete [2020-10-13T20:08:48.558Z] 31603596830f: Pull complete [2020-10-13T20:08:48.558Z] ecc8261a40a4: Verifying Checksum [2020-10-13T20:08:48.558Z] ecc8261a40a4: Download complete [2020-10-13T20:08:48.838Z] 2a8b12db71e7: Pull complete [2020-10-13T20:08:49.452Z] 6ca5941a6612: Pull complete [2020-10-13T20:08:49.725Z] ecc8261a40a4: Pull complete [2020-10-13T20:08:49.725Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-13T20:08:49.725Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T20:08:49.725Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-13T20:08:49.927Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:08:50.131Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:08:52.649Z] $ docker top 3f59c54f535f6ad80b2bf2c1e8648a7fb710126f21df62681ed656927ad5447b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T20:08:53.000Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T20:08:53.000Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T20:08:53.207Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T20:08:53.213Z] $ docker exec 3f59c54f535f6ad80b2bf2c1e8648a7fb710126f21df62681ed656927ad5447b ssh-agent [2020-10-13T20:08:53.385Z] SSH_AUTH_SOCK=/tmp/ssh-5SVbCl6bgkEk/agent.12 [2020-10-13T20:08:53.385Z] SSH_AGENT_PID=17 [2020-10-13T20:08:53.405Z] Running ssh-add (command line suppressed) [2020-10-13T20:08:53.527Z] Identity added: /w/workspace/edgex-go/184@tmp/private_key_8366963314879083352.key (/w/workspace/edgex-go/184@tmp/private_key_8366963314879083352.key) [2020-10-13T20:08:53.576Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T20:08:53.917Z] + git describe --exact-match --tags HEAD [2020-10-13T20:08:53.917Z] fatal: no tag exactly matches '8ed4663ed9bc2c138391a89900cee915784c2c31' [Pipeline] } [2020-10-13T20:08:53.947Z] $ docker exec --env ******** --env ******** 3f59c54f535f6ad80b2bf2c1e8648a7fb710126f21df62681ed656927ad5447b ssh-agent -k [2020-10-13T20:08:54.055Z] unset SSH_AUTH_SOCK; [2020-10-13T20:08:54.055Z] unset SSH_AGENT_PID; [2020-10-13T20:08:54.055Z] echo Agent pid 17 killed; [2020-10-13T20:08:54.099Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-13T20:08:54.185Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-13T20:08:54.185Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-13T20:08:54.281Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T20:08:54.281Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T20:08:54.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T20:08:54.461Z] $ docker exec 3f59c54f535f6ad80b2bf2c1e8648a7fb710126f21df62681ed656927ad5447b ssh-agent [2020-10-13T20:08:54.619Z] SSH_AUTH_SOCK=/tmp/ssh-rKGsQyiEEWkB/agent.47 [2020-10-13T20:08:54.619Z] SSH_AGENT_PID=53 [2020-10-13T20:08:54.627Z] Running ssh-add (command line suppressed) [2020-10-13T20:08:54.750Z] Identity added: /w/workspace/edgex-go/184@tmp/private_key_770816942784751029.key (/w/workspace/edgex-go/184@tmp/private_key_770816942784751029.key) [2020-10-13T20:08:54.799Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T20:08:55.144Z] + git semver init [2020-10-13T20:08:55.144Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T20:08:55.144Z] # $GIT_DIR = /w/workspace/edgex-go/184/.git [2020-10-13T20:08:55.144Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/184 [2020-10-13T20:08:55.144Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T20:08:55.144Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T20:08:55.144Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T20:08:55.144Z] # $SEMVER_BRANCH = master [2020-10-13T20:08:55.144Z] # $SEMVER_TEMP = /tmp/semver-734776235 [2020-10-13T20:08:55.144Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-13T20:09:13.422Z] # '/tmp/semver-734776235' -> '/w/workspace/edgex-go/184/.semver' [2020-10-13T20:09:13.422Z] # -> Force: false [2020-10-13T20:09:13.422Z] # $SEMVER_DIR = /w/workspace/edgex-go/184/.semver [Pipeline] } [2020-10-13T20:09:13.440Z] $ docker exec --env ******** --env ******** 3f59c54f535f6ad80b2bf2c1e8648a7fb710126f21df62681ed656927ad5447b ssh-agent -k [2020-10-13T20:09:13.675Z] unset SSH_AUTH_SOCK; [2020-10-13T20:09:13.676Z] unset SSH_AGENT_PID; [2020-10-13T20:09:13.676Z] echo Agent pid 53 killed; [2020-10-13T20:09:13.771Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T20:09:14.287Z] + git semver [Pipeline] } [2020-10-13T20:09:14.309Z] $ docker stop --time=1 3f59c54f535f6ad80b2bf2c1e8648a7fb710126f21df62681ed656927ad5447b [2020-10-13T20:09:15.851Z] $ docker rm -f 3f59c54f535f6ad80b2bf2c1e8648a7fb710126f21df62681ed656927ad5447b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-13T20:09:28.650Z] Stashed 86 file(s) [Pipeline] echo [2020-10-13T20:09:28.653Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.69 [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-13T20:09:29.118Z] ========================================================= [2020-10-13T20:09:29.118Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-13T20:09:29.118Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:09:29.458Z] + 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-13T20:09:33.673Z] Sending build context to Docker daemon 325.1MB [2020-10-13T20:09:33.673Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-13T20:09:33.673Z] Step 2/7 : FROM ${BASE} [2020-10-13T20:09:33.673Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-13T20:09:33.673Z] df20fa9351a1: Pulling fs layer [2020-10-13T20:09:33.673Z] ed8968b2872e: Pulling fs layer [2020-10-13T20:09:33.673Z] a92cc7c5fd73: Pulling fs layer [2020-10-13T20:09:33.673Z] e871e8e8d7a9: Pulling fs layer [2020-10-13T20:09:33.673Z] e73272ec9a57: Pulling fs layer [2020-10-13T20:09:33.673Z] 1e910a182e73: Pulling fs layer [2020-10-13T20:09:33.673Z] 4e634b169226: Pulling fs layer [2020-10-13T20:09:33.673Z] e73272ec9a57: Waiting [2020-10-13T20:09:33.673Z] 1e910a182e73: Waiting [2020-10-13T20:09:33.673Z] e871e8e8d7a9: Waiting [2020-10-13T20:09:33.673Z] 4e634b169226: Waiting [2020-10-13T20:09:33.673Z] a92cc7c5fd73: Verifying Checksum [2020-10-13T20:09:33.673Z] a92cc7c5fd73: Download complete [2020-10-13T20:09:33.673Z] ed8968b2872e: Download complete [2020-10-13T20:09:33.673Z] e73272ec9a57: Verifying Checksum [2020-10-13T20:09:33.673Z] e73272ec9a57: Download complete [2020-10-13T20:09:33.673Z] 1e910a182e73: Verifying Checksum [2020-10-13T20:09:33.673Z] 1e910a182e73: Download complete [2020-10-13T20:09:33.673Z] df20fa9351a1: Download complete [2020-10-13T20:09:33.673Z] df20fa9351a1: Pull complete [2020-10-13T20:09:33.935Z] ed8968b2872e: Pull complete [2020-10-13T20:09:33.935Z] a92cc7c5fd73: Pull complete [2020-10-13T20:09:35.333Z] 4e634b169226: Verifying Checksum [2020-10-13T20:09:35.333Z] 4e634b169226: Download complete [2020-10-13T20:09:36.281Z] e871e8e8d7a9: Verifying Checksum [2020-10-13T20:09:36.281Z] e871e8e8d7a9: Download complete [2020-10-13T20:09:40.498Z] e871e8e8d7a9: Pull complete [2020-10-13T20:09:40.498Z] e73272ec9a57: Pull complete [2020-10-13T20:09:40.759Z] 1e910a182e73: Pull complete [2020-10-13T20:09:43.931Z] Still waiting to schedule task [2020-10-13T20:09:43.931Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-13T20:09:47.381Z] 4e634b169226: Pull complete [2020-10-13T20:09:47.381Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-13T20:09:47.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-13T20:09:47.381Z] ---> f7629b54cfaa [2020-10-13T20:09:47.381Z] 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-13T20:09:47.381Z] ---> Running in abd372ddf5b6 [2020-10-13T20:09:47.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:09:48.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:09:49.114Z] (1/12) Installing libmagic (5.38-r0) [2020-10-13T20:09:49.375Z] (2/12) Installing file (5.38-r0) [2020-10-13T20:09:49.375Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-13T20:09:49.375Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-13T20:09:57.530Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-13T20:09:57.530Z] (6/12) Installing patch (2.7.6-r6) [2020-10-13T20:09:57.530Z] (7/12) Installing build-base (0.5-r2) [2020-10-13T20:09:57.530Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-13T20:09:57.530Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-13T20:09:57.530Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-13T20:09:57.530Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-13T20:09:57.530Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-13T20:09:57.530Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:09:57.530Z] OK: 233 MiB in 51 packages [2020-10-13T20:10:00.842Z] Removing intermediate container abd372ddf5b6 [2020-10-13T20:10:00.842Z] ---> 8f6152c80dd5 [2020-10-13T20:10:00.842Z] Step 4/7 : WORKDIR /edgex-go [2020-10-13T20:10:00.842Z] ---> Running in f3182562e3d2 [2020-10-13T20:10:00.842Z] Removing intermediate container f3182562e3d2 [2020-10-13T20:10:00.842Z] ---> 67b639539fcb [2020-10-13T20:10:00.842Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-13T20:10:01.104Z] latest: Pulling from library/docker [2020-10-13T20:10:01.368Z] df20fa9351a1: Already exists [2020-10-13T20:10:01.368Z] 25ad7478873d: Pulling fs layer [2020-10-13T20:10:01.368Z] 4684f6177b5d: Pulling fs layer [2020-10-13T20:10:01.368Z] 8ba584e970af: Pulling fs layer [2020-10-13T20:10:01.368Z] 3cdc74d2b06d: Pulling fs layer [2020-10-13T20:10:01.368Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-13T20:10:01.368Z] fca0ccc462d5: Pulling fs layer [2020-10-13T20:10:01.368Z] 3cdc74d2b06d: Waiting [2020-10-13T20:10:01.368Z] 4cf5a0d07c1f: Waiting [2020-10-13T20:10:01.368Z] fca0ccc462d5: Waiting [2020-10-13T20:10:01.368Z] 4684f6177b5d: Verifying Checksum [2020-10-13T20:10:01.368Z] 4684f6177b5d: Download complete [2020-10-13T20:10:01.368Z] 25ad7478873d: Verifying Checksum [2020-10-13T20:10:01.368Z] 25ad7478873d: Download complete [2020-10-13T20:10:01.631Z] 3cdc74d2b06d: Verifying Checksum [2020-10-13T20:10:01.631Z] 3cdc74d2b06d: Download complete [2020-10-13T20:10:01.631Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-13T20:10:01.631Z] 4cf5a0d07c1f: Download complete [2020-10-13T20:10:01.631Z] fca0ccc462d5: Verifying Checksum [2020-10-13T20:10:01.631Z] fca0ccc462d5: Download complete [2020-10-13T20:10:01.631Z] 25ad7478873d: Pull complete [2020-10-13T20:10:01.894Z] 4684f6177b5d: Pull complete [2020-10-13T20:10:02.845Z] 8ba584e970af: Verifying Checksum [2020-10-13T20:10:02.845Z] 8ba584e970af: Download complete [2020-10-13T20:10:05.428Z] 8ba584e970af: Pull complete [2020-10-13T20:10:05.428Z] 3cdc74d2b06d: Pull complete [2020-10-13T20:10:05.428Z] 4cf5a0d07c1f: Pull complete [2020-10-13T20:10:05.428Z] fca0ccc462d5: Pull complete [2020-10-13T20:10:05.428Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-13T20:10:05.428Z] Status: Downloaded newer image for docker:latest [2020-10-13T20:10:07.352Z] ---> 1d10579ae331 [2020-10-13T20:10:07.352Z] Step 6/7 : COPY go.mod . [2020-10-13T20:10:07.352Z] ---> d0761dd22557 [2020-10-13T20:10:07.352Z] Step 7/7 : RUN go mod download [2020-10-13T20:10:07.352Z] ---> Running in 5fd757e4662b [2020-10-13T20:10:29.352Z] Removing intermediate container 5fd757e4662b [2020-10-13T20:10:29.352Z] ---> a71c28cb772e [2020-10-13T20:10:29.352Z] Successfully built a71c28cb772e [2020-10-13T20:10:29.352Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:10:29.682Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-13T20:10:29.682Z] . [Pipeline] withDockerContainer [2020-10-13T20:10:29.788Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:10:29.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:10:30.540Z] $ docker top 37ec35904d4cbc270ab5518114cfbf210572c52d1baa0204be63e164b704f228 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T20:10:31.037Z] + go version [2020-10-13T20:10:31.037Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-13T20:10:31.054Z] $ docker stop --time=1 37ec35904d4cbc270ab5518114cfbf210572c52d1baa0204be63e164b704f228 [2020-10-13T20:10:32.394Z] $ docker rm -f 37ec35904d4cbc270ab5518114cfbf210572c52d1baa0204be63e164b704f228 [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-13T20:10:35.760Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-13T20:10:35.760Z] [2020-10-13T20:10:35.760Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:10:36.108Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-13T20:10:36.108Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-13T20:10:36.108Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-13T20:10:36.108Z] ca9280d653b3: Pulling fs layer [2020-10-13T20:10:36.108Z] 7e9c9ca2126c: Pulling fs layer [2020-10-13T20:10:37.056Z] cbdbe7a5bc2a: Download complete [2020-10-13T20:10:37.056Z] cbdbe7a5bc2a: Pull complete [2020-10-13T20:10:37.056Z] ca9280d653b3: Verifying Checksum [2020-10-13T20:10:37.056Z] ca9280d653b3: Download complete [2020-10-13T20:10:38.469Z] ca9280d653b3: Pull complete [2020-10-13T20:10:38.734Z] 7e9c9ca2126c: Download complete [2020-10-13T20:10:45.350Z] 7e9c9ca2126c: Pull complete [2020-10-13T20:10:45.350Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-13T20:10:45.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-13T20:10:45.350Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-13T20:10:45.470Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:10:45.523Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:10:46.240Z] $ docker top d06bcb4faecea9c6cebfaf43f4bd28bd5650d215d80cc1c1f43d4d97b2c548ee -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T20:10:46.724Z] + docker-compose build --help [2020-10-13T20:10:46.725Z] + grep parallel [2020-10-13T20:10:47.668Z] --parallel Build images in parallel. [Pipeline] } [2020-10-13T20:10:47.684Z] $ docker stop --time=1 d06bcb4faecea9c6cebfaf43f4bd28bd5650d215d80cc1c1f43d4d97b2c548ee [2020-10-13T20:10:49.023Z] $ docker rm -f d06bcb4faecea9c6cebfaf43f4bd28bd5650d215d80cc1c1f43d4d97b2c548ee [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:10:49.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-13T20:10:49.713Z] . [Pipeline] withDockerContainer [2020-10-13T20:10:49.817Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:10:49.871Z] $ 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/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:10:50.506Z] $ docker top e58226c59a5885b841421ce539f826c54cb100e076d2b6dd0cb4d62f055fd6e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T20:10:50.981Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-13T20:10:51.925Z] Building docker-core-command-go ... [2020-10-13T20:10:51.925Z] Building docker-core-data-go ... [2020-10-13T20:10:51.925Z] Building docker-core-metadata-go ... [2020-10-13T20:10:51.925Z] Building docker-security-proxy-setup-go ... [2020-10-13T20:10:51.925Z] Building docker-security-secrets-setup-go ... [2020-10-13T20:10:51.926Z] Building docker-security-secretstore-setup-go ... [2020-10-13T20:10:51.926Z] Building docker-support-logging-go ... [2020-10-13T20:10:51.926Z] Building docker-support-notifications-go ... [2020-10-13T20:10:51.926Z] Building docker-support-scheduler-go ... [2020-10-13T20:10:51.926Z] Building docker-sys-mgmt-agent-go ... [2020-10-13T20:10:51.926Z] Building docker-core-data-go [2020-10-13T20:10:51.926Z] Building docker-core-command-go [2020-10-13T20:10:51.926Z] Building docker-support-notifications-go [2020-10-13T20:10:51.926Z] Building docker-core-metadata-go [2020-10-13T20:10:51.926Z] Building docker-security-proxy-setup-go [2020-10-13T20:11:14.003Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:11:14.003Z] [2020-10-13T20:11:14.003Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:11:14.003Z] ---> a71c28cb772e [2020-10-13T20:11:14.003Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T20:11:14.003Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:11:14.003Z] ---> a71c28cb772e [2020-10-13T20:11:14.003Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T20:11:14.003Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:11:14.003Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:11:14.003Z] ---> a71c28cb772e [2020-10-13T20:11:14.003Z] Step 3/23 : WORKDIR /edgex-go [2020-10-13T20:11:14.003Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:11:14.003Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:11:14.003Z] ---> a71c28cb772e [2020-10-13T20:11:14.003Z] Step 3/20 : WORKDIR /edgex-go [2020-10-13T20:11:14.003Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:11:14.003Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:11:14.003Z] ---> a71c28cb772e [2020-10-13T20:11:14.003Z] Step 3/24 : WORKDIR /edgex-go [2020-10-13T20:11:14.003Z] ---> Running in 00279a223ec7 [2020-10-13T20:11:14.003Z] ---> Running in 7eac591b3ca1 [2020-10-13T20:11:14.003Z] ---> Running in 2ba6a4732721 [2020-10-13T20:11:14.003Z] ---> Running in d4c887e2da14 [2020-10-13T20:11:14.003Z] ---> Running in 47b8b9be69e2 [2020-10-13T20:11:14.272Z] Removing intermediate container 47b8b9be69e2 [2020-10-13T20:11:14.272Z] ---> 0685663ff7fa [2020-10-13T20:11:14.272Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:11:14.273Z] Removing intermediate container 2ba6a4732721 [2020-10-13T20:11:14.273Z] ---> b464f521166a [2020-10-13T20:11:14.273Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:11:14.273Z] Removing intermediate container d4c887e2da14 [2020-10-13T20:11:14.273Z] ---> 81e3f49cd028 [2020-10-13T20:11:14.273Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:11:14.273Z] Removing intermediate container 00279a223ec7 [2020-10-13T20:11:14.273Z] ---> cb8a761b09a7 [2020-10-13T20:11:14.273Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:11:14.273Z] Removing intermediate container 7eac591b3ca1 [2020-10-13T20:11:14.273Z] ---> 9d7d74e228b6 [2020-10-13T20:11:14.273Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:11:14.566Z] ---> Running in 661aa47e7660 [2020-10-13T20:11:14.566Z] ---> Running in 9a91c58dd183 [2020-10-13T20:11:14.566Z] ---> Running in 9259054b6e92 [2020-10-13T20:11:14.566Z] ---> Running in cba0989bc851 [2020-10-13T20:11:14.566Z] ---> Running in a34405944b72 [2020-10-13T20:11:17.150Z] Removing intermediate container 661aa47e7660 [2020-10-13T20:11:17.150Z] ---> 70a1b52d00bb [2020-10-13T20:11:17.150Z] Step 5/22 : RUN apk update && apk add make git [2020-10-13T20:11:17.150Z] Removing intermediate container 9259054b6e92 [2020-10-13T20:11:17.150Z] ---> 262b4007c946 [2020-10-13T20:11:17.150Z] Step 5/20 : RUN apk update && apk add make git [2020-10-13T20:11:17.150Z] Removing intermediate container 9a91c58dd183 [2020-10-13T20:11:17.150Z] ---> d78c650e17ec [2020-10-13T20:11:17.150Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-13T20:11:17.150Z] ---> Running in 46b02d293be6 [2020-10-13T20:11:17.150Z] ---> Running in 6a1f4be46d8a [2020-10-13T20:11:17.150Z] Removing intermediate container a34405944b72 [2020-10-13T20:11:17.150Z] ---> 702f148fe6f7 [2020-10-13T20:11:17.150Z] Step 5/22 : RUN apk update && apk add make git [2020-10-13T20:11:17.150Z] ---> Running in a3d6e26c3a37 [2020-10-13T20:11:17.150Z] Removing intermediate container cba0989bc851 [2020-10-13T20:11:17.150Z] ---> 6bd0029a4d60 [2020-10-13T20:11:17.150Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-13T20:11:17.411Z] ---> Running in 43f897620b42 [2020-10-13T20:11:17.411Z] ---> Running in 1551ba4a36db [2020-10-13T20:11:17.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:11:17.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:11:18.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:11:18.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:11:18.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:11:18.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:11:18.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:11:19.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:11:19.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:11:19.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:11:19.671Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:11:19.671Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:11:19.671Z] OK: 12752 distinct packages available [2020-10-13T20:11:19.671Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:11:19.671Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:11:19.671Z] OK: 12752 distinct packages available [2020-10-13T20:11:19.937Z] OK: 233 MiB in 51 packages [2020-10-13T20:11:19.937Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:11:19.937Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:11:19.937Z] OK: 12752 distinct packages available [2020-10-13T20:11:19.937Z] OK: 233 MiB in 51 packages [2020-10-13T20:11:19.937Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:11:19.937Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:11:19.937Z] OK: 12752 distinct packages available [2020-10-13T20:11:19.937Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:11:19.937Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:11:19.937Z] OK: 12752 distinct packages available [2020-10-13T20:11:20.213Z] OK: 233 MiB in 51 packages [2020-10-13T20:11:20.213Z] OK: 233 MiB in 51 packages [2020-10-13T20:11:20.213Z] OK: 233 MiB in 51 packages [2020-10-13T20:11:20.797Z] Removing intermediate container a3d6e26c3a37 [2020-10-13T20:11:20.797Z] ---> 1eec6e1c4a18 [2020-10-13T20:11:20.797Z] Step 6/24 : COPY go.mod . [2020-10-13T20:11:20.797Z] Removing intermediate container 1551ba4a36db [2020-10-13T20:11:20.797Z] ---> 43ab8f822fdd [2020-10-13T20:11:20.797Z] Step 6/23 : COPY go.mod . [2020-10-13T20:11:21.755Z] ---> a82ab1d0c3c6 [2020-10-13T20:11:21.755Z] Step 7/24 : RUN go mod download [2020-10-13T20:11:21.756Z] Removing intermediate container 6a1f4be46d8a [2020-10-13T20:11:21.756Z] ---> 36189c06b24a [2020-10-13T20:11:21.756Z] Step 6/20 : COPY go.mod . [2020-10-13T20:11:21.756Z] ---> e4c0bb9eff9e [2020-10-13T20:11:21.756Z] Step 7/23 : RUN go mod download [2020-10-13T20:11:21.756Z] Removing intermediate container 46b02d293be6 [2020-10-13T20:11:21.756Z] ---> cbf3c7afe28d [2020-10-13T20:11:21.756Z] Step 6/22 : COPY go.mod . [2020-10-13T20:11:21.756Z] Removing intermediate container 43f897620b42 [2020-10-13T20:11:21.756Z] ---> 98e9962b5874 [2020-10-13T20:11:21.756Z] Step 6/22 : COPY go.mod . [2020-10-13T20:11:21.756Z] ---> Running in 1e31c2d2bd91 [2020-10-13T20:11:22.022Z] ---> Running in be8968f146b3 [2020-10-13T20:11:22.022Z] ---> 70e334e0b951 [2020-10-13T20:11:22.022Z] Step 7/20 : RUN go mod download [2020-10-13T20:11:22.284Z] ---> dc8a55fb2668 [2020-10-13T20:11:22.284Z] Step 7/22 : RUN go mod download [2020-10-13T20:11:22.284Z] ---> Running in dd2568c4ecb2 [2020-10-13T20:11:22.284Z] ---> 6f696d6a22f3 [2020-10-13T20:11:22.284Z] Step 7/22 : RUN go mod download [2020-10-13T20:11:22.550Z] ---> Running in ab5f37c05172 [2020-10-13T20:11:22.550Z] ---> Running in ccfc60c10498 [2020-10-13T20:11:24.518Z] Removing intermediate container be8968f146b3 [2020-10-13T20:11:24.518Z] ---> 95063e791fc3 [2020-10-13T20:11:24.518Z] Step 8/23 : COPY . . [2020-10-13T20:11:24.518Z] Removing intermediate container dd2568c4ecb2 [2020-10-13T20:11:24.518Z] ---> aab9c6403fea [2020-10-13T20:11:24.518Z] Step 8/20 : COPY . . [2020-10-13T20:11:24.518Z] Removing intermediate container ab5f37c05172 [2020-10-13T20:11:24.518Z] ---> b8fb87ed42b5 [2020-10-13T20:11:24.518Z] Step 8/22 : COPY . . [2020-10-13T20:11:25.165Z] Removing intermediate container ccfc60c10498 [2020-10-13T20:11:25.165Z] ---> 1b3751b7a434 [2020-10-13T20:11:25.165Z] Step 8/22 : COPY . . [2020-10-13T20:11:25.795Z] Removing intermediate container 1e31c2d2bd91 [2020-10-13T20:11:25.795Z] ---> f83d37bf5472 [2020-10-13T20:11:25.795Z] Step 8/24 : COPY . . [2020-10-13T20:11:40.293Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5155 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-13T20:11:40.385Z] Running in /w/workspace/edgex-go/184 [Pipeline] { [Pipeline] checkout [2020-10-13T20:11:46.341Z] using credential edgex-jenkins-ssh [2020-10-13T20:11:46.413Z] Cloning the remote Git repository [2020-10-13T20:11:46.476Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-13T20:11:46.587Z] > git init /w/workspace/edgex-go/184 # timeout=10 [2020-10-13T20:11:46.669Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-13T20:11:46.670Z] > git --version # timeout=10 [2020-10-13T20:11:46.690Z] > git --version # 'git version 2.17.1' [2020-10-13T20:11:46.691Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-13T20:11:46.755Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-13T20:11:53.026Z] ---> 31e77112f1b0 [2020-10-13T20:11:53.026Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-13T20:11:53.026Z] ---> e3bb47465bd7 [2020-10-13T20:11:53.026Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-13T20:11:53.026Z] ---> ce635e6a3646 [2020-10-13T20:11:53.026Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-13T20:11:53.026Z] ---> e44b30402a42 [2020-10-13T20:11:53.026Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-13T20:11:53.026Z] ---> 2759ac0a16d1 [2020-10-13T20:11:53.026Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-13T20:11:53.026Z] ---> Running in fb95c430b1c3 [2020-10-13T20:11:53.026Z] ---> Running in ee74017054b6 [2020-10-13T20:11:53.026Z] ---> Running in 3d8b760ae0d6 [2020-10-13T20:11:53.026Z] ---> Running in e94097cb7ded [2020-10-13T20:11:53.026Z] ---> Running in 4f665c01c372 [2020-10-13T20:11:53.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-13T20:11:53.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-13T20:11:53.026Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/core-data/core-data ./cmd/core-data [2020-10-13T20:11:53.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-13T20:11:53.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/core-command/core-command ./cmd/core-command [2020-10-13T20:12:06.747Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-13T20:12:06.771Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-13T20:12:06.796Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-13T20:12:06.832Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-13T20:12:06.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-13T20:12:06.844Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-13T20:12:07.341Z] Checking out Revision 8ed4663ed9bc2c138391a89900cee915784c2c31 (master) [2020-10-13T20:12:07.361Z] > git config core.sparsecheckout # timeout=10 [2020-10-13T20:12:07.382Z] > git checkout -f 8ed4663ed9bc2c138391a89900cee915784c2c31 # timeout=10 [2020-10-13T20:12:12.063Z] Commit message: "fix: Use DB credentials for Redis Streams MesssageBus connection (#2792)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-13T20:12:24.966Z] ========================================================= [2020-10-13T20:12:24.966Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-13T20:12:24.966Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:12:25.360Z] Removing intermediate container ee74017054b6 [2020-10-13T20:12:25.360Z] ---> 9bfc56390752 [2020-10-13T20:12:25.360Z] [2020-10-13T20:12:25.360Z] Step 10/20 : FROM alpine [2020-10-13T20:12:25.360Z] latest: Pulling from library/alpine [2020-10-13T20:12:25.360Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-13T20:12:25.360Z] Status: Downloaded newer image for alpine:latest [2020-10-13T20:12:25.360Z] ---> a24bb4013296 [2020-10-13T20:12:25.360Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-13T20:12:25.360Z] ---> Running in ded74804269b [2020-10-13T20:12:25.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:12:25.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:12:25.360Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:12:25.360Z] v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:12:25.360Z] OK: 12750 distinct packages available [2020-10-13T20:12:25.360Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-13T20:12:25.630Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-13T20:12:25.630Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-13T20:12:25.630Z] (4/4) Installing curl (7.69.1-r1) [2020-10-13T20:12:25.630Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:12:25.630Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T20:12:25.630Z] OK: 7 MiB in 18 packages [2020-10-13T20:12:25.964Z] + 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-13T20:12:27.599Z] Removing intermediate container ded74804269b [2020-10-13T20:12:27.599Z] ---> 13a75fb57fa3 [2020-10-13T20:12:27.599Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-13T20:12:29.523Z] ---> Running in 857d97beca9c [2020-10-13T20:12:29.787Z] Removing intermediate container 3d8b760ae0d6 [2020-10-13T20:12:29.787Z] ---> 96f8ca555ce5 [2020-10-13T20:12:29.787Z] [2020-10-13T20:12:29.787Z] Step 10/24 : FROM scratch [2020-10-13T20:12:29.787Z] ---> [2020-10-13T20:12:29.787Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-13T20:12:29.787Z] Removing intermediate container e94097cb7ded [2020-10-13T20:12:29.787Z] ---> 4a01b29b3f46 [2020-10-13T20:12:29.787Z] [2020-10-13T20:12:29.787Z] Step 10/22 : FROM scratch [2020-10-13T20:12:29.787Z] ---> [2020-10-13T20:12:29.787Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T20:12:29.787Z] Removing intermediate container 857d97beca9c [2020-10-13T20:12:29.787Z] ---> 80ff9982e279 [2020-10-13T20:12:29.787Z] Step 13/20 : WORKDIR /edgex [2020-10-13T20:12:30.063Z] ---> Running in 21b89e4245ac [2020-10-13T20:12:30.063Z] ---> Running in 1eea32e1c00e [2020-10-13T20:12:30.063Z] ---> Running in 022d07c0de1e [2020-10-13T20:12:30.286Z] Sending build context to Docker daemon 325.1MB [2020-10-13T20:12:30.286Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-13T20:12:30.286Z] Step 2/7 : FROM ${BASE} [2020-10-13T20:12:30.286Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-13T20:12:30.286Z] b538f80385f9: Pulling fs layer [2020-10-13T20:12:30.286Z] 74f711af9a0d: Pulling fs layer [2020-10-13T20:12:30.286Z] 99f96fe45779: Pulling fs layer [2020-10-13T20:12:30.286Z] 8529a6b9a6be: Pulling fs layer [2020-10-13T20:12:30.286Z] 45590311c82a: Pulling fs layer [2020-10-13T20:12:30.286Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-13T20:12:30.286Z] 209524e5b208: Pulling fs layer [2020-10-13T20:12:30.286Z] 45590311c82a: Waiting [2020-10-13T20:12:30.286Z] 69ca0ff8b7b3: Waiting [2020-10-13T20:12:30.286Z] 209524e5b208: Waiting [2020-10-13T20:12:30.286Z] 8529a6b9a6be: Waiting [2020-10-13T20:12:30.286Z] 99f96fe45779: Verifying Checksum [2020-10-13T20:12:30.286Z] 99f96fe45779: Download complete [2020-10-13T20:12:30.286Z] 74f711af9a0d: Verifying Checksum [2020-10-13T20:12:30.286Z] 74f711af9a0d: Download complete [2020-10-13T20:12:30.564Z] 45590311c82a: Download complete [2020-10-13T20:12:30.564Z] 69ca0ff8b7b3: Download complete [2020-10-13T20:12:30.564Z] b538f80385f9: Verifying Checksum [2020-10-13T20:12:30.564Z] b538f80385f9: Download complete [2020-10-13T20:12:31.026Z] Removing intermediate container 1eea32e1c00e [2020-10-13T20:12:31.026Z] ---> 88532e56bd3c [2020-10-13T20:12:31.026Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-13T20:12:31.026Z] Removing intermediate container 21b89e4245ac [2020-10-13T20:12:31.026Z] ---> bf3c76b7e206 [2020-10-13T20:12:31.026Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-13T20:12:31.168Z] b538f80385f9: Pull complete [2020-10-13T20:12:31.769Z] 74f711af9a0d: Pull complete [2020-10-13T20:12:32.065Z] 99f96fe45779: Pull complete [2020-10-13T20:12:32.949Z] Removing intermediate container 022d07c0de1e [2020-10-13T20:12:32.949Z] ---> b306e9a38b78 [2020-10-13T20:12:32.949Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-13T20:12:32.949Z] ---> Running in 3e3de290cfd4 [2020-10-13T20:12:32.949Z] ---> Running in 161f9e20c7f6 [2020-10-13T20:12:33.513Z] 209524e5b208: Verifying Checksum [2020-10-13T20:12:33.898Z] Removing intermediate container 4f665c01c372 [2020-10-13T20:12:33.898Z] ---> 7def4ee9830d [2020-10-13T20:12:33.898Z] [2020-10-13T20:12:33.898Z] Step 10/22 : FROM scratch [2020-10-13T20:12:33.898Z] ---> [2020-10-13T20:12:33.898Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T20:12:33.898Z] ---> Using cache [2020-10-13T20:12:33.898Z] ---> bf3c76b7e206 [2020-10-13T20:12:33.898Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-13T20:12:33.898Z] Removing intermediate container 161f9e20c7f6 [2020-10-13T20:12:33.898Z] ---> d77d8fe11c7f [2020-10-13T20:12:33.898Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-13T20:12:34.168Z] Removing intermediate container 3e3de290cfd4 [2020-10-13T20:12:34.168Z] ---> 7c0f137b57e9 [2020-10-13T20:12:34.168Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T20:12:34.168Z] ---> Running in 745cb6691a14 [2020-10-13T20:12:34.168Z] ---> Running in f4dfa0572c12 [2020-10-13T20:12:34.168Z] ---> 50db6a225ad0 [2020-10-13T20:12:34.168Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-13T20:12:34.168Z] ---> Running in f687b4e05102 [2020-10-13T20:12:34.441Z] Removing intermediate container 745cb6691a14 [2020-10-13T20:12:34.441Z] ---> 87483cde903a [2020-10-13T20:12:34.441Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-13T20:12:34.490Z] 8529a6b9a6be: Verifying Checksum [2020-10-13T20:12:34.490Z] 8529a6b9a6be: Download complete [2020-10-13T20:12:34.707Z] Removing intermediate container f687b4e05102 [2020-10-13T20:12:34.707Z] ---> c4589019b08e [2020-10-13T20:12:34.707Z] Step 14/22 : WORKDIR / [2020-10-13T20:12:34.707Z] Removing intermediate container f4dfa0572c12 [2020-10-13T20:12:34.707Z] ---> 449b4e031eb0 [2020-10-13T20:12:34.707Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T20:12:36.098Z] ---> Running in 2e53eadc8ff6 [2020-10-13T20:12:36.671Z] ---> Running in af15d69278d4 [2020-10-13T20:12:36.671Z] ---> 25f7cfd7613d [2020-10-13T20:12:36.671Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-13T20:12:36.671Z] ---> ad4878e0e47c [2020-10-13T20:12:36.671Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-13T20:12:36.933Z] ---> Running in a561d90f86f0 [2020-10-13T20:12:36.933Z] Removing intermediate container fb95c430b1c3 [2020-10-13T20:12:36.933Z] ---> 7c9f359a477b [2020-10-13T20:12:36.933Z] [2020-10-13T20:12:36.933Z] Step 10/23 : FROM alpine [2020-10-13T20:12:36.933Z] ---> a24bb4013296 [2020-10-13T20:12:36.933Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T20:12:36.933Z] Removing intermediate container af15d69278d4 [2020-10-13T20:12:36.933Z] ---> 7d09a198c91c [2020-10-13T20:12:36.933Z] Step 14/22 : WORKDIR / [2020-10-13T20:12:37.508Z] Removing intermediate container 2e53eadc8ff6 [2020-10-13T20:12:37.508Z] ---> b253e981cf3d [2020-10-13T20:12:37.508Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-13T20:12:37.772Z] ---> Running in a47bbd4d6cad [2020-10-13T20:12:37.772Z] ---> Running in ac7cfc06588c [2020-10-13T20:12:38.037Z] Removing intermediate container a561d90f86f0 [2020-10-13T20:12:38.037Z] ---> bfb49b9a25c8 [2020-10-13T20:12:38.037Z] Step 17/20 : CMD ["--init=true"] [2020-10-13T20:12:38.037Z] ---> 63c898151720 [2020-10-13T20:12:38.037Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-13T20:12:38.037Z] ---> e11daff4044e [2020-10-13T20:12:38.037Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-13T20:12:38.299Z] ---> Running in 6ea78f373a67 [2020-10-13T20:12:38.299Z] Removing intermediate container ac7cfc06588c [2020-10-13T20:12:38.299Z] ---> 6f42c6055ed2 [2020-10-13T20:12:38.299Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-13T20:12:38.299Z] Removing intermediate container a47bbd4d6cad [2020-10-13T20:12:38.299Z] ---> 1df6116d7408 [2020-10-13T20:12:38.299Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-13T20:12:38.562Z] ---> Running in 86436cbaab9a [2020-10-13T20:12:38.562Z] Removing intermediate container 6ea78f373a67 [2020-10-13T20:12:38.562Z] ---> 61505261ed28 [2020-10-13T20:12:38.562Z] Step 18/20 : LABEL arch=x86_64 [2020-10-13T20:12:38.824Z] ---> 4bb3c2d408ac [2020-10-13T20:12:38.824Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-13T20:12:38.824Z] ---> 832bdf05707a [2020-10-13T20:12:38.824Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-13T20:12:38.824Z] ---> 0c2a59ce5e4e [2020-10-13T20:12:38.824Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-13T20:12:38.824Z] ---> Running in e10c775b2c7e [2020-10-13T20:12:39.091Z] Removing intermediate container 86436cbaab9a [2020-10-13T20:12:39.091Z] ---> d805f6f1a850 [2020-10-13T20:12:39.091Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-13T20:12:39.091Z] ---> b400299d5ab8 [2020-10-13T20:12:39.091Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-13T20:12:40.042Z] ---> b2192addbf07 [2020-10-13T20:12:40.042Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-13T20:12:40.042Z] ---> Running in d78f35dfb4bf [2020-10-13T20:12:40.310Z] Removing intermediate container e10c775b2c7e [2020-10-13T20:12:40.310Z] ---> 64dc3c7094a7 [2020-10-13T20:12:40.310Z] Step 19/20 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:12:40.310Z] ---> Running in 69dff5005c21 [2020-10-13T20:12:40.310Z] ---> dbae4cd3b109 [2020-10-13T20:12:40.310Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-13T20:12:40.310Z] ---> 804828c2c5d5 [2020-10-13T20:12:40.310Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-13T20:12:40.310Z] Removing intermediate container d78f35dfb4bf [2020-10-13T20:12:40.310Z] ---> bb2253f95560 [2020-10-13T20:12:40.310Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:12:40.311Z] ---> Running in ad53f2b411c9 [2020-10-13T20:12:40.572Z] ---> Running in c1447b9a8228 [2020-10-13T20:12:40.572Z] Removing intermediate container 69dff5005c21 [2020-10-13T20:12:40.572Z] ---> a0ed70c0de2a [2020-10-13T20:12:40.572Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:12:40.835Z] ---> d5e2555ae2f0 [2020-10-13T20:12:40.835Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-13T20:12:40.835Z] ---> Running in 1383d1848cd1 [2020-10-13T20:12:40.835Z] ---> 95cead9597d6 [2020-10-13T20:12:40.835Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-13T20:12:40.835Z] Removing intermediate container ad53f2b411c9 [2020-10-13T20:12:40.835Z] ---> a79e0a44c454 [2020-10-13T20:12:40.835Z] Step 20/20 : LABEL version=1.2.2-dev.69 [2020-10-13T20:12:41.106Z] ---> Running in e115c5489e9d [2020-10-13T20:12:41.106Z] ---> Running in 80292fb6aa3f [2020-10-13T20:12:41.106Z] ---> Running in 49ad48771e4c [2020-10-13T20:12:41.106Z] Removing intermediate container 1383d1848cd1 [2020-10-13T20:12:41.106Z] ---> 02e78aeee52c [2020-10-13T20:12:41.106Z] Step 20/22 : LABEL arch=x86_64 [2020-10-13T20:12:41.681Z] ---> Running in b549f8ca423f [2020-10-13T20:12:41.681Z] Removing intermediate container e115c5489e9d [2020-10-13T20:12:41.681Z] ---> 9aa972896544 [2020-10-13T20:12:41.681Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:12:41.681Z] Removing intermediate container 80292fb6aa3f [2020-10-13T20:12:41.681Z] ---> 0ed13ec75d53 [2020-10-13T20:12:41.681Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:12:41.947Z] Removing intermediate container 49ad48771e4c [2020-10-13T20:12:41.947Z] ---> adfa6bfab995 [2020-10-13T20:12:41.948Z] [2020-10-13T20:12:41.948Z] ---> Running in c9c74c4e1df3 [2020-10-13T20:12:41.948Z] ---> Running in 116f8238fde2 [2020-10-13T20:12:41.948Z] Removing intermediate container b549f8ca423f [2020-10-13T20:12:42.213Z] ---> fda5e4b40862 [2020-10-13T20:12:42.213Z] Step 21/22 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:12:42.213Z] Successfully built adfa6bfab995 [2020-10-13T20:12:42.213Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-13T20:12:42.213Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2020-10-13T20:12:42.213Z] ---> Running in 78919ce4e586 [2020-10-13T20:12:42.213Z] Removing intermediate container c9c74c4e1df3 [2020-10-13T20:12:42.213Z] ---> 752fecaf1fd5 [2020-10-13T20:12:42.213Z] Step 22/24 : LABEL arch=x86_64 [2020-10-13T20:12:42.484Z] Removing intermediate container 116f8238fde2 [2020-10-13T20:12:42.484Z] ---> a53077eabb50 [2020-10-13T20:12:42.484Z] Step 20/22 : LABEL arch=x86_64 [2020-10-13T20:12:42.484Z] Removing intermediate container c1447b9a8228 [2020-10-13T20:12:42.484Z] ---> 5123b6ed9b35 [2020-10-13T20:12:42.484Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-13T20:12:42.484Z] ---> Running in 291d1bff2f43 [2020-10-13T20:12:42.484Z] ---> Running in 1a81ba946032 [2020-10-13T20:12:42.748Z] ---> Running in f9b556200384 [2020-10-13T20:12:43.013Z] Removing intermediate container 78919ce4e586 [2020-10-13T20:12:43.013Z] ---> 1d463b08267b [2020-10-13T20:12:43.013Z] Step 22/22 : LABEL version=1.2.2-dev.69 [2020-10-13T20:12:43.276Z] Removing intermediate container 291d1bff2f43 [2020-10-13T20:12:43.276Z] ---> 4c4f76ae64ea [2020-10-13T20:12:43.276Z] Step 23/24 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:12:43.276Z] Removing intermediate container 1a81ba946032 [2020-10-13T20:12:43.276Z] ---> bc12d46499ac [2020-10-13T20:12:43.276Z] Step 21/22 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:12:43.276Z] ---> Running in f676ff81e067 [2020-10-13T20:12:43.276Z] ---> Running in 675390565eb8 [2020-10-13T20:12:43.276Z] ---> Running in b614a44b2923 [2020-10-13T20:12:44.635Z] 8529a6b9a6be: Pull complete [2020-10-13T20:12:44.636Z] 45590311c82a: Pull complete [2020-10-13T20:12:44.636Z] 69ca0ff8b7b3: Pull complete [2020-10-13T20:12:44.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:12:45.616Z] Removing intermediate container b614a44b2923 [2020-10-13T20:12:45.616Z] ---> 7370dfb230a9 [2020-10-13T20:12:45.616Z] Step 22/22 : LABEL version=1.2.2-dev.69 [2020-10-13T20:12:45.616Z] Removing intermediate container 675390565eb8 [2020-10-13T20:12:45.616Z] ---> 71b470f8b92e [2020-10-13T20:12:45.616Z] Step 24/24 : LABEL version=1.2.2-dev.69 [2020-10-13T20:12:45.616Z] Removing intermediate container f676ff81e067 [2020-10-13T20:12:45.616Z] ---> 44dfd1a36e12 [2020-10-13T20:12:45.616Z] [2020-10-13T20:12:45.616Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:12:45.616Z] Successfully built 44dfd1a36e12 [2020-10-13T20:12:45.616Z] ---> Running in 01224a1ff810 [2020-10-13T20:12:45.616Z] ---> Running in 210b52d00dee [2020-10-13T20:12:45.616Z] Successfully tagged docker-core-command-go:latest [2020-10-13T20:12:45.616Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2020-10-13T20:12:46.577Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-13T20:12:46.577Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-13T20:12:46.577Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-13T20:12:46.840Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-13T20:12:47.788Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-13T20:12:47.788Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:12:47.788Z] OK: 8 MiB in 19 packages [2020-10-13T20:12:48.961Z] 209524e5b208: Pull complete [2020-10-13T20:12:48.961Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-13T20:12:48.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-13T20:12:48.961Z] ---> 5bddaf1c2fca [2020-10-13T20:12:48.961Z] 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-13T20:12:50.347Z] Removing intermediate container 210b52d00dee [2020-10-13T20:12:50.348Z] ---> effe781ed22c [2020-10-13T20:12:50.348Z] [2020-10-13T20:12:50.348Z] Removing intermediate container 01224a1ff810 [2020-10-13T20:12:50.348Z] ---> d5c1963fb5f4 [2020-10-13T20:12:50.348Z] [2020-10-13T20:12:50.348Z] Successfully built effe781ed22c [2020-10-13T20:12:50.348Z] Successfully built d5c1963fb5f4 [2020-10-13T20:12:50.348Z] Successfully tagged docker-core-metadata-go:latest [2020-10-13T20:12:50.348Z] Successfully tagged docker-support-notifications-go:latest [2020-10-13T20:12:50.348Z] Building docker-security-secrets-setup-go [2020-10-13T20:12:50.348Z]  Building docker-core-metadata-go ... done  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-10-13T20:12:50.615Z] Removing intermediate container f9b556200384 [2020-10-13T20:12:50.615Z] ---> ffaa275cb089 [2020-10-13T20:12:50.615Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-13T20:12:52.385Z] ---> Running in fd6d94f7667b [2020-10-13T20:12:53.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:12:54.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:12:55.769Z] (1/12) Installing libmagic (5.38-r0) [2020-10-13T20:12:56.044Z] (2/12) Installing file (5.38-r0) [2020-10-13T20:12:56.316Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-13T20:12:56.316Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-13T20:12:56.330Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:12:56.330Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:12:56.330Z] ---> a71c28cb772e [2020-10-13T20:12:56.330Z] Step 3/21 : WORKDIR /edgex-go [2020-10-13T20:12:56.330Z] ---> Using cache [2020-10-13T20:12:56.330Z] ---> cb8a761b09a7 [2020-10-13T20:12:56.330Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:12:56.330Z] ---> Using cache [2020-10-13T20:12:56.330Z] ---> 702f148fe6f7 [2020-10-13T20:12:56.330Z] Step 5/21 : RUN apk update && apk add make git [2020-10-13T20:12:56.330Z] ---> Using cache [2020-10-13T20:12:56.330Z] ---> 98e9962b5874 [2020-10-13T20:12:56.330Z] Step 6/21 : COPY go.mod . [2020-10-13T20:12:56.668Z] ---> Using cache [2020-10-13T20:12:56.668Z] ---> 6f696d6a22f3 [2020-10-13T20:12:56.668Z] Step 7/21 : RUN go mod download [2020-10-13T20:12:56.668Z] ---> Using cache [2020-10-13T20:12:56.668Z] ---> 1b3751b7a434 [2020-10-13T20:12:56.668Z] Step 8/21 : COPY . . [2020-10-13T20:12:56.668Z] ---> Using cache [2020-10-13T20:12:56.668Z] ---> e44b30402a42 [2020-10-13T20:12:56.668Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-13T20:12:59.319Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:12:59.319Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:12:59.319Z] ---> a71c28cb772e [2020-10-13T20:12:59.319Z] Step 3/26 : WORKDIR /edgex-go [2020-10-13T20:12:59.319Z] ---> Using cache [2020-10-13T20:12:59.319Z] ---> cb8a761b09a7 [2020-10-13T20:12:59.319Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:12:59.319Z] ---> Using cache [2020-10-13T20:12:59.319Z] ---> 702f148fe6f7 [2020-10-13T20:12:59.319Z] Step 5/26 : RUN apk update && apk add make git [2020-10-13T20:12:59.319Z] ---> Using cache [2020-10-13T20:12:59.319Z] ---> 98e9962b5874 [2020-10-13T20:12:59.319Z] Step 6/26 : COPY go.mod . [2020-10-13T20:12:59.319Z] ---> Using cache [2020-10-13T20:12:59.319Z] ---> 6f696d6a22f3 [2020-10-13T20:12:59.319Z] Step 7/26 : RUN go mod download [2020-10-13T20:12:59.319Z] ---> Using cache [2020-10-13T20:12:59.319Z] ---> 1b3751b7a434 [2020-10-13T20:12:59.319Z] Step 8/26 : COPY . . [2020-10-13T20:12:59.319Z] ---> Using cache [2020-10-13T20:12:59.319Z] ---> e44b30402a42 [2020-10-13T20:12:59.319Z] 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-13T20:13:00.267Z] ---> 8d025b74fafa [2020-10-13T20:13:00.267Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-13T20:13:00.267Z] ---> Running in 757132450e4c [2020-10-13T20:13:00.267Z] ---> Running in 1955cf822107 [2020-10-13T20:13:03.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-13T20:13:03.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-13T20:13:03.637Z] ---> 1a390486e126 [2020-10-13T20:13:03.637Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-13T20:13:05.596Z] ---> 54f1cf40527a [2020-10-13T20:13:05.596Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-13T20:13:05.596Z] ---> Running in 45158b1ab988 [2020-10-13T20:13:06.193Z] Removing intermediate container 45158b1ab988 [2020-10-13T20:13:06.193Z] ---> 3bce18519937 [2020-10-13T20:13:06.193Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:13:06.448Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-13T20:13:06.448Z] (6/12) Installing patch (2.7.6-r6) [2020-10-13T20:13:06.448Z] (7/12) Installing build-base (0.5-r2) [2020-10-13T20:13:06.448Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-13T20:13:06.448Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-13T20:13:06.448Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-13T20:13:06.448Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-13T20:13:06.448Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-13T20:13:06.448Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:13:06.448Z] OK: 217 MiB in 51 packages [2020-10-13T20:13:06.473Z] ---> Running in 9588bdc257ac [2020-10-13T20:13:07.909Z] Removing intermediate container 9588bdc257ac [2020-10-13T20:13:07.909Z] ---> 2eb5660a7b00 [2020-10-13T20:13:07.909Z] Step 21/23 : LABEL arch=x86_64 [2020-10-13T20:13:07.909Z] ---> Running in d0676959e74f [2020-10-13T20:13:08.883Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:13:08.883Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-13T20:13:08.883Z] ---> a71c28cb772e [2020-10-13T20:13:08.883Z] Step 3/29 : WORKDIR /edgex-go [2020-10-13T20:13:08.883Z] ---> Using cache [2020-10-13T20:13:08.883Z] ---> cb8a761b09a7 [2020-10-13T20:13:08.883Z] Step 4/29 : RUN apk update && apk add make git [2020-10-13T20:13:09.570Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:13:09.570Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:13:09.570Z] ---> a71c28cb772e [2020-10-13T20:13:09.570Z] Step 3/27 : WORKDIR /edgex-go [2020-10-13T20:13:09.570Z] ---> Using cache [2020-10-13T20:13:09.570Z] ---> cb8a761b09a7 [2020-10-13T20:13:09.570Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:13:09.570Z] ---> Using cache [2020-10-13T20:13:09.570Z] ---> 702f148fe6f7 [2020-10-13T20:13:09.570Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-13T20:13:10.516Z] Removing intermediate container d0676959e74f [2020-10-13T20:13:10.516Z] ---> 172b732d049c [2020-10-13T20:13:10.516Z] Step 22/23 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:13:10.760Z] Removing intermediate container fd6d94f7667b [2020-10-13T20:13:10.760Z] ---> 2285eb2d0331 [2020-10-13T20:13:10.760Z] Step 4/7 : WORKDIR /edgex-go [2020-10-13T20:13:10.760Z] ---> Running in 82d43029cb3c [2020-10-13T20:13:10.788Z] ---> Running in e512d51bfac2 [2020-10-13T20:13:10.788Z] ---> Running in ed1b872ddcd8 [2020-10-13T20:13:10.788Z] ---> Running in 08834f189a12 [2020-10-13T20:13:11.034Z] Removing intermediate container 82d43029cb3c [2020-10-13T20:13:11.034Z] ---> 1fe8547da06b [2020-10-13T20:13:11.034Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-13T20:13:11.307Z] latest: Pulling from library/docker [2020-10-13T20:13:11.307Z] b538f80385f9: Already exists [2020-10-13T20:13:11.307Z] 259a493cd78d: Pulling fs layer [2020-10-13T20:13:11.307Z] b8e66b5100f5: Pulling fs layer [2020-10-13T20:13:11.307Z] 7f8258a56ab6: Pulling fs layer [2020-10-13T20:13:11.307Z] 75a0a0ebb566: Pulling fs layer [2020-10-13T20:13:11.307Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-13T20:13:11.307Z] 294320357d30: Pulling fs layer [2020-10-13T20:13:11.307Z] 294320357d30: Waiting [2020-10-13T20:13:11.307Z] 75a0a0ebb566: Waiting [2020-10-13T20:13:11.307Z] 4a2c62f0a2a3: Waiting [2020-10-13T20:13:11.373Z] Removing intermediate container 08834f189a12 [2020-10-13T20:13:11.373Z] ---> 6b9049d634e7 [2020-10-13T20:13:11.373Z] Step 23/23 : LABEL version=1.2.2-dev.69 [2020-10-13T20:13:11.373Z] ---> Running in 8f23b234628e [2020-10-13T20:13:11.582Z] b8e66b5100f5: Verifying Checksum [2020-10-13T20:13:11.582Z] 259a493cd78d: Verifying Checksum [2020-10-13T20:13:11.582Z] 259a493cd78d: Download complete [2020-10-13T20:13:11.641Z] Removing intermediate container 8f23b234628e [2020-10-13T20:13:11.641Z] ---> 1efd12e2df2c [2020-10-13T20:13:11.641Z] [2020-10-13T20:13:11.861Z] 75a0a0ebb566: Verifying Checksum [2020-10-13T20:13:11.861Z] 75a0a0ebb566: Download complete [2020-10-13T20:13:11.861Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-13T20:13:11.861Z] 4a2c62f0a2a3: Download complete [2020-10-13T20:13:11.861Z] 294320357d30: Verifying Checksum [2020-10-13T20:13:11.861Z] 294320357d30: Download complete [2020-10-13T20:13:11.910Z] Successfully built 1efd12e2df2c [2020-10-13T20:13:11.910Z] Successfully tagged docker-core-data-go:latest [2020-10-13T20:13:11.910Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-10-13T20:13:12.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:13:12.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:13:12.465Z] 259a493cd78d: Pull complete [2020-10-13T20:13:12.739Z] b8e66b5100f5: Pull complete [2020-10-13T20:13:12.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:13:12.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:13:13.012Z] 7f8258a56ab6: Verifying Checksum [2020-10-13T20:13:13.012Z] 7f8258a56ab6: Download complete [2020-10-13T20:13:13.771Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:13:13.771Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:13:13.771Z] OK: 12752 distinct packages available [2020-10-13T20:13:13.771Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:13:13.771Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:13:13.771Z] OK: 12752 distinct packages available [2020-10-13T20:13:13.771Z] OK: 233 MiB in 51 packages [2020-10-13T20:13:14.040Z] OK: 233 MiB in 51 packages [2020-10-13T20:13:16.390Z] 7f8258a56ab6: Pull complete [2020-10-13T20:13:16.390Z] 75a0a0ebb566: Pull complete [2020-10-13T20:13:16.390Z] 4a2c62f0a2a3: Pull complete [2020-10-13T20:13:16.662Z] 294320357d30: Pull complete [2020-10-13T20:13:16.935Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-13T20:13:16.935Z] Status: Downloaded newer image for docker:latest [2020-10-13T20:13:17.407Z] Removing intermediate container ed1b872ddcd8 [2020-10-13T20:13:17.407Z] ---> 5ceadf11ccb9 [2020-10-13T20:13:17.407Z] Step 6/27 : COPY go.mod . [2020-10-13T20:13:17.407Z] Removing intermediate container e512d51bfac2 [2020-10-13T20:13:17.407Z] ---> 5302c4e6c5df [2020-10-13T20:13:17.407Z] Step 5/29 : COPY go.mod . [2020-10-13T20:13:17.407Z] ---> d3fcffb73372 [2020-10-13T20:13:17.407Z] Step 7/27 : RUN go mod download [2020-10-13T20:13:17.688Z] ---> c5ec9ad11873 [2020-10-13T20:13:17.688Z] Step 6/29 : RUN go mod download [2020-10-13T20:13:17.688Z] ---> Running in 155f445f1351 [2020-10-13T20:13:17.688Z] ---> Running in 664f2ac2ac61 [2020-10-13T20:13:20.328Z] ---> 253817e1caff [2020-10-13T20:13:20.328Z] Step 6/7 : COPY go.mod . [2020-10-13T20:13:20.927Z] ---> 7520f58d8915 [2020-10-13T20:13:20.927Z] Step 7/7 : RUN go mod download [2020-10-13T20:13:20.927Z] ---> Running in f376dc497cd7 [2020-10-13T20:13:23.039Z] Removing intermediate container 664f2ac2ac61 [2020-10-13T20:13:23.039Z] ---> dc5955dcaa15 [2020-10-13T20:13:23.039Z] Step 7/29 : COPY . . [2020-10-13T20:13:23.039Z] Removing intermediate container 155f445f1351 [2020-10-13T20:13:23.039Z] ---> aa322884a950 [2020-10-13T20:13:23.039Z] Step 8/27 : COPY . . [2020-10-13T20:13:24.967Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:13:24.967Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:13:24.967Z] ---> a71c28cb772e [2020-10-13T20:13:24.967Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T20:13:25.543Z] ---> Using cache [2020-10-13T20:13:25.543Z] ---> cb8a761b09a7 [2020-10-13T20:13:25.543Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:13:25.543Z] ---> Using cache [2020-10-13T20:13:25.543Z] ---> 702f148fe6f7 [2020-10-13T20:13:25.543Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-13T20:13:28.106Z] ---> Running in 4ee2077df000 [2020-10-13T20:13:31.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:13:31.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-13T20:13:32.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:13:32.981Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:13:32.981Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:13:32.981Z] OK: 12752 distinct packages available [2020-10-13T20:13:33.243Z] OK: 233 MiB in 51 packages [2020-10-13T20:13:33.506Z] OK: 233 MiB in 51 packages [2020-10-13T20:13:43.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-13T20:13:43.566Z] ---> 6051fc3b440a [2020-10-13T20:13:43.566Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-13T20:13:43.566Z] ---> 82b845a5addd [2020-10-13T20:13:43.566Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-13T20:13:43.566Z] Removing intermediate container 4ee2077df000 [2020-10-13T20:13:43.566Z] ---> fec4060d730f [2020-10-13T20:13:43.566Z] Step 6/22 : COPY go.mod . [2020-10-13T20:13:43.566Z] Removing intermediate container 757132450e4c [2020-10-13T20:13:43.566Z] ---> 6ec1d8c6e202 [2020-10-13T20:13:43.566Z] [2020-10-13T20:13:43.566Z] Step 10/21 : FROM scratch [2020-10-13T20:13:43.566Z] ---> [2020-10-13T20:13:43.566Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T20:13:43.566Z] ---> Running in a5650f10ce16 [2020-10-13T20:13:43.566Z] ---> Running in 18a1c2cceb60 [2020-10-13T20:13:43.566Z] ---> Using cache [2020-10-13T20:13:43.566Z] ---> bf3c76b7e206 [2020-10-13T20:13:43.566Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-13T20:13:43.566Z] ---> 6f723041317d [2020-10-13T20:13:43.566Z] Step 7/22 : RUN go mod download [2020-10-13T20:13:43.834Z] ---> Running in a36021df06f1 [2020-10-13T20:13:43.834Z] ---> Running in 6b647adbe716 [2020-10-13T20:13:44.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-13T20:13:44.108Z] Removing intermediate container a36021df06f1 [2020-10-13T20:13:44.108Z] ---> 8a93b8d0762e [2020-10-13T20:13:44.108Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-13T20:13:44.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-13T20:13:44.108Z] ---> Running in 7f3cf20b5b0e [2020-10-13T20:13:44.392Z] Removing intermediate container 7f3cf20b5b0e [2020-10-13T20:13:44.393Z] ---> 994d240b6242 [2020-10-13T20:13:44.393Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-13T20:13:44.982Z] ---> 0278ca0bd325 [2020-10-13T20:13:44.982Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-13T20:13:47.736Z] Removing intermediate container f376dc497cd7 [2020-10-13T20:13:47.736Z] ---> 70d7265e819b [2020-10-13T20:13:47.736Z] Successfully built 70d7265e819b [2020-10-13T20:13:47.736Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:13:48.149Z] + docker inspect -f . ci-base-image-arm64 [2020-10-13T20:13:48.149Z] . [Pipeline] withDockerContainer [2020-10-13T20:13:48.359Z] ---> 9fbf0ba8d4d4 [2020-10-13T20:13:48.359Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-13T20:13:48.359Z] Removing intermediate container 1955cf822107 [2020-10-13T20:13:48.359Z] ---> 1a6975604fe5 [2020-10-13T20:13:48.359Z] [2020-10-13T20:13:48.359Z] Step 10/26 : FROM alpine:3.10 [2020-10-13T20:13:48.359Z] Removing intermediate container 6b647adbe716 [2020-10-13T20:13:48.359Z] ---> b65b118d60dc [2020-10-13T20:13:48.359Z] Step 8/22 : COPY . . [2020-10-13T20:13:48.359Z] ---> 6d7ccc9c14f1 [2020-10-13T20:13:48.359Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-13T20:13:48.359Z] 3.10: Pulling from library/alpine [2020-10-13T20:13:48.431Z] prd-ubuntu18.04-docker-arm64-4c-16g-5155 does not seem to be running inside a container [2020-10-13T20:13:48.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:13:48.632Z] ---> Running in e72004b73160 [2020-10-13T20:13:50.041Z] Removing intermediate container e72004b73160 [2020-10-13T20:13:50.041Z] ---> 9f3338072d7b [2020-10-13T20:13:50.041Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:13:50.458Z] $ docker top 13c6a699159dc1356db153d79ca290c5288d95ebdbbf55fcfa8b4c816d041fdd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T20:13:51.941Z] + go version [2020-10-13T20:13:51.941Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-13T20:13:51.965Z] $ docker stop --time=1 13c6a699159dc1356db153d79ca290c5288d95ebdbbf55fcfa8b4c816d041fdd [2020-10-13T20:13:53.824Z] $ docker rm -f 13c6a699159dc1356db153d79ca290c5288d95ebdbbf55fcfa8b4c816d041fdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-13T20:13:54.346Z] ---> Running in d67d9552c9dc [2020-10-13T20:13:54.346Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-13T20:13:54.346Z] Status: Downloaded newer image for alpine:3.10 [2020-10-13T20:13:54.346Z] ---> be4e4bea2c2e [2020-10-13T20:13:54.346Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [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-13T20:13:54.940Z] ---> Running in beab0842fa81 [2020-10-13T20:13:55.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-13T20:13:55.107Z] [2020-10-13T20:13:55.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:13:55.526Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-13T20:13:55.526Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-13T20:13:55.526Z] 29e5d40040c1: Pulling fs layer [2020-10-13T20:13:55.526Z] 1ce36da41761: Pulling fs layer [2020-10-13T20:13:55.526Z] 25b303627fd3: Pulling fs layer [2020-10-13T20:13:56.169Z] 29e5d40040c1: Verifying Checksum [2020-10-13T20:13:56.169Z] 29e5d40040c1: Download complete [2020-10-13T20:13:56.354Z] Removing intermediate container d67d9552c9dc [2020-10-13T20:13:56.354Z] ---> 0fed2bda7a4b [2020-10-13T20:13:56.354Z] Step 19/21 : LABEL arch=x86_64 [2020-10-13T20:13:56.629Z] ---> Running in 277fe73c08ea [2020-10-13T20:13:56.770Z] 1ce36da41761: Verifying Checksum [2020-10-13T20:13:56.770Z] 1ce36da41761: Download complete [2020-10-13T20:13:56.770Z] 29e5d40040c1: Pull complete [2020-10-13T20:13:57.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:13:57.887Z] Removing intermediate container 277fe73c08ea [2020-10-13T20:13:57.887Z] ---> 5abe7f8943ad [2020-10-13T20:13:57.887Z] Step 20/21 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:13:57.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:13:58.172Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-13T20:13:58.172Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-13T20:13:58.172Z] OK: 10346 distinct packages available [2020-10-13T20:13:58.209Z] 1ce36da41761: Pull complete [2020-10-13T20:13:58.209Z] 25b303627fd3: Verifying Checksum [2020-10-13T20:13:58.209Z] 25b303627fd3: Download complete [2020-10-13T20:13:58.449Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-13T20:13:58.718Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-13T20:13:58.718Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-13T20:13:58.718Z] (4/5) Installing curl (7.66.0-r1) [2020-10-13T20:13:58.718Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-13T20:13:58.718Z] Executing busybox-1.30.1-r3.trigger [2020-10-13T20:13:58.718Z] Executing ca-certificates-20191127-r2.trigger [2020-10-13T20:13:59.194Z] OK: 7 MiB in 19 packages [2020-10-13T20:14:01.303Z] ---> Running in be3c85c8d3ee [2020-10-13T20:14:03.225Z] Removing intermediate container be3c85c8d3ee [2020-10-13T20:14:03.225Z] ---> a90db62d7d7b [2020-10-13T20:14:03.225Z] Step 21/21 : LABEL version=1.2.2-dev.69 [2020-10-13T20:14:04.173Z] ---> c7c3cc63e7dd [2020-10-13T20:14:04.173Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-13T20:14:04.748Z] ---> Running in 8c237b0d7b53 [2020-10-13T20:14:05.014Z] Removing intermediate container beab0842fa81 [2020-10-13T20:14:05.014Z] ---> 797a6e440f20 [2020-10-13T20:14:05.014Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-13T20:14:05.278Z] ---> Running in 30f083591050 [2020-10-13T20:14:05.278Z] ---> Running in d7225b7eb728 [2020-10-13T20:14:05.278Z] Removing intermediate container 8c237b0d7b53 [2020-10-13T20:14:05.278Z] ---> 7b582ed0b0ea [2020-10-13T20:14:05.278Z] [2020-10-13T20:14:05.551Z] Successfully built 7b582ed0b0ea [2020-10-13T20:14:05.551Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-13T20:14:05.551Z]  Building docker-support-scheduler-go ... done Removing intermediate container d7225b7eb728 [2020-10-13T20:14:05.551Z] ---> 359bf7da3d84 [2020-10-13T20:14:05.551Z] Step 13/26 : WORKDIR / [2020-10-13T20:14:05.820Z] ---> Running in 090ae93dc66f [2020-10-13T20:14:06.083Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-13T20:14:06.084Z] Removing intermediate container 090ae93dc66f [2020-10-13T20:14:06.084Z] ---> 097f20f6a231 [2020-10-13T20:14:06.084Z] 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-13T20:14:08.035Z] ---> 061e732911cb [2020-10-13T20:14:08.035Z] 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-13T20:14:08.035Z] Removing intermediate container a5650f10ce16 [2020-10-13T20:14:08.035Z] ---> ea89c93dc944 [2020-10-13T20:14:08.035Z] [2020-10-13T20:14:08.035Z] Step 9/29 : FROM alpine:latest [2020-10-13T20:14:08.035Z] ---> a24bb4013296 [2020-10-13T20:14:08.035Z] 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-13T20:14:08.377Z] 25b303627fd3: Pull complete [2020-10-13T20:14:08.378Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-13T20:14:08.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-13T20:14:08.378Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-13T20:14:08.658Z] prd-ubuntu18.04-docker-arm64-4c-16g-5155 does not seem to be running inside a container [2020-10-13T20:14:08.743Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:14:08.994Z] ---> Running in 46f5ee5e7dec [2020-10-13T20:14:09.267Z] ---> 8fb1436d0c9b [2020-10-13T20:14:09.267Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-13T20:14:09.267Z] Removing intermediate container 18a1c2cceb60 [2020-10-13T20:14:09.267Z] ---> 711f6cab5980 [2020-10-13T20:14:09.267Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-13T20:14:09.545Z] ---> Running in 09c8f0e31dab [2020-10-13T20:14:09.545Z] Removing intermediate container 46f5ee5e7dec [2020-10-13T20:14:09.545Z] ---> fc0bd1bda39d [2020-10-13T20:14:09.545Z] Step 11/29 : USER root [2020-10-13T20:14:09.813Z] ---> 6f661190f148 [2020-10-13T20:14:09.813Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-13T20:14:09.813Z] ---> Running in c5d3c38934cc [2020-10-13T20:14:10.089Z] Removing intermediate container c5d3c38934cc [2020-10-13T20:14:10.089Z] ---> 3ad37ccf6474 [2020-10-13T20:14:10.089Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-13T20:14:10.089Z] ---> Running in 9323a4e66e8a [2020-10-13T20:14:10.380Z] ---> cb8ced9e0a4a [2020-10-13T20:14:10.380Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-13T20:14:10.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-13T20:14:11.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:14:11.267Z] ---> 3e888a2e2ebb [2020-10-13T20:14:11.267Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-13T20:14:11.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:14:11.541Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:14:11.541Z] v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:14:11.541Z] OK: 12750 distinct packages available [2020-10-13T20:14:11.813Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-13T20:14:11.813Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-13T20:14:11.813Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:14:12.085Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T20:14:12.085Z] ---> 481772ff42ce [2020-10-13T20:14:12.085Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-13T20:14:12.085Z] OK: 6 MiB in 16 packages [2020-10-13T20:14:12.383Z] $ docker top 294687762cc61141ce39e7dcb7c8399a71b2c534143d1208935b29803d553513 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T20:14:13.058Z] ---> 2c78a35182c2 [2020-10-13T20:14:13.058Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-13T20:14:13.645Z] Removing intermediate container 09c8f0e31dab [2020-10-13T20:14:13.645Z] ---> c570d76ac5ff [2020-10-13T20:14:13.645Z] [2020-10-13T20:14:13.645Z] Step 11/27 : FROM docker:latest [2020-10-13T20:14:13.645Z] ---> 809cc4dba987 [2020-10-13T20:14:13.645Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-13T20:14:13.645Z] Removing intermediate container 9323a4e66e8a [2020-10-13T20:14:13.645Z] ---> f1967b5023b3 [2020-10-13T20:14:13.645Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-13T20:14:13.805Z] + docker-compose build --help [2020-10-13T20:14:13.805Z] + grep parallel [2020-10-13T20:14:13.927Z] ---> Running in ad074dbba044 [2020-10-13T20:14:13.927Z] ---> bc2204f5fd0a [2020-10-13T20:14:13.927Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-13T20:14:14.207Z] ---> Running in e7479b3c9d68 [2020-10-13T20:14:14.207Z] ---> Running in 48fb9bc2069e [2020-10-13T20:14:14.782Z] Removing intermediate container e7479b3c9d68 [2020-10-13T20:14:14.782Z] ---> 2c648b208097 [2020-10-13T20:14:14.782Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-13T20:14:14.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:14:15.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:14:15.306Z] (1/2) Installing readline (8.0.4-r0) [2020-10-13T20:14:15.306Z] (2/2) Installing bash (5.0.17-r0) [2020-10-13T20:14:15.306Z] Executing bash-5.0.17-r0.post-install [2020-10-13T20:14:15.306Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:14:15.306Z] OK: 12 MiB in 22 packages [2020-10-13T20:14:15.571Z] ---> Running in c868718e6706 [2020-10-13T20:14:16.520Z] Removing intermediate container c868718e6706 [2020-10-13T20:14:16.520Z] ---> ae9ebd5b7929 [2020-10-13T20:14:16.520Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-13T20:14:16.520Z] ---> Running in d7a3538dd974 [2020-10-13T20:14:16.520Z] Removing intermediate container ad074dbba044 [2020-10-13T20:14:16.520Z] ---> 7743c93aa59c [2020-10-13T20:14:16.520Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-13T20:14:16.783Z] ---> Running in 1965f66e0ea2 [2020-10-13T20:14:16.783Z] Removing intermediate container 48fb9bc2069e [2020-10-13T20:14:16.783Z] ---> 43fb4a9f2853 [2020-10-13T20:14:16.783Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-13T20:14:17.058Z] ---> Running in e7f7f1d86e66 [2020-10-13T20:14:17.182Z] --parallel Build images in parallel. [Pipeline] } [2020-10-13T20:14:17.205Z] $ docker stop --time=1 294687762cc61141ce39e7dcb7c8399a71b2c534143d1208935b29803d553513 [2020-10-13T20:14:17.324Z] Removing intermediate container e7f7f1d86e66 [2020-10-13T20:14:17.324Z] ---> 6aa3f882f8f1 [2020-10-13T20:14:17.324Z] Step 24/26 : LABEL arch=x86_64 [2020-10-13T20:14:17.324Z] ---> Running in 2b785ea224c3 [2020-10-13T20:14:17.906Z] Removing intermediate container 2b785ea224c3 [2020-10-13T20:14:17.906Z] ---> 448e64951402 [2020-10-13T20:14:17.907Z] Step 25/26 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:14:17.907Z] Removing intermediate container d7a3538dd974 [2020-10-13T20:14:17.907Z] ---> c08b864b9ed8 [2020-10-13T20:14:17.907Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-13T20:14:17.907Z] ---> Running in d8e4ff994314 [2020-10-13T20:14:19.170Z] $ docker rm -f 294687762cc61141ce39e7dcb7c8399a71b2c534143d1208935b29803d553513 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:14:19.830Z] Removing intermediate container d8e4ff994314 [2020-10-13T20:14:19.830Z] ---> 220b64d2e191 [2020-10-13T20:14:19.830Z] Step 26/26 : LABEL version=1.2.2-dev.69 [2020-10-13T20:14:19.830Z] Removing intermediate container 1965f66e0ea2 [2020-10-13T20:14:19.830Z] ---> f9be3935626c [2020-10-13T20:14:19.830Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-13T20:14:19.830Z] ---> Running in 153d8c055e1e [2020-10-13T20:14:19.830Z] Removing intermediate container 30f083591050 [2020-10-13T20:14:19.830Z] ---> 70bb67ddebf6 [2020-10-13T20:14:19.830Z] [2020-10-13T20:14:19.830Z] Step 10/22 : FROM scratch [2020-10-13T20:14:19.830Z] ---> [2020-10-13T20:14:19.830Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-13T20:14:19.830Z] ---> 9ca6c47684f6 [2020-10-13T20:14:19.830Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-13T20:14:19.830Z] ---> Running in 5185ee37395b [2020-10-13T20:14:19.830Z] ---> Using cache [2020-10-13T20:14:19.830Z] ---> 88532e56bd3c [2020-10-13T20:14:19.830Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-13T20:14:20.086Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-13T20:14:20.086Z] . [2020-10-13T20:14:20.091Z] Removing intermediate container 5185ee37395b [2020-10-13T20:14:20.091Z] ---> 25e6433c02c4 [2020-10-13T20:14:20.091Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-13T20:14:20.091Z] Removing intermediate container 153d8c055e1e [2020-10-13T20:14:20.091Z] ---> b046eb53ae90 [2020-10-13T20:14:20.091Z] [2020-10-13T20:14:20.091Z] ---> Running in cf0ab4d22a67 [2020-10-13T20:14:20.091Z] Successfully built b046eb53ae90 [2020-10-13T20:14:20.091Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-13T20:14:20.091Z] ---> d33a71418be5 [2020-10-13T20:14:20.091Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res Building docker-security-secretstore-setup-go ... done  [2020-10-13T20:14:20.091Z] ---> Running in 27288ab2e468 [Pipeline] withDockerContainer [2020-10-13T20:14:20.353Z] Removing intermediate container cf0ab4d22a67 [2020-10-13T20:14:20.353Z] ---> b3c46c3ed9b7 [2020-10-13T20:14:20.353Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T20:14:20.353Z] ---> Running in 102fc1e3c32a [2020-10-13T20:14:20.359Z] prd-ubuntu18.04-docker-arm64-4c-16g-5155 does not seem to be running inside a container [2020-10-13T20:14:20.448Z] $ 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/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:14:20.617Z] Removing intermediate container 27288ab2e468 [2020-10-13T20:14:20.617Z] ---> 2909df249ad9 [2020-10-13T20:14:20.617Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-13T20:14:20.617Z] ---> 991930364a18 [2020-10-13T20:14:20.617Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-13T20:14:20.617Z] ---> Running in 6761d50e3544 [2020-10-13T20:14:20.617Z] Removing intermediate container 102fc1e3c32a [2020-10-13T20:14:20.617Z] ---> 966484327fb7 [2020-10-13T20:14:20.617Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-13T20:14:20.881Z] Removing intermediate container 6761d50e3544 [2020-10-13T20:14:20.881Z] ---> b1cc9cde04cc [2020-10-13T20:14:20.881Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-13T20:14:20.881Z] ---> b9d608f081e2 [2020-10-13T20:14:20.881Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-13T20:14:21.142Z] ---> 6608b69bcd16 [2020-10-13T20:14:21.142Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-13T20:14:21.406Z] ---> ed0ce9726dde [2020-10-13T20:14:21.406Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-13T20:14:21.406Z] ---> Running in d6be785b8c0b [2020-10-13T20:14:21.406Z] ---> 23acd2f773ef [2020-10-13T20:14:21.406Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-13T20:14:21.406Z] ---> 4a95f2d909e2 [2020-10-13T20:14:21.406Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-13T20:14:21.839Z] $ docker top f764c9486013a1d6e6d0fa2cfae4371f5dad20a96973e62d647083a080405cb2 -eo pid,comm [2020-10-13T20:14:21.983Z] ---> ebb5fa6e4104 [2020-10-13T20:14:21.983Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-13T20:14:21.983Z] ---> 053dfc279805 [2020-10-13T20:14:21.983Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [Pipeline] { [Pipeline] sh [2020-10-13T20:14:22.250Z] ---> 91e57a364ac5 [2020-10-13T20:14:22.250Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-13T20:14:22.513Z] ---> 2ece798b938c [2020-10-13T20:14:22.513Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-13T20:14:22.513Z] ---> Running in d5f720bb555b [2020-10-13T20:14:22.513Z] ---> Running in ee3341d109b8 [2020-10-13T20:14:22.775Z] Removing intermediate container d6be785b8c0b [2020-10-13T20:14:22.775Z] ---> ee2aca44f508 [2020-10-13T20:14:22.775Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-13T20:14:22.880Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-13T20:14:23.358Z] Removing intermediate container ee3341d109b8 [2020-10-13T20:14:23.358Z] ---> 54fc7df16636 [2020-10-13T20:14:23.358Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:14:23.358Z] ---> Running in f230b99f3fcf [2020-10-13T20:14:23.358Z] ---> ab1e0ef645e2 [2020-10-13T20:14:23.358Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-13T20:14:23.358Z] ---> Running in b7c2861573a6 [2020-10-13T20:14:23.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:14:23.628Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:14:23.628Z] Removing intermediate container f230b99f3fcf [2020-10-13T20:14:23.628Z] ---> 859292397097 [2020-10-13T20:14:23.628Z] Step 20/22 : LABEL arch=x86_64 [2020-10-13T20:14:23.894Z] ---> Running in fee0075efd0d [2020-10-13T20:14:23.894Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-13T20:14:23.894Z] (2/33) Installing expat (2.2.9-r1) [2020-10-13T20:14:23.894Z] (3/33) Installing libffi (3.3-r2) [2020-10-13T20:14:23.894Z] (4/33) Installing gdbm (1.13-r1) [2020-10-13T20:14:23.894Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-13T20:14:23.894Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-13T20:14:23.894Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-13T20:14:23.894Z] Removing intermediate container fee0075efd0d [2020-10-13T20:14:23.894Z] ---> 3e33cc48b568 [2020-10-13T20:14:23.894Z] Step 21/22 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:14:26.278Z] Building docker-core-command-go ... [2020-10-13T20:14:26.278Z] Building docker-core-data-go ... [2020-10-13T20:14:26.278Z] Building docker-core-metadata-go ... [2020-10-13T20:14:26.278Z] Building docker-security-proxy-setup-go ... [2020-10-13T20:14:26.278Z] Building docker-security-secrets-setup-go ... [2020-10-13T20:14:26.278Z] Building docker-security-secretstore-setup-go ... [2020-10-13T20:14:26.278Z] Building docker-support-logging-go ... [2020-10-13T20:14:26.278Z] Building docker-support-notifications-go ... [2020-10-13T20:14:26.278Z] Building docker-support-scheduler-go ... [2020-10-13T20:14:26.278Z] Building docker-sys-mgmt-agent-go ... [2020-10-13T20:14:26.278Z] Building docker-security-secretstore-setup-go [2020-10-13T20:14:26.278Z] Building docker-support-scheduler-go [2020-10-13T20:14:26.278Z] Building docker-security-secrets-setup-go [2020-10-13T20:14:26.278Z] Building docker-sys-mgmt-agent-go [2020-10-13T20:14:26.278Z] Building docker-support-notifications-go [2020-10-13T20:14:27.205Z] ---> Running in 06d4df946ad2 [2020-10-13T20:14:27.467Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-13T20:14:27.467Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-13T20:14:27.467Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-13T20:14:27.467Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-13T20:14:27.467Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-13T20:14:27.467Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-13T20:14:27.467Z] Removing intermediate container 06d4df946ad2 [2020-10-13T20:14:27.467Z] ---> d91e833a2a85 [2020-10-13T20:14:27.467Z] Step 22/22 : LABEL version=1.2.2-dev.69 [2020-10-13T20:14:27.467Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-13T20:14:28.040Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-13T20:14:28.301Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-13T20:14:28.562Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-13T20:14:28.562Z] Removing intermediate container b7c2861573a6 [2020-10-13T20:14:28.562Z] ---> c64fca89b30d [2020-10-13T20:14:28.562Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-13T20:14:28.562Z] ---> Running in a98c388087ec [2020-10-13T20:14:28.562Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-13T20:14:28.562Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-13T20:14:28.825Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-13T20:14:28.825Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-13T20:14:28.825Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-13T20:14:29.087Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-13T20:14:29.087Z] ---> Running in cae254e383b9 [2020-10-13T20:14:29.087Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-13T20:14:29.087Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-13T20:14:29.349Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-13T20:14:29.349Z] Removing intermediate container a98c388087ec [2020-10-13T20:14:29.349Z] ---> b1770e35d0c5 [2020-10-13T20:14:29.349Z] [2020-10-13T20:14:29.349Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-13T20:14:29.613Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-13T20:14:29.613Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-13T20:14:29.613Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-13T20:14:29.613Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-13T20:14:29.613Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-13T20:14:29.613Z] Successfully built b1770e35d0c5 [2020-10-13T20:14:29.613Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-13T20:14:29.613Z] Successfully tagged docker-support-logging-go:latest [2020-10-13T20:14:29.613Z]  Building docker-support-logging-go ... done Executing busybox-1.31.1-r16.trigger [2020-10-13T20:14:29.613Z] OK: 71 MiB in 55 packages [2020-10-13T20:14:32.162Z] Removing intermediate container cae254e383b9 [2020-10-13T20:14:32.162Z] ---> a91565181fc3 [2020-10-13T20:14:32.162Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-13T20:14:33.550Z] ---> Running in 721c2df29cf4 [2020-10-13T20:14:36.855Z] Removing intermediate container 721c2df29cf4 [2020-10-13T20:14:36.855Z] ---> cdc1b96c3c48 [2020-10-13T20:14:36.855Z] Step 26/29 : CMD [ "generate" ] [2020-10-13T20:14:36.855Z] Removing intermediate container d5f720bb555b [2020-10-13T20:14:36.855Z] ---> 1efe8dbc138f [2020-10-13T20:14:36.855Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-13T20:14:36.855Z] ---> Running in e1e4c0f676ab [2020-10-13T20:14:36.855Z] ---> Running in 5564fb5b6413 [2020-10-13T20:14:36.855Z] Removing intermediate container e1e4c0f676ab [2020-10-13T20:14:36.855Z] ---> 9f056a6fd354 [2020-10-13T20:14:36.855Z] Step 27/29 : LABEL arch=x86_64 [2020-10-13T20:14:37.117Z] ---> Running in e7f02b50f9e0 [2020-10-13T20:14:37.117Z] Removing intermediate container e7f02b50f9e0 [2020-10-13T20:14:37.117Z] ---> e6f941b73924 [2020-10-13T20:14:37.117Z] Step 28/29 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:14:37.378Z] ---> Running in 231cab7f60f4 [2020-10-13T20:14:37.378Z] Removing intermediate container 231cab7f60f4 [2020-10-13T20:14:37.378Z] ---> 72087570570c [2020-10-13T20:14:37.378Z] Step 29/29 : LABEL version=1.2.2-dev.69 [2020-10-13T20:14:37.643Z] ---> Running in aae95875bd17 [2020-10-13T20:14:37.643Z] Removing intermediate container aae95875bd17 [2020-10-13T20:14:37.643Z] ---> fb9fd2e439a7 [2020-10-13T20:14:37.643Z] [2020-10-13T20:14:37.905Z] Successfully built fb9fd2e439a7 [2020-10-13T20:14:37.905Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-13T20:14:38.167Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-10-13T20:14:38.167Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-13T20:14:38.430Z] Collecting cached-property<2,>=1.2.0 [2020-10-13T20:14:38.430Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-13T20:14:38.430Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-13T20:14:38.430Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-13T20:14:38.691Z] Collecting texttable<0.10,>=0.9.0 [2020-10-13T20:14:38.691Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-13T20:14:39.264Z] Collecting PyYAML<4,>=3.10 [2020-10-13T20:14:39.264Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-13T20:14:40.211Z] Collecting docker<4.0,>=3.6.0 [2020-10-13T20:14:40.211Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-13T20:14:40.472Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-13T20:14:40.472Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-13T20:14:40.472Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-13T20:14:40.472Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-13T20:14:41.046Z] Collecting docopt<0.7,>=0.6.1 [2020-10-13T20:14:41.046Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-13T20:14:41.308Z] 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-13T20:14:41.569Z] Collecting jsonschema<3,>=2.5.1 [2020-10-13T20:14:41.570Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-13T20:14:41.570Z] Collecting docker-pycreds>=0.4.0 [2020-10-13T20:14:41.570Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-13T20:14:41.570Z] 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-13T20:14:41.570Z] 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-13T20:14:41.570Z] Collecting idna<2.8,>=2.5 [2020-10-13T20:14:41.570Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-13T20:14:41.830Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-13T20:14:41.831Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-13T20:14:41.831Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-13T20:14:41.831Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-13T20:14:41.831Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-13T20:14:41.831Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-13T20:14:42.093Z] Installing collected packages: cached-property, websocket-client, texttable, PyYAML, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docopt, jsonschema, docker-compose [2020-10-13T20:14:42.093Z] Running setup.py install for texttable: started [2020-10-13T20:14:42.665Z] Running setup.py install for texttable: finished with status 'done' [2020-10-13T20:14:42.665Z] Running setup.py install for PyYAML: started [2020-10-13T20:14:43.238Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-13T20:14:43.238Z] Attempting uninstall: idna [2020-10-13T20:14:43.238Z] Found existing installation: idna 2.9 [2020-10-13T20:14:43.238Z] Uninstalling idna-2.9: [2020-10-13T20:14:43.238Z] Successfully uninstalled idna-2.9 [2020-10-13T20:14:43.238Z] Attempting uninstall: urllib3 [2020-10-13T20:14:43.238Z] Found existing installation: urllib3 1.25.9 [2020-10-13T20:14:43.238Z] Uninstalling urllib3-1.25.9: [2020-10-13T20:14:43.500Z] Successfully uninstalled urllib3-1.25.9 [2020-10-13T20:14:43.500Z] Attempting uninstall: requests [2020-10-13T20:14:43.500Z] Found existing installation: requests 2.23.0 [2020-10-13T20:14:43.500Z] Uninstalling requests-2.23.0: [2020-10-13T20:14:43.500Z] Successfully uninstalled requests-2.23.0 [2020-10-13T20:14:44.074Z] Running setup.py install for dockerpty: started [2020-10-13T20:14:44.338Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-13T20:14:44.338Z] Running setup.py install for docopt: started [2020-10-13T20:14:44.981Z] Running setup.py install for docopt: finished with status 'done' [2020-10-13T20:14:45.268Z] 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-13T20:14:48.633Z] Removing intermediate container 5564fb5b6413 [2020-10-13T20:14:48.633Z] ---> 2c8be1cfa15b [2020-10-13T20:14:48.633Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-13T20:14:48.633Z] ---> Running in dc63bc4e0b92 [2020-10-13T20:14:48.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-13T20:14:48.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-13T20:14:49.157Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-13T20:14:49.157Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-13T20:14:49.157Z] (3/3) Installing curl (7.69.1-r1) [2020-10-13T20:14:49.157Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:14:49.157Z] OK: 72 MiB in 58 packages [2020-10-13T20:14:49.734Z] Removing intermediate container dc63bc4e0b92 [2020-10-13T20:14:49.734Z] ---> 188a5ac91685 [2020-10-13T20:14:49.734Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-13T20:14:49.734Z] ---> Running in 234fc9403a66 [2020-10-13T20:14:49.996Z] Removing intermediate container 234fc9403a66 [2020-10-13T20:14:49.996Z] ---> 7d40b5a2805c [2020-10-13T20:14:49.996Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:14:49.996Z] ---> Running in 1b3e8048b4f6 [2020-10-13T20:14:49.996Z] Removing intermediate container 1b3e8048b4f6 [2020-10-13T20:14:49.996Z] ---> eeb1846fc0e6 [2020-10-13T20:14:49.996Z] Step 25/27 : LABEL arch=x86_64 [2020-10-13T20:14:50.260Z] ---> Running in 921105f708a1 [2020-10-13T20:14:50.260Z] Removing intermediate container 921105f708a1 [2020-10-13T20:14:50.260Z] ---> 80d8c19d5820 [2020-10-13T20:14:50.260Z] Step 26/27 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:14:50.260Z] ---> Running in 07157f5dc991 [2020-10-13T20:14:50.524Z] Removing intermediate container 07157f5dc991 [2020-10-13T20:14:50.524Z] ---> 9b9fe701e4a8 [2020-10-13T20:14:50.524Z] Step 27/27 : LABEL version=1.2.2-dev.69 [2020-10-13T20:14:50.524Z] ---> Running in 00dbadbab95d [2020-10-13T20:14:50.787Z] Removing intermediate container 00dbadbab95d [2020-10-13T20:14:50.787Z] ---> 3d78805d3f92 [2020-10-13T20:14:50.787Z] [2020-10-13T20:14:50.787Z] Successfully built 3d78805d3f92 [2020-10-13T20:14:50.787Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-13T20:14:51.058Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-13T20:14:51.067Z] $ docker stop --time=1 e58226c59a5885b841421ce539f826c54cb100e076d2b6dd0cb4d62f055fd6e9 [2020-10-13T20:14:52.668Z] $ docker rm -f e58226c59a5885b841421ce539f826c54cb100e076d2b6dd0cb4d62f055fd6e9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:14:53.272Z] + docker images [2020-10-13T20:14:53.272Z] + grep docker [2020-10-13T20:14:53.272Z] docker-sys-mgmt-agent-go latest 3d78805d3f92 3 seconds ago 290MB [2020-10-13T20:14:53.272Z] docker-security-secrets-setup-go latest fb9fd2e439a7 16 seconds ago 24MB [2020-10-13T20:14:53.272Z] docker-support-logging-go latest b1770e35d0c5 24 seconds ago 11.1MB [2020-10-13T20:14:53.272Z] docker-security-secretstore-setup-go latest b046eb53ae90 34 seconds ago 32.4MB [2020-10-13T20:14:53.272Z] docker-support-scheduler-go latest 7b582ed0b0ea 48 seconds ago 12.3MB [2020-10-13T20:14:53.272Z] docker-core-data-go latest 1efd12e2df2c About a minute ago 23.6MB [2020-10-13T20:14:53.272Z] docker-core-metadata-go latest d5c1963fb5f4 2 minutes ago 14.2MB [2020-10-13T20:14:53.272Z] docker-support-notifications-go latest effe781ed22c 2 minutes ago 13.6MB [2020-10-13T20:14:53.272Z] docker-core-command-go latest 44dfd1a36e12 2 minutes ago 12.2MB [2020-10-13T20:14:53.272Z] docker-security-proxy-setup-go latest adfa6bfab995 2 minutes ago 15.8MB [2020-10-13T20:14:53.272Z] docker latest 809cc4dba987 3 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-13T20:14:53.907Z] provisioning config files... [2020-10-13T20:14:53.955Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/184@tmp/config1125352279071244794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:14:54.371Z] ---> docker-login.sh [2020-10-13T20:14:54.371Z] nexus3.edgexfoundry.org:10001 [2020-10-13T20:14:54.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T20:14:54.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T20:14:54.371Z] Configure a credential helper to remove this warning. See [2020-10-13T20:14:54.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T20:14:54.371Z] [2020-10-13T20:14:54.371Z] Login Succeeded [2020-10-13T20:14:54.371Z] nexus3.edgexfoundry.org:10002 [2020-10-13T20:14:54.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T20:14:54.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T20:14:54.635Z] Configure a credential helper to remove this warning. See [2020-10-13T20:14:54.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T20:14:54.635Z] [2020-10-13T20:14:54.635Z] Login Succeeded [2020-10-13T20:14:54.635Z] nexus3.edgexfoundry.org:10003 [2020-10-13T20:14:54.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T20:14:54.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T20:14:54.897Z] Configure a credential helper to remove this warning. See [2020-10-13T20:14:54.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T20:14:54.897Z] [2020-10-13T20:14:54.897Z] Login Succeeded [2020-10-13T20:14:54.898Z] nexus3.edgexfoundry.org:10004 [2020-10-13T20:14:54.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T20:14:55.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T20:14:55.159Z] Configure a credential helper to remove this warning. See [2020-10-13T20:14:55.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T20:14:55.159Z] [2020-10-13T20:14:55.159Z] Login Succeeded [2020-10-13T20:14:55.159Z] docker.io [2020-10-13T20:14:55.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T20:14:55.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T20:14:55.420Z] Configure a credential helper to remove this warning. See [2020-10-13T20:14:55.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T20:14:55.420Z] [2020-10-13T20:14:55.420Z] Login Succeeded [2020-10-13T20:14:55.420Z] ---> docker-login.sh ends [Pipeline] } [2020-10-13T20:14:55.430Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:14:55.672Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-13T20:14:55.672Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:14:55.672Z] 1.2.2-dev.69 [2020-10-13T20:14:55.672Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:14:55.672Z] master [2020-10-13T20:14:55.672Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:14:56.228Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:14:56.533Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:14:56.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-13T20:14:56.533Z] 44a317098a96: Preparing [2020-10-13T20:14:56.533Z] 70bad5149018: Preparing [2020-10-13T20:14:56.533Z] aea39627f2b9: Preparing [2020-10-13T20:14:56.794Z] 44a317098a96: Pushed [2020-10-13T20:14:56.794Z] aea39627f2b9: Pushed [2020-10-13T20:14:57.738Z] 70bad5149018: Pushed [2020-10-13T20:14:57.998Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:98db1caa3b67c2c9ae3f04cd25f64bba07e01a956eed10fbf8eb103a211ff60a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:14:58.306Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:14:58.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.69 [2020-10-13T20:14:58.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-13T20:14:58.610Z] 44a317098a96: Preparing [2020-10-13T20:14:58.610Z] 70bad5149018: Preparing [2020-10-13T20:14:58.610Z] aea39627f2b9: Preparing [2020-10-13T20:14:58.610Z] 70bad5149018: Layer already exists [2020-10-13T20:14:58.610Z] aea39627f2b9: Layer already exists [2020-10-13T20:14:58.610Z] 44a317098a96: Layer already exists [2020-10-13T20:14:58.610Z] 1.2.2-dev.69: digest: sha256:98db1caa3b67c2c9ae3f04cd25f64bba07e01a956eed10fbf8eb103a211ff60a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:14:58.919Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:14:59.218Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:14:59.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-13T20:14:59.218Z] 44a317098a96: Preparing [2020-10-13T20:14:59.218Z] 70bad5149018: Preparing [2020-10-13T20:14:59.218Z] aea39627f2b9: Preparing [2020-10-13T20:14:59.218Z] 44a317098a96: Layer already exists [2020-10-13T20:14:59.218Z] aea39627f2b9: Layer already exists [2020-10-13T20:14:59.218Z] 70bad5149018: Layer already exists [2020-10-13T20:14:59.218Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:98db1caa3b67c2c9ae3f04cd25f64bba07e01a956eed10fbf8eb103a211ff60a size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:14:59.527Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:14:59.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-13T20:14:59.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-13T20:14:59.830Z] 44a317098a96: Preparing [2020-10-13T20:14:59.830Z] 70bad5149018: Preparing [2020-10-13T20:14:59.830Z] aea39627f2b9: Preparing [2020-10-13T20:14:59.830Z] 70bad5149018: Layer already exists [2020-10-13T20:14:59.830Z] 44a317098a96: Layer already exists [2020-10-13T20:14:59.830Z] aea39627f2b9: Layer already exists [2020-10-13T20:14:59.830Z] master: digest: sha256:98db1caa3b67c2c9ae3f04cd25f64bba07e01a956eed10fbf8eb103a211ff60a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:15:00.024Z] ===================================================== [Pipeline] echo [2020-10-13T20:15:00.116Z] taggedImages: [2020-10-13T20:15:00.116Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:00.116Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.69 [2020-10-13T20:15:00.116Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:00.116Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-13T20:15:00.259Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-13T20:15:00.259Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:00.259Z] 1.2.2-dev.69 [2020-10-13T20:15:00.259Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:00.259Z] master [2020-10-13T20:15:00.259Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:00.921Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:01.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:01.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-13T20:15:01.222Z] 649fb44fd10b: Preparing [2020-10-13T20:15:01.222Z] 3103e041f40a: Preparing [2020-10-13T20:15:01.222Z] 1f897fe23de8: Preparing [2020-10-13T20:15:01.222Z] 8a9f7501ab63: Preparing [2020-10-13T20:15:01.222Z] 9c8ab7c1742e: Preparing [2020-10-13T20:15:01.222Z] 50644c29ef5a: Preparing [2020-10-13T20:15:01.222Z] 50644c29ef5a: Waiting [2020-10-13T20:15:01.534Z] 649fb44fd10b: Pushed [2020-10-13T20:15:01.534Z] 9c8ab7c1742e: Pushed [2020-10-13T20:15:01.534Z] 1f897fe23de8: Pushed [2020-10-13T20:15:01.534Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:01.534Z] 8a9f7501ab63: Pushed [2020-10-13T20:15:03.483Z] 3103e041f40a: Pushed [2020-10-13T20:15:03.747Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:94ff9d22ba1908dade63ca9665c8bb8b1f691e94d57d8212c0ff56b39e0f1de4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:04.057Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:04.357Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.69 [2020-10-13T20:15:04.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-13T20:15:04.357Z] 649fb44fd10b: Preparing [2020-10-13T20:15:04.357Z] 3103e041f40a: Preparing [2020-10-13T20:15:04.357Z] 1f897fe23de8: Preparing [2020-10-13T20:15:04.357Z] 8a9f7501ab63: Preparing [2020-10-13T20:15:04.357Z] 9c8ab7c1742e: Preparing [2020-10-13T20:15:04.357Z] 50644c29ef5a: Preparing [2020-10-13T20:15:04.357Z] 50644c29ef5a: Waiting [2020-10-13T20:15:04.357Z] 9c8ab7c1742e: Layer already exists [2020-10-13T20:15:04.357Z] 8a9f7501ab63: Layer already exists [2020-10-13T20:15:04.357Z] 1f897fe23de8: Layer already exists [2020-10-13T20:15:04.357Z] 3103e041f40a: Layer already exists [2020-10-13T20:15:04.357Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:04.357Z] 649fb44fd10b: Layer already exists [2020-10-13T20:15:04.625Z] 1.2.2-dev.69: digest: sha256:94ff9d22ba1908dade63ca9665c8bb8b1f691e94d57d8212c0ff56b39e0f1de4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:04.929Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:05.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:05.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-13T20:15:05.236Z] 649fb44fd10b: Preparing [2020-10-13T20:15:05.236Z] 3103e041f40a: Preparing [2020-10-13T20:15:05.236Z] 1f897fe23de8: Preparing [2020-10-13T20:15:05.236Z] 8a9f7501ab63: Preparing [2020-10-13T20:15:05.236Z] 9c8ab7c1742e: Preparing [2020-10-13T20:15:05.236Z] 50644c29ef5a: Preparing [2020-10-13T20:15:05.236Z] 50644c29ef5a: Waiting [2020-10-13T20:15:05.236Z] 8a9f7501ab63: Layer already exists [2020-10-13T20:15:05.236Z] 1f897fe23de8: Layer already exists [2020-10-13T20:15:05.236Z] 9c8ab7c1742e: Layer already exists [2020-10-13T20:15:05.236Z] 649fb44fd10b: Layer already exists [2020-10-13T20:15:05.236Z] 3103e041f40a: Layer already exists [2020-10-13T20:15:05.236Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:05.236Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:94ff9d22ba1908dade63ca9665c8bb8b1f691e94d57d8212c0ff56b39e0f1de4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:05.649Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:06.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-13T20:15:06.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-13T20:15:06.214Z] 649fb44fd10b: Preparing [2020-10-13T20:15:06.214Z] 3103e041f40a: Preparing [2020-10-13T20:15:06.214Z] 1f897fe23de8: Preparing [2020-10-13T20:15:06.214Z] 8a9f7501ab63: Preparing [2020-10-13T20:15:06.214Z] 9c8ab7c1742e: Preparing [2020-10-13T20:15:06.214Z] 50644c29ef5a: Preparing [2020-10-13T20:15:06.214Z] 50644c29ef5a: Waiting [2020-10-13T20:15:06.214Z] 8a9f7501ab63: Layer already exists [2020-10-13T20:15:06.214Z] 649fb44fd10b: Layer already exists [2020-10-13T20:15:06.214Z] 1f897fe23de8: Layer already exists [2020-10-13T20:15:06.214Z] 3103e041f40a: Layer already exists [2020-10-13T20:15:06.214Z] 9c8ab7c1742e: Layer already exists [2020-10-13T20:15:06.214Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:06.214Z] master: digest: sha256:94ff9d22ba1908dade63ca9665c8bb8b1f691e94d57d8212c0ff56b39e0f1de4 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:15:06.400Z] ===================================================== [Pipeline] echo [2020-10-13T20:15:06.448Z] taggedImages: [2020-10-13T20:15:06.448Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:06.448Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.69 [2020-10-13T20:15:06.448Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:06.448Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-13T20:15:06.514Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-13T20:15:06.514Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:06.514Z] 1.2.2-dev.69 [2020-10-13T20:15:06.514Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:06.514Z] master [2020-10-13T20:15:06.514Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:07.029Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:07.334Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:07.334Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-13T20:15:07.334Z] caab45c046ba: Preparing [2020-10-13T20:15:07.334Z] 21b1ce48e237: Preparing [2020-10-13T20:15:07.334Z] 9be03ac36cbe: Preparing [2020-10-13T20:15:07.334Z] 9be03ac36cbe: Pushed [2020-10-13T20:15:07.597Z] caab45c046ba: Pushed [2020-10-13T20:15:08.984Z] 21b1ce48e237: Pushed [2020-10-13T20:15:08.984Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:01b4675eb61593a7e65d80e4f10860b764577a15bee5bc5d075b6ca0c1f141ca size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:09.292Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:09.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.69 [2020-10-13T20:15:09.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-13T20:15:09.594Z] caab45c046ba: Preparing [2020-10-13T20:15:09.594Z] 21b1ce48e237: Preparing [2020-10-13T20:15:09.594Z] 9be03ac36cbe: Preparing [2020-10-13T20:15:09.594Z] 9be03ac36cbe: Layer already exists [2020-10-13T20:15:09.594Z] 21b1ce48e237: Layer already exists [2020-10-13T20:15:09.594Z] caab45c046ba: Layer already exists [2020-10-13T20:15:09.594Z] 1.2.2-dev.69: digest: sha256:01b4675eb61593a7e65d80e4f10860b764577a15bee5bc5d075b6ca0c1f141ca size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:09.899Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:10.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:10.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-13T20:15:10.199Z] caab45c046ba: Preparing [2020-10-13T20:15:10.199Z] 21b1ce48e237: Preparing [2020-10-13T20:15:10.199Z] 9be03ac36cbe: Preparing [2020-10-13T20:15:10.199Z] caab45c046ba: Layer already exists [2020-10-13T20:15:10.199Z] 9be03ac36cbe: Layer already exists [2020-10-13T20:15:10.199Z] 21b1ce48e237: Layer already exists [2020-10-13T20:15:10.199Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:01b4675eb61593a7e65d80e4f10860b764577a15bee5bc5d075b6ca0c1f141ca size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:10.513Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:10.806Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-13T20:15:10.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-13T20:15:10.806Z] caab45c046ba: Preparing [2020-10-13T20:15:10.806Z] 21b1ce48e237: Preparing [2020-10-13T20:15:10.806Z] 9be03ac36cbe: Preparing [2020-10-13T20:15:10.806Z] 9be03ac36cbe: Layer already exists [2020-10-13T20:15:10.807Z] 21b1ce48e237: Layer already exists [2020-10-13T20:15:10.807Z] caab45c046ba: Layer already exists [2020-10-13T20:15:10.807Z] master: digest: sha256:01b4675eb61593a7e65d80e4f10860b764577a15bee5bc5d075b6ca0c1f141ca size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:15:11.027Z] ===================================================== [Pipeline] echo [2020-10-13T20:15:11.076Z] taggedImages: [2020-10-13T20:15:11.076Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:11.076Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.69 [2020-10-13T20:15:11.076Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:11.076Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-13T20:15:11.213Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-13T20:15:11.213Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:11.213Z] 1.2.2-dev.69 [2020-10-13T20:15:11.213Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:11.213Z] master [2020-10-13T20:15:11.213Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:11.727Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:12.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:12.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-13T20:15:12.024Z] a2cf72f98c68: Preparing [2020-10-13T20:15:12.024Z] 46935a2be815: Preparing [2020-10-13T20:15:12.024Z] 6a04dc018eb2: Preparing [2020-10-13T20:15:12.024Z] 73959920c81a: Preparing [2020-10-13T20:15:12.024Z] 50644c29ef5a: Preparing [2020-10-13T20:15:12.024Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:12.286Z] 46935a2be815: Pushed [2020-10-13T20:15:12.286Z] 6a04dc018eb2: Pushed [2020-10-13T20:15:12.546Z] 73959920c81a: Pushed [2020-10-13T20:15:13.119Z] a2cf72f98c68: Pushed [2020-10-13T20:15:13.119Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:0b52ddb28d0c848cd5d24032a2235eec759d5be120e6397dc2fc317c60d71233 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:13.422Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:13.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.69 [2020-10-13T20:15:13.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-13T20:15:13.719Z] a2cf72f98c68: Preparing [2020-10-13T20:15:13.719Z] 46935a2be815: Preparing [2020-10-13T20:15:13.719Z] 6a04dc018eb2: Preparing [2020-10-13T20:15:13.719Z] 73959920c81a: Preparing [2020-10-13T20:15:13.719Z] 50644c29ef5a: Preparing [2020-10-13T20:15:13.719Z] 46935a2be815: Layer already exists [2020-10-13T20:15:13.719Z] 73959920c81a: Layer already exists [2020-10-13T20:15:13.719Z] a2cf72f98c68: Layer already exists [2020-10-13T20:15:13.719Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:13.719Z] 6a04dc018eb2: Layer already exists [2020-10-13T20:15:13.719Z] 1.2.2-dev.69: digest: sha256:0b52ddb28d0c848cd5d24032a2235eec759d5be120e6397dc2fc317c60d71233 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:14.022Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:14.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:14.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-13T20:15:14.318Z] a2cf72f98c68: Preparing [2020-10-13T20:15:14.318Z] 46935a2be815: Preparing [2020-10-13T20:15:14.318Z] 6a04dc018eb2: Preparing [2020-10-13T20:15:14.318Z] 73959920c81a: Preparing [2020-10-13T20:15:14.318Z] 50644c29ef5a: Preparing [2020-10-13T20:15:14.318Z] a2cf72f98c68: Layer already exists [2020-10-13T20:15:14.318Z] 73959920c81a: Layer already exists [2020-10-13T20:15:14.318Z] 46935a2be815: Layer already exists [2020-10-13T20:15:14.318Z] 6a04dc018eb2: Layer already exists [2020-10-13T20:15:14.318Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:14.318Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:0b52ddb28d0c848cd5d24032a2235eec759d5be120e6397dc2fc317c60d71233 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:14.625Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:14.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-13T20:15:14.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-13T20:15:14.923Z] a2cf72f98c68: Preparing [2020-10-13T20:15:14.923Z] 46935a2be815: Preparing [2020-10-13T20:15:14.923Z] 6a04dc018eb2: Preparing [2020-10-13T20:15:14.923Z] 73959920c81a: Preparing [2020-10-13T20:15:14.923Z] 50644c29ef5a: Preparing [2020-10-13T20:15:14.923Z] 73959920c81a: Layer already exists [2020-10-13T20:15:14.923Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:14.923Z] 46935a2be815: Layer already exists [2020-10-13T20:15:14.923Z] a2cf72f98c68: Layer already exists [2020-10-13T20:15:14.923Z] 6a04dc018eb2: Layer already exists [2020-10-13T20:15:14.923Z] master: digest: sha256:0b52ddb28d0c848cd5d24032a2235eec759d5be120e6397dc2fc317c60d71233 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:15:15.174Z] ===================================================== [Pipeline] echo [2020-10-13T20:15:15.222Z] taggedImages: [2020-10-13T20:15:15.222Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:15.222Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.69 [2020-10-13T20:15:15.222Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:15.222Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-13T20:15:15.327Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-13T20:15:15.327Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:15.327Z] 1.2.2-dev.69 [2020-10-13T20:15:15.327Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:15.327Z] master [2020-10-13T20:15:15.327Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:15.814Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:16.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:16.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-13T20:15:16.110Z] 09cc7cdb5923: Preparing [2020-10-13T20:15:16.110Z] 30cab4a03143: Preparing [2020-10-13T20:15:16.110Z] f38ea02ff12f: Preparing [2020-10-13T20:15:16.110Z] 6c33bc50c676: Preparing [2020-10-13T20:15:16.110Z] 6c33bc50c676: Preparing [2020-10-13T20:15:16.110Z] 0293c1b04d38: Preparing [2020-10-13T20:15:16.110Z] 28bf77fbd7a9: Preparing [2020-10-13T20:15:16.110Z] 1cee217032fe: Preparing [2020-10-13T20:15:16.110Z] 09cc7cdb5923: Preparing [2020-10-13T20:15:16.110Z] f544063a0055: Preparing [2020-10-13T20:15:16.110Z] 574ddf463695: Preparing [2020-10-13T20:15:16.110Z] 1cca5bf4e6ef: Preparing [2020-10-13T20:15:16.110Z] 50644c29ef5a: Preparing [2020-10-13T20:15:16.110Z] 28bf77fbd7a9: Waiting [2020-10-13T20:15:16.110Z] 1cee217032fe: Waiting [2020-10-13T20:15:16.110Z] f544063a0055: Waiting [2020-10-13T20:15:16.110Z] 574ddf463695: Waiting [2020-10-13T20:15:16.110Z] 1cca5bf4e6ef: Waiting [2020-10-13T20:15:16.110Z] 50644c29ef5a: Waiting [2020-10-13T20:15:16.373Z] 0293c1b04d38: Pushed [2020-10-13T20:15:16.373Z] f38ea02ff12f: Pushed [2020-10-13T20:15:16.373Z] 30cab4a03143: Pushed [2020-10-13T20:15:16.373Z] 6c33bc50c676: Pushed [2020-10-13T20:15:16.637Z] 1cee217032fe: Pushed [2020-10-13T20:15:16.637Z] 574ddf463695: Pushed [2020-10-13T20:15:16.637Z] 28bf77fbd7a9: Pushed [2020-10-13T20:15:16.637Z] f544063a0055: Pushed [2020-10-13T20:15:16.637Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:16.903Z] 1cca5bf4e6ef: Pushed [2020-10-13T20:15:17.164Z] 09cc7cdb5923: Pushed [2020-10-13T20:15:17.431Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:cb2049f1547319c6eeb0dc493e5594ab23550ff057e3a3122703f2131f740c54 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:17.743Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:18.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.69 [2020-10-13T20:15:18.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-13T20:15:18.045Z] 09cc7cdb5923: Preparing [2020-10-13T20:15:18.045Z] 30cab4a03143: Preparing [2020-10-13T20:15:18.045Z] f38ea02ff12f: Preparing [2020-10-13T20:15:18.045Z] 6c33bc50c676: Preparing [2020-10-13T20:15:18.045Z] 6c33bc50c676: Preparing [2020-10-13T20:15:18.045Z] 0293c1b04d38: Preparing [2020-10-13T20:15:18.045Z] 28bf77fbd7a9: Preparing [2020-10-13T20:15:18.045Z] 1cee217032fe: Preparing [2020-10-13T20:15:18.045Z] 09cc7cdb5923: Preparing [2020-10-13T20:15:18.045Z] f544063a0055: Preparing [2020-10-13T20:15:18.045Z] 574ddf463695: Preparing [2020-10-13T20:15:18.045Z] 1cca5bf4e6ef: Preparing [2020-10-13T20:15:18.045Z] 50644c29ef5a: Preparing [2020-10-13T20:15:18.045Z] 28bf77fbd7a9: Waiting [2020-10-13T20:15:18.045Z] 1cee217032fe: Waiting [2020-10-13T20:15:18.045Z] f544063a0055: Waiting [2020-10-13T20:15:18.045Z] 574ddf463695: Waiting [2020-10-13T20:15:18.045Z] 1cca5bf4e6ef: Waiting [2020-10-13T20:15:18.045Z] 50644c29ef5a: Waiting [2020-10-13T20:15:18.045Z] f38ea02ff12f: Layer already exists [2020-10-13T20:15:18.045Z] 0293c1b04d38: Layer already exists [2020-10-13T20:15:18.045Z] 30cab4a03143: Layer already exists [2020-10-13T20:15:18.045Z] 09cc7cdb5923: Layer already exists [2020-10-13T20:15:18.045Z] 6c33bc50c676: Layer already exists [2020-10-13T20:15:18.045Z] 574ddf463695: Layer already exists [2020-10-13T20:15:18.045Z] 1cee217032fe: Layer already exists [2020-10-13T20:15:18.045Z] f544063a0055: Layer already exists [2020-10-13T20:15:18.045Z] 28bf77fbd7a9: Layer already exists [2020-10-13T20:15:18.045Z] 1cca5bf4e6ef: Layer already exists [2020-10-13T20:15:18.045Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:18.306Z] 1.2.2-dev.69: digest: sha256:cb2049f1547319c6eeb0dc493e5594ab23550ff057e3a3122703f2131f740c54 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:18.608Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:18.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:18.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-13T20:15:18.912Z] 09cc7cdb5923: Preparing [2020-10-13T20:15:18.912Z] 30cab4a03143: Preparing [2020-10-13T20:15:18.912Z] f38ea02ff12f: Preparing [2020-10-13T20:15:18.912Z] 6c33bc50c676: Preparing [2020-10-13T20:15:18.912Z] 6c33bc50c676: Preparing [2020-10-13T20:15:18.912Z] 0293c1b04d38: Preparing [2020-10-13T20:15:18.912Z] 28bf77fbd7a9: Preparing [2020-10-13T20:15:18.913Z] 1cee217032fe: Preparing [2020-10-13T20:15:18.913Z] 09cc7cdb5923: Preparing [2020-10-13T20:15:18.913Z] f544063a0055: Preparing [2020-10-13T20:15:18.913Z] 574ddf463695: Preparing [2020-10-13T20:15:18.913Z] 1cca5bf4e6ef: Preparing [2020-10-13T20:15:18.913Z] 50644c29ef5a: Preparing [2020-10-13T20:15:18.913Z] 28bf77fbd7a9: Waiting [2020-10-13T20:15:18.913Z] 574ddf463695: Waiting [2020-10-13T20:15:18.913Z] 1cca5bf4e6ef: Waiting [2020-10-13T20:15:18.913Z] 1cee217032fe: Waiting [2020-10-13T20:15:18.913Z] 50644c29ef5a: Waiting [2020-10-13T20:15:18.913Z] 09cc7cdb5923: Layer already exists [2020-10-13T20:15:18.913Z] 6c33bc50c676: Layer already exists [2020-10-13T20:15:18.913Z] 0293c1b04d38: Layer already exists [2020-10-13T20:15:18.913Z] f38ea02ff12f: Layer already exists [2020-10-13T20:15:18.913Z] 30cab4a03143: Layer already exists [2020-10-13T20:15:18.913Z] 28bf77fbd7a9: Layer already exists [2020-10-13T20:15:18.913Z] 574ddf463695: Layer already exists [2020-10-13T20:15:18.913Z] f544063a0055: Layer already exists [2020-10-13T20:15:18.913Z] 1cca5bf4e6ef: Layer already exists [2020-10-13T20:15:18.913Z] 1cee217032fe: Layer already exists [2020-10-13T20:15:18.913Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:18.913Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:cb2049f1547319c6eeb0dc493e5594ab23550ff057e3a3122703f2131f740c54 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:19.310Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:19.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-13T20:15:19.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-13T20:15:19.604Z] 09cc7cdb5923: Preparing [2020-10-13T20:15:19.604Z] 30cab4a03143: Preparing [2020-10-13T20:15:19.604Z] f38ea02ff12f: Preparing [2020-10-13T20:15:19.604Z] 6c33bc50c676: Preparing [2020-10-13T20:15:19.604Z] 6c33bc50c676: Preparing [2020-10-13T20:15:19.604Z] 0293c1b04d38: Preparing [2020-10-13T20:15:19.604Z] 28bf77fbd7a9: Preparing [2020-10-13T20:15:19.604Z] 1cee217032fe: Preparing [2020-10-13T20:15:19.604Z] 09cc7cdb5923: Preparing [2020-10-13T20:15:19.604Z] f544063a0055: Preparing [2020-10-13T20:15:19.604Z] 574ddf463695: Preparing [2020-10-13T20:15:19.604Z] 1cca5bf4e6ef: Preparing [2020-10-13T20:15:19.604Z] 50644c29ef5a: Preparing [2020-10-13T20:15:19.604Z] 28bf77fbd7a9: Waiting [2020-10-13T20:15:19.604Z] 1cee217032fe: Waiting [2020-10-13T20:15:19.604Z] 1cca5bf4e6ef: Waiting [2020-10-13T20:15:19.604Z] f544063a0055: Waiting [2020-10-13T20:15:19.604Z] 574ddf463695: Waiting [2020-10-13T20:15:19.604Z] 30cab4a03143: Layer already exists [2020-10-13T20:15:19.604Z] f38ea02ff12f: Layer already exists [2020-10-13T20:15:19.604Z] 0293c1b04d38: Layer already exists [2020-10-13T20:15:19.604Z] 6c33bc50c676: Layer already exists [2020-10-13T20:15:19.604Z] 09cc7cdb5923: Layer already exists [2020-10-13T20:15:19.864Z] f544063a0055: Layer already exists [2020-10-13T20:15:19.864Z] 28bf77fbd7a9: Layer already exists [2020-10-13T20:15:19.864Z] 574ddf463695: Layer already exists [2020-10-13T20:15:19.864Z] 1cee217032fe: Layer already exists [2020-10-13T20:15:19.864Z] 1cca5bf4e6ef: Layer already exists [2020-10-13T20:15:19.864Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:19.864Z] master: digest: sha256:cb2049f1547319c6eeb0dc493e5594ab23550ff057e3a3122703f2131f740c54 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:15:20.065Z] ===================================================== [Pipeline] echo [2020-10-13T20:15:20.151Z] taggedImages: [2020-10-13T20:15:20.151Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:20.151Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.69 [2020-10-13T20:15:20.151Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:20.151Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-13T20:15:20.274Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-13T20:15:20.274Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:20.274Z] 1.2.2-dev.69 [2020-10-13T20:15:20.274Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:20.274Z] master [2020-10-13T20:15:20.274Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:21.042Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:21.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:21.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-13T20:15:21.341Z] b44da419b528: Preparing [2020-10-13T20:15:21.341Z] 27d1448b45f9: Preparing [2020-10-13T20:15:21.341Z] 8a9db8a0bc90: Preparing [2020-10-13T20:15:21.341Z] 897b2c80941e: Preparing [2020-10-13T20:15:21.341Z] 5d2b0bf6047a: Preparing [2020-10-13T20:15:21.341Z] 7bbe54ced559: Preparing [2020-10-13T20:15:21.341Z] 2dc81c3ff4e6: Preparing [2020-10-13T20:15:21.341Z] 8fe671f705b4: Preparing [2020-10-13T20:15:21.341Z] c92dc2906fac: Preparing [2020-10-13T20:15:21.341Z] 98a4867dc54a: Preparing [2020-10-13T20:15:21.341Z] 1b3ee35aacca: Preparing [2020-10-13T20:15:21.341Z] 7bbe54ced559: Waiting [2020-10-13T20:15:21.341Z] 2dc81c3ff4e6: Waiting [2020-10-13T20:15:21.341Z] 8fe671f705b4: Waiting [2020-10-13T20:15:21.341Z] c92dc2906fac: Waiting [2020-10-13T20:15:21.341Z] 1b3ee35aacca: Waiting [2020-10-13T20:15:21.341Z] 98a4867dc54a: Waiting [2020-10-13T20:15:21.341Z] 27d1448b45f9: Pushed [2020-10-13T20:15:21.605Z] b44da419b528: Pushed [2020-10-13T20:15:21.605Z] 7bbe54ced559: Pushed [2020-10-13T20:15:21.869Z] 2dc81c3ff4e6: Pushed [2020-10-13T20:15:21.869Z] 8fe671f705b4: Pushed [2020-10-13T20:15:21.869Z] c92dc2906fac: Pushed [2020-10-13T20:15:21.869Z] 1b3ee35aacca: Layer already exists [2020-10-13T20:15:22.130Z] 8a9db8a0bc90: Pushed [2020-10-13T20:15:22.130Z] 98a4867dc54a: Pushed [2020-10-13T20:15:22.391Z] 5d2b0bf6047a: Pushed [2020-10-13T20:15:22.391Z] 897b2c80941e: Pushed [2020-10-13T20:15:22.653Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:5a5273ff9341d9c3ce9872addf09b2a8b0f7b222eb08db61cefd7dc614cc17e3 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:22.959Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:23.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.69 [2020-10-13T20:15:23.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-13T20:15:23.255Z] b44da419b528: Preparing [2020-10-13T20:15:23.255Z] 27d1448b45f9: Preparing [2020-10-13T20:15:23.255Z] 8a9db8a0bc90: Preparing [2020-10-13T20:15:23.255Z] 897b2c80941e: Preparing [2020-10-13T20:15:23.255Z] 5d2b0bf6047a: Preparing [2020-10-13T20:15:23.255Z] 7bbe54ced559: Preparing [2020-10-13T20:15:23.255Z] 2dc81c3ff4e6: Preparing [2020-10-13T20:15:23.255Z] 8fe671f705b4: Preparing [2020-10-13T20:15:23.255Z] c92dc2906fac: Preparing [2020-10-13T20:15:23.255Z] 98a4867dc54a: Preparing [2020-10-13T20:15:23.255Z] 1b3ee35aacca: Preparing [2020-10-13T20:15:23.255Z] c92dc2906fac: Waiting [2020-10-13T20:15:23.255Z] 7bbe54ced559: Waiting [2020-10-13T20:15:23.255Z] 2dc81c3ff4e6: Waiting [2020-10-13T20:15:23.255Z] 8fe671f705b4: Waiting [2020-10-13T20:15:23.255Z] 1b3ee35aacca: Waiting [2020-10-13T20:15:23.255Z] 98a4867dc54a: Waiting [2020-10-13T20:15:23.255Z] 8a9db8a0bc90: Layer already exists [2020-10-13T20:15:23.255Z] b44da419b528: Layer already exists [2020-10-13T20:15:23.255Z] 5d2b0bf6047a: Layer already exists [2020-10-13T20:15:23.255Z] 897b2c80941e: Layer already exists [2020-10-13T20:15:23.255Z] 27d1448b45f9: Layer already exists [2020-10-13T20:15:23.255Z] 2dc81c3ff4e6: Layer already exists [2020-10-13T20:15:23.255Z] 7bbe54ced559: Layer already exists [2020-10-13T20:15:23.255Z] c92dc2906fac: Layer already exists [2020-10-13T20:15:23.255Z] 8fe671f705b4: Layer already exists [2020-10-13T20:15:23.255Z] 98a4867dc54a: Layer already exists [2020-10-13T20:15:23.255Z] 1b3ee35aacca: Layer already exists [2020-10-13T20:15:23.255Z] 1.2.2-dev.69: digest: sha256:5a5273ff9341d9c3ce9872addf09b2a8b0f7b222eb08db61cefd7dc614cc17e3 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:23.565Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:23.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:23.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-13T20:15:23.858Z] b44da419b528: Preparing [2020-10-13T20:15:23.858Z] 27d1448b45f9: Preparing [2020-10-13T20:15:23.858Z] 8a9db8a0bc90: Preparing [2020-10-13T20:15:23.858Z] 897b2c80941e: Preparing [2020-10-13T20:15:23.858Z] 5d2b0bf6047a: Preparing [2020-10-13T20:15:23.858Z] 7bbe54ced559: Preparing [2020-10-13T20:15:23.858Z] 2dc81c3ff4e6: Preparing [2020-10-13T20:15:23.858Z] 8fe671f705b4: Preparing [2020-10-13T20:15:23.858Z] c92dc2906fac: Preparing [2020-10-13T20:15:23.858Z] 98a4867dc54a: Preparing [2020-10-13T20:15:23.858Z] 1b3ee35aacca: Preparing [2020-10-13T20:15:23.858Z] 2dc81c3ff4e6: Waiting [2020-10-13T20:15:23.858Z] 8fe671f705b4: Waiting [2020-10-13T20:15:23.858Z] c92dc2906fac: Waiting [2020-10-13T20:15:23.858Z] 98a4867dc54a: Waiting [2020-10-13T20:15:23.858Z] 1b3ee35aacca: Waiting [2020-10-13T20:15:23.858Z] 7bbe54ced559: Waiting [2020-10-13T20:15:23.858Z] 8a9db8a0bc90: Layer already exists [2020-10-13T20:15:23.858Z] b44da419b528: Layer already exists [2020-10-13T20:15:23.858Z] 27d1448b45f9: Layer already exists [2020-10-13T20:15:23.858Z] 897b2c80941e: Layer already exists [2020-10-13T20:15:23.858Z] 5d2b0bf6047a: Layer already exists [2020-10-13T20:15:23.858Z] 7bbe54ced559: Layer already exists [2020-10-13T20:15:23.858Z] 8fe671f705b4: Layer already exists [2020-10-13T20:15:23.858Z] c92dc2906fac: Layer already exists [2020-10-13T20:15:23.858Z] 2dc81c3ff4e6: Layer already exists [2020-10-13T20:15:23.858Z] 98a4867dc54a: Layer already exists [2020-10-13T20:15:23.858Z] 1b3ee35aacca: Layer already exists [2020-10-13T20:15:23.858Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:5a5273ff9341d9c3ce9872addf09b2a8b0f7b222eb08db61cefd7dc614cc17e3 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:24.195Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:24.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-13T20:15:24.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-13T20:15:24.504Z] b44da419b528: Preparing [2020-10-13T20:15:24.504Z] 27d1448b45f9: Preparing [2020-10-13T20:15:24.504Z] 8a9db8a0bc90: Preparing [2020-10-13T20:15:24.504Z] 897b2c80941e: Preparing [2020-10-13T20:15:24.504Z] 5d2b0bf6047a: Preparing [2020-10-13T20:15:24.504Z] 7bbe54ced559: Preparing [2020-10-13T20:15:24.504Z] 2dc81c3ff4e6: Preparing [2020-10-13T20:15:24.504Z] 8fe671f705b4: Preparing [2020-10-13T20:15:24.504Z] c92dc2906fac: Preparing [2020-10-13T20:15:24.504Z] 98a4867dc54a: Preparing [2020-10-13T20:15:24.504Z] 1b3ee35aacca: Preparing [2020-10-13T20:15:24.504Z] 7bbe54ced559: Waiting [2020-10-13T20:15:24.504Z] 2dc81c3ff4e6: Waiting [2020-10-13T20:15:24.504Z] 8fe671f705b4: Waiting [2020-10-13T20:15:24.505Z] c92dc2906fac: Waiting [2020-10-13T20:15:24.505Z] 98a4867dc54a: Waiting [2020-10-13T20:15:24.505Z] 1b3ee35aacca: Waiting [2020-10-13T20:15:24.505Z] 5d2b0bf6047a: Layer already exists [2020-10-13T20:15:24.505Z] 8a9db8a0bc90: Layer already exists [2020-10-13T20:15:24.505Z] b44da419b528: Layer already exists [2020-10-13T20:15:24.505Z] 897b2c80941e: Layer already exists [2020-10-13T20:15:24.505Z] 27d1448b45f9: Layer already exists [2020-10-13T20:15:24.505Z] 7bbe54ced559: Layer already exists [2020-10-13T20:15:24.505Z] 2dc81c3ff4e6: Layer already exists [2020-10-13T20:15:24.505Z] 98a4867dc54a: Layer already exists [2020-10-13T20:15:24.505Z] 8fe671f705b4: Layer already exists [2020-10-13T20:15:24.505Z] c92dc2906fac: Layer already exists [2020-10-13T20:15:24.505Z] 1b3ee35aacca: Layer already exists [2020-10-13T20:15:24.505Z] master: digest: sha256:5a5273ff9341d9c3ce9872addf09b2a8b0f7b222eb08db61cefd7dc614cc17e3 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:15:24.702Z] ===================================================== [Pipeline] echo [2020-10-13T20:15:24.747Z] taggedImages: [2020-10-13T20:15:24.747Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:24.747Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.69 [2020-10-13T20:15:24.747Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:24.747Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-13T20:15:24.813Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-13T20:15:24.813Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:24.813Z] 1.2.2-dev.69 [2020-10-13T20:15:24.813Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:24.813Z] master [2020-10-13T20:15:24.813Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:25.291Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:25.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:25.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-13T20:15:25.592Z] 6a657637b851: Preparing [2020-10-13T20:15:25.592Z] 24684a377af4: Preparing [2020-10-13T20:15:25.592Z] 9ced607e9088: Preparing [2020-10-13T20:15:25.592Z] d5c1269b76df: Preparing [2020-10-13T20:15:25.592Z] 9ced607e9088: Pushed [2020-10-13T20:15:25.856Z] 6a657637b851: Pushed [2020-10-13T20:15:25.856Z] d5c1269b76df: Pushed [2020-10-13T20:15:26.800Z] 24684a377af4: Pushed [2020-10-13T20:15:26.800Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:1cb3fa45ec8fe58efae26f4fa2a5e4e2c7d799fb6e09d93e1f6ad909cb6afb9c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:27.107Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:27.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.69 [2020-10-13T20:15:27.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-13T20:15:27.404Z] 6a657637b851: Preparing [2020-10-13T20:15:27.404Z] 24684a377af4: Preparing [2020-10-13T20:15:27.404Z] 9ced607e9088: Preparing [2020-10-13T20:15:27.404Z] d5c1269b76df: Preparing [2020-10-13T20:15:27.404Z] 24684a377af4: Layer already exists [2020-10-13T20:15:27.404Z] 6a657637b851: Layer already exists [2020-10-13T20:15:27.404Z] 9ced607e9088: Layer already exists [2020-10-13T20:15:27.404Z] d5c1269b76df: Layer already exists [2020-10-13T20:15:27.404Z] 1.2.2-dev.69: digest: sha256:1cb3fa45ec8fe58efae26f4fa2a5e4e2c7d799fb6e09d93e1f6ad909cb6afb9c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:27.707Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:28.000Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:28.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-13T20:15:28.001Z] 6a657637b851: Preparing [2020-10-13T20:15:28.001Z] 24684a377af4: Preparing [2020-10-13T20:15:28.001Z] 9ced607e9088: Preparing [2020-10-13T20:15:28.001Z] d5c1269b76df: Preparing [2020-10-13T20:15:28.001Z] 24684a377af4: Layer already exists [2020-10-13T20:15:28.001Z] 6a657637b851: Layer already exists [2020-10-13T20:15:28.001Z] d5c1269b76df: Layer already exists [2020-10-13T20:15:28.001Z] 9ced607e9088: Layer already exists [2020-10-13T20:15:28.001Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:1cb3fa45ec8fe58efae26f4fa2a5e4e2c7d799fb6e09d93e1f6ad909cb6afb9c size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:28.302Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:28.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-13T20:15:28.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-13T20:15:28.595Z] 6a657637b851: Preparing [2020-10-13T20:15:28.595Z] 24684a377af4: Preparing [2020-10-13T20:15:28.595Z] 9ced607e9088: Preparing [2020-10-13T20:15:28.595Z] d5c1269b76df: Preparing [2020-10-13T20:15:28.595Z] d5c1269b76df: Layer already exists [2020-10-13T20:15:28.595Z] 6a657637b851: Layer already exists [2020-10-13T20:15:28.595Z] 9ced607e9088: Layer already exists [2020-10-13T20:15:28.595Z] 24684a377af4: Layer already exists [2020-10-13T20:15:28.595Z] master: digest: sha256:1cb3fa45ec8fe58efae26f4fa2a5e4e2c7d799fb6e09d93e1f6ad909cb6afb9c size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:15:28.772Z] ===================================================== [Pipeline] echo [2020-10-13T20:15:28.817Z] taggedImages: [2020-10-13T20:15:28.817Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:28.817Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.69 [2020-10-13T20:15:28.817Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:28.817Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-13T20:15:28.879Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-13T20:15:28.879Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:28.879Z] 1.2.2-dev.69 [2020-10-13T20:15:28.879Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:28.879Z] master [2020-10-13T20:15:28.879Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:29.379Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:29.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:29.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-13T20:15:29.676Z] c746a82a917b: Preparing [2020-10-13T20:15:29.676Z] 6ef43dfd722b: Preparing [2020-10-13T20:15:29.676Z] 2464bc769795: Preparing [2020-10-13T20:15:29.676Z] cec6c8fa5358: Preparing [2020-10-13T20:15:29.676Z] cbdf71bdbcf7: Preparing [2020-10-13T20:15:29.676Z] ed423eb91a8f: Preparing [2020-10-13T20:15:29.676Z] ed423eb91a8f: Waiting [2020-10-13T20:15:29.936Z] 2464bc769795: Pushed [2020-10-13T20:15:29.936Z] c746a82a917b: Pushed [2020-10-13T20:15:29.936Z] cec6c8fa5358: Pushed [2020-10-13T20:15:29.936Z] cbdf71bdbcf7: Pushed [2020-10-13T20:15:29.936Z] ed423eb91a8f: Pushed [2020-10-13T20:15:30.879Z] 6ef43dfd722b: Pushed [2020-10-13T20:15:31.141Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:58da372b1287222bb61bbdb6940528b9e6e973f1600b4b29e68501439839917f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:31.447Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:31.745Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.69 [2020-10-13T20:15:31.745Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-13T20:15:31.745Z] c746a82a917b: Preparing [2020-10-13T20:15:31.745Z] 6ef43dfd722b: Preparing [2020-10-13T20:15:31.745Z] 2464bc769795: Preparing [2020-10-13T20:15:31.745Z] cec6c8fa5358: Preparing [2020-10-13T20:15:31.745Z] cbdf71bdbcf7: Preparing [2020-10-13T20:15:31.745Z] ed423eb91a8f: Preparing [2020-10-13T20:15:31.745Z] ed423eb91a8f: Waiting [2020-10-13T20:15:31.745Z] 6ef43dfd722b: Layer already exists [2020-10-13T20:15:31.745Z] cbdf71bdbcf7: Layer already exists [2020-10-13T20:15:31.745Z] 2464bc769795: Layer already exists [2020-10-13T20:15:31.745Z] cec6c8fa5358: Layer already exists [2020-10-13T20:15:31.745Z] c746a82a917b: Layer already exists [2020-10-13T20:15:31.745Z] ed423eb91a8f: Layer already exists [2020-10-13T20:15:31.745Z] 1.2.2-dev.69: digest: sha256:58da372b1287222bb61bbdb6940528b9e6e973f1600b4b29e68501439839917f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:32.159Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:32.454Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:32.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-13T20:15:32.454Z] c746a82a917b: Preparing [2020-10-13T20:15:32.454Z] 6ef43dfd722b: Preparing [2020-10-13T20:15:32.454Z] 2464bc769795: Preparing [2020-10-13T20:15:32.454Z] cec6c8fa5358: Preparing [2020-10-13T20:15:32.454Z] cbdf71bdbcf7: Preparing [2020-10-13T20:15:32.454Z] ed423eb91a8f: Preparing [2020-10-13T20:15:32.454Z] ed423eb91a8f: Waiting [2020-10-13T20:15:32.454Z] c746a82a917b: Layer already exists [2020-10-13T20:15:32.454Z] 6ef43dfd722b: Layer already exists [2020-10-13T20:15:32.454Z] cbdf71bdbcf7: Layer already exists [2020-10-13T20:15:32.454Z] cec6c8fa5358: Layer already exists [2020-10-13T20:15:32.454Z] 2464bc769795: Layer already exists [2020-10-13T20:15:32.454Z] ed423eb91a8f: Layer already exists [2020-10-13T20:15:32.454Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:58da372b1287222bb61bbdb6940528b9e6e973f1600b4b29e68501439839917f size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:32.758Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:33.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-13T20:15:33.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-13T20:15:33.053Z] c746a82a917b: Preparing [2020-10-13T20:15:33.053Z] 6ef43dfd722b: Preparing [2020-10-13T20:15:33.053Z] 2464bc769795: Preparing [2020-10-13T20:15:33.053Z] cec6c8fa5358: Preparing [2020-10-13T20:15:33.053Z] cbdf71bdbcf7: Preparing [2020-10-13T20:15:33.053Z] ed423eb91a8f: Preparing [2020-10-13T20:15:33.053Z] ed423eb91a8f: Waiting [2020-10-13T20:15:33.053Z] c746a82a917b: Layer already exists [2020-10-13T20:15:33.053Z] cbdf71bdbcf7: Layer already exists [2020-10-13T20:15:33.053Z] 6ef43dfd722b: Layer already exists [2020-10-13T20:15:33.053Z] cec6c8fa5358: Layer already exists [2020-10-13T20:15:33.053Z] 2464bc769795: Layer already exists [2020-10-13T20:15:33.053Z] ed423eb91a8f: Layer already exists [2020-10-13T20:15:33.053Z] master: digest: sha256:58da372b1287222bb61bbdb6940528b9e6e973f1600b4b29e68501439839917f size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:15:33.233Z] ===================================================== [Pipeline] echo [2020-10-13T20:15:33.287Z] taggedImages: [2020-10-13T20:15:33.287Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:33.287Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.69 [2020-10-13T20:15:33.287Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:33.287Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-13T20:15:33.350Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-13T20:15:33.350Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:33.350Z] 1.2.2-dev.69 [2020-10-13T20:15:33.350Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:33.350Z] master [2020-10-13T20:15:33.350Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:33.886Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:34.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:34.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-13T20:15:34.182Z] 20254709e808: Preparing [2020-10-13T20:15:34.182Z] d8f6e241e5f0: Preparing [2020-10-13T20:15:34.182Z] fb88ac7d1187: Preparing [2020-10-13T20:15:34.182Z] fb88ac7d1187: Pushed [2020-10-13T20:15:34.182Z] 20254709e808: Pushed [2020-10-13T20:15:35.573Z] d8f6e241e5f0: Pushed [2020-10-13T20:15:35.835Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:c560efd01809511470e0541e04fbc5b4d1a87283e63e4307afa89d92015cf0c9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:36.142Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:36.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.69 [2020-10-13T20:15:36.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-13T20:15:36.440Z] 20254709e808: Preparing [2020-10-13T20:15:36.440Z] d8f6e241e5f0: Preparing [2020-10-13T20:15:36.440Z] fb88ac7d1187: Preparing [2020-10-13T20:15:36.440Z] d8f6e241e5f0: Layer already exists [2020-10-13T20:15:36.440Z] 20254709e808: Layer already exists [2020-10-13T20:15:36.440Z] fb88ac7d1187: Layer already exists [2020-10-13T20:15:36.440Z] 1.2.2-dev.69: digest: sha256:c560efd01809511470e0541e04fbc5b4d1a87283e63e4307afa89d92015cf0c9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:36.749Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:37.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:37.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-13T20:15:37.047Z] 20254709e808: Preparing [2020-10-13T20:15:37.047Z] d8f6e241e5f0: Preparing [2020-10-13T20:15:37.047Z] fb88ac7d1187: Preparing [2020-10-13T20:15:37.047Z] fb88ac7d1187: Layer already exists [2020-10-13T20:15:37.047Z] 20254709e808: Layer already exists [2020-10-13T20:15:37.047Z] d8f6e241e5f0: Layer already exists [2020-10-13T20:15:37.047Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:c560efd01809511470e0541e04fbc5b4d1a87283e63e4307afa89d92015cf0c9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:37.354Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:37.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-13T20:15:37.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-13T20:15:37.653Z] 20254709e808: Preparing [2020-10-13T20:15:37.653Z] d8f6e241e5f0: Preparing [2020-10-13T20:15:37.653Z] fb88ac7d1187: Preparing [2020-10-13T20:15:37.653Z] 20254709e808: Layer already exists [2020-10-13T20:15:37.653Z] d8f6e241e5f0: Layer already exists [2020-10-13T20:15:37.653Z] fb88ac7d1187: Layer already exists [2020-10-13T20:15:37.653Z] master: digest: sha256:c560efd01809511470e0541e04fbc5b4d1a87283e63e4307afa89d92015cf0c9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:15:37.835Z] ===================================================== [Pipeline] echo [2020-10-13T20:15:37.881Z] taggedImages: [2020-10-13T20:15:37.881Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:37.881Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.69 [2020-10-13T20:15:37.881Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:37.881Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-13T20:15:37.944Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-13T20:15:37.944Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:37.944Z] 1.2.2-dev.69 [2020-10-13T20:15:37.944Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:37.944Z] master [2020-10-13T20:15:37.944Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:38.423Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:38.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:38.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-13T20:15:38.729Z] f5ec86f513da: Preparing [2020-10-13T20:15:38.729Z] 70d6eebfc81e: Preparing [2020-10-13T20:15:38.729Z] 12a97e336a3f: Preparing [2020-10-13T20:15:38.729Z] a3371ff45c1e: Preparing [2020-10-13T20:15:38.729Z] f3611b4c4199: Preparing [2020-10-13T20:15:38.729Z] ab25ffc37fad: Preparing [2020-10-13T20:15:38.729Z] c2a046723a9f: Preparing [2020-10-13T20:15:38.729Z] 527eef706b20: Preparing [2020-10-13T20:15:38.729Z] 224742e9e948: Preparing [2020-10-13T20:15:38.729Z] 5391e5290f13: Preparing [2020-10-13T20:15:38.729Z] 13baed61c795: Preparing [2020-10-13T20:15:38.729Z] 51d6d3d09136: Preparing [2020-10-13T20:15:38.729Z] 1507bc794612: Preparing [2020-10-13T20:15:38.729Z] 50644c29ef5a: Preparing [2020-10-13T20:15:38.729Z] 527eef706b20: Waiting [2020-10-13T20:15:38.729Z] 224742e9e948: Waiting [2020-10-13T20:15:38.729Z] 5391e5290f13: Waiting [2020-10-13T20:15:38.729Z] 13baed61c795: Waiting [2020-10-13T20:15:38.729Z] 51d6d3d09136: Waiting [2020-10-13T20:15:38.729Z] 1507bc794612: Waiting [2020-10-13T20:15:38.729Z] 50644c29ef5a: Waiting [2020-10-13T20:15:38.729Z] ab25ffc37fad: Waiting [2020-10-13T20:15:38.729Z] c2a046723a9f: Waiting [2020-10-13T20:15:38.997Z] f3611b4c4199: Pushed [2020-10-13T20:15:38.997Z] f5ec86f513da: Pushed [2020-10-13T20:15:39.314Z] a3371ff45c1e: Pushed [2020-10-13T20:15:39.314Z] 527eef706b20: Layer already exists [2020-10-13T20:15:39.314Z] 224742e9e948: Layer already exists [2020-10-13T20:15:39.314Z] c2a046723a9f: Pushed [2020-10-13T20:15:39.314Z] 5391e5290f13: Layer already exists [2020-10-13T20:15:39.314Z] 13baed61c795: Layer already exists [2020-10-13T20:15:39.314Z] 51d6d3d09136: Layer already exists [2020-10-13T20:15:39.314Z] 1507bc794612: Layer already exists [2020-10-13T20:15:39.314Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:39.314Z] 70d6eebfc81e: Pushed [2020-10-13T20:15:39.887Z] ab25ffc37fad: Pushed [2020-10-13T20:15:43.196Z] 12a97e336a3f: Pushed [2020-10-13T20:15:43.458Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:a31addd458e8a4acea0f4f7bbb1d92e03357b7d00c72ebc7c93122cd4a1dd132 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:43.771Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:44.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.69 [2020-10-13T20:15:44.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-13T20:15:44.067Z] f5ec86f513da: Preparing [2020-10-13T20:15:44.067Z] 70d6eebfc81e: Preparing [2020-10-13T20:15:44.067Z] 12a97e336a3f: Preparing [2020-10-13T20:15:44.067Z] a3371ff45c1e: Preparing [2020-10-13T20:15:44.067Z] f3611b4c4199: Preparing [2020-10-13T20:15:44.067Z] ab25ffc37fad: Preparing [2020-10-13T20:15:44.067Z] c2a046723a9f: Preparing [2020-10-13T20:15:44.067Z] 527eef706b20: Preparing [2020-10-13T20:15:44.067Z] 224742e9e948: Preparing [2020-10-13T20:15:44.067Z] 5391e5290f13: Preparing [2020-10-13T20:15:44.067Z] 13baed61c795: Preparing [2020-10-13T20:15:44.067Z] 51d6d3d09136: Preparing [2020-10-13T20:15:44.067Z] 1507bc794612: Preparing [2020-10-13T20:15:44.067Z] 50644c29ef5a: Preparing [2020-10-13T20:15:44.067Z] 224742e9e948: Waiting [2020-10-13T20:15:44.067Z] 5391e5290f13: Waiting [2020-10-13T20:15:44.067Z] 13baed61c795: Waiting [2020-10-13T20:15:44.067Z] 51d6d3d09136: Waiting [2020-10-13T20:15:44.067Z] 1507bc794612: Waiting [2020-10-13T20:15:44.067Z] 50644c29ef5a: Waiting [2020-10-13T20:15:44.067Z] ab25ffc37fad: Waiting [2020-10-13T20:15:44.067Z] c2a046723a9f: Waiting [2020-10-13T20:15:44.067Z] 527eef706b20: Waiting [2020-10-13T20:15:44.067Z] f5ec86f513da: Layer already exists [2020-10-13T20:15:44.067Z] 70d6eebfc81e: Layer already exists [2020-10-13T20:15:44.067Z] a3371ff45c1e: Layer already exists [2020-10-13T20:15:44.067Z] 12a97e336a3f: Layer already exists [2020-10-13T20:15:44.067Z] f3611b4c4199: Layer already exists [2020-10-13T20:15:44.067Z] 224742e9e948: Layer already exists [2020-10-13T20:15:44.067Z] c2a046723a9f: Layer already exists [2020-10-13T20:15:44.067Z] 527eef706b20: Layer already exists [2020-10-13T20:15:44.067Z] 5391e5290f13: Layer already exists [2020-10-13T20:15:44.067Z] ab25ffc37fad: Layer already exists [2020-10-13T20:15:44.067Z] 13baed61c795: Layer already exists [2020-10-13T20:15:44.067Z] 51d6d3d09136: Layer already exists [2020-10-13T20:15:44.067Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:44.067Z] 1507bc794612: Layer already exists [2020-10-13T20:15:44.067Z] 1.2.2-dev.69: digest: sha256:a31addd458e8a4acea0f4f7bbb1d92e03357b7d00c72ebc7c93122cd4a1dd132 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:44.372Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:44.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:44.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-13T20:15:44.671Z] f5ec86f513da: Preparing [2020-10-13T20:15:44.671Z] 70d6eebfc81e: Preparing [2020-10-13T20:15:44.671Z] 12a97e336a3f: Preparing [2020-10-13T20:15:44.671Z] a3371ff45c1e: Preparing [2020-10-13T20:15:44.671Z] f3611b4c4199: Preparing [2020-10-13T20:15:44.671Z] ab25ffc37fad: Preparing [2020-10-13T20:15:44.671Z] c2a046723a9f: Preparing [2020-10-13T20:15:44.671Z] 527eef706b20: Preparing [2020-10-13T20:15:44.671Z] 224742e9e948: Preparing [2020-10-13T20:15:44.671Z] 5391e5290f13: Preparing [2020-10-13T20:15:44.671Z] 13baed61c795: Preparing [2020-10-13T20:15:44.671Z] 51d6d3d09136: Preparing [2020-10-13T20:15:44.671Z] 1507bc794612: Preparing [2020-10-13T20:15:44.671Z] 50644c29ef5a: Preparing [2020-10-13T20:15:44.671Z] ab25ffc37fad: Waiting [2020-10-13T20:15:44.671Z] c2a046723a9f: Waiting [2020-10-13T20:15:44.671Z] 527eef706b20: Waiting [2020-10-13T20:15:44.671Z] 224742e9e948: Waiting [2020-10-13T20:15:44.671Z] 5391e5290f13: Waiting [2020-10-13T20:15:44.671Z] 13baed61c795: Waiting [2020-10-13T20:15:44.672Z] 51d6d3d09136: Waiting [2020-10-13T20:15:44.672Z] 1507bc794612: Waiting [2020-10-13T20:15:44.672Z] 50644c29ef5a: Waiting [2020-10-13T20:15:44.672Z] f3611b4c4199: Layer already exists [2020-10-13T20:15:44.672Z] a3371ff45c1e: Layer already exists [2020-10-13T20:15:44.672Z] 70d6eebfc81e: Layer already exists [2020-10-13T20:15:44.672Z] f5ec86f513da: Layer already exists [2020-10-13T20:15:44.672Z] 12a97e336a3f: Layer already exists [2020-10-13T20:15:44.672Z] 527eef706b20: Layer already exists [2020-10-13T20:15:44.672Z] ab25ffc37fad: Layer already exists [2020-10-13T20:15:44.672Z] c2a046723a9f: Layer already exists [2020-10-13T20:15:44.672Z] 224742e9e948: Layer already exists [2020-10-13T20:15:44.672Z] 5391e5290f13: Layer already exists [2020-10-13T20:15:44.672Z] 51d6d3d09136: Layer already exists [2020-10-13T20:15:44.672Z] 13baed61c795: Layer already exists [2020-10-13T20:15:44.672Z] 1507bc794612: Layer already exists [2020-10-13T20:15:44.672Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:44.672Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:a31addd458e8a4acea0f4f7bbb1d92e03357b7d00c72ebc7c93122cd4a1dd132 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:44.974Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:15:45.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-13T20:15:45.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-13T20:15:45.269Z] f5ec86f513da: Preparing [2020-10-13T20:15:45.269Z] 70d6eebfc81e: Preparing [2020-10-13T20:15:45.269Z] 12a97e336a3f: Preparing [2020-10-13T20:15:45.269Z] a3371ff45c1e: Preparing [2020-10-13T20:15:45.269Z] f3611b4c4199: Preparing [2020-10-13T20:15:45.269Z] ab25ffc37fad: Preparing [2020-10-13T20:15:45.269Z] c2a046723a9f: Preparing [2020-10-13T20:15:45.269Z] 527eef706b20: Preparing [2020-10-13T20:15:45.269Z] 224742e9e948: Preparing [2020-10-13T20:15:45.269Z] 5391e5290f13: Preparing [2020-10-13T20:15:45.269Z] 13baed61c795: Preparing [2020-10-13T20:15:45.269Z] 51d6d3d09136: Preparing [2020-10-13T20:15:45.269Z] 1507bc794612: Preparing [2020-10-13T20:15:45.269Z] 50644c29ef5a: Preparing [2020-10-13T20:15:45.269Z] ab25ffc37fad: Waiting [2020-10-13T20:15:45.269Z] c2a046723a9f: Waiting [2020-10-13T20:15:45.269Z] 224742e9e948: Waiting [2020-10-13T20:15:45.269Z] 5391e5290f13: Waiting [2020-10-13T20:15:45.269Z] 13baed61c795: Waiting [2020-10-13T20:15:45.269Z] 51d6d3d09136: Waiting [2020-10-13T20:15:45.269Z] 527eef706b20: Waiting [2020-10-13T20:15:45.269Z] 50644c29ef5a: Waiting [2020-10-13T20:15:45.269Z] 70d6eebfc81e: Layer already exists [2020-10-13T20:15:45.269Z] f5ec86f513da: Layer already exists [2020-10-13T20:15:45.269Z] 12a97e336a3f: Layer already exists [2020-10-13T20:15:45.269Z] f3611b4c4199: Layer already exists [2020-10-13T20:15:45.269Z] a3371ff45c1e: Layer already exists [2020-10-13T20:15:45.269Z] c2a046723a9f: Layer already exists [2020-10-13T20:15:45.269Z] ab25ffc37fad: Layer already exists [2020-10-13T20:15:45.269Z] 224742e9e948: Layer already exists [2020-10-13T20:15:45.269Z] 527eef706b20: Layer already exists [2020-10-13T20:15:45.269Z] 5391e5290f13: Layer already exists [2020-10-13T20:15:45.269Z] 13baed61c795: Layer already exists [2020-10-13T20:15:45.269Z] 1507bc794612: Layer already exists [2020-10-13T20:15:45.269Z] 51d6d3d09136: Layer already exists [2020-10-13T20:15:45.269Z] 50644c29ef5a: Layer already exists [2020-10-13T20:15:45.270Z] master: digest: sha256:a31addd458e8a4acea0f4f7bbb1d92e03357b7d00c72ebc7c93122cd4a1dd132 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:15:45.436Z] ===================================================== [Pipeline] echo [2020-10-13T20:15:45.479Z] taggedImages: [2020-10-13T20:15:45.479Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:15:45.479Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.69 [2020-10-13T20:15:45.479Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:15:45.479Z] - 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-13T20:15:48.047Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:15:48.047Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:15:48.047Z] ---> 70d7265e819b [2020-10-13T20:15:48.047Z] Step 3/24 : WORKDIR /edgex-go [2020-10-13T20:15:48.047Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:15:48.047Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:15:48.047Z] ---> 70d7265e819b [2020-10-13T20:15:48.047Z] Step 3/27 : WORKDIR /edgex-go [2020-10-13T20:15:48.047Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:15:48.047Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-13T20:15:48.047Z] ---> 70d7265e819b [2020-10-13T20:15:48.047Z] Step 3/29 : WORKDIR /edgex-go [2020-10-13T20:15:48.047Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:15:48.047Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:15:48.047Z] ---> 70d7265e819b [2020-10-13T20:15:48.047Z] Step 3/21 : WORKDIR /edgex-go [2020-10-13T20:15:48.047Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:15:48.047Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:15:48.047Z] ---> 70d7265e819b [2020-10-13T20:15:48.047Z] Step 3/26 : WORKDIR /edgex-go [2020-10-13T20:15:49.029Z] ---> Running in a6e285ebce61 [2020-10-13T20:15:49.029Z] ---> Running in aeac8cd65750 [2020-10-13T20:15:49.029Z] ---> Running in 928b3daf8b75 [2020-10-13T20:15:49.029Z] ---> Running in f91289189da5 [2020-10-13T20:15:49.029Z] ---> Running in 1b5339bf2593 [2020-10-13T20:15:49.629Z] Removing intermediate container aeac8cd65750 [2020-10-13T20:15:49.629Z] ---> b27b38ff4d27 [2020-10-13T20:15:49.629Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:15:49.629Z] Removing intermediate container 928b3daf8b75 [2020-10-13T20:15:49.629Z] ---> 20109a254b0c [2020-10-13T20:15:49.629Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:15:49.629Z] Removing intermediate container 1b5339bf2593 [2020-10-13T20:15:49.629Z] ---> 2eb2f2d6ee63 [2020-10-13T20:15:49.629Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:15:49.629Z] Removing intermediate container f91289189da5 [2020-10-13T20:15:49.629Z] ---> 9ca70e60c4ca [2020-10-13T20:15:49.629Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:15:49.629Z] Removing intermediate container a6e285ebce61 [2020-10-13T20:15:49.629Z] ---> 1b3610f55fa8 [2020-10-13T20:15:49.629Z] Step 4/29 : RUN apk update && apk add make git [2020-10-13T20:15:49.906Z] ---> Running in 442deacc97ae [2020-10-13T20:15:49.906Z] ---> Running in 7419dd900b62 [2020-10-13T20:15:49.906Z] ---> Running in 3aa524ede7db [2020-10-13T20:15:50.186Z] ---> Running in 4af39869e48b [2020-10-13T20:15:50.186Z] ---> Running in a502a295ec64 [2020-10-13T20:15:53.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:15:53.633Z] Removing intermediate container 442deacc97ae [2020-10-13T20:15:53.633Z] ---> 0a48a59bbabc [2020-10-13T20:15:53.633Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-13T20:15:53.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:15:53.920Z] ---> Running in abb95f65e507 [2020-10-13T20:15:54.201Z] Removing intermediate container 7419dd900b62 [2020-10-13T20:15:54.201Z] ---> 1295c08edf27 [2020-10-13T20:15:54.201Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-13T20:15:54.474Z] Removing intermediate container 3aa524ede7db [2020-10-13T20:15:54.474Z] ---> dac4b263db56 [2020-10-13T20:15:54.474Z] Step 5/21 : RUN apk update && apk add make git [2020-10-13T20:15:54.474Z] ---> Running in 081eb814512a [2020-10-13T20:15:54.749Z] Removing intermediate container 4af39869e48b [2020-10-13T20:15:54.749Z] ---> 5abe333f337f [2020-10-13T20:15:54.749Z] Step 5/26 : RUN apk update && apk add make git [2020-10-13T20:15:55.023Z] ---> Running in 4ca4b5cbf438 [2020-10-13T20:15:55.023Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:15:55.023Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:15:55.023Z] OK: 12623 distinct packages available [2020-10-13T20:15:55.304Z] ---> Running in a266d944d8a1 [2020-10-13T20:15:56.291Z] OK: 217 MiB in 51 packages [2020-10-13T20:15:56.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:15:57.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:15:57.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:15:57.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:15:57.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:15:57.826Z] Removing intermediate container a502a295ec64 [2020-10-13T20:15:57.826Z] ---> cab416ba7992 [2020-10-13T20:15:57.826Z] Step 5/29 : COPY go.mod . [2020-10-13T20:15:58.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:15:58.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:15:58.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:15:58.438Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:15:58.438Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:15:58.438Z] OK: 12623 distinct packages available [2020-10-13T20:15:58.726Z] ---> 9b8f3d9877b0 [2020-10-13T20:15:58.726Z] Step 6/29 : RUN go mod download [2020-10-13T20:15:59.008Z] ---> Running in cff1fe00ece9 [2020-10-13T20:15:59.282Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:15:59.282Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:15:59.282Z] OK: 12623 distinct packages available [2020-10-13T20:15:59.558Z] OK: 217 MiB in 51 packages [2020-10-13T20:15:59.558Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:15:59.558Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:15:59.558Z] OK: 12623 distinct packages available [2020-10-13T20:15:59.558Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:15:59.558Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:15:59.558Z] OK: 12623 distinct packages available [2020-10-13T20:16:00.554Z] OK: 217 MiB in 51 packages [2020-10-13T20:16:00.554Z] OK: 217 MiB in 51 packages [2020-10-13T20:16:00.554Z] OK: 217 MiB in 51 packages [2020-10-13T20:16:01.541Z] Removing intermediate container abb95f65e507 [2020-10-13T20:16:01.541Z] ---> a708b36bd1cd [2020-10-13T20:16:01.541Z] Step 6/27 : COPY go.mod . [2020-10-13T20:16:02.551Z] Removing intermediate container 081eb814512a [2020-10-13T20:16:02.551Z] ---> 7ba81a1d2a45 [2020-10-13T20:16:02.551Z] Step 6/24 : COPY go.mod . [2020-10-13T20:16:02.826Z] ---> 6a8f4c2eb886 [2020-10-13T20:16:02.826Z] Step 7/27 : RUN go mod download [2020-10-13T20:16:02.826Z] Removing intermediate container a266d944d8a1 [2020-10-13T20:16:02.826Z] ---> 9af65e191288 [2020-10-13T20:16:02.826Z] Step 6/26 : COPY go.mod . [2020-10-13T20:16:02.826Z] Removing intermediate container 4ca4b5cbf438 [2020-10-13T20:16:02.826Z] ---> 1a350598c1ec [2020-10-13T20:16:02.826Z] Step 6/21 : COPY go.mod . [2020-10-13T20:16:03.108Z] ---> Running in d821cf8b15bb [2020-10-13T20:16:03.711Z] Removing intermediate container cff1fe00ece9 [2020-10-13T20:16:03.711Z] ---> 80cfd3955b53 [2020-10-13T20:16:03.711Z] Step 7/29 : COPY . . [2020-10-13T20:16:03.986Z] ---> df2409bfc8a8 [2020-10-13T20:16:03.986Z] Step 7/24 : RUN go mod download [2020-10-13T20:16:03.986Z] ---> fc793fae10cd [2020-10-13T20:16:03.986Z] Step 7/26 : RUN go mod download [2020-10-13T20:16:04.260Z] ---> 24e22a01b419 [2020-10-13T20:16:04.260Z] Step 7/21 : RUN go mod download [2020-10-13T20:16:04.260Z] ---> Running in eadf1120172d [2020-10-13T20:16:04.260Z] ---> Running in 7730956818ca [2020-10-13T20:16:04.539Z] ---> Running in 44a865e34bfb [2020-10-13T20:16:08.151Z] Removing intermediate container d821cf8b15bb [2020-10-13T20:16:08.151Z] ---> be719102da34 [2020-10-13T20:16:08.151Z] Step 8/27 : COPY . . [2020-10-13T20:16:10.320Z] Removing intermediate container eadf1120172d [2020-10-13T20:16:10.320Z] ---> d58c44b59b90 [2020-10-13T20:16:10.320Z] Step 8/24 : COPY . . [2020-10-13T20:16:10.320Z] Removing intermediate container 7730956818ca [2020-10-13T20:16:10.320Z] ---> 1a7790b5cfee [2020-10-13T20:16:10.320Z] Step 8/26 : COPY . . [2020-10-13T20:16:10.609Z] Removing intermediate container 44a865e34bfb [2020-10-13T20:16:10.609Z] ---> 091af31cf76d [2020-10-13T20:16:10.609Z] Step 8/21 : COPY . . [2020-10-13T20:16:33.037Z] ---> 829a097d904a [2020-10-13T20:16:33.037Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-13T20:16:33.037Z] ---> 9dc0c8cd38ad [2020-10-13T20:16:33.037Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-13T20:16:33.037Z] ---> Running in 195ea35c8e57 [2020-10-13T20:16:33.037Z] ---> 03e4027c09a0 [2020-10-13T20:16:33.037Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-13T20:16:33.037Z] ---> Running in f519b7167413 [2020-10-13T20:16:33.037Z] ---> 65ad269b0b62 [2020-10-13T20:16:33.037Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-13T20:16:33.037Z] ---> Running in 4079a3689e82 [2020-10-13T20:16:33.037Z] ---> a962ce59bdb8 [2020-10-13T20:16:33.037Z] 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-13T20:16:33.037Z] ---> Running in a89bb26293b8 [2020-10-13T20:16:33.037Z] ---> Running in eb508bcd1651 [2020-10-13T20:16:33.649Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-13T20:16:34.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-13T20:16:34.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-13T20:16:34.575Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-13T20:16:34.863Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-13T20:17:56.953Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-13T20:17:56.953Z] Removing intermediate container 195ea35c8e57 [2020-10-13T20:17:56.953Z] ---> a28176375176 [2020-10-13T20:17:56.953Z] [2020-10-13T20:17:56.953Z] Step 9/29 : FROM alpine:latest [2020-10-13T20:17:56.953Z] latest: Pulling from library/alpine [2020-10-13T20:17:56.953Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-13T20:17:56.953Z] Status: Downloaded newer image for alpine:latest [2020-10-13T20:17:56.953Z] ---> 62ee0e9f8440 [2020-10-13T20:17:56.953Z] 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-13T20:17:56.953Z] ---> Running in ace542253113 [2020-10-13T20:17:56.953Z] Removing intermediate container ace542253113 [2020-10-13T20:17:56.953Z] ---> 5d56d33a58c2 [2020-10-13T20:17:56.953Z] Step 11/29 : USER root [2020-10-13T20:17:56.953Z] ---> Running in a2b4e44bfab9 [2020-10-13T20:17:56.953Z] Removing intermediate container a2b4e44bfab9 [2020-10-13T20:17:56.953Z] ---> 906b4daa8359 [2020-10-13T20:17:56.953Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-13T20:17:56.953Z] ---> Running in ac5bdd950f83 [2020-10-13T20:17:57.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:17:58.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:17:59.163Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:17:59.163Z] v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:17:59.163Z] OK: 12621 distinct packages available [2020-10-13T20:18:00.158Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-13T20:18:00.158Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-13T20:18:00.158Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:18:00.158Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T20:18:00.767Z] OK: 6 MiB in 16 packages [2020-10-13T20:18:02.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-13T20:18:03.679Z] Removing intermediate container ac5bdd950f83 [2020-10-13T20:18:03.679Z] ---> fdf9b878b3ad [2020-10-13T20:18:03.679Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-13T20:18:03.957Z] ---> Running in 34fde22fcfc3 [2020-10-13T20:18:04.954Z] Removing intermediate container 34fde22fcfc3 [2020-10-13T20:18:04.954Z] ---> e41232ebf2ff [2020-10-13T20:18:04.954Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-13T20:18:05.235Z] ---> Running in eadd46ac4123 [2020-10-13T20:18:06.703Z] Removing intermediate container eadd46ac4123 [2020-10-13T20:18:06.703Z] ---> 285386da2304 [2020-10-13T20:18:06.703Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-13T20:18:06.703Z] ---> Running in 0d1241a4644f [2020-10-13T20:18:06.993Z] Removing intermediate container f519b7167413 [2020-10-13T20:18:06.993Z] ---> c5e457b007ed [2020-10-13T20:18:06.993Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-13T20:18:07.275Z] ---> Running in 5107baec4d18 [2020-10-13T20:18:09.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-13T20:18:11.945Z] Removing intermediate container 0d1241a4644f [2020-10-13T20:18:11.945Z] ---> b97f88f6b01e [2020-10-13T20:18:11.945Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-13T20:18:14.596Z] ---> 966427350724 [2020-10-13T20:18:14.596Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-13T20:18:15.605Z] Removing intermediate container eb508bcd1651 [2020-10-13T20:18:15.605Z] ---> e65abb80fdf9 [2020-10-13T20:18:15.605Z] [2020-10-13T20:18:15.605Z] Step 10/26 : FROM alpine:3.10 [2020-10-13T20:18:15.605Z] ---> 533545e646bd [2020-10-13T20:18:15.605Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-13T20:18:15.605Z] Removing intermediate container 5107baec4d18 [2020-10-13T20:18:15.605Z] ---> 6c2aa8231417 [2020-10-13T20:18:15.605Z] [2020-10-13T20:18:15.605Z] Step 11/27 : FROM docker:latest [2020-10-13T20:18:15.605Z] ---> 45884bde0078 [2020-10-13T20:18:15.605Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-13T20:18:15.881Z] 3.10: Pulling from library/alpine [2020-10-13T20:18:15.881Z] ---> Running in 970b83862635 [2020-10-13T20:18:16.864Z] ---> dbf890c5f775 [2020-10-13T20:18:16.864Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-13T20:18:17.861Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-13T20:18:17.861Z] Status: Downloaded newer image for alpine:3.10 [2020-10-13T20:18:17.861Z] ---> 536a684cf733 [2020-10-13T20:18:17.861Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-13T20:18:18.145Z] ---> Running in 796d193b1b1b [2020-10-13T20:18:18.424Z] ---> 009df940cbfe [2020-10-13T20:18:18.425Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-13T20:18:18.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:18:18.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:18:19.584Z] (1/2) Installing readline (8.0.4-r0) [2020-10-13T20:18:19.858Z] (2/2) Installing bash (5.0.17-r0) [2020-10-13T20:18:19.858Z] Executing bash-5.0.17-r0.post-install [2020-10-13T20:18:19.858Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:18:19.858Z] OK: 12 MiB in 22 packages [2020-10-13T20:18:19.858Z] ---> ebe12a12e23a [2020-10-13T20:18:19.858Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-13T20:18:20.133Z] ---> Running in ab420718c7a9 [2020-10-13T20:18:20.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:18:21.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:18:21.646Z] v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-13T20:18:21.646Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-13T20:18:21.646Z] OK: 10167 distinct packages available [2020-10-13T20:18:22.273Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-13T20:18:22.548Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-13T20:18:22.548Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-13T20:18:22.548Z] (4/5) Installing curl (7.66.0-r1) [2020-10-13T20:18:22.548Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-13T20:18:22.548Z] Executing busybox-1.30.1-r3.trigger [2020-10-13T20:18:22.548Z] Executing ca-certificates-20191127-r2.trigger [2020-10-13T20:18:22.826Z] OK: 7 MiB in 19 packages [2020-10-13T20:18:22.826Z] Removing intermediate container 970b83862635 [2020-10-13T20:18:22.826Z] ---> a705d91e3c17 [2020-10-13T20:18:22.826Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-13T20:18:23.819Z] ---> Running in 6183042b8766 [2020-10-13T20:18:24.097Z] Removing intermediate container a89bb26293b8 [2020-10-13T20:18:24.097Z] ---> 09a63de1f1c1 [2020-10-13T20:18:24.097Z] [2020-10-13T20:18:24.097Z] Step 10/21 : FROM scratch [2020-10-13T20:18:24.097Z] ---> [2020-10-13T20:18:24.097Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T20:18:24.097Z] Removing intermediate container 4079a3689e82 [2020-10-13T20:18:24.097Z] ---> 4ac9ee598529 [2020-10-13T20:18:24.097Z] [2020-10-13T20:18:24.097Z] Step 10/24 : FROM scratch [2020-10-13T20:18:24.097Z] ---> [2020-10-13T20:18:24.097Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-13T20:18:24.377Z] ---> Running in 29c1dee9554c [2020-10-13T20:18:24.658Z] ---> Running in 47fccbf069f3 [2020-10-13T20:18:25.646Z] Removing intermediate container 47fccbf069f3 [2020-10-13T20:18:25.646Z] ---> 8c82aff8f7a7 [2020-10-13T20:18:25.646Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-13T20:18:25.646Z] Removing intermediate container ab420718c7a9 [2020-10-13T20:18:25.646Z] ---> e7b99a144db5 [2020-10-13T20:18:25.646Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-13T20:18:25.646Z] Removing intermediate container 29c1dee9554c [2020-10-13T20:18:25.646Z] ---> 8903b346c13d [2020-10-13T20:18:25.646Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-13T20:18:25.646Z] Removing intermediate container 796d193b1b1b [2020-10-13T20:18:25.646Z] ---> cbe2c6d505a1 [2020-10-13T20:18:25.646Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-13T20:18:25.646Z] ---> Running in 7d48f025a621 [2020-10-13T20:18:25.646Z] ---> Running in 0be6f2c90a3e [2020-10-13T20:18:25.646Z] ---> Running in 6f5d9a834394 [2020-10-13T20:18:26.272Z] Removing intermediate container 7d48f025a621 [2020-10-13T20:18:26.272Z] ---> e79e0f59c825 [2020-10-13T20:18:26.272Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-13T20:18:26.548Z] ---> Running in a495665810a0 [2020-10-13T20:18:26.549Z] Removing intermediate container 6f5d9a834394 [2020-10-13T20:18:26.549Z] ---> 68b109c86d6b [2020-10-13T20:18:26.549Z] Step 13/26 : WORKDIR / [2020-10-13T20:18:26.549Z] Removing intermediate container 0be6f2c90a3e [2020-10-13T20:18:26.549Z] ---> cf1f13322481 [2020-10-13T20:18:26.549Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-13T20:18:26.834Z] ---> 4d6057a62079 [2020-10-13T20:18:26.834Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-13T20:18:26.834Z] ---> Running in d0ee63bb0873 [2020-10-13T20:18:26.834Z] ---> Running in 14496c8428e2 [2020-10-13T20:18:26.834Z] ---> Running in 52d7c03d4caa [2020-10-13T20:18:27.125Z] Removing intermediate container a495665810a0 [2020-10-13T20:18:27.125Z] ---> 99924bdf7e98 [2020-10-13T20:18:27.125Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-13T20:18:27.414Z] Removing intermediate container 6183042b8766 [2020-10-13T20:18:27.414Z] ---> cd9ecb0d3a2e [2020-10-13T20:18:27.414Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-13T20:18:27.414Z] Removing intermediate container d0ee63bb0873 [2020-10-13T20:18:27.414Z] ---> 6dcf59cd5c03 [2020-10-13T20:18:27.414Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-13T20:18:27.698Z] Removing intermediate container 14496c8428e2 [2020-10-13T20:18:27.698Z] ---> 890adf7db246 [2020-10-13T20:18:27.698Z] 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-13T20:18:27.698Z] ---> Running in 8825f862acfe [2020-10-13T20:18:28.308Z] ---> 05a0ed917fe8 [2020-10-13T20:18:28.308Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-13T20:18:28.593Z] ---> f0d40a2ba4b0 [2020-10-13T20:18:28.593Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-13T20:18:28.593Z] Removing intermediate container 8825f862acfe [2020-10-13T20:18:28.593Z] ---> 6df67a6d7036 [2020-10-13T20:18:28.593Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-13T20:18:28.593Z] ---> 039988829a85 [2020-10-13T20:18:28.593Z] 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-13T20:18:29.210Z] ---> Running in 097f2ae6e528 [2020-10-13T20:18:29.818Z] Removing intermediate container 097f2ae6e528 [2020-10-13T20:18:29.818Z] ---> 3727f28d1744 [2020-10-13T20:18:29.818Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-13T20:18:30.112Z] ---> 6765d4128c1c [2020-10-13T20:18:30.112Z] ---> 1d9b8c5e552a [2020-10-13T20:18:30.112Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-13T20:18:30.112Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-13T20:18:30.398Z] ---> Running in 641e26c8d2cb [2020-10-13T20:18:30.398Z] Removing intermediate container 52d7c03d4caa [2020-10-13T20:18:30.398Z] ---> 6d7f87d225e9 [2020-10-13T20:18:30.398Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-13T20:18:30.689Z] ---> 7746cd45e763 [2020-10-13T20:18:30.689Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-13T20:18:30.689Z] ---> Running in e3bec88de5a4 [2020-10-13T20:18:30.967Z] Removing intermediate container 641e26c8d2cb [2020-10-13T20:18:30.967Z] ---> 382be49f0179 [2020-10-13T20:18:30.967Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-13T20:18:31.246Z] ---> 48f6ac1400c0 [2020-10-13T20:18:31.532Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-13T20:18:31.811Z] ---> 02cf5a464515 [2020-10-13T20:18:31.811Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-13T20:18:32.093Z] ---> Running in e6a8928792ea [2020-10-13T20:18:32.375Z] ---> bcc33fa7f9bf [2020-10-13T20:18:32.375Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-13T20:18:32.977Z] ---> c463d6c9df68 [2020-10-13T20:18:32.977Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-13T20:18:33.257Z] Removing intermediate container e6a8928792ea [2020-10-13T20:18:33.257Z] ---> c348232335da [2020-10-13T20:18:33.257Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> 16d1e8c2d207 [2020-10-13T20:18:33.257Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-13T20:18:33.257Z] [2020-10-13T20:18:33.257Z] ---> 131c7e9468bf [2020-10-13T20:18:33.257Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-13T20:18:33.536Z] ---> Running in 69354dbb5fa6 [2020-10-13T20:18:34.547Z] Removing intermediate container 69354dbb5fa6 [2020-10-13T20:18:34.547Z] ---> d3af138e94c2 [2020-10-13T20:18:34.547Z] Step 19/21 : LABEL arch=arm64 [2020-10-13T20:18:34.827Z] ---> a99df2ad6b4e [2020-10-13T20:18:34.827Z] ---> 4c408324398d [2020-10-13T20:18:34.827Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor /Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-13T20:18:34.827Z] [2020-10-13T20:18:34.827Z] ---> Running in 87a2b3293649 [2020-10-13T20:18:35.110Z] ---> 35b546e1d7e8 [2020-10-13T20:18:35.110Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-13T20:18:35.110Z] Removing intermediate container e3bec88de5a4 [2020-10-13T20:18:35.110Z] ---> 61d8623c3363 [2020-10-13T20:18:35.110Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-13T20:18:35.389Z] ---> Running in d842598bb8dd [2020-10-13T20:18:35.668Z] Removing intermediate container 87a2b3293649 [2020-10-13T20:18:35.668Z] ---> 2671fa8c26a0 [2020-10-13T20:18:35.668Z] Step 20/21 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:18:35.948Z] ---> Running in 288f4f4dece8 [2020-10-13T20:18:36.223Z] ---> a63b130b4218 [2020-10-13T20:18:36.223Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-13T20:18:36.223Z] Removing intermediate container d842598bb8dd [2020-10-13T20:18:36.223Z] ---> 09e900cfa8c6 [2020-10-13T20:18:36.223Z] Step 26/29 : CMD [ "generate" ] [2020-10-13T20:18:36.502Z] ---> Running in 745f9a884990 [2020-10-13T20:18:36.502Z] ---> Running in d0c8ea61a8bb [2020-10-13T20:18:36.502Z] ---> 0734e841c3c0 [2020-10-13T20:18:36.502Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-13T20:18:36.502Z] ---> 823de4344306 [2020-10-13T20:18:36.502Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-13T20:18:36.790Z] Removing intermediate container 288f4f4dece8 [2020-10-13T20:18:36.790Z] ---> 66969795d63f [2020-10-13T20:18:36.790Z] Step 21/21 : LABEL version=1.2.2-dev.69 [2020-10-13T20:18:36.790Z] ---> Running in 38f4f8cfa4a1 [2020-10-13T20:18:36.790Z] ---> Running in ad44362b31cd [2020-10-13T20:18:37.415Z] Removing intermediate container d0c8ea61a8bb [2020-10-13T20:18:37.415Z] ---> e892986d27af [2020-10-13T20:18:37.415Z] Step 27/29 : LABEL arch=arm64 [2020-10-13T20:18:37.692Z] ---> Running in ee14bc5a2f93 [2020-10-13T20:18:37.692Z] Removing intermediate container 38f4f8cfa4a1 [2020-10-13T20:18:37.692Z] ---> 87afbe38407e [2020-10-13T20:18:37.692Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:18:37.692Z] Removing intermediate container ad44362b31cd [2020-10-13T20:18:37.692Z] ---> b9ed9ed169cb [2020-10-13T20:18:37.692Z] [2020-10-13T20:18:37.970Z] ---> Running in c40d74ddee5a [2020-10-13T20:18:37.970Z] Removing intermediate container ee14bc5a2f93 [2020-10-13T20:18:37.970Z] ---> 10d0bbc07790 [2020-10-13T20:18:37.970Z] Step 28/29 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:18:37.970Z] ---> e74fabb81950 [2020-10-13T20:18:37.970Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-13T20:18:38.257Z] ---> Running in 60f9b4df9fdb [2020-10-13T20:18:38.537Z] Successfully built b9ed9ed169cb [2020-10-13T20:18:38.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:18:38.537Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-13T20:18:38.537Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-10-13T20:18:38.537Z] Removing intermediate container c40d74ddee5a [2020-10-13T20:18:38.537Z] ---> 7c414abf75b5 [2020-10-13T20:18:38.537Z] Step 22/24 : LABEL arch=arm64 [2020-10-13T20:18:38.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:18:38.821Z] ---> Running in e88dc8fac887 [2020-10-13T20:18:39.102Z] Removing intermediate container 60f9b4df9fdb [2020-10-13T20:18:39.102Z] ---> e93fe4af92c4 [2020-10-13T20:18:39.102Z] ---> 0aa0ccfbf3af [2020-10-13T20:18:39.102Z] Step 29/29 : LABEL version=1.2.2-dev.69Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-13T20:18:39.102Z] [2020-10-13T20:18:39.382Z] ---> Running in 9f7adb09ea6b [2020-10-13T20:18:39.382Z] ---> Running in 3cce93e8cc96 [2020-10-13T20:18:39.382Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-13T20:18:39.382Z] (2/33) Installing expat (2.2.9-r1) [2020-10-13T20:18:39.382Z] (3/33) Installing libffi (3.3-r2) [2020-10-13T20:18:39.382Z] (4/33) Installing gdbm (1.13-r1) [2020-10-13T20:18:39.382Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-13T20:18:39.382Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-13T20:18:39.382Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-13T20:18:39.382Z] Removing intermediate container e88dc8fac887 [2020-10-13T20:18:39.382Z] ---> 28e86d5c08cb [2020-10-13T20:18:39.382Z] Step 23/24 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:18:40.848Z] ---> Running in 79177504ba58 [2020-10-13T20:18:40.848Z] Removing intermediate container 3cce93e8cc96 [2020-10-13T20:18:40.848Z] ---> 36b1900a6e5a [2020-10-13T20:18:40.848Z] [2020-10-13T20:18:41.457Z] Successfully built 36b1900a6e5a [2020-10-13T20:18:41.457Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-13T20:18:41.457Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-13T20:18:41.457Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-13T20:18:41.457Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-13T20:18:41.457Z] Building docker-security-proxy-setup-go [2020-10-13T20:18:41.457Z]  Building docker-security-secrets-setup-go ... done (11/33) Installing py3-six (1.15.0-r0) [2020-10-13T20:18:41.457Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-13T20:18:41.457Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-13T20:18:41.735Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-13T20:18:41.736Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-13T20:18:41.736Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-13T20:18:42.012Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-13T20:18:42.012Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-13T20:18:42.012Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-13T20:18:42.012Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-13T20:18:42.012Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-13T20:18:42.012Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-13T20:18:42.012Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-13T20:18:42.012Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-13T20:18:42.012Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-13T20:18:42.297Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-13T20:18:42.297Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-13T20:18:42.297Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-13T20:18:42.297Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-13T20:18:42.297Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-13T20:18:42.297Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-13T20:18:42.297Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-13T20:18:42.297Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-13T20:18:42.297Z] Removing intermediate container 79177504ba58 [2020-10-13T20:18:42.297Z] ---> b9e289815542 [2020-10-13T20:18:42.591Z] Step 24/24 : LABEL version=1.2.2-dev.69 [2020-10-13T20:18:42.591Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:18:42.591Z] OK: 71 MiB in 55 packages [2020-10-13T20:18:42.877Z] ---> Running in 2e08511c9f1f [2020-10-13T20:18:44.334Z] Removing intermediate container 2e08511c9f1f [2020-10-13T20:18:44.334Z] ---> 9d7b6392ab93 [2020-10-13T20:18:44.334Z] [2020-10-13T20:18:44.611Z] Removing intermediate container 9f7adb09ea6b [2020-10-13T20:18:44.611Z] ---> c29540b8fe70 [2020-10-13T20:18:44.611Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-13T20:18:44.888Z] Successfully built 9d7b6392ab93 [2020-10-13T20:18:45.488Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-13T20:18:45.488Z] Building docker-support-logging-go [2020-10-13T20:18:46.089Z]  Building docker-support-notifications-go ... done  ---> Running in 9cedd5f50a75 [2020-10-13T20:18:47.085Z] Removing intermediate container 9cedd5f50a75 [2020-10-13T20:18:47.085Z] ---> 261d12a3c8cd [2020-10-13T20:18:47.085Z] Step 24/26 : LABEL arch=arm64 [2020-10-13T20:18:47.364Z] ---> Running in 209ffdf01aa9 [2020-10-13T20:18:48.361Z] Removing intermediate container 209ffdf01aa9 [2020-10-13T20:18:48.361Z] ---> 7f48ae67b5a2 [2020-10-13T20:18:48.361Z] Step 25/26 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:18:48.972Z] ---> Running in f50348e0c8d7 [2020-10-13T20:18:49.964Z] Removing intermediate container f50348e0c8d7 [2020-10-13T20:18:49.964Z] ---> 77c6dd56ed5e [2020-10-13T20:18:49.964Z] Step 26/26 : LABEL version=1.2.2-dev.69 [2020-10-13T20:18:50.237Z] Removing intermediate container 745f9a884990 [2020-10-13T20:18:50.237Z] ---> b581a5b45ffa [2020-10-13T20:18:50.237Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-13T20:18:50.843Z] ---> Running in 7a5b791291e4 [2020-10-13T20:18:50.843Z] ---> Running in e678cbba42a2 [2020-10-13T20:18:52.317Z] Removing intermediate container 7a5b791291e4 [2020-10-13T20:18:52.317Z] ---> 46ad839ffbd4 [2020-10-13T20:18:52.317Z] [2020-10-13T20:18:52.922Z] Successfully built 46ad839ffbd4 [2020-10-13T20:18:52.922Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-13T20:18:52.922Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-10-13T20:18:57.233Z] Collecting docker-compose==1.23.2 [2020-10-13T20:18:57.233Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-13T20:18:57.829Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-13T20:18:57.829Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-13T20:18:58.427Z] Collecting texttable<0.10,>=0.9.0 [2020-10-13T20:18:58.427Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-13T20:19:01.867Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-13T20:19:01.867Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-13T20:19:02.140Z] Collecting cached-property<2,>=1.2.0 [2020-10-13T20:19:02.140Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-13T20:19:02.740Z] Collecting docker<4.0,>=3.6.0 [2020-10-13T20:19:03.012Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-13T20:19:03.609Z] Collecting docopt<0.7,>=0.6.1 [2020-10-13T20:19:03.609Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-13T20:19:06.254Z] Collecting jsonschema<3,>=2.5.1 [2020-10-13T20:19:06.254Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-13T20:19:06.254Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-13T20:19:06.254Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-13T20:19:09.153Z] 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-13T20:19:09.456Z] Collecting PyYAML<4,>=3.10 [2020-10-13T20:19:09.456Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-13T20:19:13.859Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-13T20:19:13.859Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-13T20:19:13.859Z] 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-13T20:19:13.859Z] 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-13T20:19:13.859Z] Collecting idna<2.8,>=2.5 [2020-10-13T20:19:13.859Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-13T20:19:14.135Z] Collecting docker-pycreds>=0.4.0 [2020-10-13T20:19:14.135Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-13T20:19:14.414Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-13T20:19:14.414Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-13T20:19:14.414Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-13T20:19:14.414Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-13T20:19:15.397Z] Installing collected packages: websocket-client, texttable, urllib3, idna, requests, cached-property, docker-pycreds, docker, docopt, jsonschema, dockerpty, PyYAML, docker-compose [2020-10-13T20:19:15.675Z] Running setup.py install for texttable: started [2020-10-13T20:19:17.663Z] Running setup.py install for texttable: finished with status 'done' [2020-10-13T20:19:17.663Z] Attempting uninstall: urllib3 [2020-10-13T20:19:17.663Z] Found existing installation: urllib3 1.25.9 [2020-10-13T20:19:17.663Z] Uninstalling urllib3-1.25.9: [2020-10-13T20:19:17.663Z] Successfully uninstalled urllib3-1.25.9 [2020-10-13T20:19:18.262Z] Attempting uninstall: idna [2020-10-13T20:19:18.263Z] Found existing installation: idna 2.9 [2020-10-13T20:19:18.263Z] Uninstalling idna-2.9: [2020-10-13T20:19:18.542Z] Successfully uninstalled idna-2.9 [2020-10-13T20:19:19.137Z] Attempting uninstall: requests [2020-10-13T20:19:19.137Z] Found existing installation: requests 2.23.0 [2020-10-13T20:19:19.137Z] Uninstalling requests-2.23.0: [2020-10-13T20:19:19.420Z] Successfully uninstalled requests-2.23.0 [2020-10-13T20:19:20.426Z] Running setup.py install for docopt: started [2020-10-13T20:19:23.075Z] Running setup.py install for docopt: finished with status 'done' [2020-10-13T20:19:23.365Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:19:23.365Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:19:23.365Z] ---> 70d7265e819b [2020-10-13T20:19:23.365Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T20:19:23.365Z] ---> Using cache [2020-10-13T20:19:23.365Z] ---> 1b3610f55fa8 [2020-10-13T20:19:23.365Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:19:24.353Z] Running setup.py install for dockerpty: started [2020-10-13T20:19:27.030Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-13T20:19:27.030Z] Running setup.py install for PyYAML: started [2020-10-13T20:19:27.030Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:19:27.031Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:19:27.031Z] ---> 70d7265e819b [2020-10-13T20:19:27.031Z] Step 3/20 : WORKDIR /edgex-go [2020-10-13T20:19:27.031Z] ---> Using cache [2020-10-13T20:19:27.031Z] ---> 1b3610f55fa8 [2020-10-13T20:19:27.031Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:19:29.692Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-13T20:19:32.325Z] 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-13T20:19:32.325Z] ---> Running in 7444775c6326 [2020-10-13T20:19:32.325Z] ---> Running in 93e6086ace69 [2020-10-13T20:19:33.767Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:19:33.767Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:19:33.767Z] ---> 70d7265e819b [2020-10-13T20:19:33.767Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T20:19:33.767Z] ---> Using cache [2020-10-13T20:19:33.767Z] ---> 1b3610f55fa8 [2020-10-13T20:19:33.767Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:19:34.374Z] ---> Running in 984e0d796fce [2020-10-13T20:19:35.378Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:19:35.378Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:19:35.656Z] ---> 70d7265e819b [2020-10-13T20:19:35.656Z] Step 3/23 : WORKDIR /edgex-go [2020-10-13T20:19:35.656Z] ---> Using cache [2020-10-13T20:19:35.656Z] ---> 1b3610f55fa8 [2020-10-13T20:19:35.656Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:19:35.656Z] ---> Running in 0fff77bddc60 [2020-10-13T20:19:37.105Z] Removing intermediate container 93e6086ace69 [2020-10-13T20:19:37.105Z] ---> ef5218ed4f9d [2020-10-13T20:19:37.105Z] Step 5/22 : RUN apk update && apk add make git [2020-10-13T20:19:37.105Z] Removing intermediate container 7444775c6326 [2020-10-13T20:19:37.105Z] ---> 01b5a0907d12 [2020-10-13T20:19:37.105Z] Step 5/20 : RUN apk update && apk add make git [2020-10-13T20:19:37.105Z] ---> Running in e2182e0d3659 [2020-10-13T20:19:37.385Z] ---> Running in af2692fc2467 [2020-10-13T20:19:37.671Z] Removing intermediate container e678cbba42a2 [2020-10-13T20:19:37.671Z] ---> 7a013473c5aa [2020-10-13T20:19:37.671Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-13T20:19:37.945Z] ---> Running in b9d7b1a6420b [2020-10-13T20:19:38.553Z] Removing intermediate container 984e0d796fce [2020-10-13T20:19:38.553Z] ---> 81c19eaabd0b [2020-10-13T20:19:38.553Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-13T20:19:38.828Z] ---> Running in 11c16c9aee47 [2020-10-13T20:19:39.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:19:40.087Z] Removing intermediate container 0fff77bddc60 [2020-10-13T20:19:40.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:19:40.087Z] ---> a65a53b1ff4c [2020-10-13T20:19:40.087Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-13T20:19:40.087Z] ---> Running in f0b97535afaf [2020-10-13T20:19:40.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:19:40.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:19:40.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:19:40.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:19:41.197Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-13T20:19:41.197Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-13T20:19:41.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:19:41.197Z] (3/3) Installing curl (7.69.1-r1) [2020-10-13T20:19:41.197Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:19:41.197Z] OK: 71 MiB in 58 packages [2020-10-13T20:19:41.806Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:19:41.807Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:19:41.807Z] OK: 12623 distinct packages available [2020-10-13T20:19:42.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:19:42.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:19:42.084Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:19:42.084Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:19:42.084Z] OK: 12623 distinct packages available [2020-10-13T20:19:42.703Z] OK: 217 MiB in 51 packages [2020-10-13T20:19:42.703Z] Removing intermediate container b9d7b1a6420b [2020-10-13T20:19:42.703Z] ---> ef51dee70098 [2020-10-13T20:19:42.703Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-13T20:19:42.703Z] ---> Running in 2eec78d59127 [2020-10-13T20:19:42.988Z] OK: 217 MiB in 51 packages [2020-10-13T20:19:42.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:19:42.988Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:19:42.988Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:19:42.988Z] OK: 12623 distinct packages available [2020-10-13T20:19:43.607Z] Removing intermediate container 2eec78d59127 [2020-10-13T20:19:43.607Z] ---> 1b3307034f32 [2020-10-13T20:19:43.607Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:19:43.883Z] ---> Running in b49864cb57c6 [2020-10-13T20:19:43.883Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:19:43.883Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:19:43.883Z] OK: 12623 distinct packages available [2020-10-13T20:19:43.883Z] OK: 217 MiB in 51 packages [2020-10-13T20:19:44.490Z] Removing intermediate container e2182e0d3659 [2020-10-13T20:19:44.490Z] ---> f6bcda367f04 [2020-10-13T20:19:44.490Z] Step 6/22 : COPY go.mod . [2020-10-13T20:19:44.767Z] OK: 217 MiB in 51 packages [2020-10-13T20:19:44.767Z] Removing intermediate container b49864cb57c6 [2020-10-13T20:19:44.767Z] ---> 1534e7c18a9c [2020-10-13T20:19:44.767Z] Step 25/27 : LABEL arch=arm64 [2020-10-13T20:19:44.767Z] OK: 217 MiB in 51 packages [2020-10-13T20:19:44.767Z] ---> Running in 479a2b749d9f [2020-10-13T20:19:45.054Z] Removing intermediate container af2692fc2467 [2020-10-13T20:19:45.054Z] ---> 605b58784675 [2020-10-13T20:19:45.054Z] Step 6/20 : COPY go.mod . [2020-10-13T20:19:45.664Z] ---> 0d87567ffbc8 [2020-10-13T20:19:45.664Z] Step 7/22 : RUN go mod download [2020-10-13T20:19:45.664Z] Removing intermediate container 479a2b749d9f [2020-10-13T20:19:45.664Z] ---> 66a411027c5f [2020-10-13T20:19:45.664Z] Step 26/27 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:19:45.946Z] ---> Running in 8a6baded3327 [2020-10-13T20:19:45.946Z] ---> Running in f1dfee09b6ba [2020-10-13T20:19:46.220Z] ---> daf62fa3b921 [2020-10-13T20:19:46.220Z] Step 7/20 : RUN go mod download [2020-10-13T20:19:46.496Z] ---> Running in 5c4b0bf8b03f [2020-10-13T20:19:46.496Z] Removing intermediate container f0b97535afaf [2020-10-13T20:19:46.496Z] ---> 12873e2f1e17 [2020-10-13T20:19:46.496Z] Step 6/23 : COPY go.mod . [2020-10-13T20:19:46.773Z] Removing intermediate container 11c16c9aee47 [2020-10-13T20:19:46.773Z] ---> 182258f16f9d [2020-10-13T20:19:46.773Z] Step 6/22 : COPY go.mod . [2020-10-13T20:19:46.773Z] Removing intermediate container f1dfee09b6ba [2020-10-13T20:19:46.773Z] ---> 9f9165ef9b61 [2020-10-13T20:19:46.773Z] Step 27/27 : LABEL version=1.2.2-dev.69 [2020-10-13T20:19:47.064Z] ---> Running in b58b28d4d293 [2020-10-13T20:19:47.676Z] ---> de64d1dd8889 [2020-10-13T20:19:47.676Z] Step 7/23 : RUN go mod download [2020-10-13T20:19:47.676Z] Removing intermediate container b58b28d4d293 [2020-10-13T20:19:47.676Z] ---> 8695e2977016 [2020-10-13T20:19:47.676Z] [2020-10-13T20:19:47.951Z] ---> f2775f500849 [2020-10-13T20:19:47.951Z] Step 7/22 : RUN go mod download [2020-10-13T20:19:47.951Z] ---> Running in 45baa2445bbc [2020-10-13T20:19:48.227Z] Successfully built 8695e2977016 [2020-10-13T20:19:48.227Z] ---> Running in 38306db26304 [2020-10-13T20:19:48.227Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-13T20:19:48.227Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-10-13T20:19:50.865Z] Removing intermediate container 8a6baded3327 [2020-10-13T20:19:50.866Z] ---> 05464dacc195 [2020-10-13T20:19:50.866Z] Step 8/22 : COPY . . [2020-10-13T20:19:55.244Z] Removing intermediate container 5c4b0bf8b03f [2020-10-13T20:19:55.244Z] ---> 277e46c86153 [2020-10-13T20:19:55.244Z] Step 8/20 : COPY . . [2020-10-13T20:19:58.704Z] Removing intermediate container 38306db26304 [2020-10-13T20:19:58.704Z] ---> 06ae6305dea1 [2020-10-13T20:19:58.704Z] Step 8/22 : COPY . . [2020-10-13T20:19:58.704Z] Removing intermediate container 45baa2445bbc [2020-10-13T20:19:58.704Z] ---> 25b2f92fdae4 [2020-10-13T20:19:58.704Z] Step 8/23 : COPY . . [2020-10-13T20:20:07.055Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-13T20:20:07.055Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-13T20:20:07.055Z] ---> 70d7265e819b [2020-10-13T20:20:07.055Z] Step 3/22 : WORKDIR /edgex-go [2020-10-13T20:20:07.055Z] ---> Using cache [2020-10-13T20:20:07.055Z] ---> 1b3610f55fa8 [2020-10-13T20:20:07.055Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:20:07.055Z] ---> Using cache [2020-10-13T20:20:07.055Z] ---> a65a53b1ff4c [2020-10-13T20:20:07.055Z] Step 5/22 : RUN apk update && apk add make git [2020-10-13T20:20:17.222Z] ---> Running in 5604779b6895 [2020-10-13T20:20:17.222Z] ---> 1cc912cec6ba [2020-10-13T20:20:17.222Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-13T20:20:17.222Z] ---> cb4b6ac572df [2020-10-13T20:20:17.222Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-13T20:20:17.222Z] ---> 4d840d7bb018 [2020-10-13T20:20:17.222Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-13T20:20:17.222Z] ---> a6d4741ce707 [2020-10-13T20:20:17.222Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-13T20:20:17.222Z] ---> Running in 670e347c4e18 [2020-10-13T20:20:17.222Z] ---> Running in 718da8ebf8d3 [2020-10-13T20:20:17.222Z] ---> Running in b0e2c407ac35 [2020-10-13T20:20:17.222Z] ---> Running in 7fadcb5faaa2 [2020-10-13T20:20:17.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:20:18.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:20:19.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/core-command/core-command ./cmd/core-command [2020-10-13T20:20:19.088Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/core-data/core-data ./cmd/core-data [2020-10-13T20:20:19.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-13T20:20:19.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-13T20:20:19.647Z] v3.12.0-401-g86b6908751 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:20:19.647Z] v3.12.0-403-g4c3b3b977d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:20:19.647Z] OK: 12623 distinct packages available [2020-10-13T20:20:20.646Z] OK: 217 MiB in 51 packages [2020-10-13T20:20:22.639Z] Removing intermediate container 5604779b6895 [2020-10-13T20:20:22.639Z] ---> ce3bf5088e41 [2020-10-13T20:20:22.639Z] Step 6/22 : COPY go.mod . [2020-10-13T20:20:23.243Z] ---> 4f8a1fe48945 [2020-10-13T20:20:23.243Z] Step 7/22 : RUN go mod download [2020-10-13T20:20:23.518Z] ---> Running in 4a2eb69b3072 [2020-10-13T20:20:28.957Z] Removing intermediate container 4a2eb69b3072 [2020-10-13T20:20:28.957Z] ---> eec3e7e895a0 [2020-10-13T20:20:28.957Z] Step 8/22 : COPY . . [2020-10-13T20:20:51.164Z] ---> 079d80019fbc [2020-10-13T20:20:51.164Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-13T20:20:51.164Z] ---> Running in 9f2ee02d26fe [2020-10-13T20:20:51.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.69" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-13T20:21:47.750Z] Removing intermediate container b0e2c407ac35 [2020-10-13T20:21:47.750Z] ---> e2549efa880e [2020-10-13T20:21:47.750Z] [2020-10-13T20:21:47.750Z] Step 10/20 : FROM alpine [2020-10-13T20:21:47.750Z] ---> 62ee0e9f8440 [2020-10-13T20:21:47.750Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-13T20:21:47.750Z] ---> Running in 3bb48a849f52 [2020-10-13T20:21:47.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:21:47.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:21:48.739Z] v3.12.0-401-g86b6908751 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-13T20:21:48.739Z] v3.12.0-403-g4c3b3b977d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-13T20:21:48.739Z] OK: 12621 distinct packages available [2020-10-13T20:21:49.344Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-13T20:21:49.621Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-13T20:21:49.621Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-13T20:21:49.621Z] (4/4) Installing curl (7.69.1-r1) [2020-10-13T20:21:49.621Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:21:49.621Z] Executing ca-certificates-20191127-r4.trigger [2020-10-13T20:21:49.898Z] OK: 7 MiB in 18 packages [2020-10-13T20:21:52.539Z] Removing intermediate container 3bb48a849f52 [2020-10-13T20:21:52.539Z] ---> cd01ed16641c [2020-10-13T20:21:52.539Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-13T20:21:52.825Z] ---> Running in 37290652e34f [2020-10-13T20:21:53.435Z] Removing intermediate container 37290652e34f [2020-10-13T20:21:53.435Z] ---> afd3035cbac0 [2020-10-13T20:21:53.435Z] Step 13/20 : WORKDIR /edgex [2020-10-13T20:21:54.050Z] ---> Running in 37d188441890 [2020-10-13T20:21:55.518Z] Removing intermediate container 37d188441890 [2020-10-13T20:21:55.518Z] ---> b75493882fdd [2020-10-13T20:21:55.518Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-13T20:21:56.520Z] Removing intermediate container 7fadcb5faaa2 [2020-10-13T20:21:56.520Z] ---> c11adf4055ac [2020-10-13T20:21:56.520Z] [2020-10-13T20:21:56.520Z] Step 10/22 : FROM scratch [2020-10-13T20:21:56.520Z] ---> [2020-10-13T20:21:56.520Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-13T20:21:56.803Z] ---> Using cache [2020-10-13T20:21:56.803Z] ---> 8c82aff8f7a7 [2020-10-13T20:21:56.803Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-13T20:21:56.803Z] ---> Running in 8f8cdf13233a [2020-10-13T20:21:56.803Z] ---> ba48412491cc [2020-10-13T20:21:56.803Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-13T20:21:57.806Z] Removing intermediate container 8f8cdf13233a [2020-10-13T20:21:57.806Z] ---> b08075aed3d1 [2020-10-13T20:21:57.806Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T20:21:57.806Z] ---> Running in c1fc15b030da [2020-10-13T20:21:58.885Z] ---> d19890de0841 [2020-10-13T20:21:58.885Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-13T20:21:58.885Z] Removing intermediate container c1fc15b030da [2020-10-13T20:21:58.885Z] ---> 69e335247601 [2020-10-13T20:21:58.886Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-13T20:21:59.163Z] ---> Running in 66d0a18b2f80 [2020-10-13T20:22:00.155Z] Removing intermediate container 66d0a18b2f80 [2020-10-13T20:22:00.155Z] ---> 1cc17ca7cee3 [2020-10-13T20:22:00.155Z] Step 17/20 : CMD ["--init=true"] [2020-10-13T20:22:00.155Z] ---> Running in 0650f82075ff [2020-10-13T20:22:00.155Z] ---> 7dc5f12575ec [2020-10-13T20:22:00.155Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-13T20:22:01.151Z] Removing intermediate container 0650f82075ff [2020-10-13T20:22:01.151Z] ---> 68abc402050c [2020-10-13T20:22:01.151Z] Step 18/20 : LABEL arch=arm64 [2020-10-13T20:22:01.151Z] ---> Running in 01a3b7295fb5 [2020-10-13T20:22:01.430Z] ---> d8e3735cf64e [2020-10-13T20:22:01.430Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-13T20:22:02.041Z] Removing intermediate container 01a3b7295fb5 [2020-10-13T20:22:02.041Z] ---> 2fa8b71d6a8a [2020-10-13T20:22:02.041Z] Step 19/20 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:22:02.653Z] ---> Running in 27d389f499b5 [2020-10-13T20:22:03.260Z] Removing intermediate container 27d389f499b5 [2020-10-13T20:22:03.260Z] ---> 65b9c6596065 [2020-10-13T20:22:03.260Z] Step 20/20 : LABEL version=1.2.2-dev.69 [2020-10-13T20:22:03.543Z] ---> Running in cbc51c14a3ed [2020-10-13T20:22:03.543Z] ---> 59d3ba920da2 [2020-10-13T20:22:03.543Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-13T20:22:04.534Z] Removing intermediate container cbc51c14a3ed [2020-10-13T20:22:04.534Z] ---> ef0cdb6cae12 [2020-10-13T20:22:04.534Z] [2020-10-13T20:22:05.137Z] Successfully built ef0cdb6cae12 [2020-10-13T20:22:05.137Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-13T20:22:05.137Z]  Building docker-security-proxy-setup-go ... done  ---> 63d2cf4ebd7c [2020-10-13T20:22:05.137Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-13T20:22:05.137Z] ---> Running in 2bfee1d6dccc [2020-10-13T20:22:05.749Z] Removing intermediate container 2bfee1d6dccc [2020-10-13T20:22:05.749Z] ---> 4dc92a501653 [2020-10-13T20:22:05.749Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:22:06.025Z] ---> Running in c78b70090055 [2020-10-13T20:22:06.635Z] Removing intermediate container c78b70090055 [2020-10-13T20:22:06.635Z] ---> 72c7ac8d642f [2020-10-13T20:22:06.635Z] Step 20/22 : LABEL arch=arm64 [2020-10-13T20:22:06.912Z] ---> Running in 806e94c8072d [2020-10-13T20:22:07.541Z] Removing intermediate container 806e94c8072d [2020-10-13T20:22:07.541Z] ---> 65e43fb03e0d [2020-10-13T20:22:07.541Z] Step 21/22 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:22:07.541Z] ---> Running in 8f7af4f02efb [2020-10-13T20:22:08.540Z] Removing intermediate container 8f7af4f02efb [2020-10-13T20:22:08.540Z] ---> 713fdcec1ac2 [2020-10-13T20:22:08.540Z] Step 22/22 : LABEL version=1.2.2-dev.69 [2020-10-13T20:22:08.540Z] ---> Running in bb99487eaf92 [2020-10-13T20:22:09.151Z] Removing intermediate container bb99487eaf92 [2020-10-13T20:22:09.151Z] ---> 4250399f9d1e [2020-10-13T20:22:09.151Z] [2020-10-13T20:22:09.753Z] Successfully built 4250399f9d1e [2020-10-13T20:22:09.753Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-13T20:22:16.508Z]  Building docker-support-logging-go ... done Removing intermediate container 670e347c4e18 [2020-10-13T20:22:16.509Z] ---> 5e91f6edc666 [2020-10-13T20:22:16.509Z] [2020-10-13T20:22:16.509Z] Step 10/22 : FROM scratch [2020-10-13T20:22:16.509Z] ---> [2020-10-13T20:22:16.509Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T20:22:16.509Z] ---> Using cache [2020-10-13T20:22:16.509Z] ---> 8903b346c13d [2020-10-13T20:22:16.509Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-13T20:22:16.509Z] ---> Running in 41a114ff9e30 [2020-10-13T20:22:16.509Z] Removing intermediate container 41a114ff9e30 [2020-10-13T20:22:16.509Z] ---> fd33e89e7c28 [2020-10-13T20:22:16.509Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T20:22:16.787Z] ---> Running in aea9e6465a73 [2020-10-13T20:22:17.393Z] Removing intermediate container aea9e6465a73 [2020-10-13T20:22:17.393Z] ---> c7b7e989f997 [2020-10-13T20:22:17.393Z] Step 14/22 : WORKDIR / [2020-10-13T20:22:17.393Z] ---> Running in a5d28962ba76 [2020-10-13T20:22:18.396Z] Removing intermediate container a5d28962ba76 [2020-10-13T20:22:18.396Z] ---> b17a2bbcdf15 [2020-10-13T20:22:18.396Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-13T20:22:19.391Z] ---> b95b5bfd202d [2020-10-13T20:22:19.391Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-13T20:22:20.838Z] ---> a9608ac0cba3 [2020-10-13T20:22:20.838Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-13T20:22:22.301Z] ---> 8d7d57ef12bf [2020-10-13T20:22:22.302Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-13T20:22:22.302Z] ---> Running in 66fe387ca332 [2020-10-13T20:22:22.921Z] Removing intermediate container 66fe387ca332 [2020-10-13T20:22:22.921Z] ---> 9da8d171fefd [2020-10-13T20:22:22.921Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:22:23.201Z] ---> Running in c9520bd15301 [2020-10-13T20:22:23.809Z] Removing intermediate container c9520bd15301 [2020-10-13T20:22:23.809Z] ---> 9b398df5aa47 [2020-10-13T20:22:23.809Z] Step 20/22 : LABEL arch=arm64 [2020-10-13T20:22:24.086Z] ---> Running in 7b40709c3334 [2020-10-13T20:22:24.710Z] Removing intermediate container 7b40709c3334 [2020-10-13T20:22:24.710Z] ---> ff7ae2d5a67d [2020-10-13T20:22:24.710Z] Step 21/22 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:22:24.990Z] ---> Running in 4d39c3d3e794 [2020-10-13T20:22:25.601Z] Removing intermediate container 4d39c3d3e794 [2020-10-13T20:22:25.601Z] ---> d0d6f76c3e7c [2020-10-13T20:22:25.601Z] Step 22/22 : LABEL version=1.2.2-dev.69 [2020-10-13T20:22:25.601Z] ---> Running in 57bb630d0d10 [2020-10-13T20:22:26.392Z] Removing intermediate container 57bb630d0d10 [2020-10-13T20:22:26.392Z] ---> d38c0c48dce0 [2020-10-13T20:22:26.392Z] [2020-10-13T20:22:26.810Z] Successfully built d38c0c48dce0 [2020-10-13T20:22:26.810Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-13T20:22:39.451Z]  Building docker-core-command-go ... done Removing intermediate container 9f2ee02d26fe [2020-10-13T20:22:39.451Z] ---> b41ee0550d29 [2020-10-13T20:22:39.451Z] [2020-10-13T20:22:39.451Z] Step 10/22 : FROM scratch [2020-10-13T20:22:39.451Z] ---> [2020-10-13T20:22:39.451Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T20:22:39.451Z] Removing intermediate container 718da8ebf8d3 [2020-10-13T20:22:39.451Z] ---> bcc27b998236 [2020-10-13T20:22:39.451Z] [2020-10-13T20:22:39.451Z] Step 10/23 : FROM alpine [2020-10-13T20:22:39.451Z] ---> 62ee0e9f8440 [2020-10-13T20:22:39.451Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-13T20:22:39.724Z] ---> Using cache [2020-10-13T20:22:39.724Z] ---> 8903b346c13d [2020-10-13T20:22:39.724Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-13T20:22:39.724Z] ---> Running in 400a1f2b4c30 [2020-10-13T20:22:39.724Z] ---> Running in e9f1f618812e [2020-10-13T20:22:39.999Z] Removing intermediate container 400a1f2b4c30 [2020-10-13T20:22:39.999Z] ---> dc57c65ada6d [2020-10-13T20:22:39.999Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-13T20:22:40.274Z] Removing intermediate container e9f1f618812e [2020-10-13T20:22:40.275Z] ---> 8fec42eb3085 [2020-10-13T20:22:40.275Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-13T20:22:40.275Z] ---> Running in cd9537a5eb16 [2020-10-13T20:22:40.275Z] ---> Running in 69a3449b9837 [2020-10-13T20:22:40.876Z] Removing intermediate container cd9537a5eb16 [2020-10-13T20:22:40.876Z] ---> 4389905e0e29 [2020-10-13T20:22:40.876Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-13T20:22:40.876Z] Removing intermediate container 69a3449b9837 [2020-10-13T20:22:40.876Z] ---> 92f3ea25a703 [2020-10-13T20:22:40.876Z] Step 14/22 : WORKDIR / [2020-10-13T20:22:40.876Z] ---> Running in b2a711535e5a [2020-10-13T20:22:40.876Z] ---> Running in 004f97a2d14e [2020-10-13T20:22:41.481Z] Removing intermediate container b2a711535e5a [2020-10-13T20:22:41.481Z] ---> 63e36189730d [2020-10-13T20:22:41.481Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-13T20:22:41.481Z] ---> Running in 2ac2b789c911 [2020-10-13T20:22:41.764Z] Removing intermediate container 004f97a2d14e [2020-10-13T20:22:41.764Z] ---> 49a869b68948 [2020-10-13T20:22:41.764Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-13T20:22:42.751Z] ---> cab3071eb4fa [2020-10-13T20:22:42.751Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-13T20:22:44.210Z] ---> 62174bba52e3 [2020-10-13T20:22:44.210Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-13T20:22:44.818Z] Removing intermediate container 2ac2b789c911 [2020-10-13T20:22:44.818Z] ---> 14b3e8d6904f [2020-10-13T20:22:44.818Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-13T20:22:44.818Z] ---> Running in 531a79912081 [2020-10-13T20:22:45.094Z] ---> 97815cd126b0 [2020-10-13T20:22:45.094Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-13T20:22:45.369Z] ---> Running in e9ad080b1cca [2020-10-13T20:22:45.974Z] Removing intermediate container e9ad080b1cca [2020-10-13T20:22:45.974Z] ---> 5cf329abcf72 [2020-10-13T20:22:45.974Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:22:45.974Z] ---> Running in 445c1ed72423 [2020-10-13T20:22:46.568Z] Removing intermediate container 445c1ed72423 [2020-10-13T20:22:46.568Z] ---> c8c547f6f8da [2020-10-13T20:22:46.568Z] Step 20/22 : LABEL arch=arm64 [2020-10-13T20:22:46.568Z] ---> Running in 839072a13a83 [2020-10-13T20:22:46.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-13T20:22:47.120Z] Removing intermediate container 839072a13a83 [2020-10-13T20:22:47.120Z] ---> c2889be40012 [2020-10-13T20:22:47.120Z] Step 21/22 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:22:47.120Z] ---> Running in 9df653e6f121 [2020-10-13T20:22:47.720Z] Removing intermediate container 9df653e6f121 [2020-10-13T20:22:47.720Z] ---> 943006cf37b1 [2020-10-13T20:22:47.720Z] Step 22/22 : LABEL version=1.2.2-dev.69 [2020-10-13T20:22:47.720Z] ---> Running in ff0fbbfd5886 [2020-10-13T20:22:48.316Z] Removing intermediate container ff0fbbfd5886 [2020-10-13T20:22:48.316Z] ---> 97e81f44a4ab [2020-10-13T20:22:48.316Z] [2020-10-13T20:22:48.587Z] Successfully built 97e81f44a4ab [2020-10-13T20:22:48.587Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-13T20:22:48.587Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-13T20:22:51.211Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-13T20:22:51.211Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-13T20:22:51.484Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-13T20:22:52.459Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-13T20:22:52.459Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-13T20:22:52.730Z] Executing busybox-1.31.1-r16.trigger [2020-10-13T20:22:52.730Z] OK: 8 MiB in 19 packages [2020-10-13T20:22:54.162Z] Removing intermediate container 531a79912081 [2020-10-13T20:22:54.162Z] ---> 313792811b72 [2020-10-13T20:22:54.162Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-13T20:22:54.759Z] ---> cec5083ca41e [2020-10-13T20:22:54.759Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-13T20:22:56.191Z] ---> d1be622ddd74 [2020-10-13T20:22:56.191Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-13T20:22:56.787Z] ---> 07382601020d [2020-10-13T20:22:56.787Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-13T20:22:57.060Z] ---> Running in ac16d618ede4 [2020-10-13T20:22:57.333Z] Removing intermediate container ac16d618ede4 [2020-10-13T20:22:57.333Z] ---> 35a4600d4c52 [2020-10-13T20:22:57.333Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-13T20:22:57.606Z] ---> Running in b359beba328d [2020-10-13T20:22:57.876Z] Removing intermediate container b359beba328d [2020-10-13T20:22:57.876Z] ---> 4852f1052c1e [2020-10-13T20:22:57.876Z] Step 21/23 : LABEL arch=arm64 [2020-10-13T20:22:58.148Z] ---> Running in 1e07d7a02768 [2020-10-13T20:22:58.421Z] Removing intermediate container 1e07d7a02768 [2020-10-13T20:22:58.421Z] ---> ca2cab7ee086 [2020-10-13T20:22:58.421Z] Step 22/23 : LABEL git_sha=8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:22:58.694Z] ---> Running in eea2dbff3f54 [2020-10-13T20:22:59.287Z] Removing intermediate container eea2dbff3f54 [2020-10-13T20:22:59.287Z] ---> 415b28056947 [2020-10-13T20:22:59.287Z] Step 23/23 : LABEL version=1.2.2-dev.69 [2020-10-13T20:22:59.287Z] ---> Running in 4c9bd9a660bd [2020-10-13T20:22:59.889Z] Removing intermediate container 4c9bd9a660bd [2020-10-13T20:22:59.889Z] ---> 77ba7ced14f7 [2020-10-13T20:22:59.889Z] [2020-10-13T20:23:00.166Z] Successfully built 77ba7ced14f7 [2020-10-13T20:23:00.166Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-13T20:23:00.459Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-13T20:23:00.466Z] $ docker stop --time=1 f764c9486013a1d6e6d0fa2cfae4371f5dad20a96973e62d647083a080405cb2 [2020-10-13T20:23:02.439Z] $ docker rm -f f764c9486013a1d6e6d0fa2cfae4371f5dad20a96973e62d647083a080405cb2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:23:03.115Z] + docker images [2020-10-13T20:23:03.115Z] + grep docker [2020-10-13T20:23:03.390Z] docker-core-data-go-arm64 latest 77ba7ced14f7 4 seconds ago 22.2MB [2020-10-13T20:23:03.390Z] docker-core-metadata-go-arm64 latest 97e81f44a4ab 16 seconds ago 13.3MB [2020-10-13T20:23:03.390Z] docker-core-command-go-arm64 latest d38c0c48dce0 38 seconds ago 11.4MB [2020-10-13T20:23:03.390Z] docker-support-logging-go-arm64 latest 4250399f9d1e 55 seconds ago 10.6MB [2020-10-13T20:23:03.390Z] docker-security-proxy-setup-go-arm64 latest ef0cdb6cae12 59 seconds ago 15.1MB [2020-10-13T20:23:03.390Z] docker-sys-mgmt-agent-go-arm64 latest 8695e2977016 3 minutes ago 270MB [2020-10-13T20:23:03.390Z] docker-security-secretstore-setup-go-arm64 latest 46ad839ffbd4 4 minutes ago 30.8MB [2020-10-13T20:23:03.390Z] docker-support-notifications-go-arm64 latest 9d7b6392ab93 4 minutes ago 12.9MB [2020-10-13T20:23:03.390Z] docker-security-secrets-setup-go-arm64 latest 36b1900a6e5a 4 minutes ago 22.7MB [2020-10-13T20:23:03.390Z] docker-support-scheduler-go-arm64 latest b9ed9ed169cb 4 minutes ago 11.5MB [2020-10-13T20:23:03.390Z] docker latest 45884bde0078 3 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-13T20:23:03.879Z] provisioning config files... [2020-10-13T20:23:03.937Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/184@tmp/config6016755489363426959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:23:04.354Z] ---> docker-login.sh [2020-10-13T20:23:04.355Z] nexus3.edgexfoundry.org:10001 [2020-10-13T20:23:04.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T20:23:04.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T20:23:04.906Z] Configure a credential helper to remove this warning. See [2020-10-13T20:23:04.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T20:23:04.906Z] [2020-10-13T20:23:04.906Z] Login Succeeded [2020-10-13T20:23:04.906Z] nexus3.edgexfoundry.org:10002 [2020-10-13T20:23:05.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T20:23:05.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T20:23:05.452Z] Configure a credential helper to remove this warning. See [2020-10-13T20:23:05.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T20:23:05.452Z] [2020-10-13T20:23:05.452Z] Login Succeeded [2020-10-13T20:23:05.452Z] nexus3.edgexfoundry.org:10003 [2020-10-13T20:23:05.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T20:23:05.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T20:23:05.998Z] Configure a credential helper to remove this warning. See [2020-10-13T20:23:05.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T20:23:05.998Z] [2020-10-13T20:23:05.998Z] Login Succeeded [2020-10-13T20:23:05.998Z] nexus3.edgexfoundry.org:10004 [2020-10-13T20:23:06.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T20:23:06.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T20:23:06.543Z] Configure a credential helper to remove this warning. See [2020-10-13T20:23:06.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T20:23:06.543Z] [2020-10-13T20:23:06.543Z] Login Succeeded [2020-10-13T20:23:06.543Z] docker.io [2020-10-13T20:23:06.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-13T20:23:07.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-13T20:23:07.085Z] Configure a credential helper to remove this warning. See [2020-10-13T20:23:07.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-13T20:23:07.085Z] [2020-10-13T20:23:07.085Z] Login Succeeded [2020-10-13T20:23:07.085Z] ---> docker-login.sh ends [Pipeline] } [2020-10-13T20:23:07.102Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:23:07.387Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-13T20:23:07.387Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:07.387Z] 1.2.2-dev.69 [2020-10-13T20:23:07.387Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:07.387Z] master [2020-10-13T20:23:07.387Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:07.918Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:08.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:08.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-13T20:23:08.254Z] a0e8b62f887d: Preparing [2020-10-13T20:23:08.254Z] ca73418d16b1: Preparing [2020-10-13T20:23:08.254Z] 54a1dd7496c4: Preparing [2020-10-13T20:23:08.524Z] 54a1dd7496c4: Pushed [2020-10-13T20:23:08.524Z] a0e8b62f887d: Pushed [2020-10-13T20:23:11.906Z] ca73418d16b1: Pushed [2020-10-13T20:23:11.906Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:cccb8e2643d700fbb431df61b3899d2bde9e674feadaa77d8a6e195f768945d9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:12.254Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:12.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:12.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-13T20:23:12.588Z] a0e8b62f887d: Preparing [2020-10-13T20:23:12.588Z] ca73418d16b1: Preparing [2020-10-13T20:23:12.588Z] 54a1dd7496c4: Preparing [2020-10-13T20:23:12.588Z] 54a1dd7496c4: Layer already exists [2020-10-13T20:23:12.588Z] ca73418d16b1: Layer already exists [2020-10-13T20:23:12.588Z] a0e8b62f887d: Layer already exists [2020-10-13T20:23:12.860Z] 1.2.2-dev.69: digest: sha256:cccb8e2643d700fbb431df61b3899d2bde9e674feadaa77d8a6e195f768945d9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:13.205Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:13.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:13.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-13T20:23:13.558Z] a0e8b62f887d: Preparing [2020-10-13T20:23:13.558Z] ca73418d16b1: Preparing [2020-10-13T20:23:13.558Z] 54a1dd7496c4: Preparing [2020-10-13T20:23:13.558Z] 54a1dd7496c4: Layer already exists [2020-10-13T20:23:13.558Z] ca73418d16b1: Layer already exists [2020-10-13T20:23:13.558Z] a0e8b62f887d: Layer already exists [2020-10-13T20:23:13.832Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:cccb8e2643d700fbb431df61b3899d2bde9e674feadaa77d8a6e195f768945d9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:14.202Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:14.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-13T20:23:14.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-13T20:23:14.548Z] a0e8b62f887d: Preparing [2020-10-13T20:23:14.548Z] ca73418d16b1: Preparing [2020-10-13T20:23:14.548Z] 54a1dd7496c4: Preparing [2020-10-13T20:23:14.819Z] ca73418d16b1: Layer already exists [2020-10-13T20:23:14.819Z] 54a1dd7496c4: Layer already exists [2020-10-13T20:23:14.819Z] a0e8b62f887d: Layer already exists [2020-10-13T20:23:14.819Z] master: digest: sha256:cccb8e2643d700fbb431df61b3899d2bde9e674feadaa77d8a6e195f768945d9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:23:15.023Z] ===================================================== [Pipeline] echo [2020-10-13T20:23:15.078Z] taggedImages: [2020-10-13T20:23:15.078Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:15.078Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:15.078Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:15.078Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-13T20:23:15.142Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-13T20:23:15.142Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:15.142Z] 1.2.2-dev.69 [2020-10-13T20:23:15.142Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:15.142Z] master [2020-10-13T20:23:15.142Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:15.675Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:16.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:16.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-13T20:23:16.019Z] 65303fa9699f: Preparing [2020-10-13T20:23:16.019Z] 4cbc58be8399: Preparing [2020-10-13T20:23:16.019Z] c7ba529bfed9: Preparing [2020-10-13T20:23:16.019Z] c74f54653807: Preparing [2020-10-13T20:23:16.019Z] 88db15dfd5c0: Preparing [2020-10-13T20:23:16.019Z] e2f13739ad41: Preparing [2020-10-13T20:23:16.019Z] e2f13739ad41: Waiting [2020-10-13T20:23:16.298Z] 88db15dfd5c0: Pushed [2020-10-13T20:23:16.298Z] c7ba529bfed9: Pushed [2020-10-13T20:23:16.298Z] 65303fa9699f: Pushed [2020-10-13T20:23:16.577Z] e2f13739ad41: Layer already exists [2020-10-13T20:23:17.174Z] c74f54653807: Pushed [2020-10-13T20:23:20.556Z] 4cbc58be8399: Pushed [2020-10-13T20:23:20.556Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:4548848601e10a1d01373c5e3b475d8af1f7ca8ac3e82f019847bbdafb0a8e69 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:20.910Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:21.251Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:21.251Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-13T20:23:21.251Z] 65303fa9699f: Preparing [2020-10-13T20:23:21.251Z] 4cbc58be8399: Preparing [2020-10-13T20:23:21.251Z] c7ba529bfed9: Preparing [2020-10-13T20:23:21.251Z] c74f54653807: Preparing [2020-10-13T20:23:21.251Z] 88db15dfd5c0: Preparing [2020-10-13T20:23:21.251Z] e2f13739ad41: Preparing [2020-10-13T20:23:21.251Z] e2f13739ad41: Waiting [2020-10-13T20:23:21.251Z] 65303fa9699f: Layer already exists [2020-10-13T20:23:21.251Z] 4cbc58be8399: Layer already exists [2020-10-13T20:23:21.251Z] c7ba529bfed9: Layer already exists [2020-10-13T20:23:21.251Z] 88db15dfd5c0: Layer already exists [2020-10-13T20:23:21.251Z] c74f54653807: Layer already exists [2020-10-13T20:23:21.522Z] e2f13739ad41: Layer already exists [2020-10-13T20:23:21.522Z] 1.2.2-dev.69: digest: sha256:4548848601e10a1d01373c5e3b475d8af1f7ca8ac3e82f019847bbdafb0a8e69 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:21.871Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:22.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:22.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-13T20:23:22.215Z] 65303fa9699f: Preparing [2020-10-13T20:23:22.215Z] 4cbc58be8399: Preparing [2020-10-13T20:23:22.215Z] c7ba529bfed9: Preparing [2020-10-13T20:23:22.215Z] c74f54653807: Preparing [2020-10-13T20:23:22.215Z] 88db15dfd5c0: Preparing [2020-10-13T20:23:22.215Z] e2f13739ad41: Preparing [2020-10-13T20:23:22.215Z] e2f13739ad41: Waiting [2020-10-13T20:23:22.493Z] c7ba529bfed9: Layer already exists [2020-10-13T20:23:22.493Z] 65303fa9699f: Layer already exists [2020-10-13T20:23:22.493Z] 4cbc58be8399: Layer already exists [2020-10-13T20:23:22.493Z] c74f54653807: Layer already exists [2020-10-13T20:23:22.493Z] 88db15dfd5c0: Layer already exists [2020-10-13T20:23:22.493Z] e2f13739ad41: Layer already exists [2020-10-13T20:23:22.493Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:4548848601e10a1d01373c5e3b475d8af1f7ca8ac3e82f019847bbdafb0a8e69 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:22.842Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:23.190Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-13T20:23:23.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-13T20:23:23.190Z] 65303fa9699f: Preparing [2020-10-13T20:23:23.190Z] 4cbc58be8399: Preparing [2020-10-13T20:23:23.190Z] c7ba529bfed9: Preparing [2020-10-13T20:23:23.190Z] c74f54653807: Preparing [2020-10-13T20:23:23.190Z] 88db15dfd5c0: Preparing [2020-10-13T20:23:23.190Z] e2f13739ad41: Preparing [2020-10-13T20:23:23.190Z] e2f13739ad41: Waiting [2020-10-13T20:23:23.190Z] 88db15dfd5c0: Layer already exists [2020-10-13T20:23:23.190Z] c7ba529bfed9: Layer already exists [2020-10-13T20:23:23.190Z] 4cbc58be8399: Layer already exists [2020-10-13T20:23:23.459Z] 65303fa9699f: Layer already exists [2020-10-13T20:23:23.459Z] c74f54653807: Layer already exists [2020-10-13T20:23:23.459Z] e2f13739ad41: Layer already exists [2020-10-13T20:23:23.459Z] master: digest: sha256:4548848601e10a1d01373c5e3b475d8af1f7ca8ac3e82f019847bbdafb0a8e69 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:23:23.655Z] ===================================================== [Pipeline] echo [2020-10-13T20:23:23.705Z] taggedImages: [2020-10-13T20:23:23.705Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:23.705Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:23.705Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:23.705Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-13T20:23:23.777Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-13T20:23:23.778Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:23.778Z] 1.2.2-dev.69 [2020-10-13T20:23:23.778Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:23.778Z] master [2020-10-13T20:23:23.778Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:24.294Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:24.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:24.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-13T20:23:24.650Z] ec868115694e: Preparing [2020-10-13T20:23:24.650Z] 6bf2a3232366: Preparing [2020-10-13T20:23:24.650Z] 48c73a1142e3: Preparing [2020-10-13T20:23:24.923Z] 48c73a1142e3: Pushed [2020-10-13T20:23:25.198Z] ec868115694e: Pushed [2020-10-13T20:23:28.573Z] 6bf2a3232366: Pushed [2020-10-13T20:23:28.573Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:898a7f6d2d930e1b91080f61867e58778782fc5d288565075802892dc2ef8df9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:28.915Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:29.249Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:29.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-13T20:23:29.249Z] ec868115694e: Preparing [2020-10-13T20:23:29.249Z] 6bf2a3232366: Preparing [2020-10-13T20:23:29.249Z] 48c73a1142e3: Preparing [2020-10-13T20:23:29.249Z] 48c73a1142e3: Layer already exists [2020-10-13T20:23:29.249Z] ec868115694e: Layer already exists [2020-10-13T20:23:29.249Z] 6bf2a3232366: Layer already exists [2020-10-13T20:23:29.521Z] 1.2.2-dev.69: digest: sha256:898a7f6d2d930e1b91080f61867e58778782fc5d288565075802892dc2ef8df9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:29.863Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:30.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:30.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-13T20:23:30.200Z] ec868115694e: Preparing [2020-10-13T20:23:30.200Z] 6bf2a3232366: Preparing [2020-10-13T20:23:30.200Z] 48c73a1142e3: Preparing [2020-10-13T20:23:30.200Z] ec868115694e: Layer already exists [2020-10-13T20:23:30.200Z] 48c73a1142e3: Layer already exists [2020-10-13T20:23:30.200Z] 6bf2a3232366: Layer already exists [2020-10-13T20:23:30.472Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:898a7f6d2d930e1b91080f61867e58778782fc5d288565075802892dc2ef8df9 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:30.822Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:31.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-13T20:23:31.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-13T20:23:31.164Z] ec868115694e: Preparing [2020-10-13T20:23:31.164Z] 6bf2a3232366: Preparing [2020-10-13T20:23:31.164Z] 48c73a1142e3: Preparing [2020-10-13T20:23:31.438Z] ec868115694e: Layer already exists [2020-10-13T20:23:31.438Z] 48c73a1142e3: Layer already exists [2020-10-13T20:23:31.438Z] 6bf2a3232366: Layer already exists [2020-10-13T20:23:31.438Z] master: digest: sha256:898a7f6d2d930e1b91080f61867e58778782fc5d288565075802892dc2ef8df9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:23:31.688Z] ===================================================== [Pipeline] echo [2020-10-13T20:23:31.745Z] taggedImages: [2020-10-13T20:23:31.745Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:31.746Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:31.746Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:31.746Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-13T20:23:31.827Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-13T20:23:31.827Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:31.827Z] 1.2.2-dev.69 [2020-10-13T20:23:31.827Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:31.827Z] master [2020-10-13T20:23:31.827Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:32.355Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:32.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:32.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-13T20:23:32.721Z] e12d19a1e8fb: Preparing [2020-10-13T20:23:32.721Z] 6bd653bdba8e: Preparing [2020-10-13T20:23:32.721Z] 71cd75333590: Preparing [2020-10-13T20:23:32.721Z] a5f43713b800: Preparing [2020-10-13T20:23:32.721Z] e2f13739ad41: Preparing [2020-10-13T20:23:32.997Z] e2f13739ad41: Layer already exists [2020-10-13T20:23:32.997Z] 71cd75333590: Pushed [2020-10-13T20:23:32.997Z] 6bd653bdba8e: Pushed [2020-10-13T20:23:33.595Z] a5f43713b800: Pushed [2020-10-13T20:23:35.023Z] e12d19a1e8fb: Pushed [2020-10-13T20:23:35.295Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:a882d3d3e88f8188d5dcf54a1d73d3acda118cdf55bb9db15b766c07936e1df6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:35.643Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:35.990Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:35.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-13T20:23:35.990Z] e12d19a1e8fb: Preparing [2020-10-13T20:23:35.990Z] 6bd653bdba8e: Preparing [2020-10-13T20:23:35.990Z] 71cd75333590: Preparing [2020-10-13T20:23:35.990Z] a5f43713b800: Preparing [2020-10-13T20:23:35.990Z] e2f13739ad41: Preparing [2020-10-13T20:23:36.267Z] e12d19a1e8fb: Layer already exists [2020-10-13T20:23:36.267Z] e2f13739ad41: Layer already exists [2020-10-13T20:23:36.267Z] 71cd75333590: Layer already exists [2020-10-13T20:23:36.267Z] a5f43713b800: Layer already exists [2020-10-13T20:23:36.267Z] 6bd653bdba8e: Layer already exists [2020-10-13T20:23:36.267Z] 1.2.2-dev.69: digest: sha256:a882d3d3e88f8188d5dcf54a1d73d3acda118cdf55bb9db15b766c07936e1df6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:36.619Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:36.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:36.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-13T20:23:36.956Z] e12d19a1e8fb: Preparing [2020-10-13T20:23:36.956Z] 6bd653bdba8e: Preparing [2020-10-13T20:23:36.956Z] 71cd75333590: Preparing [2020-10-13T20:23:36.956Z] a5f43713b800: Preparing [2020-10-13T20:23:36.956Z] e2f13739ad41: Preparing [2020-10-13T20:23:37.228Z] a5f43713b800: Layer already exists [2020-10-13T20:23:37.228Z] 71cd75333590: Layer already exists [2020-10-13T20:23:37.228Z] 6bd653bdba8e: Layer already exists [2020-10-13T20:23:37.228Z] e12d19a1e8fb: Layer already exists [2020-10-13T20:23:37.228Z] e2f13739ad41: Layer already exists [2020-10-13T20:23:37.228Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:a882d3d3e88f8188d5dcf54a1d73d3acda118cdf55bb9db15b766c07936e1df6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:37.577Z] + 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-13T20:23:37.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-13T20:23:37.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-13T20:23:37.917Z] e12d19a1e8fb: Preparing [2020-10-13T20:23:37.917Z] 6bd653bdba8e: Preparing [2020-10-13T20:23:37.917Z] 71cd75333590: Preparing [2020-10-13T20:23:37.917Z] a5f43713b800: Preparing [2020-10-13T20:23:37.917Z] e2f13739ad41: Preparing [2020-10-13T20:23:38.188Z] a5f43713b800: Layer already exists [2020-10-13T20:23:38.188Z] e12d19a1e8fb: Layer already exists [2020-10-13T20:23:38.188Z] 71cd75333590: Layer already exists [2020-10-13T20:23:38.188Z] 6bd653bdba8e: Layer already exists [2020-10-13T20:23:38.188Z] e2f13739ad41: Layer already exists [2020-10-13T20:23:38.188Z] master: digest: sha256:a882d3d3e88f8188d5dcf54a1d73d3acda118cdf55bb9db15b766c07936e1df6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:23:38.402Z] ===================================================== [Pipeline] echo [2020-10-13T20:23:38.451Z] taggedImages: [2020-10-13T20:23:38.451Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:38.451Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:38.451Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:38.451Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-13T20:23:38.525Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-13T20:23:38.525Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:38.525Z] 1.2.2-dev.69 [2020-10-13T20:23:38.525Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:38.525Z] master [2020-10-13T20:23:38.525Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:39.118Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:39.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:39.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-13T20:23:39.772Z] b8ddd7701f2c: Preparing [2020-10-13T20:23:39.772Z] 8c0e74dd450e: Preparing [2020-10-13T20:23:39.772Z] 232eb63d2b34: Preparing [2020-10-13T20:23:39.772Z] ce3d53f681fe: Preparing [2020-10-13T20:23:39.772Z] ce3d53f681fe: Preparing [2020-10-13T20:23:39.772Z] d22bc9279909: Preparing [2020-10-13T20:23:39.772Z] 9d5dfd85c661: Preparing [2020-10-13T20:23:39.772Z] a68d67f10e07: Preparing [2020-10-13T20:23:39.772Z] b8ddd7701f2c: Preparing [2020-10-13T20:23:39.772Z] 1455d7575dd8: Preparing [2020-10-13T20:23:39.772Z] fc657f3a74b9: Preparing [2020-10-13T20:23:39.772Z] 4736e5250e18: Preparing [2020-10-13T20:23:39.772Z] e2f13739ad41: Preparing [2020-10-13T20:23:39.772Z] 9d5dfd85c661: Waiting [2020-10-13T20:23:39.772Z] a68d67f10e07: Waiting [2020-10-13T20:23:39.772Z] 1455d7575dd8: Waiting [2020-10-13T20:23:39.772Z] fc657f3a74b9: Waiting [2020-10-13T20:23:39.772Z] 4736e5250e18: Waiting [2020-10-13T20:23:39.772Z] e2f13739ad41: Waiting [2020-10-13T20:23:40.055Z] d22bc9279909: Pushed [2020-10-13T20:23:40.055Z] ce3d53f681fe: Pushed [2020-10-13T20:23:40.055Z] 8c0e74dd450e: Pushed [2020-10-13T20:23:40.055Z] 232eb63d2b34: Pushed [2020-10-13T20:23:40.346Z] a68d67f10e07: Pushed [2020-10-13T20:23:40.346Z] 9d5dfd85c661: Pushed [2020-10-13T20:23:40.346Z] fc657f3a74b9: Pushed [2020-10-13T20:23:40.346Z] 1455d7575dd8: Pushed [2020-10-13T20:23:40.346Z] e2f13739ad41: Layer already exists [2020-10-13T20:23:40.658Z] 4736e5250e18: Pushed [2020-10-13T20:23:42.134Z] b8ddd7701f2c: Pushed [2020-10-13T20:23:42.411Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:182f472a1061105fcfde21dcc741e3ea389eda80e934bc4de7656b2c5d977009 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:42.812Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:43.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:43.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-13T20:23:43.166Z] b8ddd7701f2c: Preparing [2020-10-13T20:23:43.166Z] 8c0e74dd450e: Preparing [2020-10-13T20:23:43.166Z] 232eb63d2b34: Preparing [2020-10-13T20:23:43.166Z] ce3d53f681fe: Preparing [2020-10-13T20:23:43.166Z] ce3d53f681fe: Preparing [2020-10-13T20:23:43.166Z] d22bc9279909: Preparing [2020-10-13T20:23:43.166Z] 9d5dfd85c661: Preparing [2020-10-13T20:23:43.166Z] a68d67f10e07: Preparing [2020-10-13T20:23:43.166Z] b8ddd7701f2c: Preparing [2020-10-13T20:23:43.166Z] 1455d7575dd8: Preparing [2020-10-13T20:23:43.166Z] fc657f3a74b9: Preparing [2020-10-13T20:23:43.166Z] 4736e5250e18: Preparing [2020-10-13T20:23:43.166Z] e2f13739ad41: Preparing [2020-10-13T20:23:43.166Z] 9d5dfd85c661: Waiting [2020-10-13T20:23:43.166Z] a68d67f10e07: Waiting [2020-10-13T20:23:43.166Z] fc657f3a74b9: Waiting [2020-10-13T20:23:43.166Z] 4736e5250e18: Waiting [2020-10-13T20:23:43.166Z] e2f13739ad41: Waiting [2020-10-13T20:23:43.166Z] 1455d7575dd8: Waiting [2020-10-13T20:23:43.444Z] ce3d53f681fe: Layer already exists [2020-10-13T20:23:43.444Z] 8c0e74dd450e: Layer already exists [2020-10-13T20:23:43.444Z] d22bc9279909: Layer already exists [2020-10-13T20:23:43.444Z] b8ddd7701f2c: Layer already exists [2020-10-13T20:23:43.444Z] 232eb63d2b34: Layer already exists [2020-10-13T20:23:43.444Z] 9d5dfd85c661: Layer already exists [2020-10-13T20:23:43.444Z] fc657f3a74b9: Layer already exists [2020-10-13T20:23:43.444Z] 1455d7575dd8: Layer already exists [2020-10-13T20:23:43.444Z] a68d67f10e07: Layer already exists [2020-10-13T20:23:43.444Z] 4736e5250e18: Layer already exists [2020-10-13T20:23:43.444Z] e2f13739ad41: Layer already exists [2020-10-13T20:23:43.444Z] 1.2.2-dev.69: digest: sha256:182f472a1061105fcfde21dcc741e3ea389eda80e934bc4de7656b2c5d977009 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:43.823Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:44.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:44.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-13T20:23:44.208Z] b8ddd7701f2c: Preparing [2020-10-13T20:23:44.208Z] 8c0e74dd450e: Preparing [2020-10-13T20:23:44.208Z] 232eb63d2b34: Preparing [2020-10-13T20:23:44.208Z] ce3d53f681fe: Preparing [2020-10-13T20:23:44.208Z] ce3d53f681fe: Preparing [2020-10-13T20:23:44.208Z] d22bc9279909: Preparing [2020-10-13T20:23:44.208Z] 9d5dfd85c661: Preparing [2020-10-13T20:23:44.208Z] a68d67f10e07: Preparing [2020-10-13T20:23:44.208Z] b8ddd7701f2c: Preparing [2020-10-13T20:23:44.208Z] 1455d7575dd8: Preparing [2020-10-13T20:23:44.208Z] fc657f3a74b9: Preparing [2020-10-13T20:23:44.208Z] 4736e5250e18: Preparing [2020-10-13T20:23:44.208Z] e2f13739ad41: Preparing [2020-10-13T20:23:44.208Z] 9d5dfd85c661: Waiting [2020-10-13T20:23:44.208Z] a68d67f10e07: Waiting [2020-10-13T20:23:44.208Z] 1455d7575dd8: Waiting [2020-10-13T20:23:44.208Z] fc657f3a74b9: Waiting [2020-10-13T20:23:44.208Z] 4736e5250e18: Waiting [2020-10-13T20:23:44.208Z] e2f13739ad41: Waiting [2020-10-13T20:23:44.497Z] 8c0e74dd450e: Layer already exists [2020-10-13T20:23:44.497Z] b8ddd7701f2c: Layer already exists [2020-10-13T20:23:44.497Z] ce3d53f681fe: Layer already exists [2020-10-13T20:23:44.497Z] 232eb63d2b34: Layer already exists [2020-10-13T20:23:44.497Z] d22bc9279909: Layer already exists [2020-10-13T20:23:44.497Z] a68d67f10e07: Layer already exists [2020-10-13T20:23:44.497Z] 1455d7575dd8: Layer already exists [2020-10-13T20:23:44.497Z] 9d5dfd85c661: Layer already exists [2020-10-13T20:23:44.497Z] fc657f3a74b9: Layer already exists [2020-10-13T20:23:44.497Z] 4736e5250e18: Layer already exists [2020-10-13T20:23:44.497Z] e2f13739ad41: Layer already exists [2020-10-13T20:23:44.497Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:182f472a1061105fcfde21dcc741e3ea389eda80e934bc4de7656b2c5d977009 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:44.861Z] + 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-13T20:23:45.242Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-13T20:23:45.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-13T20:23:45.242Z] b8ddd7701f2c: Preparing [2020-10-13T20:23:45.242Z] 8c0e74dd450e: Preparing [2020-10-13T20:23:45.242Z] 232eb63d2b34: Preparing [2020-10-13T20:23:45.242Z] ce3d53f681fe: Preparing [2020-10-13T20:23:45.242Z] ce3d53f681fe: Preparing [2020-10-13T20:23:45.242Z] d22bc9279909: Preparing [2020-10-13T20:23:45.242Z] 9d5dfd85c661: Preparing [2020-10-13T20:23:45.242Z] a68d67f10e07: Preparing [2020-10-13T20:23:45.242Z] b8ddd7701f2c: Preparing [2020-10-13T20:23:45.242Z] 1455d7575dd8: Preparing [2020-10-13T20:23:45.242Z] fc657f3a74b9: Preparing [2020-10-13T20:23:45.242Z] 4736e5250e18: Preparing [2020-10-13T20:23:45.242Z] e2f13739ad41: Preparing [2020-10-13T20:23:45.242Z] 9d5dfd85c661: Waiting [2020-10-13T20:23:45.242Z] a68d67f10e07: Waiting [2020-10-13T20:23:45.242Z] 1455d7575dd8: Waiting [2020-10-13T20:23:45.242Z] 4736e5250e18: Waiting [2020-10-13T20:23:45.242Z] fc657f3a74b9: Waiting [2020-10-13T20:23:45.531Z] b8ddd7701f2c: Layer already exists [2020-10-13T20:23:45.531Z] 8c0e74dd450e: Layer already exists [2020-10-13T20:23:45.531Z] ce3d53f681fe: Layer already exists [2020-10-13T20:23:45.531Z] 232eb63d2b34: Layer already exists [2020-10-13T20:23:45.531Z] d22bc9279909: Layer already exists [2020-10-13T20:23:45.531Z] a68d67f10e07: Layer already exists [2020-10-13T20:23:45.531Z] 9d5dfd85c661: Layer already exists [2020-10-13T20:23:45.531Z] fc657f3a74b9: Layer already exists [2020-10-13T20:23:45.531Z] 1455d7575dd8: Layer already exists [2020-10-13T20:23:45.531Z] e2f13739ad41: Layer already exists [2020-10-13T20:23:45.531Z] 4736e5250e18: Layer already exists [2020-10-13T20:23:45.531Z] master: digest: sha256:182f472a1061105fcfde21dcc741e3ea389eda80e934bc4de7656b2c5d977009 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:23:45.744Z] ===================================================== [Pipeline] echo [2020-10-13T20:23:45.789Z] taggedImages: [2020-10-13T20:23:45.789Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:45.789Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:45.789Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:45.789Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-13T20:23:45.853Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-13T20:23:45.853Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:45.853Z] 1.2.2-dev.69 [2020-10-13T20:23:45.853Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:45.853Z] master [2020-10-13T20:23:45.853Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:46.405Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:46.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:46.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-13T20:23:46.760Z] 02deb8171f58: Preparing [2020-10-13T20:23:46.760Z] c4a2edfc102a: Preparing [2020-10-13T20:23:46.760Z] 227c3ab7d2e4: Preparing [2020-10-13T20:23:46.760Z] 603d0d0c336b: Preparing [2020-10-13T20:23:46.760Z] 31cd6f02a381: Preparing [2020-10-13T20:23:46.760Z] e7a4379e97f7: Preparing [2020-10-13T20:23:46.760Z] b7bcde8978ae: Preparing [2020-10-13T20:23:46.760Z] a99889961357: Preparing [2020-10-13T20:23:46.760Z] f4f7a6904e18: Preparing [2020-10-13T20:23:46.760Z] a79693027daf: Preparing [2020-10-13T20:23:46.760Z] 66b385cf80cf: Preparing [2020-10-13T20:23:46.760Z] a99889961357: Waiting [2020-10-13T20:23:46.760Z] a79693027daf: Waiting [2020-10-13T20:23:46.760Z] 66b385cf80cf: Waiting [2020-10-13T20:23:46.760Z] e7a4379e97f7: Waiting [2020-10-13T20:23:46.760Z] f4f7a6904e18: Waiting [2020-10-13T20:23:46.760Z] b7bcde8978ae: Waiting [2020-10-13T20:23:47.062Z] 02deb8171f58: Pushed [2020-10-13T20:23:47.062Z] c4a2edfc102a: Pushed [2020-10-13T20:23:47.352Z] e7a4379e97f7: Pushed [2020-10-13T20:23:47.352Z] b7bcde8978ae: Pushed [2020-10-13T20:23:47.641Z] a99889961357: Pushed [2020-10-13T20:23:47.641Z] f4f7a6904e18: Pushed [2020-10-13T20:23:47.962Z] 66b385cf80cf: Layer already exists [2020-10-13T20:23:48.592Z] a79693027daf: Pushed [2020-10-13T20:23:49.202Z] 227c3ab7d2e4: Pushed [2020-10-13T20:23:49.477Z] 31cd6f02a381: Pushed [2020-10-13T20:23:49.757Z] 603d0d0c336b: Pushed [2020-10-13T20:23:50.031Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:d9a86aa3b423ee8e73f6e0821f81e23873433a653cfc0df68a3153ec364fdcff size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:50.378Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:50.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:50.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-13T20:23:50.738Z] 02deb8171f58: Preparing [2020-10-13T20:23:50.738Z] c4a2edfc102a: Preparing [2020-10-13T20:23:50.738Z] 227c3ab7d2e4: Preparing [2020-10-13T20:23:50.738Z] 603d0d0c336b: Preparing [2020-10-13T20:23:50.738Z] 31cd6f02a381: Preparing [2020-10-13T20:23:50.738Z] e7a4379e97f7: Preparing [2020-10-13T20:23:50.738Z] b7bcde8978ae: Preparing [2020-10-13T20:23:50.738Z] a99889961357: Preparing [2020-10-13T20:23:50.738Z] f4f7a6904e18: Preparing [2020-10-13T20:23:50.738Z] a79693027daf: Preparing [2020-10-13T20:23:50.738Z] 66b385cf80cf: Preparing [2020-10-13T20:23:50.738Z] a99889961357: Waiting [2020-10-13T20:23:50.738Z] f4f7a6904e18: Waiting [2020-10-13T20:23:50.738Z] a79693027daf: Waiting [2020-10-13T20:23:50.738Z] e7a4379e97f7: Waiting [2020-10-13T20:23:50.738Z] 66b385cf80cf: Waiting [2020-10-13T20:23:50.738Z] b7bcde8978ae: Waiting [2020-10-13T20:23:51.008Z] c4a2edfc102a: Layer already exists [2020-10-13T20:23:51.008Z] 02deb8171f58: Layer already exists [2020-10-13T20:23:51.008Z] 31cd6f02a381: Layer already exists [2020-10-13T20:23:51.008Z] 227c3ab7d2e4: Layer already exists [2020-10-13T20:23:51.008Z] 603d0d0c336b: Layer already exists [2020-10-13T20:23:51.008Z] e7a4379e97f7: Layer already exists [2020-10-13T20:23:51.008Z] b7bcde8978ae: Layer already exists [2020-10-13T20:23:51.008Z] a99889961357: Layer already exists [2020-10-13T20:23:51.008Z] a79693027daf: Layer already exists [2020-10-13T20:23:51.008Z] f4f7a6904e18: Layer already exists [2020-10-13T20:23:51.008Z] 66b385cf80cf: Layer already exists [2020-10-13T20:23:51.008Z] 1.2.2-dev.69: digest: sha256:d9a86aa3b423ee8e73f6e0821f81e23873433a653cfc0df68a3153ec364fdcff size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:51.347Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:51.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:51.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-13T20:23:51.684Z] 02deb8171f58: Preparing [2020-10-13T20:23:51.684Z] c4a2edfc102a: Preparing [2020-10-13T20:23:51.684Z] 227c3ab7d2e4: Preparing [2020-10-13T20:23:51.684Z] 603d0d0c336b: Preparing [2020-10-13T20:23:51.684Z] 31cd6f02a381: Preparing [2020-10-13T20:23:51.684Z] e7a4379e97f7: Preparing [2020-10-13T20:23:51.684Z] b7bcde8978ae: Preparing [2020-10-13T20:23:51.684Z] a99889961357: Preparing [2020-10-13T20:23:51.685Z] f4f7a6904e18: Preparing [2020-10-13T20:23:51.685Z] a79693027daf: Preparing [2020-10-13T20:23:51.685Z] 66b385cf80cf: Preparing [2020-10-13T20:23:51.685Z] b7bcde8978ae: Waiting [2020-10-13T20:23:51.685Z] a99889961357: Waiting [2020-10-13T20:23:51.685Z] f4f7a6904e18: Waiting [2020-10-13T20:23:51.685Z] a79693027daf: Waiting [2020-10-13T20:23:51.685Z] 66b385cf80cf: Waiting [2020-10-13T20:23:51.685Z] e7a4379e97f7: Waiting [2020-10-13T20:23:51.685Z] 02deb8171f58: Layer already exists [2020-10-13T20:23:51.685Z] 603d0d0c336b: Layer already exists [2020-10-13T20:23:51.685Z] 31cd6f02a381: Layer already exists [2020-10-13T20:23:51.685Z] c4a2edfc102a: Layer already exists [2020-10-13T20:23:51.955Z] 227c3ab7d2e4: Layer already exists [2020-10-13T20:23:51.955Z] e7a4379e97f7: Layer already exists [2020-10-13T20:23:51.955Z] a99889961357: Layer already exists [2020-10-13T20:23:51.955Z] f4f7a6904e18: Layer already exists [2020-10-13T20:23:51.955Z] b7bcde8978ae: Layer already exists [2020-10-13T20:23:51.955Z] a79693027daf: Layer already exists [2020-10-13T20:23:51.955Z] 66b385cf80cf: Layer already exists [2020-10-13T20:23:51.955Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:d9a86aa3b423ee8e73f6e0821f81e23873433a653cfc0df68a3153ec364fdcff size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:52.297Z] + 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-13T20:23:52.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-13T20:23:52.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-13T20:23:52.632Z] 02deb8171f58: Preparing [2020-10-13T20:23:52.632Z] c4a2edfc102a: Preparing [2020-10-13T20:23:52.632Z] 227c3ab7d2e4: Preparing [2020-10-13T20:23:52.632Z] 603d0d0c336b: Preparing [2020-10-13T20:23:52.632Z] 31cd6f02a381: Preparing [2020-10-13T20:23:52.632Z] e7a4379e97f7: Preparing [2020-10-13T20:23:52.632Z] b7bcde8978ae: Preparing [2020-10-13T20:23:52.632Z] a99889961357: Preparing [2020-10-13T20:23:52.632Z] f4f7a6904e18: Preparing [2020-10-13T20:23:52.632Z] a79693027daf: Preparing [2020-10-13T20:23:52.632Z] 66b385cf80cf: Preparing [2020-10-13T20:23:52.632Z] e7a4379e97f7: Waiting [2020-10-13T20:23:52.632Z] b7bcde8978ae: Waiting [2020-10-13T20:23:52.632Z] a99889961357: Waiting [2020-10-13T20:23:52.632Z] f4f7a6904e18: Waiting [2020-10-13T20:23:52.632Z] 66b385cf80cf: Waiting [2020-10-13T20:23:52.632Z] a79693027daf: Waiting [2020-10-13T20:23:52.632Z] 31cd6f02a381: Layer already exists [2020-10-13T20:23:52.632Z] 227c3ab7d2e4: Layer already exists [2020-10-13T20:23:52.632Z] 02deb8171f58: Layer already exists [2020-10-13T20:23:52.632Z] c4a2edfc102a: Layer already exists [2020-10-13T20:23:52.632Z] 603d0d0c336b: Layer already exists [2020-10-13T20:23:52.903Z] e7a4379e97f7: Layer already exists [2020-10-13T20:23:52.903Z] a99889961357: Layer already exists [2020-10-13T20:23:52.903Z] b7bcde8978ae: Layer already exists [2020-10-13T20:23:52.903Z] a79693027daf: Layer already exists [2020-10-13T20:23:52.903Z] f4f7a6904e18: Layer already exists [2020-10-13T20:23:52.903Z] 66b385cf80cf: Layer already exists [2020-10-13T20:23:52.903Z] master: digest: sha256:d9a86aa3b423ee8e73f6e0821f81e23873433a653cfc0df68a3153ec364fdcff size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:23:53.084Z] ===================================================== [Pipeline] echo [2020-10-13T20:23:53.125Z] taggedImages: [2020-10-13T20:23:53.125Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:53.125Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:53.125Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:53.125Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-13T20:23:53.185Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-13T20:23:53.185Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:53.185Z] 1.2.2-dev.69 [2020-10-13T20:23:53.185Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:53.185Z] master [2020-10-13T20:23:53.185Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:53.696Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:54.036Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:23:54.036Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-13T20:23:54.036Z] f29b829f912b: Preparing [2020-10-13T20:23:54.036Z] 8811fb004553: Preparing [2020-10-13T20:23:54.036Z] 4cd98076f377: Preparing [2020-10-13T20:23:54.036Z] 911301ba7b12: Preparing [2020-10-13T20:23:54.311Z] 4cd98076f377: Pushed [2020-10-13T20:23:54.311Z] f29b829f912b: Pushed [2020-10-13T20:23:54.590Z] 911301ba7b12: Pushed [2020-10-13T20:23:57.971Z] 8811fb004553: Pushed [2020-10-13T20:23:57.972Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:e0305e7ee45893cdd87c775efdebaf687d5c773f821cd6dacf78f15a6b8de503 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:58.342Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:58.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.69 [2020-10-13T20:23:58.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-13T20:23:58.674Z] f29b829f912b: Preparing [2020-10-13T20:23:58.674Z] 8811fb004553: Preparing [2020-10-13T20:23:58.674Z] 4cd98076f377: Preparing [2020-10-13T20:23:58.674Z] 911301ba7b12: Preparing [2020-10-13T20:23:58.674Z] 4cd98076f377: Layer already exists [2020-10-13T20:23:58.674Z] f29b829f912b: Layer already exists [2020-10-13T20:23:58.674Z] 8811fb004553: Layer already exists [2020-10-13T20:23:58.674Z] 911301ba7b12: Layer already exists [2020-10-13T20:23:58.944Z] 1.2.2-dev.69: digest: sha256:e0305e7ee45893cdd87c775efdebaf687d5c773f821cd6dacf78f15a6b8de503 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:59.281Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:23:59.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:23:59.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-13T20:23:59.618Z] f29b829f912b: Preparing [2020-10-13T20:23:59.618Z] 8811fb004553: Preparing [2020-10-13T20:23:59.618Z] 4cd98076f377: Preparing [2020-10-13T20:23:59.618Z] 911301ba7b12: Preparing [2020-10-13T20:23:59.888Z] 911301ba7b12: Layer already exists [2020-10-13T20:23:59.888Z] 8811fb004553: Layer already exists [2020-10-13T20:23:59.888Z] f29b829f912b: Layer already exists [2020-10-13T20:23:59.888Z] 4cd98076f377: Layer already exists [2020-10-13T20:23:59.888Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:e0305e7ee45893cdd87c775efdebaf687d5c773f821cd6dacf78f15a6b8de503 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:00.227Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:00.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-13T20:24:00.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-13T20:24:00.564Z] f29b829f912b: Preparing [2020-10-13T20:24:00.564Z] 8811fb004553: Preparing [2020-10-13T20:24:00.564Z] 4cd98076f377: Preparing [2020-10-13T20:24:00.564Z] 911301ba7b12: Preparing [2020-10-13T20:24:00.835Z] 8811fb004553: Layer already exists [2020-10-13T20:24:00.835Z] 4cd98076f377: Layer already exists [2020-10-13T20:24:00.835Z] 911301ba7b12: Layer already exists [2020-10-13T20:24:00.835Z] f29b829f912b: Layer already exists [2020-10-13T20:24:00.835Z] master: digest: sha256:e0305e7ee45893cdd87c775efdebaf687d5c773f821cd6dacf78f15a6b8de503 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:24:01.050Z] ===================================================== [Pipeline] echo [2020-10-13T20:24:01.097Z] taggedImages: [2020-10-13T20:24:01.097Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:24:01.097Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.69 [2020-10-13T20:24:01.097Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:24:01.097Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-13T20:24:01.167Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-13T20:24:01.167Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:24:01.167Z] 1.2.2-dev.69 [2020-10-13T20:24:01.167Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:24:01.167Z] master [2020-10-13T20:24:01.167Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:01.701Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:02.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:24:02.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-13T20:24:02.069Z] b671971ac183: Preparing [2020-10-13T20:24:02.069Z] 3559e665dc49: Preparing [2020-10-13T20:24:02.069Z] c6bd9d54da48: Preparing [2020-10-13T20:24:02.069Z] e50361c54553: Preparing [2020-10-13T20:24:02.069Z] 8cba2bc11ece: Preparing [2020-10-13T20:24:02.069Z] d2795ac674ef: Preparing [2020-10-13T20:24:02.069Z] d2795ac674ef: Waiting [2020-10-13T20:24:02.342Z] b671971ac183: Pushed [2020-10-13T20:24:02.342Z] c6bd9d54da48: Pushed [2020-10-13T20:24:02.615Z] e50361c54553: Pushed [2020-10-13T20:24:02.615Z] 8cba2bc11ece: Pushed [2020-10-13T20:24:02.887Z] d2795ac674ef: Pushed [2020-10-13T20:24:05.498Z] 3559e665dc49: Pushed [2020-10-13T20:24:05.498Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:aadecaff01bdce55bbe217321da26153e3c5da655154e31c1f5159c7498d860c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:05.842Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:06.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.69 [2020-10-13T20:24:06.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-13T20:24:06.180Z] b671971ac183: Preparing [2020-10-13T20:24:06.180Z] 3559e665dc49: Preparing [2020-10-13T20:24:06.180Z] c6bd9d54da48: Preparing [2020-10-13T20:24:06.180Z] e50361c54553: Preparing [2020-10-13T20:24:06.180Z] 8cba2bc11ece: Preparing [2020-10-13T20:24:06.180Z] d2795ac674ef: Preparing [2020-10-13T20:24:06.180Z] d2795ac674ef: Waiting [2020-10-13T20:24:06.180Z] 8cba2bc11ece: Layer already exists [2020-10-13T20:24:06.180Z] 3559e665dc49: Layer already exists [2020-10-13T20:24:06.180Z] c6bd9d54da48: Layer already exists [2020-10-13T20:24:06.180Z] b671971ac183: Layer already exists [2020-10-13T20:24:06.180Z] e50361c54553: Layer already exists [2020-10-13T20:24:06.451Z] d2795ac674ef: Layer already exists [2020-10-13T20:24:06.451Z] 1.2.2-dev.69: digest: sha256:aadecaff01bdce55bbe217321da26153e3c5da655154e31c1f5159c7498d860c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:06.795Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:07.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:24:07.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-13T20:24:07.138Z] b671971ac183: Preparing [2020-10-13T20:24:07.138Z] 3559e665dc49: Preparing [2020-10-13T20:24:07.138Z] c6bd9d54da48: Preparing [2020-10-13T20:24:07.138Z] e50361c54553: Preparing [2020-10-13T20:24:07.138Z] 8cba2bc11ece: Preparing [2020-10-13T20:24:07.138Z] d2795ac674ef: Preparing [2020-10-13T20:24:07.138Z] d2795ac674ef: Waiting [2020-10-13T20:24:07.138Z] 8cba2bc11ece: Layer already exists [2020-10-13T20:24:07.138Z] c6bd9d54da48: Layer already exists [2020-10-13T20:24:07.138Z] 3559e665dc49: Layer already exists [2020-10-13T20:24:07.138Z] b671971ac183: Layer already exists [2020-10-13T20:24:07.138Z] e50361c54553: Layer already exists [2020-10-13T20:24:07.138Z] d2795ac674ef: Layer already exists [2020-10-13T20:24:07.409Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:aadecaff01bdce55bbe217321da26153e3c5da655154e31c1f5159c7498d860c size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:07.756Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:08.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-13T20:24:08.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-13T20:24:08.106Z] b671971ac183: Preparing [2020-10-13T20:24:08.106Z] 3559e665dc49: Preparing [2020-10-13T20:24:08.106Z] c6bd9d54da48: Preparing [2020-10-13T20:24:08.106Z] e50361c54553: Preparing [2020-10-13T20:24:08.106Z] 8cba2bc11ece: Preparing [2020-10-13T20:24:08.106Z] d2795ac674ef: Preparing [2020-10-13T20:24:08.106Z] d2795ac674ef: Waiting [2020-10-13T20:24:08.106Z] c6bd9d54da48: Layer already exists [2020-10-13T20:24:08.106Z] e50361c54553: Layer already exists [2020-10-13T20:24:08.106Z] b671971ac183: Layer already exists [2020-10-13T20:24:08.106Z] 8cba2bc11ece: Layer already exists [2020-10-13T20:24:08.106Z] 3559e665dc49: Layer already exists [2020-10-13T20:24:08.106Z] d2795ac674ef: Layer already exists [2020-10-13T20:24:08.380Z] master: digest: sha256:aadecaff01bdce55bbe217321da26153e3c5da655154e31c1f5159c7498d860c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:24:08.576Z] ===================================================== [Pipeline] echo [2020-10-13T20:24:08.629Z] taggedImages: [2020-10-13T20:24:08.629Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:24:08.629Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.69 [2020-10-13T20:24:08.629Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:24:08.629Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-13T20:24:08.693Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-13T20:24:08.693Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:24:08.693Z] 1.2.2-dev.69 [2020-10-13T20:24:08.693Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:24:08.693Z] master [2020-10-13T20:24:08.693Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:09.201Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:09.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:24:09.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-13T20:24:09.549Z] 4f12c9a74da4: Preparing [2020-10-13T20:24:09.549Z] a7e97de0521a: Preparing [2020-10-13T20:24:09.549Z] 5a0f34f063e8: Preparing [2020-10-13T20:24:09.824Z] 5a0f34f063e8: Pushed [2020-10-13T20:24:09.824Z] 4f12c9a74da4: Pushed [2020-10-13T20:24:13.214Z] a7e97de0521a: Pushed [2020-10-13T20:24:13.214Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:6de1775c6b3c27a5b32a0b06ae792235323c3944ee9b3450ea71dc4cf5b8490b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:13.556Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:13.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.69 [2020-10-13T20:24:13.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-13T20:24:13.893Z] 4f12c9a74da4: Preparing [2020-10-13T20:24:13.893Z] a7e97de0521a: Preparing [2020-10-13T20:24:13.893Z] 5a0f34f063e8: Preparing [2020-10-13T20:24:14.169Z] 5a0f34f063e8: Layer already exists [2020-10-13T20:24:14.169Z] a7e97de0521a: Layer already exists [2020-10-13T20:24:14.169Z] 4f12c9a74da4: Layer already exists [2020-10-13T20:24:14.169Z] 1.2.2-dev.69: digest: sha256:6de1775c6b3c27a5b32a0b06ae792235323c3944ee9b3450ea71dc4cf5b8490b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:14.519Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:14.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:24:14.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-13T20:24:14.848Z] 4f12c9a74da4: Preparing [2020-10-13T20:24:14.848Z] a7e97de0521a: Preparing [2020-10-13T20:24:14.848Z] 5a0f34f063e8: Preparing [2020-10-13T20:24:14.848Z] 4f12c9a74da4: Layer already exists [2020-10-13T20:24:14.848Z] 5a0f34f063e8: Layer already exists [2020-10-13T20:24:14.848Z] a7e97de0521a: Layer already exists [2020-10-13T20:24:15.118Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:6de1775c6b3c27a5b32a0b06ae792235323c3944ee9b3450ea71dc4cf5b8490b size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:15.452Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:15.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-13T20:24:15.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-13T20:24:15.789Z] 4f12c9a74da4: Preparing [2020-10-13T20:24:15.789Z] a7e97de0521a: Preparing [2020-10-13T20:24:15.789Z] 5a0f34f063e8: Preparing [2020-10-13T20:24:16.061Z] 5a0f34f063e8: Layer already exists [2020-10-13T20:24:16.061Z] 4f12c9a74da4: Layer already exists [2020-10-13T20:24:16.061Z] a7e97de0521a: Layer already exists [2020-10-13T20:24:16.061Z] master: digest: sha256:6de1775c6b3c27a5b32a0b06ae792235323c3944ee9b3450ea71dc4cf5b8490b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:24:16.256Z] ===================================================== [Pipeline] echo [2020-10-13T20:24:16.346Z] taggedImages: [2020-10-13T20:24:16.346Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:24:16.346Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.69 [2020-10-13T20:24:16.346Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:24:16.346Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-13T20:24:16.423Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-13T20:24:16.423Z] 8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:24:16.423Z] 1.2.2-dev.69 [2020-10-13T20:24:16.423Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:24:16.423Z] master [2020-10-13T20:24:16.423Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:16.924Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:17.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:24:17.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-13T20:24:17.283Z] 4738a52f3e45: Preparing [2020-10-13T20:24:17.283Z] f8ba74d7fdcb: Preparing [2020-10-13T20:24:17.283Z] 8c14742b2694: Preparing [2020-10-13T20:24:17.283Z] d609af762a8e: Preparing [2020-10-13T20:24:17.283Z] 2962e71602e4: Preparing [2020-10-13T20:24:17.283Z] ef76e538505f: Preparing [2020-10-13T20:24:17.283Z] f2f355248868: Preparing [2020-10-13T20:24:17.283Z] f875f9e206db: Preparing [2020-10-13T20:24:17.283Z] 3994ac1dcb8b: Preparing [2020-10-13T20:24:17.283Z] 5f2247eaf593: Preparing [2020-10-13T20:24:17.283Z] 62d13be1b083: Preparing [2020-10-13T20:24:17.283Z] 94fdc660876c: Preparing [2020-10-13T20:24:17.283Z] 4e7279dfc0c0: Preparing [2020-10-13T20:24:17.283Z] e2f13739ad41: Preparing [2020-10-13T20:24:17.283Z] 3994ac1dcb8b: Waiting [2020-10-13T20:24:17.283Z] 5f2247eaf593: Waiting [2020-10-13T20:24:17.283Z] 62d13be1b083: Waiting [2020-10-13T20:24:17.283Z] 4e7279dfc0c0: Waiting [2020-10-13T20:24:17.283Z] ef76e538505f: Waiting [2020-10-13T20:24:17.283Z] e2f13739ad41: Waiting [2020-10-13T20:24:17.283Z] f875f9e206db: Waiting [2020-10-13T20:24:17.283Z] f2f355248868: Waiting [2020-10-13T20:24:17.283Z] 94fdc660876c: Waiting [2020-10-13T20:24:17.899Z] 2962e71602e4: Pushed [2020-10-13T20:24:17.899Z] 4738a52f3e45: Pushed [2020-10-13T20:24:18.880Z] d609af762a8e: Pushed [2020-10-13T20:24:18.880Z] f875f9e206db: Layer already exists [2020-10-13T20:24:18.880Z] f2f355248868: Pushed [2020-10-13T20:24:18.880Z] 3994ac1dcb8b: Layer already exists [2020-10-13T20:24:18.880Z] 5f2247eaf593: Layer already exists [2020-10-13T20:24:18.880Z] 62d13be1b083: Layer already exists [2020-10-13T20:24:18.880Z] 94fdc660876c: Layer already exists [2020-10-13T20:24:18.880Z] 4e7279dfc0c0: Layer already exists [2020-10-13T20:24:18.880Z] e2f13739ad41: Layer already exists [2020-10-13T20:24:19.478Z] f8ba74d7fdcb: Pushed [2020-10-13T20:24:20.458Z] ef76e538505f: Pushed [2020-10-13T20:24:30.573Z] 8c14742b2694: Pushed [2020-10-13T20:24:30.573Z] 8ed4663ed9bc2c138391a89900cee915784c2c31: digest: sha256:1991d14196e6d2cc9f0a6a25afc7ae9da1581109e64bfda42037ff933851df07 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:30.915Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:31.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.69 [2020-10-13T20:24:31.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-13T20:24:31.244Z] 4738a52f3e45: Preparing [2020-10-13T20:24:31.244Z] f8ba74d7fdcb: Preparing [2020-10-13T20:24:31.244Z] 8c14742b2694: Preparing [2020-10-13T20:24:31.244Z] d609af762a8e: Preparing [2020-10-13T20:24:31.244Z] 2962e71602e4: Preparing [2020-10-13T20:24:31.244Z] ef76e538505f: Preparing [2020-10-13T20:24:31.244Z] f2f355248868: Preparing [2020-10-13T20:24:31.244Z] f875f9e206db: Preparing [2020-10-13T20:24:31.244Z] 3994ac1dcb8b: Preparing [2020-10-13T20:24:31.244Z] 5f2247eaf593: Preparing [2020-10-13T20:24:31.244Z] 62d13be1b083: Preparing [2020-10-13T20:24:31.244Z] 94fdc660876c: Preparing [2020-10-13T20:24:31.244Z] 4e7279dfc0c0: Preparing [2020-10-13T20:24:31.244Z] e2f13739ad41: Preparing [2020-10-13T20:24:31.244Z] ef76e538505f: Waiting [2020-10-13T20:24:31.244Z] f2f355248868: Waiting [2020-10-13T20:24:31.244Z] f875f9e206db: Waiting [2020-10-13T20:24:31.244Z] 3994ac1dcb8b: Waiting [2020-10-13T20:24:31.244Z] 5f2247eaf593: Waiting [2020-10-13T20:24:31.244Z] 62d13be1b083: Waiting [2020-10-13T20:24:31.244Z] 94fdc660876c: Waiting [2020-10-13T20:24:31.244Z] 4e7279dfc0c0: Waiting [2020-10-13T20:24:31.244Z] e2f13739ad41: Waiting [2020-10-13T20:24:31.244Z] d609af762a8e: Layer already exists [2020-10-13T20:24:31.244Z] f8ba74d7fdcb: Layer already exists [2020-10-13T20:24:31.244Z] 4738a52f3e45: Layer already exists [2020-10-13T20:24:31.244Z] 2962e71602e4: Layer already exists [2020-10-13T20:24:31.244Z] 8c14742b2694: Layer already exists [2020-10-13T20:24:31.244Z] ef76e538505f: Layer already exists [2020-10-13T20:24:31.244Z] f2f355248868: Layer already exists [2020-10-13T20:24:31.527Z] f875f9e206db: Layer already exists [2020-10-13T20:24:31.527Z] 3994ac1dcb8b: Layer already exists [2020-10-13T20:24:31.527Z] 5f2247eaf593: Layer already exists [2020-10-13T20:24:31.527Z] 94fdc660876c: Layer already exists [2020-10-13T20:24:31.527Z] 62d13be1b083: Layer already exists [2020-10-13T20:24:31.527Z] e2f13739ad41: Layer already exists [2020-10-13T20:24:31.527Z] 4e7279dfc0c0: Layer already exists [2020-10-13T20:24:31.527Z] 1.2.2-dev.69: digest: sha256:1991d14196e6d2cc9f0a6a25afc7ae9da1581109e64bfda42037ff933851df07 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:31.877Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:32.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:24:32.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-13T20:24:32.492Z] 4738a52f3e45: Preparing [2020-10-13T20:24:32.492Z] f8ba74d7fdcb: Preparing [2020-10-13T20:24:32.492Z] 8c14742b2694: Preparing [2020-10-13T20:24:32.492Z] d609af762a8e: Preparing [2020-10-13T20:24:32.492Z] 2962e71602e4: Preparing [2020-10-13T20:24:32.492Z] ef76e538505f: Preparing [2020-10-13T20:24:32.492Z] f2f355248868: Preparing [2020-10-13T20:24:32.492Z] f875f9e206db: Preparing [2020-10-13T20:24:32.492Z] 3994ac1dcb8b: Preparing [2020-10-13T20:24:32.492Z] 5f2247eaf593: Preparing [2020-10-13T20:24:32.492Z] 62d13be1b083: Preparing [2020-10-13T20:24:32.492Z] 94fdc660876c: Preparing [2020-10-13T20:24:32.492Z] 4e7279dfc0c0: Preparing [2020-10-13T20:24:32.492Z] e2f13739ad41: Preparing [2020-10-13T20:24:32.492Z] ef76e538505f: Waiting [2020-10-13T20:24:32.492Z] f2f355248868: Waiting [2020-10-13T20:24:32.492Z] 94fdc660876c: Waiting [2020-10-13T20:24:32.492Z] f875f9e206db: Waiting [2020-10-13T20:24:32.492Z] 3994ac1dcb8b: Waiting [2020-10-13T20:24:32.492Z] 5f2247eaf593: Waiting [2020-10-13T20:24:32.492Z] 62d13be1b083: Waiting [2020-10-13T20:24:32.492Z] 4e7279dfc0c0: Waiting [2020-10-13T20:24:32.492Z] e2f13739ad41: Waiting [2020-10-13T20:24:32.492Z] d609af762a8e: Layer already exists [2020-10-13T20:24:32.492Z] 8c14742b2694: Layer already exists [2020-10-13T20:24:32.492Z] 2962e71602e4: Layer already exists [2020-10-13T20:24:32.492Z] f8ba74d7fdcb: Layer already exists [2020-10-13T20:24:32.492Z] 4738a52f3e45: Layer already exists [2020-10-13T20:24:32.767Z] f875f9e206db: Layer already exists [2020-10-13T20:24:32.767Z] f2f355248868: Layer already exists [2020-10-13T20:24:32.767Z] 3994ac1dcb8b: Layer already exists [2020-10-13T20:24:32.767Z] ef76e538505f: Layer already exists [2020-10-13T20:24:32.767Z] 5f2247eaf593: Layer already exists [2020-10-13T20:24:32.767Z] 62d13be1b083: Layer already exists [2020-10-13T20:24:32.767Z] 4e7279dfc0c0: Layer already exists [2020-10-13T20:24:32.767Z] 94fdc660876c: Layer already exists [2020-10-13T20:24:32.767Z] e2f13739ad41: Layer already exists [2020-10-13T20:24:32.767Z] 8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69: digest: sha256:1991d14196e6d2cc9f0a6a25afc7ae9da1581109e64bfda42037ff933851df07 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:33.122Z] + 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-13T20:24:33.464Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-13T20:24:33.464Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-13T20:24:33.464Z] 4738a52f3e45: Preparing [2020-10-13T20:24:33.464Z] f8ba74d7fdcb: Preparing [2020-10-13T20:24:33.464Z] 8c14742b2694: Preparing [2020-10-13T20:24:33.464Z] d609af762a8e: Preparing [2020-10-13T20:24:33.464Z] 2962e71602e4: Preparing [2020-10-13T20:24:33.464Z] ef76e538505f: Preparing [2020-10-13T20:24:33.464Z] f2f355248868: Preparing [2020-10-13T20:24:33.464Z] f875f9e206db: Preparing [2020-10-13T20:24:33.464Z] 3994ac1dcb8b: Preparing [2020-10-13T20:24:33.464Z] 5f2247eaf593: Preparing [2020-10-13T20:24:33.464Z] 62d13be1b083: Preparing [2020-10-13T20:24:33.464Z] 94fdc660876c: Preparing [2020-10-13T20:24:33.464Z] 4e7279dfc0c0: Preparing [2020-10-13T20:24:33.464Z] e2f13739ad41: Preparing [2020-10-13T20:24:33.464Z] f2f355248868: Waiting [2020-10-13T20:24:33.464Z] 5f2247eaf593: Waiting [2020-10-13T20:24:33.464Z] 62d13be1b083: Waiting [2020-10-13T20:24:33.464Z] 94fdc660876c: Waiting [2020-10-13T20:24:33.464Z] 4e7279dfc0c0: Waiting [2020-10-13T20:24:33.464Z] e2f13739ad41: Waiting [2020-10-13T20:24:33.464Z] ef76e538505f: Waiting [2020-10-13T20:24:33.464Z] 3994ac1dcb8b: Waiting [2020-10-13T20:24:33.464Z] f875f9e206db: Waiting [2020-10-13T20:24:33.736Z] d609af762a8e: Layer already exists [2020-10-13T20:24:33.736Z] 8c14742b2694: Layer already exists [2020-10-13T20:24:33.736Z] 4738a52f3e45: Layer already exists [2020-10-13T20:24:33.736Z] f8ba74d7fdcb: Layer already exists [2020-10-13T20:24:33.736Z] 2962e71602e4: Layer already exists [2020-10-13T20:24:33.736Z] f2f355248868: Layer already exists [2020-10-13T20:24:33.736Z] f875f9e206db: Layer already exists [2020-10-13T20:24:33.736Z] 5f2247eaf593: Layer already exists [2020-10-13T20:24:33.736Z] ef76e538505f: Layer already exists [2020-10-13T20:24:33.736Z] 3994ac1dcb8b: Layer already exists [2020-10-13T20:24:33.736Z] e2f13739ad41: Layer already exists [2020-10-13T20:24:33.736Z] 94fdc660876c: Layer already exists [2020-10-13T20:24:33.736Z] 62d13be1b083: Layer already exists [2020-10-13T20:24:33.736Z] 4e7279dfc0c0: Layer already exists [2020-10-13T20:24:33.736Z] master: digest: sha256:1991d14196e6d2cc9f0a6a25afc7ae9da1581109e64bfda42037ff933851df07 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-13T20:24:33.929Z] ===================================================== [Pipeline] echo [2020-10-13T20:24:33.972Z] taggedImages: [2020-10-13T20:24:33.972Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:24:33.972Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.69 [2020-10-13T20:24:33.972Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31-1.2.2-dev.69 [2020-10-13T20:24:33.972Z] - 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-13T20:24:35.735Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-13T20:24:35.737Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-13T20:24:35.790Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:36.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-13T20:24:36.132Z] [2020-10-13T20:24:36.132Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:24:36.509Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-13T20:24:36.509Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-13T20:24:36.509Z] cbdbe7a5bc2a: Already exists [2020-10-13T20:24:36.509Z] 408f87550127: Pulling fs layer [2020-10-13T20:24:36.509Z] fe522b08c979: Pulling fs layer [2020-10-13T20:24:36.509Z] 221eaa008020: Pulling fs layer [2020-10-13T20:24:36.509Z] 2a4607e5d6b9: Pulling fs layer [2020-10-13T20:24:36.509Z] 8f79b27c4fd2: Pulling fs layer [2020-10-13T20:24:36.509Z] e5c8dbe1645b: Pulling fs layer [2020-10-13T20:24:36.509Z] 23e8b3b47431: Pulling fs layer [2020-10-13T20:24:36.509Z] 5c568d65a230: Pulling fs layer [2020-10-13T20:24:36.509Z] 2a4607e5d6b9: Waiting [2020-10-13T20:24:36.509Z] 8f79b27c4fd2: Waiting [2020-10-13T20:24:36.509Z] e5c8dbe1645b: Waiting [2020-10-13T20:24:36.509Z] 23e8b3b47431: Waiting [2020-10-13T20:24:36.509Z] 5c568d65a230: Waiting [2020-10-13T20:24:36.509Z] fe522b08c979: Verifying Checksum [2020-10-13T20:24:36.509Z] fe522b08c979: Download complete [2020-10-13T20:24:36.509Z] 408f87550127: Download complete [2020-10-13T20:24:36.509Z] 2a4607e5d6b9: Verifying Checksum [2020-10-13T20:24:36.509Z] 2a4607e5d6b9: Download complete [2020-10-13T20:24:36.509Z] 8f79b27c4fd2: Verifying Checksum [2020-10-13T20:24:36.509Z] 8f79b27c4fd2: Download complete [2020-10-13T20:24:36.772Z] 408f87550127: Pull complete [2020-10-13T20:24:36.772Z] fe522b08c979: Pull complete [2020-10-13T20:24:38.167Z] e5c8dbe1645b: Download complete [2020-10-13T20:24:39.119Z] 23e8b3b47431: Verifying Checksum [2020-10-13T20:24:39.120Z] 23e8b3b47431: Download complete [2020-10-13T20:24:39.120Z] 5c568d65a230: Verifying Checksum [2020-10-13T20:24:39.120Z] 5c568d65a230: Download complete [2020-10-13T20:24:40.521Z] 221eaa008020: Verifying Checksum [2020-10-13T20:24:40.521Z] 221eaa008020: Download complete [2020-10-13T20:24:47.139Z] 221eaa008020: Pull complete [2020-10-13T20:24:47.139Z] 2a4607e5d6b9: Pull complete [2020-10-13T20:24:47.139Z] 8f79b27c4fd2: Pull complete [2020-10-13T20:24:50.458Z] e5c8dbe1645b: Pull complete [2020-10-13T20:24:54.715Z] 23e8b3b47431: Pull complete [2020-10-13T20:24:56.118Z] 5c568d65a230: Pull complete [2020-10-13T20:24:56.118Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-13T20:24:56.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-13T20:24:56.118Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-13T20:24:56.317Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:24:56.389Z] $ 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/184:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:24:57.555Z] $ docker top 2678860a2d718961245f078ef4ec32476b6b87987384fea7bb6ca51cf02b0c92 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-13T20:24:58.090Z] + snyk monitor '--org=edgex-jenkins' [2020-10-13T20:25:06.244Z] [2020-10-13T20:25:06.244Z] Monitoring /w/workspace/edgex-go/184 (github.com/edgexfoundry/edgex-go)... [2020-10-13T20:25:06.244Z] [2020-10-13T20:25:06.244Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/5744202e-7a6d-4790-bcf9-b5759f147276 [2020-10-13T20:25:06.244Z] [2020-10-13T20:25:06.244Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-13T20:25:06.244Z] [2020-10-13T20:25:06.244Z] [2020-10-13T20:25:06.244Z] Snyk CLI supports Node.js 8 and higher. [2020-10-13T20:25:06.244Z] 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-13T20:25:06.244Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-13T20:25:06.244Z] [2020-10-13T20:25:06.244Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-13T20:25:06.244Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-10-13T20:25:06.262Z] $ docker stop --time=1 2678860a2d718961245f078ef4ec32476b6b87987384fea7bb6ca51cf02b0c92 [2020-10-13T20:25:09.179Z] $ docker rm -f 2678860a2d718961245f078ef4ec32476b6b87987384fea7bb6ca51cf02b0c92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:25:10.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:25:10.752Z] [2020-10-13T20:25:10.752Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:25:11.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:25:11.101Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-13T20:25:11.101Z] e7c96db7181b: Pulling fs layer [2020-10-13T20:25:11.101Z] 1868ca2cb446: Pulling fs layer [2020-10-13T20:25:11.101Z] 136be5d0fe8e: Pulling fs layer [2020-10-13T20:25:11.101Z] 894bfe63afcb: Pulling fs layer [2020-10-13T20:25:11.101Z] 894bfe63afcb: Waiting [2020-10-13T20:25:11.101Z] 1868ca2cb446: Download complete [2020-10-13T20:25:11.101Z] 136be5d0fe8e: Verifying Checksum [2020-10-13T20:25:11.101Z] 136be5d0fe8e: Download complete [2020-10-13T20:25:11.101Z] e7c96db7181b: Verifying Checksum [2020-10-13T20:25:11.101Z] e7c96db7181b: Download complete [2020-10-13T20:25:11.362Z] 894bfe63afcb: Verifying Checksum [2020-10-13T20:25:11.362Z] 894bfe63afcb: Download complete [2020-10-13T20:25:11.625Z] e7c96db7181b: Pull complete [2020-10-13T20:25:11.625Z] 1868ca2cb446: Pull complete [2020-10-13T20:25:11.891Z] 136be5d0fe8e: Pull complete [2020-10-13T20:25:12.153Z] 894bfe63afcb: Pull complete [2020-10-13T20:25:12.153Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-13T20:25:12.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:25:12.153Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-13T20:25:12.273Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:25:12.370Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:25:13.188Z] $ docker top 840bad7a316ab4f4c8ec8bcc02458933c178dbcd25c6493de270bc2e914c2f08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:25:13.789Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:25:13.789Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:25:16.561Z] $ docker stop --time=1 840bad7a316ab4f4c8ec8bcc02458933c178dbcd25c6493de270bc2e914c2f08 [2020-10-13T20:25:17.913Z] $ docker rm -f 840bad7a316ab4f4c8ec8bcc02458933c178dbcd25c6493de270bc2e914c2f08 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:25:18.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:25:18.432Z] . [Pipeline] withDockerContainer [2020-10-13T20:25:18.547Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:25:18.607Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:25:19.297Z] $ docker top a39295c679e0f3678b5338278311275af9fd4fd96ba7cea1e3f2d03eb7f54798 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:25:19.868Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:25:19.868Z] + tee [2020-10-13T20:25:19.868Z] clair timeout 1m0s [2020-10-13T20:25:19.868Z] docker timeout: 1m0s [2020-10-13T20:25:19.868Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:25:20.577Z] $ docker stop --time=1 a39295c679e0f3678b5338278311275af9fd4fd96ba7cea1e3f2d03eb7f54798 [2020-10-13T20:25:21.914Z] $ docker rm -f a39295c679e0f3678b5338278311275af9fd4fd96ba7cea1e3f2d03eb7f54798 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:25:22.438Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:25:22.458Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-core-command-go_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:25:22.511Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:25:22.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:25:22.899Z] . [Pipeline] withDockerContainer [2020-10-13T20:25:23.002Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:25:23.050Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:25:23.715Z] $ docker top c270a511826f1b2d43285a1beb578153fb6cea1cce76463e642aa5c37743095f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:25:24.277Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:25:24.277Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:25:29.763Z] $ docker stop --time=1 c270a511826f1b2d43285a1beb578153fb6cea1cce76463e642aa5c37743095f [2020-10-13T20:25:31.129Z] $ docker rm -f c270a511826f1b2d43285a1beb578153fb6cea1cce76463e642aa5c37743095f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:25:31.607Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:25:31.607Z] . [Pipeline] withDockerContainer [2020-10-13T20:25:31.712Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:25:31.761Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:25:32.457Z] $ docker top 0da6a5199e2a7cce3739653946af8d5c7eae8a166fd424781298116aa6561050 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:25:33.009Z] + tee [2020-10-13T20:25:33.009Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:25:33.009Z] clair timeout 1m0s [2020-10-13T20:25:33.009Z] docker timeout: 1m0s [2020-10-13T20:25:33.009Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:25:34.065Z] $ docker stop --time=1 0da6a5199e2a7cce3739653946af8d5c7eae8a166fd424781298116aa6561050 [2020-10-13T20:25:35.420Z] $ docker rm -f 0da6a5199e2a7cce3739653946af8d5c7eae8a166fd424781298116aa6561050 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:25:35.907Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:25:35.920Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-core-data-go_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:25:35.972Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:25:36.315Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:25:36.316Z] . [Pipeline] withDockerContainer [2020-10-13T20:25:36.420Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:25:36.467Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:25:37.735Z] $ docker top 9861490c61aaf35aa16c32c1d7d70b24d0217e9849559f2f3b0699833f5d514d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:25:38.281Z] + tee [2020-10-13T20:25:38.281Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:25:41.043Z] $ docker stop --time=1 9861490c61aaf35aa16c32c1d7d70b24d0217e9849559f2f3b0699833f5d514d [2020-10-13T20:25:42.381Z] $ docker rm -f 9861490c61aaf35aa16c32c1d7d70b24d0217e9849559f2f3b0699833f5d514d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:25:42.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:25:42.851Z] . [Pipeline] withDockerContainer [2020-10-13T20:25:42.954Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:25:43.000Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:25:43.619Z] $ docker top 2667a0c1bd1b461248b76558e613ed74b35429d52f9b4edf723d4b17c80bab51 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:25:44.168Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:25:44.168Z] + tee [2020-10-13T20:25:44.168Z] clair timeout 1m0s [2020-10-13T20:25:44.168Z] docker timeout: 1m0s [2020-10-13T20:25:44.168Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:25:44.839Z] $ docker stop --time=1 2667a0c1bd1b461248b76558e613ed74b35429d52f9b4edf723d4b17c80bab51 [2020-10-13T20:25:46.174Z] $ docker rm -f 2667a0c1bd1b461248b76558e613ed74b35429d52f9b4edf723d4b17c80bab51 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:25:46.682Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:25:46.695Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-core-metadata-go_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:25:46.749Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:25:47.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:25:47.096Z] . [Pipeline] withDockerContainer [2020-10-13T20:25:47.200Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:25:47.253Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:25:47.929Z] $ docker top d2c4130fd74014537fca497c72e2712f068200ac79abfd1a38a8ddae05f76c02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:25:48.504Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:25:48.504Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:25:52.901Z] $ docker stop --time=1 d2c4130fd74014537fca497c72e2712f068200ac79abfd1a38a8ddae05f76c02 [2020-10-13T20:25:54.279Z] $ docker rm -f d2c4130fd74014537fca497c72e2712f068200ac79abfd1a38a8ddae05f76c02 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:25:55.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:25:55.046Z] . [Pipeline] withDockerContainer [2020-10-13T20:25:55.149Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:25:55.201Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:25:55.854Z] $ docker top 8f44a592ffb92e4ee09ab7562847e8c301403d807a6597f59230cde43435bf71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:25:56.389Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:25:56.389Z] + tee [2020-10-13T20:25:56.389Z] clair timeout 1m0s [2020-10-13T20:25:56.389Z] docker timeout: 1m0s [2020-10-13T20:25:56.389Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:25:57.441Z] $ docker stop --time=1 8f44a592ffb92e4ee09ab7562847e8c301403d807a6597f59230cde43435bf71 [2020-10-13T20:25:58.813Z] $ docker rm -f 8f44a592ffb92e4ee09ab7562847e8c301403d807a6597f59230cde43435bf71 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:25:59.278Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:25:59.292Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-security-proxy-setup-go_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:25:59.350Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:25:59.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:25:59.722Z] . [Pipeline] withDockerContainer [2020-10-13T20:25:59.880Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:25:59.927Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:26:00.522Z] $ docker top 72792b6ae8dc69aec5b7431698130bd5c4ecd7a13384604da27e05b3b23b1c77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:26:01.088Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:26:01.088Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:26:07.843Z] $ docker stop --time=1 72792b6ae8dc69aec5b7431698130bd5c4ecd7a13384604da27e05b3b23b1c77 [2020-10-13T20:26:09.228Z] $ docker rm -f 72792b6ae8dc69aec5b7431698130bd5c4ecd7a13384604da27e05b3b23b1c77 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:26:09.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:26:09.708Z] . [Pipeline] withDockerContainer [2020-10-13T20:26:09.810Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:26:09.860Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:26:10.569Z] $ docker top 4dd9fe0f6b22b4a1e348df3b99c2f0a19a25a3ff91ec2139ffa3337f8f1d9ec9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:26:11.156Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:26:11.156Z] + tee [2020-10-13T20:26:11.156Z] clair timeout 1m0s [2020-10-13T20:26:11.156Z] docker timeout: 1m0s [2020-10-13T20:26:11.156Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:26:12.672Z] $ docker stop --time=1 4dd9fe0f6b22b4a1e348df3b99c2f0a19a25a3ff91ec2139ffa3337f8f1d9ec9 [2020-10-13T20:26:14.036Z] $ docker rm -f 4dd9fe0f6b22b4a1e348df3b99c2f0a19a25a3ff91ec2139ffa3337f8f1d9ec9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:26:14.530Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:26:14.544Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-security-secrets-setup-go_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:26:14.595Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:26:14.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:26:14.934Z] . [Pipeline] withDockerContainer [2020-10-13T20:26:15.044Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:26:15.092Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:26:15.765Z] $ docker top 60b5e9add5f59b621f395c207c43caa762b8b39430e187fbfebb8a779f7c8c20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:26:16.318Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:26:16.318Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:26:24.979Z] $ docker stop --time=1 60b5e9add5f59b621f395c207c43caa762b8b39430e187fbfebb8a779f7c8c20 [2020-10-13T20:26:26.316Z] $ docker rm -f 60b5e9add5f59b621f395c207c43caa762b8b39430e187fbfebb8a779f7c8c20 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:26:26.868Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:26:26.869Z] . [Pipeline] withDockerContainer [2020-10-13T20:26:26.981Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:26:27.028Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:26:27.673Z] $ docker top db52ded97109f71c2d6b7d92c0cf99aae26e42304a9c2993ae7509377a3e9122 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:26:28.237Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:26:28.237Z] + tee [2020-10-13T20:26:28.237Z] clair timeout 1m0s [2020-10-13T20:26:28.237Z] docker timeout: 1m0s [2020-10-13T20:26:28.237Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:26:29.729Z] $ docker stop --time=1 db52ded97109f71c2d6b7d92c0cf99aae26e42304a9c2993ae7509377a3e9122 [2020-10-13T20:26:31.087Z] $ docker rm -f db52ded97109f71c2d6b7d92c0cf99aae26e42304a9c2993ae7509377a3e9122 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:26:31.547Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:26:31.561Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-security-secretstore-setup-go_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:26:31.623Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:26:31.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:26:31.958Z] . [Pipeline] withDockerContainer [2020-10-13T20:26:32.063Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:26:32.108Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:26:32.781Z] $ docker top 21b649ff5c3f1d863204f217234c0eeacabbf9a2b538551ed761da3be48307b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:26:33.329Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:26:33.329Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:26:36.888Z] $ docker stop --time=1 21b649ff5c3f1d863204f217234c0eeacabbf9a2b538551ed761da3be48307b1 [2020-10-13T20:26:38.512Z] $ docker rm -f 21b649ff5c3f1d863204f217234c0eeacabbf9a2b538551ed761da3be48307b1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:26:38.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:26:38.997Z] . [Pipeline] withDockerContainer [2020-10-13T20:26:39.101Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:26:39.150Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:26:39.743Z] $ docker top fd979af707f267a193fb5a657a44bfd51190fbc63b1775ecbd45730712262e9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:26:40.258Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:26:40.258Z] + tee [2020-10-13T20:26:40.258Z] clair timeout 1m0s [2020-10-13T20:26:40.258Z] docker timeout: 1m0s [2020-10-13T20:26:40.258Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:26:40.936Z] $ docker stop --time=1 fd979af707f267a193fb5a657a44bfd51190fbc63b1775ecbd45730712262e9e [2020-10-13T20:26:42.315Z] $ docker rm -f fd979af707f267a193fb5a657a44bfd51190fbc63b1775ecbd45730712262e9e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:26:42.792Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:26:42.806Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-support-logging-go_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:26:42.881Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:26:43.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:26:43.222Z] . [Pipeline] withDockerContainer [2020-10-13T20:26:43.326Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:26:43.376Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:26:43.997Z] $ docker top c94b15fb36141e31d2a9d7798bf96696080ff2ec04d70a02d00deef2bb05f1bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:26:44.547Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:26:44.547Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:26:50.017Z] $ docker stop --time=1 c94b15fb36141e31d2a9d7798bf96696080ff2ec04d70a02d00deef2bb05f1bb [2020-10-13T20:26:51.356Z] $ docker rm -f c94b15fb36141e31d2a9d7798bf96696080ff2ec04d70a02d00deef2bb05f1bb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:26:51.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:26:51.819Z] . [Pipeline] withDockerContainer [2020-10-13T20:26:51.920Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:26:52.007Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:26:52.635Z] $ docker top c5bf5625b5599bc76365f2c392819d8fed7d9ba1d9506cedf87751b3d6f593d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:26:53.160Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:26:53.160Z] + tee [2020-10-13T20:26:53.160Z] clair timeout 1m0s [2020-10-13T20:26:53.160Z] docker timeout: 1m0s [2020-10-13T20:26:53.160Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:26:54.200Z] $ docker stop --time=1 c5bf5625b5599bc76365f2c392819d8fed7d9ba1d9506cedf87751b3d6f593d3 [2020-10-13T20:26:55.542Z] $ docker rm -f c5bf5625b5599bc76365f2c392819d8fed7d9ba1d9506cedf87751b3d6f593d3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:26:55.998Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:26:56.010Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-support-notifications-go_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:26:56.059Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:26:56.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:26:56.404Z] . [Pipeline] withDockerContainer [2020-10-13T20:26:56.500Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:26:56.544Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:26:57.212Z] $ docker top 857f14cc6965bd7964a0e9c12195bb53efb753739700094b97a7313c648096d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:26:57.826Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:26:57.826Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:27:00.538Z] $ docker stop --time=1 857f14cc6965bd7964a0e9c12195bb53efb753739700094b97a7313c648096d1 [2020-10-13T20:27:01.894Z] $ docker rm -f 857f14cc6965bd7964a0e9c12195bb53efb753739700094b97a7313c648096d1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:27:02.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:27:02.492Z] . [Pipeline] withDockerContainer [2020-10-13T20:27:02.595Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:27:02.644Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:27:03.310Z] $ docker top ea709c2d58da7c35054c1f575411d2813c36ee9671eb6a73392ccfec22c4b58e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:27:03.824Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:27:03.824Z] + tee [2020-10-13T20:27:03.824Z] clair timeout 1m0s [2020-10-13T20:27:03.824Z] docker timeout: 1m0s [2020-10-13T20:27:03.824Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:27:04.490Z] $ docker stop --time=1 ea709c2d58da7c35054c1f575411d2813c36ee9671eb6a73392ccfec22c4b58e [2020-10-13T20:27:05.849Z] $ docker rm -f ea709c2d58da7c35054c1f575411d2813c36ee9671eb6a73392ccfec22c4b58e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:27:06.311Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:27:06.324Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-support-scheduler-go_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:27:06.376Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:27:06.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:27:06.712Z] . [Pipeline] withDockerContainer [2020-10-13T20:27:06.818Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:27:06.866Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:27:07.739Z] $ docker top 82d930340614d79564d30c497fbbb739fa4b609b3f4b4f096cf69a103360a2a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:27:08.249Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:27:08.249Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:27:23.427Z] $ docker stop --time=1 82d930340614d79564d30c497fbbb739fa4b609b3f4b4f096cf69a103360a2a6 [2020-10-13T20:27:24.772Z] $ docker rm -f 82d930340614d79564d30c497fbbb739fa4b609b3f4b4f096cf69a103360a2a6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:27:25.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:27:25.284Z] . [Pipeline] withDockerContainer [2020-10-13T20:27:25.382Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:27:25.445Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:27:26.130Z] $ docker top 731409781c9a5489338832dff88194610f67826ccff91f92dd664d9674f40343 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:27:26.685Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:27:26.685Z] + tee [2020-10-13T20:27:26.685Z] clair timeout 1m0s [2020-10-13T20:27:26.685Z] docker timeout: 1m0s [2020-10-13T20:27:26.685Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:27:28.162Z] $ docker stop --time=1 731409781c9a5489338832dff88194610f67826ccff91f92dd664d9674f40343 [2020-10-13T20:27:29.498Z] $ docker rm -f 731409781c9a5489338832dff88194610f67826ccff91f92dd664d9674f40343 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:27:29.963Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:27:29.976Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-sys-mgmt-agent-go_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:27:30.082Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:27:30.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:27:30.440Z] . [Pipeline] withDockerContainer [2020-10-13T20:27:30.540Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:27:30.587Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:27:31.242Z] $ docker top 54f8bfa8b66d6e9fba86a24ae3bcc6ca68991c6a0ceb4277b5e6733b18eb7dc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:27:31.750Z] + tee [2020-10-13T20:27:31.750Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:27:34.453Z] $ docker stop --time=1 54f8bfa8b66d6e9fba86a24ae3bcc6ca68991c6a0ceb4277b5e6733b18eb7dc0 [2020-10-13T20:27:35.857Z] $ docker rm -f 54f8bfa8b66d6e9fba86a24ae3bcc6ca68991c6a0ceb4277b5e6733b18eb7dc0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:27:36.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:27:36.343Z] . [Pipeline] withDockerContainer [2020-10-13T20:27:36.445Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:27:36.494Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:27:37.314Z] $ docker top 32510e57c19e04fe4fd4faed8438c35656b76a2cd6070247903e7be85ba2a79b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:27:37.931Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:27:37.931Z] + tee [2020-10-13T20:27:37.931Z] clair timeout 1m0s [2020-10-13T20:27:37.931Z] docker timeout: 1m0s [2020-10-13T20:27:37.931Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:27:38.676Z] $ docker stop --time=1 32510e57c19e04fe4fd4faed8438c35656b76a2cd6070247903e7be85ba2a79b [2020-10-13T20:27:40.000Z] $ docker rm -f 32510e57c19e04fe4fd4faed8438c35656b76a2cd6070247903e7be85ba2a79b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:27:40.642Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:27:40.657Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-core-command-go-arm64_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:27:40.740Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:27:41.096Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:27:41.096Z] . [Pipeline] withDockerContainer [2020-10-13T20:27:41.190Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:27:41.238Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:27:41.953Z] $ docker top 7e7887f390fe62daf87fda142ac325519abd7181a00f102e2e3ffe948d4034a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:27:42.481Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:27:42.481Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:27:47.945Z] $ docker stop --time=1 7e7887f390fe62daf87fda142ac325519abd7181a00f102e2e3ffe948d4034a5 [2020-10-13T20:27:49.301Z] $ docker rm -f 7e7887f390fe62daf87fda142ac325519abd7181a00f102e2e3ffe948d4034a5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:27:49.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:27:49.793Z] . [Pipeline] withDockerContainer [2020-10-13T20:27:49.908Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:27:49.961Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:27:50.665Z] $ docker top 3ea48edb786bd74ae367b395d290bc70404a2f0930a4168cfc3d66bf41761889 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:27:51.244Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:27:51.244Z] + tee [2020-10-13T20:27:51.244Z] clair timeout 1m0s [2020-10-13T20:27:51.244Z] docker timeout: 1m0s [2020-10-13T20:27:51.244Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:27:52.320Z] $ docker stop --time=1 3ea48edb786bd74ae367b395d290bc70404a2f0930a4168cfc3d66bf41761889 [2020-10-13T20:27:53.682Z] $ docker rm -f 3ea48edb786bd74ae367b395d290bc70404a2f0930a4168cfc3d66bf41761889 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:27:54.151Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:27:54.163Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-core-data-go-arm64_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:27:54.215Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:27:54.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:27:54.557Z] . [Pipeline] withDockerContainer [2020-10-13T20:27:54.662Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:27:54.712Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:27:55.360Z] $ docker top ec9d5197109be181a6c4a2c9ae1723a2d43a89fa843d246e64ed2d2ae561b59a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:27:55.899Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:27:55.899Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:27:58.611Z] $ docker stop --time=1 ec9d5197109be181a6c4a2c9ae1723a2d43a89fa843d246e64ed2d2ae561b59a [2020-10-13T20:27:59.939Z] $ docker rm -f ec9d5197109be181a6c4a2c9ae1723a2d43a89fa843d246e64ed2d2ae561b59a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:28:00.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:28:00.443Z] . [Pipeline] withDockerContainer [2020-10-13T20:28:00.543Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:28:00.595Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:28:01.338Z] $ docker top 9695735896ea974f6c373a2b1b21411afce69d41178720cba0668eece1ef5e04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:28:01.961Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:28:01.961Z] + tee [2020-10-13T20:28:01.961Z] clair timeout 1m0s [2020-10-13T20:28:01.961Z] docker timeout: 1m0s [2020-10-13T20:28:01.961Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:28:02.658Z] $ docker stop --time=1 9695735896ea974f6c373a2b1b21411afce69d41178720cba0668eece1ef5e04 [2020-10-13T20:28:04.035Z] $ docker rm -f 9695735896ea974f6c373a2b1b21411afce69d41178720cba0668eece1ef5e04 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:28:04.496Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:28:04.510Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-core-metadata-go-arm64_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:28:04.561Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:28:04.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:28:04.900Z] . [Pipeline] withDockerContainer [2020-10-13T20:28:05.003Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:28:05.050Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:28:05.685Z] $ docker top 68451a711ee8449c5e06eb97e95a2aafad352c840026336e4d8e8b7c4d3f4b72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:28:06.201Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:28:06.201Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:28:10.555Z] $ docker stop --time=1 68451a711ee8449c5e06eb97e95a2aafad352c840026336e4d8e8b7c4d3f4b72 [2020-10-13T20:28:11.928Z] $ docker rm -f 68451a711ee8449c5e06eb97e95a2aafad352c840026336e4d8e8b7c4d3f4b72 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:28:12.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:28:12.408Z] . [Pipeline] withDockerContainer [2020-10-13T20:28:12.543Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:28:12.616Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:28:13.261Z] $ docker top 44c8ddf4a117e47d066b74fe6b842a2aa1517f14080c68e03068537ef343c156 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:28:13.790Z] + + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31tee [2020-10-13T20:28:13.790Z] [2020-10-13T20:28:13.790Z] clair timeout 1m0s [2020-10-13T20:28:13.790Z] docker timeout: 1m0s [2020-10-13T20:28:13.790Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:28:14.481Z] $ docker stop --time=1 44c8ddf4a117e47d066b74fe6b842a2aa1517f14080c68e03068537ef343c156 [2020-10-13T20:28:15.819Z] $ docker rm -f 44c8ddf4a117e47d066b74fe6b842a2aa1517f14080c68e03068537ef343c156 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:28:16.280Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:28:16.294Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:28:16.352Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:28:16.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:28:16.690Z] . [Pipeline] withDockerContainer [2020-10-13T20:28:16.794Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:28:16.839Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:28:17.543Z] $ docker top 8061245581c18f8dc0a4c81dc4385a7dd7debdb6ba61004e7c5ad8a8b57cd9bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:28:18.083Z] + tee [2020-10-13T20:28:18.083Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:28:24.907Z] $ docker stop --time=1 8061245581c18f8dc0a4c81dc4385a7dd7debdb6ba61004e7c5ad8a8b57cd9bb [2020-10-13T20:28:26.245Z] $ docker rm -f 8061245581c18f8dc0a4c81dc4385a7dd7debdb6ba61004e7c5ad8a8b57cd9bb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:28:26.737Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:28:26.737Z] . [Pipeline] withDockerContainer [2020-10-13T20:28:26.834Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:28:26.879Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:28:27.497Z] $ docker top 583714f25a117ba4318675dc9055bc3384d2e8a6445100d0b35e9ae97fb9f2df -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:28:28.075Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:28:28.075Z] + tee [2020-10-13T20:28:28.075Z] clair timeout 1m0s [2020-10-13T20:28:28.075Z] docker timeout: 1m0s [2020-10-13T20:28:28.075Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:28:29.559Z] $ docker stop --time=1 583714f25a117ba4318675dc9055bc3384d2e8a6445100d0b35e9ae97fb9f2df [2020-10-13T20:28:30.910Z] $ docker rm -f 583714f25a117ba4318675dc9055bc3384d2e8a6445100d0b35e9ae97fb9f2df [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:28:31.406Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:28:31.421Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:28:31.473Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:28:31.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:28:31.808Z] . [Pipeline] withDockerContainer [2020-10-13T20:28:31.918Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:28:31.961Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:28:32.671Z] $ docker top f39bca31b09362cf32850d6b60d0b30b15fbb967209e6a7a209b5bb0703fe994 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:28:33.255Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:28:33.255Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:28:41.635Z] $ docker stop --time=1 f39bca31b09362cf32850d6b60d0b30b15fbb967209e6a7a209b5bb0703fe994 [2020-10-13T20:28:43.001Z] $ docker rm -f f39bca31b09362cf32850d6b60d0b30b15fbb967209e6a7a209b5bb0703fe994 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:28:43.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:28:43.473Z] . [Pipeline] withDockerContainer [2020-10-13T20:28:43.572Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:28:43.617Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:28:44.222Z] $ docker top 82972c3d680192c527022ebb450c5a9514ee56295647fb05f1cf43ed99cb69ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:28:44.746Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:28:44.746Z] + tee [2020-10-13T20:28:44.746Z] clair timeout 1m0s [2020-10-13T20:28:44.746Z] docker timeout: 1m0s [2020-10-13T20:28:44.746Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:28:46.232Z] $ docker stop --time=1 82972c3d680192c527022ebb450c5a9514ee56295647fb05f1cf43ed99cb69ff [2020-10-13T20:28:47.566Z] $ docker rm -f 82972c3d680192c527022ebb450c5a9514ee56295647fb05f1cf43ed99cb69ff [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:28:48.046Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:28:48.061Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:28:48.111Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:28:48.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:28:48.449Z] . [Pipeline] withDockerContainer [2020-10-13T20:28:48.561Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:28:48.615Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:28:49.337Z] $ docker top a59283e003c15dfb0da9e672bfaeccc01b8695f454daaccc094f6607361a3cb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:28:49.927Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:28:49.927Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:28:53.378Z] $ docker stop --time=1 a59283e003c15dfb0da9e672bfaeccc01b8695f454daaccc094f6607361a3cb3 [2020-10-13T20:28:54.737Z] $ docker rm -f a59283e003c15dfb0da9e672bfaeccc01b8695f454daaccc094f6607361a3cb3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:28:55.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:28:55.212Z] . [Pipeline] withDockerContainer [2020-10-13T20:28:55.312Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:28:55.360Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:28:56.022Z] $ docker top 8004d28609c40106f9dff5c1c367628e0236aacd72507bc612426122779ed1c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:28:56.532Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:28:56.532Z] + tee [2020-10-13T20:28:56.532Z] clair timeout 1m0s [2020-10-13T20:28:56.532Z] docker timeout: 1m0s [2020-10-13T20:28:56.532Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:28:57.227Z] $ docker stop --time=1 8004d28609c40106f9dff5c1c367628e0236aacd72507bc612426122779ed1c4 [2020-10-13T20:28:58.571Z] $ docker rm -f 8004d28609c40106f9dff5c1c367628e0236aacd72507bc612426122779ed1c4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:28:59.056Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:28:59.070Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-support-logging-go-arm64_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:28:59.120Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:28:59.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:28:59.465Z] . [Pipeline] withDockerContainer [2020-10-13T20:28:59.566Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:28:59.614Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:29:00.242Z] $ docker top c126c3d60889aafce812dc91e1d211d4905e8901d574ff0580f09075c0b04a12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:29:00.857Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:29:00.857Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:29:06.369Z] $ docker stop --time=1 c126c3d60889aafce812dc91e1d211d4905e8901d574ff0580f09075c0b04a12 [2020-10-13T20:29:07.864Z] $ docker rm -f c126c3d60889aafce812dc91e1d211d4905e8901d574ff0580f09075c0b04a12 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:29:08.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:29:08.338Z] . [Pipeline] withDockerContainer [2020-10-13T20:29:08.431Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:29:08.533Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:29:09.181Z] $ docker top 4229713b8deb3de5d0896f7ff961d2da5ebc235c7b66fada7800d3b109162a9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:29:09.732Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:29:09.732Z] + tee [2020-10-13T20:29:09.732Z] clair timeout 1m0s [2020-10-13T20:29:09.732Z] docker timeout: 1m0s [2020-10-13T20:29:09.732Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:29:10.800Z] $ docker stop --time=1 4229713b8deb3de5d0896f7ff961d2da5ebc235c7b66fada7800d3b109162a9a [2020-10-13T20:29:12.145Z] $ docker rm -f 4229713b8deb3de5d0896f7ff961d2da5ebc235c7b66fada7800d3b109162a9a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:29:12.614Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:29:12.627Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-support-notifications-go-arm64_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:29:12.680Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:29:13.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:29:13.020Z] . [Pipeline] withDockerContainer [2020-10-13T20:29:13.121Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:29:13.170Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:29:13.765Z] $ docker top 6d28aed3ca15101c4d8afead404101ca4db2e00861d2bc43f25d5961cfc99618 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:29:14.324Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:29:14.324Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:29:17.035Z] $ docker stop --time=1 6d28aed3ca15101c4d8afead404101ca4db2e00861d2bc43f25d5961cfc99618 [2020-10-13T20:29:18.366Z] $ docker rm -f 6d28aed3ca15101c4d8afead404101ca4db2e00861d2bc43f25d5961cfc99618 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:29:18.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:29:18.846Z] . [Pipeline] withDockerContainer [2020-10-13T20:29:18.942Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:29:18.989Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:29:19.638Z] $ docker top cfe0965224f7eb57cc1e0fd336f95c0d1c44f5ef875c1995a8b872510d4d885d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:29:20.193Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:29:20.193Z] + tee [2020-10-13T20:29:20.193Z] clair timeout 1m0s [2020-10-13T20:29:20.193Z] docker timeout: 1m0s [2020-10-13T20:29:20.193Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:29:20.870Z] $ docker stop --time=1 cfe0965224f7eb57cc1e0fd336f95c0d1c44f5ef875c1995a8b872510d4d885d [2020-10-13T20:29:22.205Z] $ docker rm -f cfe0965224f7eb57cc1e0fd336f95c0d1c44f5ef875c1995a8b872510d4d885d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:29:22.752Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:29:22.765Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-support-scheduler-go-arm64_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:29:22.820Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:29:23.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:29:23.164Z] . [Pipeline] withDockerContainer [2020-10-13T20:29:23.263Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:29:23.320Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:29:23.960Z] $ docker top c25449c5b6448255e7baba5437aea314cbc239fe2b939b247a4c014d05422c32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:29:24.521Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31tee [2020-10-13T20:29:24.521Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:29:39.617Z] $ docker stop --time=1 c25449c5b6448255e7baba5437aea314cbc239fe2b939b247a4c014d05422c32 [2020-10-13T20:29:40.969Z] $ docker rm -f c25449c5b6448255e7baba5437aea314cbc239fe2b939b247a4c014d05422c32 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:29:41.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-13T20:29:41.464Z] . [Pipeline] withDockerContainer [2020-10-13T20:29:41.561Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:29:41.604Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:29:42.213Z] $ docker top 6610bd7ddbe50c71f868d89d79f58b2d51b6c6aa1a8dbedeb6ebd323a4ea4460 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-13T20:29:42.728Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8ed4663ed9bc2c138391a89900cee915784c2c31 [2020-10-13T20:29:42.728Z] + tee [2020-10-13T20:29:42.728Z] clair timeout 1m0s [2020-10-13T20:29:42.728Z] docker timeout: 1m0s [2020-10-13T20:29:42.728Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-13T20:29:44.230Z] $ docker stop --time=1 6610bd7ddbe50c71f868d89d79f58b2d51b6c6aa1a8dbedeb6ebd323a4ea4460 [2020-10-13T20:29:45.566Z] $ docker rm -f 6610bd7ddbe50c71f868d89d79f58b2d51b6c6aa1a8dbedeb6ebd323a4ea4460 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-13T20:29:46.028Z] + mkdir -p /w/workspace/edgex-go/184/clair-reports [Pipeline] echo [2020-10-13T20:29:46.040Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/184/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_8ed4663ed9bc2c138391a89900cee915784c2c31.html [Pipeline] writeFile [Pipeline] step [2020-10-13T20:29:46.089Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-13T20:29:46.901Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-13T20:29:46.950Z] provisioning config files... [2020-10-13T20:29:46.965Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/184@tmp/config1727355696924572794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:29:47.327Z] --> edgex-publish-swagger.sh [2020-10-13T20:29:47.328Z] === Publish openapi/v1 API === [2020-10-13T20:29:47.328Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-13T20:29:47.328Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-13T20:29:47.328Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:29:47.328Z] Dload Upload Total Spent Left Speed [2020-10-13T20:29:48.709Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8474 0:00:01 0:00:01 --:--:-- 8484 100 10521 0 0 100 10521 0 8473 0:00:01 0:00:01 --:--:-- 8484 [2020-10-13T20:29:48.709Z] [2020-10-13T20:29:48.709Z] [2020-10-13T20:29:48.709Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-13T20:29:48.709Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:29:48.709Z] Dload Upload Total Spent Left Speed [2020-10-13T20:29:49.649Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 31891 0:00:01 0:00:01 --:--:-- 31917 100 32556 0 0 100 32556 0 31886 0:00:01 0:00:01 --:--:-- 31917 [2020-10-13T20:29:49.649Z] [2020-10-13T20:29:49.649Z] [2020-10-13T20:29:49.649Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-13T20:29:49.649Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:29:49.649Z] Dload Upload Total Spent Left Speed [2020-10-13T20:29:51.031Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 64326 0:00:01 0:00:01 --:--:-- 64384 100 73720 0 0 100 73720 0 64317 0:00:01 0:00:01 --:--:-- 64384 [2020-10-13T20:29:51.031Z] [2020-10-13T20:29:51.031Z] [2020-10-13T20:29:51.031Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-13T20:29:51.031Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:29:51.031Z] Dload Upload Total Spent Left Speed [2020-10-13T20:29:51.970Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11736 0:00:01 0:00:01 --:--:-- 11747 100 13580 0 0 100 13580 0 11734 0:00:01 0:00:01 --:--:-- 11737 [2020-10-13T20:29:51.970Z] [2020-10-13T20:29:51.970Z] [2020-10-13T20:29:51.970Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-13T20:29:51.970Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:29:51.970Z] Dload Upload Total Spent Left Speed [2020-10-13T20:29:53.355Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 35320 0:00:01 0:00:01 --:--:-- 35321 100 38889 0 0 100 38889 0 35315 0:00:01 0:00:01 --:--:-- 35289 [2020-10-13T20:29:53.355Z] [2020-10-13T20:29:53.355Z] [2020-10-13T20:29:53.355Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-13T20:29:53.355Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:29:53.355Z] Dload Upload Total Spent Left Speed [2020-10-13T20:29:54.296Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 11999 0:00:01 0:00:01 --:--:-- 12003 100 14248 0 0 100 14248 0 11956 0:00:01 0:00:01 --:--:-- 11963 [2020-10-13T20:29:54.296Z] [2020-10-13T20:29:54.296Z] [2020-10-13T20:29:54.296Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-13T20:29:54.296Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:29:54.296Z] Dload Upload Total Spent Left Speed [2020-10-13T20:29:55.235Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3877 0:00:01 0:00:01 --:--:-- 3880 100 4109 0 0 100 4109 0 3877 0:00:01 0:00:01 --:--:-- 3880 [2020-10-13T20:29:55.235Z] [2020-10-13T20:29:55.235Z] [2020-10-13T20:29:55.235Z] === Publish openapi/v2 API === [2020-10-13T20:29:55.235Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-13T20:29:55.235Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-13T20:29:55.235Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:29:55.235Z] Dload Upload Total Spent Left Speed [2020-10-13T20:29:56.619Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29393 0 0 100 29393 0 28419 0:00:01 0:00:01 --:--:-- 28426 100 29393 0 0 100 29393 0 28415 0:00:01 0:00:01 --:--:-- 28426 [2020-10-13T20:29:56.619Z] [2020-10-13T20:29:56.619Z] [2020-10-13T20:29:56.619Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-13T20:29:56.619Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:29:56.619Z] Dload Upload Total Spent Left Speed [2020-10-13T20:29:57.560Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65313 0 0 100 65313 0 56319 0:00:01 0:00:01 --:--:-- 56352 100 65313 0 0 100 65313 0 56311 0:00:01 0:00:01 --:--:-- 56352 [2020-10-13T20:29:57.560Z] [2020-10-13T20:29:57.560Z] [2020-10-13T20:29:57.560Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-13T20:29:57.560Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:29:57.560Z] Dload Upload Total Spent Left Speed [2020-10-13T20:29:58.575Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 113k 0:00:01 0:00:01 --:--:-- 113k 100 118k 0 0 100 118k 0 113k 0:00:01 0:00:01 --:--:-- 113k [2020-10-13T20:29:58.575Z] [2020-10-13T20:29:58.575Z] [2020-10-13T20:29:58.575Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-13T20:29:58.575Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:29:58.575Z] Dload Upload Total Spent Left Speed [2020-10-13T20:29:59.959Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23547 0 0 100 23547 0 23244 0:00:01 0:00:01 --:--:-- 23267 100 23547 0 0 100 23547 0 23241 0:00:01 0:00:01 --:--:-- 23267 [2020-10-13T20:29:59.959Z] [2020-10-13T20:29:59.959Z] [2020-10-13T20:29:59.959Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-13T20:29:59.959Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:29:59.959Z] Dload Upload Total Spent Left Speed [2020-10-13T20:30:00.901Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62547 0 0 100 62547 0 53563 0:00:01 0:00:01 --:--:-- 53596 100 62547 0 0 100 62547 0 49004 0:00:01 0:00:01 --:--:-- 49018 [2020-10-13T20:30:00.901Z] [2020-10-13T20:30:00.901Z] [2020-10-13T20:30:00.901Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-13T20:30:00.901Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:30:00.901Z] Dload Upload Total Spent Left Speed [2020-10-13T20:30:03.069Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46054 0 0 100 46054 0 39244 0:00:01 0:00:01 --:--:-- 39228 100 46054 0 0 100 46054 0 21176 0:00:02 0:00:02 --:--:-- 21174 100 46054 0 0 100 46054 0 21072 0:00:02 0:00:02 --:--:-- 21067 [2020-10-13T20:30:03.069Z] [2020-10-13T20:30:03.069Z] [2020-10-13T20:30:03.070Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-13T20:30:03.070Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-13T20:30:03.070Z] Dload Upload Total Spent Left Speed [2020-10-13T20:30:04.454Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20360 0:00:01 0:00:01 --:--:-- 20364 100 23725 0 0 100 23725 0 20358 0:00:01 0:00:01 --:--:-- 20364 [2020-10-13T20:30:04.454Z] [2020-10-13T20:30:04.454Z] [Pipeline] } [2020-10-13T20:30:04.465Z] 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-13T20:30:14.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T20:30:14.496Z] . [Pipeline] withDockerContainer [2020-10-13T20:30:14.597Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:30:14.637Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:30:15.829Z] $ docker top e89a9b5b768da93c0e18eb07cf29972c902b8fcef78bf1df095cb1e1ee2642be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T20:30:16.145Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T20:30:16.145Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T20:30:16.388Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T20:30:16.393Z] $ docker exec e89a9b5b768da93c0e18eb07cf29972c902b8fcef78bf1df095cb1e1ee2642be ssh-agent [2020-10-13T20:30:16.571Z] SSH_AUTH_SOCK=/tmp/ssh-gFCyMEMG8oRv/agent.12 [2020-10-13T20:30:16.571Z] SSH_AGENT_PID=18 [2020-10-13T20:30:16.581Z] Running ssh-add (command line suppressed) [2020-10-13T20:30:16.715Z] Identity added: /w/workspace/edgex-go/184@tmp/private_key_3091777812817946030.key (/w/workspace/edgex-go/184@tmp/private_key_3091777812817946030.key) [2020-10-13T20:30:16.775Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T20:30:17.121Z] + git semver tag [2020-10-13T20:30:17.382Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T20:30:17.382Z] # $GIT_DIR = /w/workspace/edgex-go/184/.git [2020-10-13T20:30:17.382Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/184 [2020-10-13T20:30:17.382Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T20:30:17.382Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T20:30:17.382Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T20:30:17.382Z] # $SEMVER_BRANCH = master [2020-10-13T20:30:17.382Z] # $SEMVER_DIR = /w/workspace/edgex-go/184/.semver [2020-10-13T20:30:17.382Z] # 8ed4663ed9bc2c138391a89900cee915784c2c31 HEAD [2020-10-13T20:30:17.642Z] # -> Force: false [2020-10-13T20:30:17.642Z] # e5a68cf60977b3db6316735cb832421020ab8b93 refs/tags/v1.2.2-dev.69 [Pipeline] } [2020-10-13T20:30:17.655Z] $ docker exec --env ******** --env ******** e89a9b5b768da93c0e18eb07cf29972c902b8fcef78bf1df095cb1e1ee2642be ssh-agent -k [2020-10-13T20:30:17.779Z] unset SSH_AUTH_SOCK; [2020-10-13T20:30:17.779Z] unset SSH_AGENT_PID; [2020-10-13T20:30:17.779Z] echo Agent pid 18 killed; [2020-10-13T20:30:17.834Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T20:30:18.326Z] + git semver [Pipeline] } [2020-10-13T20:30:18.350Z] $ docker stop --time=1 e89a9b5b768da93c0e18eb07cf29972c902b8fcef78bf1df095cb1e1ee2642be [2020-10-13T20:30:19.676Z] $ docker rm -f e89a9b5b768da93c0e18eb07cf29972c902b8fcef78bf1df095cb1e1ee2642be [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:30:20.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-13T20:30:20.272Z] [2020-10-13T20:30:20.272Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:30:20.611Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-13T20:30:20.612Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-13T20:30:20.612Z] ab5ef0e58194: Pulling fs layer [2020-10-13T20:30:20.612Z] 9712f1f96733: Pulling fs layer [2020-10-13T20:30:20.612Z] 63f879dbbcfc: Pulling fs layer [2020-10-13T20:30:20.612Z] 0d9ebad4ef96: Pulling fs layer [2020-10-13T20:30:20.612Z] e9a5061849ea: Pulling fs layer [2020-10-13T20:30:20.612Z] d747dcd14b5f: Pulling fs layer [2020-10-13T20:30:20.612Z] 2de7ff778b66: Pulling fs layer [2020-10-13T20:30:20.612Z] e9a5061849ea: Waiting [2020-10-13T20:30:20.612Z] 0d9ebad4ef96: Waiting [2020-10-13T20:30:20.612Z] d747dcd14b5f: Waiting [2020-10-13T20:30:20.612Z] 2de7ff778b66: Waiting [2020-10-13T20:30:20.612Z] 9712f1f96733: Verifying Checksum [2020-10-13T20:30:20.612Z] 9712f1f96733: Download complete [2020-10-13T20:30:23.161Z] 63f879dbbcfc: Verifying Checksum [2020-10-13T20:30:23.161Z] 63f879dbbcfc: Download complete [2020-10-13T20:30:23.161Z] e9a5061849ea: Verifying Checksum [2020-10-13T20:30:23.161Z] e9a5061849ea: Download complete [2020-10-13T20:30:23.161Z] d747dcd14b5f: Verifying Checksum [2020-10-13T20:30:23.161Z] d747dcd14b5f: Download complete [2020-10-13T20:30:23.424Z] 2de7ff778b66: Verifying Checksum [2020-10-13T20:30:23.424Z] 2de7ff778b66: Download complete [2020-10-13T20:30:23.999Z] 0d9ebad4ef96: Verifying Checksum [2020-10-13T20:30:23.999Z] 0d9ebad4ef96: Download complete [2020-10-13T20:30:23.999Z] ab5ef0e58194: Verifying Checksum [2020-10-13T20:30:23.999Z] ab5ef0e58194: Download complete [2020-10-13T20:30:28.224Z] ab5ef0e58194: Pull complete [2020-10-13T20:30:28.224Z] 9712f1f96733: Pull complete [2020-10-13T20:30:31.550Z] 63f879dbbcfc: Pull complete [2020-10-13T20:30:36.854Z] 0d9ebad4ef96: Pull complete [2020-10-13T20:30:37.117Z] e9a5061849ea: Pull complete [2020-10-13T20:30:37.117Z] d747dcd14b5f: Pull complete [2020-10-13T20:30:41.486Z] 2de7ff778b66: Pull complete [2020-10-13T20:30:41.486Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-13T20:30:41.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-13T20:30:41.486Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-13T20:30:41.650Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:30:41.696Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:30:44.446Z] $ docker top c8c0c2cac6be0c1c5883dcdba153d5b552d4d426432b8c794f5273fb9008bc10 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-13T20:30:44.692Z] provisioning config files... [2020-10-13T20:30:44.706Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/184@tmp/config4722187095323133487tmp [2020-10-13T20:30:44.723Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/184@tmp/config2301475845713481048tmp [2020-10-13T20:30:44.741Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/184@tmp/config3808233113179002482tmp [Pipeline] { [Pipeline] echo [2020-10-13T20:30:44.795Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:30:45.089Z] ---> sigul-configuration.sh [2020-10-13T20:30:45.089Z] gpg: directory `/root/.gnupg' created [2020-10-13T20:30:45.089Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-13T20:30:45.089Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-13T20:30:45.089Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-13T20:30:45.089Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-13T20:30:45.089Z] gpg: CAST5 encrypted data [2020-10-13T20:30:45.350Z] gpg: encrypted with 1 passphrase [2020-10-13T20:30:45.350Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-13T20:30:45.643Z] + mkdir /home/jenkins [2020-10-13T20:30:45.644Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-13T20:30:45.940Z] + 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-13T20:30:45.951Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:30:46.242Z] ---> sigul-install.sh [2020-10-13T20:30:51.659Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-13T20:30:51.955Z] + git tag --list [2020-10-13T20:30:51.955Z] 0.6.0 [2020-10-13T20:30:51.955Z] 0.6.1 [2020-10-13T20:30:51.955Z] 0.7.0 [2020-10-13T20:30:51.955Z] 0.7.1 [2020-10-13T20:30:51.956Z] v1.0.0 [2020-10-13T20:30:51.956Z] v1.0.1 [2020-10-13T20:30:51.956Z] v1.1.0 [2020-10-13T20:30:51.956Z] v1.2.0 [2020-10-13T20:30:51.956Z] v1.2.1 [2020-10-13T20:30:51.956Z] v1.2.2-dev.1 [2020-10-13T20:30:51.956Z] v1.2.2-dev.10 [2020-10-13T20:30:51.956Z] v1.2.2-dev.11 [2020-10-13T20:30:51.956Z] v1.2.2-dev.12 [2020-10-13T20:30:51.956Z] v1.2.2-dev.13 [2020-10-13T20:30:51.956Z] v1.2.2-dev.14 [2020-10-13T20:30:51.956Z] v1.2.2-dev.15 [2020-10-13T20:30:51.956Z] v1.2.2-dev.16 [2020-10-13T20:30:51.956Z] v1.2.2-dev.17 [2020-10-13T20:30:51.956Z] v1.2.2-dev.18 [2020-10-13T20:30:51.956Z] v1.2.2-dev.19 [2020-10-13T20:30:51.956Z] v1.2.2-dev.2 [2020-10-13T20:30:51.956Z] v1.2.2-dev.20 [2020-10-13T20:30:51.956Z] v1.2.2-dev.21 [2020-10-13T20:30:51.956Z] v1.2.2-dev.22 [2020-10-13T20:30:51.956Z] v1.2.2-dev.23 [2020-10-13T20:30:51.956Z] v1.2.2-dev.24 [2020-10-13T20:30:51.956Z] v1.2.2-dev.25 [2020-10-13T20:30:51.956Z] v1.2.2-dev.26 [2020-10-13T20:30:51.956Z] v1.2.2-dev.27 [2020-10-13T20:30:51.956Z] v1.2.2-dev.28 [2020-10-13T20:30:51.956Z] v1.2.2-dev.29 [2020-10-13T20:30:51.956Z] v1.2.2-dev.3 [2020-10-13T20:30:51.956Z] v1.2.2-dev.30 [2020-10-13T20:30:51.956Z] v1.2.2-dev.31 [2020-10-13T20:30:51.956Z] v1.2.2-dev.32 [2020-10-13T20:30:51.956Z] v1.2.2-dev.33 [2020-10-13T20:30:51.956Z] v1.2.2-dev.34 [2020-10-13T20:30:51.956Z] v1.2.2-dev.35 [2020-10-13T20:30:51.956Z] v1.2.2-dev.36 [2020-10-13T20:30:51.956Z] v1.2.2-dev.37 [2020-10-13T20:30:51.956Z] v1.2.2-dev.38 [2020-10-13T20:30:51.956Z] v1.2.2-dev.39 [2020-10-13T20:30:51.956Z] v1.2.2-dev.4 [2020-10-13T20:30:51.956Z] v1.2.2-dev.40 [2020-10-13T20:30:51.956Z] v1.2.2-dev.41 [2020-10-13T20:30:51.956Z] v1.2.2-dev.42 [2020-10-13T20:30:51.956Z] v1.2.2-dev.43 [2020-10-13T20:30:51.956Z] v1.2.2-dev.44 [2020-10-13T20:30:51.956Z] v1.2.2-dev.45 [2020-10-13T20:30:51.956Z] v1.2.2-dev.46 [2020-10-13T20:30:51.956Z] v1.2.2-dev.47 [2020-10-13T20:30:51.956Z] v1.2.2-dev.48 [2020-10-13T20:30:51.956Z] v1.2.2-dev.49 [2020-10-13T20:30:51.956Z] v1.2.2-dev.5 [2020-10-13T20:30:51.956Z] v1.2.2-dev.50 [2020-10-13T20:30:51.956Z] v1.2.2-dev.51 [2020-10-13T20:30:51.956Z] v1.2.2-dev.52 [2020-10-13T20:30:51.956Z] v1.2.2-dev.53 [2020-10-13T20:30:51.956Z] v1.2.2-dev.54 [2020-10-13T20:30:51.956Z] v1.2.2-dev.55 [2020-10-13T20:30:51.956Z] v1.2.2-dev.56 [2020-10-13T20:30:51.956Z] v1.2.2-dev.57 [2020-10-13T20:30:51.956Z] v1.2.2-dev.58 [2020-10-13T20:30:51.956Z] v1.2.2-dev.59 [2020-10-13T20:30:51.956Z] v1.2.2-dev.6 [2020-10-13T20:30:51.956Z] v1.2.2-dev.60 [2020-10-13T20:30:51.956Z] v1.2.2-dev.61 [2020-10-13T20:30:51.956Z] v1.2.2-dev.62 [2020-10-13T20:30:51.956Z] v1.2.2-dev.63 [2020-10-13T20:30:51.956Z] v1.2.2-dev.64 [2020-10-13T20:30:51.956Z] v1.2.2-dev.65 [2020-10-13T20:30:51.956Z] v1.2.2-dev.66 [2020-10-13T20:30:51.956Z] v1.2.2-dev.67 [2020-10-13T20:30:51.956Z] v1.2.2-dev.68 [2020-10-13T20:30:51.956Z] v1.2.2-dev.69 [2020-10-13T20:30:51.956Z] v1.2.2-dev.7 [2020-10-13T20:30:51.956Z] v1.2.2-dev.8 [2020-10-13T20:30:51.956Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-13T20:30:52.251Z] + lftools sign git-tag v1.2.2-dev.69 [2020-10-13T20:30:53.637Z] Signing Git tag with Sigul... [2020-10-13T20:30:53.637Z] Signing v1.2.2-dev.69 [Pipeline] echo [2020-10-13T20:30:55.035Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:30:55.331Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-13T20:30:55.341Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-13T20:30:55.436Z] $ docker stop --time=1 c8c0c2cac6be0c1c5883dcdba153d5b552d4d426432b8c794f5273fb9008bc10 [2020-10-13T20:30:57.431Z] $ docker rm -f c8c0c2cac6be0c1c5883dcdba153d5b552d4d426432b8c794f5273fb9008bc10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:30:58.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T20:30:58.346Z] . [Pipeline] withDockerContainer [2020-10-13T20:30:58.447Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:30:58.490Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:30:59.210Z] $ docker top aa352a117678720446d0b906e883d73e29cd362b1665c97da214042b4a72c366 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T20:30:59.494Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T20:30:59.494Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T20:30:59.701Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T20:30:59.707Z] $ docker exec aa352a117678720446d0b906e883d73e29cd362b1665c97da214042b4a72c366 ssh-agent [2020-10-13T20:30:59.884Z] SSH_AUTH_SOCK=/tmp/ssh-tbK31RcAT7v9/agent.12 [2020-10-13T20:30:59.884Z] SSH_AGENT_PID=17 [2020-10-13T20:30:59.890Z] Running ssh-add (command line suppressed) [2020-10-13T20:31:00.019Z] Identity added: /w/workspace/edgex-go/184@tmp/private_key_1896018340985727740.key (/w/workspace/edgex-go/184@tmp/private_key_1896018340985727740.key) [2020-10-13T20:31:00.072Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T20:31:00.416Z] + git semver bump pre [2020-10-13T20:31:00.416Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T20:31:00.416Z] # $GIT_DIR = /w/workspace/edgex-go/184/.git [2020-10-13T20:31:00.416Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/184 [2020-10-13T20:31:00.416Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T20:31:00.416Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T20:31:00.416Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T20:31:00.416Z] # $SEMVER_BRANCH = master [2020-10-13T20:31:00.416Z] # $SEMVER_DIR = /w/workspace/edgex-go/184/.semver [2020-10-13T20:31:00.416Z] 1.2.2-dev.70 [Pipeline] } [2020-10-13T20:31:00.429Z] $ docker exec --env ******** --env ******** aa352a117678720446d0b906e883d73e29cd362b1665c97da214042b4a72c366 ssh-agent -k [2020-10-13T20:31:00.552Z] unset SSH_AUTH_SOCK; [2020-10-13T20:31:00.553Z] unset SSH_AGENT_PID; [2020-10-13T20:31:00.553Z] echo Agent pid 17 killed; [2020-10-13T20:31:00.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T20:31:01.053Z] + git semver [Pipeline] } [2020-10-13T20:31:01.079Z] $ docker stop --time=1 aa352a117678720446d0b906e883d73e29cd362b1665c97da214042b4a72c366 [2020-10-13T20:31:02.448Z] $ docker rm -f aa352a117678720446d0b906e883d73e29cd362b1665c97da214042b4a72c366 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-13T20:31:02.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-13T20:31:02.971Z] . [Pipeline] withDockerContainer [2020-10-13T20:31:03.071Z] prd-centos7-docker-4c-2g-5154 does not seem to be running inside a container [2020-10-13T20:31:03.117Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/184 -v /w/workspace/edgex-go/184:/w/workspace/edgex-go/184:rw,z -v /w/workspace/edgex-go/184@tmp:/w/workspace/edgex-go/184@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -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-13T20:31:03.784Z] $ docker top 9e49dcd022ed41aa10b0f2f9081a32d0f289f380037478a462031a7e896c3482 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-13T20:31:04.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-13T20:31:04.097Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-13T20:31:04.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-13T20:31:04.301Z] $ docker exec 9e49dcd022ed41aa10b0f2f9081a32d0f289f380037478a462031a7e896c3482 ssh-agent [2020-10-13T20:31:04.473Z] SSH_AUTH_SOCK=/tmp/ssh-ALjuELuuB7ST/agent.12 [2020-10-13T20:31:04.473Z] SSH_AGENT_PID=17 [2020-10-13T20:31:04.481Z] Running ssh-add (command line suppressed) [2020-10-13T20:31:04.608Z] Identity added: /w/workspace/edgex-go/184@tmp/private_key_8334125745295406979.key (/w/workspace/edgex-go/184@tmp/private_key_8334125745295406979.key) [2020-10-13T20:31:04.662Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-13T20:31:04.989Z] + git semver push [2020-10-13T20:31:04.989Z] # -> Open(): unable to determine branch for HEAD [2020-10-13T20:31:04.989Z] # $GIT_DIR = /w/workspace/edgex-go/184/.git [2020-10-13T20:31:04.989Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/184 [2020-10-13T20:31:04.989Z] # $SEMVER_REMOTE_NAME = origin [2020-10-13T20:31:04.989Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-13T20:31:04.989Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-13T20:31:04.989Z] # $SEMVER_BRANCH = master [2020-10-13T20:31:04.989Z] # $SEMVER_DIR = /w/workspace/edgex-go/184/.semver [Pipeline] } [2020-10-13T20:31:15.047Z] $ docker exec --env ******** --env ******** 9e49dcd022ed41aa10b0f2f9081a32d0f289f380037478a462031a7e896c3482 ssh-agent -k [2020-10-13T20:31:15.198Z] unset SSH_AUTH_SOCK; [2020-10-13T20:31:15.198Z] unset SSH_AGENT_PID; [2020-10-13T20:31:15.198Z] echo Agent pid 17 killed; [2020-10-13T20:31:15.257Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-13T20:31:15.710Z] + git semver [Pipeline] } [2020-10-13T20:31:15.728Z] $ docker stop --time=1 9e49dcd022ed41aa10b0f2f9081a32d0f289f380037478a462031a7e896c3482 [2020-10-13T20:31:17.081Z] $ docker rm -f 9e49dcd022ed41aa10b0f2f9081a32d0f289f380037478a462031a7e896c3482 [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-13T20:31:18.034Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:31:18.909Z] ---> package-listing.sh [2020-10-13T20:31:18.909Z] ++ facter osfamily [2020-10-13T20:31:18.909Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-13T20:31:18.909Z] + OS_FAMILY=redhat [2020-10-13T20:31:18.909Z] + workspace=/w/workspace/edgex-go/184 [2020-10-13T20:31:18.909Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-13T20:31:18.909Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-13T20:31:18.910Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-13T20:31:18.910Z] + PACKAGES=/tmp/packages_start.txt [2020-10-13T20:31:18.910Z] + '[' /w/workspace/edgex-go/184 ']' [2020-10-13T20:31:18.910Z] + PACKAGES=/tmp/packages_end.txt [2020-10-13T20:31:18.910Z] + case "${OS_FAMILY}" in [2020-10-13T20:31:18.910Z] + rpm -qa [2020-10-13T20:31:18.910Z] + sort [2020-10-13T20:31:23.153Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-13T20:31:23.153Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-13T20:31:23.153Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-13T20:31:23.153Z] + '[' /w/workspace/edgex-go/184 ']' [2020-10-13T20:31:23.153Z] + mkdir -p /w/workspace/edgex-go/184/archives/ [2020-10-13T20:31:23.153Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/184/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-13T20:31:23.369Z] provisioning config files... [2020-10-13T20:31:23.386Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/184@tmp/config3189154312103390584tmp [Pipeline] { [Pipeline] echo [2020-10-13T20:31:23.467Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:31:23.767Z] ---> create-netrc.sh [Pipeline] } [2020-10-13T20:31:23.776Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-13T20:31:23.925Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:31:24.219Z] ---> python-tools-install.sh [2020-10-13T20:31:24.219Z] Generating Requirements File [2020-10-13T20:32:45.819Z] Python 3.6.8 [2020-10-13T20:32:45.819Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-13T20:32:45.819Z] appdirs==1.4.3 [2020-10-13T20:32:45.819Z] argcomplete==1.12.1 [2020-10-13T20:32:45.819Z] aspy.yaml==1.3.0 [2020-10-13T20:32:45.819Z] attrs==19.3.0 [2020-10-13T20:32:45.819Z] Babel==2.8.0 [2020-10-13T20:32:45.819Z] beautifulsoup4==4.8.2 [2020-10-13T20:32:45.819Z] boto3==1.11.6 [2020-10-13T20:32:45.819Z] botocore==1.14.6 [2020-10-13T20:32:45.819Z] bs4==0.0.1 [2020-10-13T20:32:45.819Z] cachetools==4.1.1 [2020-10-13T20:32:45.819Z] certifi==2019.11.28 [2020-10-13T20:32:45.819Z] cffi==1.14.3 [2020-10-13T20:32:45.819Z] cfgv==2.0.1 [2020-10-13T20:32:45.819Z] chardet==3.0.4 [2020-10-13T20:32:45.819Z] click==7.1 [2020-10-13T20:32:45.819Z] cliff==3.4.0 [2020-10-13T20:32:45.819Z] cmd2==1.3.11 [2020-10-13T20:32:45.819Z] colorama==0.4.4 [2020-10-13T20:32:45.819Z] cryptography==3.1.1 [2020-10-13T20:32:45.819Z] debtcollector==2.2.0 [2020-10-13T20:32:45.819Z] decorator==4.4.2 [2020-10-13T20:32:45.819Z] defusedxml==0.6.0 [2020-10-13T20:32:45.819Z] Deprecated==1.2.7 [2020-10-13T20:32:45.819Z] distlib==0.3.1 [2020-10-13T20:32:45.819Z] distro==1.2.0 [2020-10-13T20:32:45.819Z] dnspython==1.16.0 [2020-10-13T20:32:45.819Z] docker==4.2.0 [2020-10-13T20:32:45.819Z] docutils==0.15.2 [2020-10-13T20:32:45.819Z] dogpile.cache==1.0.2 [2020-10-13T20:32:45.819Z] email-validator==1.0.5 [2020-10-13T20:32:45.819Z] filelock==3.0.12 [2020-10-13T20:32:45.819Z] future==0.18.2 [2020-10-13T20:32:45.819Z] google-auth==1.22.1 [2020-10-13T20:32:45.819Z] httplib2==0.17.0 [2020-10-13T20:32:45.819Z] identify==1.4.11 [2020-10-13T20:32:45.819Z] idna==2.9 [2020-10-13T20:32:45.819Z] importlib-metadata==2.0.0 [2020-10-13T20:32:45.819Z] importlib-resources==1.5.0 [2020-10-13T20:32:45.819Z] iso8601==0.1.13 [2020-10-13T20:32:45.819Z] Jinja2==2.11.1 [2020-10-13T20:32:45.819Z] jmespath==0.10.0 [2020-10-13T20:32:45.819Z] jsonpatch==1.26 [2020-10-13T20:32:45.819Z] jsonpointer==2.0 [2020-10-13T20:32:45.819Z] jsonschema==3.2.0 [2020-10-13T20:32:45.819Z] keystoneauth1==4.2.1 [2020-10-13T20:32:45.819Z] kubernetes==11.0.0 [2020-10-13T20:32:45.819Z] lftools==0.34.2 [2020-10-13T20:32:45.819Z] lxml==4.5.0 [2020-10-13T20:32:45.819Z] MarkupSafe==0.23 [2020-10-13T20:32:45.819Z] msgpack==1.0.0 [2020-10-13T20:32:45.819Z] multi-key-dict==2.0.3 [2020-10-13T20:32:45.819Z] munch==2.5.0 [2020-10-13T20:32:45.819Z] netaddr==0.8.0 [2020-10-13T20:32:45.819Z] netifaces==0.10.9 [2020-10-13T20:32:45.819Z] niet==1.4.2 [2020-10-13T20:32:45.819Z] nodeenv==1.3.5 [2020-10-13T20:32:45.819Z] oauth2client==4.1.3 [2020-10-13T20:32:45.819Z] oauthlib==3.1.0 [2020-10-13T20:32:45.819Z] openstacksdk==0.50.0 [2020-10-13T20:32:45.819Z] os-client-config==2.1.0 [2020-10-13T20:32:45.819Z] os-service-types==1.7.0 [2020-10-13T20:32:45.819Z] osc-lib==2.2.1 [2020-10-13T20:32:45.819Z] oslo.config==8.3.2 [2020-10-13T20:32:45.819Z] oslo.context==3.1.1 [2020-10-13T20:32:45.819Z] oslo.i18n==5.0.1 [2020-10-13T20:32:45.819Z] oslo.log==4.4.0 [2020-10-13T20:32:45.819Z] oslo.serialization==4.0.1 [2020-10-13T20:32:45.819Z] oslo.utils==4.6.0 [2020-10-13T20:32:45.819Z] packaging==20.4 [2020-10-13T20:32:45.819Z] pbr==5.4.4 [2020-10-13T20:32:45.819Z] pluggy==0.13.1 [2020-10-13T20:32:45.819Z] prettytable==0.7.2 [2020-10-13T20:32:45.819Z] py==1.9.0 [2020-10-13T20:32:45.819Z] pyasn1==0.4.8 [2020-10-13T20:32:45.819Z] pyasn1-modules==0.2.8 [2020-10-13T20:32:45.819Z] pycparser==2.20 [2020-10-13T20:32:45.819Z] pygerrit2==2.0.10 [2020-10-13T20:32:45.819Z] PyGithub==1.46 [2020-10-13T20:32:45.819Z] pyinotify==0.9.6 [2020-10-13T20:32:45.819Z] PyJWT==1.7.1 [2020-10-13T20:32:45.819Z] pyparsing==2.4.7 [2020-10-13T20:32:45.819Z] pyperclip==1.8.1 [2020-10-13T20:32:45.819Z] pyroute2==0.4.13 [2020-10-13T20:32:45.819Z] pyrsistent==0.15.7 [2020-10-13T20:32:45.819Z] PySocks==1.6.8 [2020-10-13T20:32:45.819Z] python-cinderclient==7.2.0 [2020-10-13T20:32:45.819Z] python-dateutil==2.8.1 [2020-10-13T20:32:45.819Z] python-heatclient==2.2.1 [2020-10-13T20:32:45.819Z] python-jenkins==1.7.0 [2020-10-13T20:32:45.819Z] python-keystoneclient==4.1.1 [2020-10-13T20:32:45.819Z] python-magnumclient==3.2.1 [2020-10-13T20:32:45.819Z] python-novaclient==17.2.1 [2020-10-13T20:32:45.819Z] python-openstackclient==5.4.0 [2020-10-13T20:32:45.819Z] python-swiftclient==3.10.1 [2020-10-13T20:32:45.819Z] pytz==2020.1 [2020-10-13T20:32:45.819Z] PyYAML==5.3 [2020-10-13T20:32:45.819Z] requests==2.23.0 [2020-10-13T20:32:45.819Z] requests-oauthlib==1.3.0 [2020-10-13T20:32:45.819Z] requestsexceptions==1.4.0 [2020-10-13T20:32:45.819Z] rfc3986==1.4.0 [2020-10-13T20:32:45.819Z] rpm==4.11.3 [2020-10-13T20:32:45.819Z] rsa==4.0 [2020-10-13T20:32:45.819Z] ruamel.yaml==0.16.10 [2020-10-13T20:32:45.819Z] ruamel.yaml.clib==0.2.0 [2020-10-13T20:32:45.819Z] s3transfer==0.3.3 [2020-10-13T20:32:45.819Z] shade==1.27.2 [2020-10-13T20:32:45.819Z] simplejson==3.17.2 [2020-10-13T20:32:45.819Z] six==1.14.0 [2020-10-13T20:32:45.819Z] soupsieve==2.0 [2020-10-13T20:32:45.819Z] stevedore==3.2.2 [2020-10-13T20:32:45.819Z] tabulate==0.8.6 [2020-10-13T20:32:45.819Z] toml==0.10.0 [2020-10-13T20:32:45.819Z] tox==3.20.1 [2020-10-13T20:32:45.819Z] tqdm==4.43.0 [2020-10-13T20:32:45.819Z] urllib3==1.25.8 [2020-10-13T20:32:45.819Z] virtualenv==20.0.34 [2020-10-13T20:32:45.819Z] wcwidth==0.2.5 [2020-10-13T20:32:45.819Z] websocket-client==0.57.0 [2020-10-13T20:32:45.819Z] wrapt==1.12.1 [2020-10-13T20:32:45.819Z] xdg==3.0.2 [2020-10-13T20:32:45.819Z] xmltodict==0.12.0 [2020-10-13T20:32:45.819Z] yq==2.11.1 [2020-10-13T20:32:45.819Z] zipp==3.3.0 [2020-10-13T20:32:45.819Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:32:45.819Z] 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-13T20:32:45.819Z] Python 2.7.5 [2020-10-13T20:32:45.819Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-13T20:32:45.819Z] 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-13T20:32:46.080Z] ansible==2.9.7 [2020-10-13T20:32:46.080Z] Babel==0.9.6 [2020-10-13T20:32:46.080Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-13T20:32:46.080Z] beautifulsoup4==4.4.1 [2020-10-13T20:32:46.080Z] bodhi==2.11.0 [2020-10-13T20:32:46.080Z] bodhi-client==2.11.0 [2020-10-13T20:32:46.080Z] CCColUtils==1.4 [2020-10-13T20:32:46.080Z] cffi==1.6.0 [2020-10-13T20:32:46.080Z] chardet==2.2.1 [2020-10-13T20:32:46.080Z] click==6.7 [2020-10-13T20:32:46.080Z] cloud-init==18.5 [2020-10-13T20:32:46.080Z] configobj==4.7.2 [2020-10-13T20:32:46.080Z] cryptography==1.7.2 [2020-10-13T20:32:46.080Z] decorator==3.4.0 [2020-10-13T20:32:46.080Z] distro==1.2.0 [2020-10-13T20:32:46.080Z] enum34==1.0.4 [2020-10-13T20:32:46.080Z] fedpkg==1.38 [2020-10-13T20:32:46.080Z] futures==3.1.1 [2020-10-13T20:32:46.080Z] gitdb==0.6.4 [2020-10-13T20:32:46.080Z] GitPython==1.0.1 [2020-10-13T20:32:46.080Z] html5lib==0.999 [2020-10-13T20:32:46.080Z] httplib2==0.9.2 [2020-10-13T20:32:46.080Z] idna==2.4 [2020-10-13T20:32:46.080Z] iniparse==0.4 [2020-10-13T20:32:46.080Z] ipaddress==1.0.16 [2020-10-13T20:32:46.080Z] IPy==0.75 [2020-10-13T20:32:46.080Z] javapackages==1.0.0 [2020-10-13T20:32:46.080Z] Jinja2==2.7.2 [2020-10-13T20:32:46.080Z] jmespath==0.9.4 [2020-10-13T20:32:46.080Z] jsonpatch==1.2 [2020-10-13T20:32:46.080Z] jsonpointer==1.9 [2020-10-13T20:32:46.080Z] kerberos==1.1 [2020-10-13T20:32:46.080Z] kitchen==1.1.1 [2020-10-13T20:32:46.080Z] langtable==0.0.31 [2020-10-13T20:32:46.080Z] lockfile==0.9.1 [2020-10-13T20:32:46.080Z] lxml==3.2.1 [2020-10-13T20:32:46.080Z] MarkupSafe==0.11 [2020-10-13T20:32:46.080Z] munch==2.0.2 [2020-10-13T20:32:46.080Z] offtrac==0.1.0 [2020-10-13T20:32:46.080Z] openidc-client==0.6.0 [2020-10-13T20:32:46.080Z] packagedb-cli==2.14.1 [2020-10-13T20:32:46.080Z] paramiko==2.1.1 [2020-10-13T20:32:46.080Z] perf==0.1 [2020-10-13T20:32:46.080Z] ply==3.4 [2020-10-13T20:32:46.080Z] policycoreutils-default-encoding==0.1 [2020-10-13T20:32:46.080Z] prettytable==0.7.2 [2020-10-13T20:32:46.080Z] pyasn1==0.1.9 [2020-10-13T20:32:46.080Z] pycparser==2.14 [2020-10-13T20:32:46.080Z] pycurl==7.19.0 [2020-10-13T20:32:46.080Z] pygobject==3.22.0 [2020-10-13T20:32:46.080Z] pygpgme==0.3 [2020-10-13T20:32:46.080Z] pyliblzma==0.5.3 [2020-10-13T20:32:46.080Z] pyOpenSSL==0.13.1 [2020-10-13T20:32:46.080Z] pyparsing==1.5.6 [2020-10-13T20:32:46.080Z] pyserial==2.6 [2020-10-13T20:32:46.080Z] python-augeas==0.5.0 [2020-10-13T20:32:46.080Z] python-bugzilla==2.3.0 [2020-10-13T20:32:46.080Z] python-dateutil==1.5 [2020-10-13T20:32:46.080Z] python-fedora==0.10.0 [2020-10-13T20:32:46.080Z] python-linux-procfs==0.4.9 [2020-10-13T20:32:46.080Z] python-yubico==1.2.3 [2020-10-13T20:32:46.080Z] pyudev==0.15 [2020-10-13T20:32:46.080Z] pyusb==1.0.0b1 [2020-10-13T20:32:46.080Z] pyxattr==0.5.1 [2020-10-13T20:32:46.080Z] PyYAML==3.10 [2020-10-13T20:32:46.080Z] requests==2.6.0 [2020-10-13T20:32:46.080Z] requests-kerberos==0.7.0 [2020-10-13T20:32:46.080Z] rpkg==1.60 [2020-10-13T20:32:46.080Z] schedutils==0.4 [2020-10-13T20:32:46.080Z] seobject==0.1 [2020-10-13T20:32:46.080Z] sepolicy==1.1 [2020-10-13T20:32:46.080Z] six==1.9.0 [2020-10-13T20:32:46.080Z] smmap==0.9.0 [2020-10-13T20:32:46.080Z] urlgrabber==3.10 [2020-10-13T20:32:46.080Z] urllib3==1.10.2 [2020-10-13T20:32:46.080Z] virtualenv==15.1.0 [2020-10-13T20:32:46.080Z] yum-langpacks==0.4.2 [2020-10-13T20:32:46.080Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-13T20:32:46.091Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:32:46.390Z] ---> sudo-logs.sh [2020-10-13T20:32:46.390Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-13T20:32:46.662Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:32:46.955Z] ---> job-cost.sh [2020-10-13T20:32:46.955Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gEC6 [2020-10-13T20:32:56.970Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:32:56.970Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:32:59.023Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:32:59.287Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:32:59.287Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:32:59.547Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:32:59.547Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:32:59.547Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:32:59.808Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:32:59.808Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:33:00.074Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:33:00.074Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:33:00.074Z] Cache entry deserialization failed, entry ignored [2020-10-13T20:33:02.657Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-13T20:33:29.293Z] lf-activate-venv(): INFO: Adding /tmp/venv-gEC6/bin to PATH [2020-10-13T20:33:29.293Z] INFO: No Stack... [2020-10-13T20:33:29.879Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-13T20:33:31.267Z] INFO: Archiving Costs [Pipeline] echo [2020-10-13T20:33:31.281Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-13T20:33:31.581Z] ---> logs-deploy.sh [2020-10-13T20:33:31.581Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/184 [2020-10-13T20:33:31.581Z] INFO: archiving workspace using pattern(s): [2020-10-13T20:33:32.977Z] Archives upload complete. [2020-10-13T20:33:33.237Z] INFO: archiving logs to Nexus